mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Do not use TryExec; Exec should be enough. Besides, gdm seems to ignore ede.desktop when TryExec contains full path.
This commit is contained in:
parent
399aa3af0a
commit
31f5559acd
@ -1,7 +1,6 @@
|
|||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
|
Encoding=UTF-8
|
||||||
Name=EDE
|
Name=EDE
|
||||||
Exec=@prefix@/bin/startede
|
Exec=@prefix@/bin/startede
|
||||||
TryExec=@prefix@/bin/startede
|
|
||||||
Comment=This session logs you into EDE Desktop
|
Comment=This session logs you into EDE Desktop
|
||||||
Type=Application
|
Type=Application
|
||||||
Encoding=UTF-8
|
|
||||||
|
Loading…
Reference in New Issue
Block a user