mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 15:35:09 -04:00
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
(cherry picked from commit 5f7b5eba56)
This commit is contained in:
@@ -5,6 +5,7 @@ TryExec=konsole
|
||||
Icon=utilities-terminal
|
||||
X-DocPath=konsole/index.html
|
||||
Terminal=false
|
||||
Path=$HOME
|
||||
X-KDE-StartupNotify=true
|
||||
|
||||
Name=Konsole
|
||||
|
||||
Reference in New Issue
Block a user