Bug 206503 - never ever execute change directory command if user is using console
Summary: never ever execute change directory command if user is using console
Status: RESOLVED DUPLICATE of bug 161637
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 16.12.2
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Peter Penz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-06 15:50 UTC by Matthias Pospiech
Modified: 2009-09-06 16:20 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***