Bug 206503

Summary: never ever execute change directory command if user is using console
Product: [Applications] dolphin Reporter: Matthias Pospiech <matthias.pospiech>
Component: generalAssignee: Peter Penz <peter.penz19>
Status: RESOLVED DUPLICATE    
Severity: normal CC: andresbajotierra
Priority: NOR    
Version: 16.12.2   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthias Pospiech 2009-09-06 15:50:47 UTC
Version:           1.2.1 (using 4.2.4 (KDE 4.2.4) "release 2", KDE:42 / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.20-0.4-pae

I had to find out that the console of dolphin is useless, since dolphins dumps commands into it, even if the user is using the console,

so if I start writing

'mv * '

and the switch into another directory

it executes

'mv *  cd /home/matthias/SVN/web/' (or whatever directory)

this is not really a valid command, but it will move everything somewhere. And this must 1. never happen and 2. means that one can not use the console for anything real.
Comment 1 Dario Andres 2009-09-06 16:20:49 UTC
Merging with bug 161637. Thanks

*** This bug has been marked as a duplicate of bug 161637 ***