From 5f7b5eba568e8f4d311d9fba015e6f68478b3af6 Mon Sep 17 00:00:00 2001 From: Jekyll Wu Date: Fri, 21 Sep 2012 18:46:28 +0800 Subject: [PATCH] Specify $HOME as working directory through the .desktop file This is just a workaround for the problem of opening "~/Documents" on startup. Although it is simple (just one line) and easy to understand, it is still a not-so-pleasant hack which doesn't need to be added at the first place. Note, the per-profile working directory still takes precedence if it is set CCBUG: 302903 --- desktop/konsole.desktop | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/konsole.desktop b/desktop/konsole.desktop index c7fdf5c0..3a4ce42b 100755 --- a/desktop/konsole.desktop +++ b/desktop/konsole.desktop @@ -4,6 +4,7 @@ Exec=konsole TryExec=konsole Icon=utilities-terminal Terminal=false +Path=$HOME Categories=Qt;KDE;System;TerminalEmulator; X-DocPath=konsole/index.html X-KDE-StartupNotify=true