[Konsole-devel] [Bug 102941] User created sessions with "~" (like "~/somescript") in execute field or error in command doesn't appear in menu
Thiago Macieira
thiago at kde.org
Fri Apr 1 02:05:34 UTC 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=102941
------- Additional Comments From thiago kde org 2005-04-01 04:05 -------
Hmm... that doesn't look right.
~ alone is $HOME
but ~thiago should point to thiago's HOME. In other words:
$ echo ~
/home/thiago
$ echo ~thiago
/home/thiago
but:
$ echo \~ | sed "s,~,$HOME,"
/home/thiago
$ echo \~thiago | sed "s,~,$HOME,"
/home/thiagothiago
More information about the konsole-devel
mailing list