Fix open path in qubes-open-file-manager.desktop
Looks like desktop entries doesn`t allow environment variables in Exec string. qubes.StartApp+qubes-open-file-manager-dom0[1782]: gio: file:///home/user/$HOME: Error when getting information for file “/home/user/$HOME”: No such file or directory switching to '.' resolve it.
This commit is contained in:
parent
d0b699c59f
commit
e5041783a5
@ -1,5 +1,5 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=Run Terminal
|
Name=Run Terminal
|
||||||
Exec=xdg-open $HOME
|
Exec=xdg-open .
|
||||||
Icon=system-file-manager
|
Icon=system-file-manager
|
||||||
Type=Application
|
Type=Application
|
||||||
|
Loading…
Reference in New Issue
Block a user