[Konsole-devel] [Bug 174554] In a bash script, the command : " konsole "$0" args " fails in one case

Narcis Garcia informatica at actiu.net
Tue Jan 13 15:56:35 UTC 2009


http://bugs.kde.org/show_bug.cgi?id=174554


Narcis Garcia informatica actiu net changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |informatica at actiu.net




--- Comment #1 from Narcis Garcia <informatica actiu net>  2009-01-13 16:56:34 ---
This is because konsole starts by default on $HOME directory, and you are
trying to run that script as if you maintain the working directory.

Konsole (as other terminals do) may not change the working directory, but you
can skip this problem making the call in this way:

konsole --workdir "$PWD"-e "$0" a


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the konsole-devel mailing list