Mod i3.xsession.desktop for autostart Ubuntu 14.04
i3 started from lightdm properly, but autostart did not work. The line "X-LightDM-DesktopName=i3" seems to be responsible to allow autostart. Tested on a clean install of Ubuntu 14.04.
This commit is contained in:
parent
7482a0f642
commit
42804b4555
|
@ -2,4 +2,6 @@
|
||||||
Name=i3
|
Name=i3
|
||||||
Comment=improved dynamic tiling window manager
|
Comment=improved dynamic tiling window manager
|
||||||
Exec=i3
|
Exec=i3
|
||||||
|
TryExec=13
|
||||||
Type=Application
|
Type=Application
|
||||||
|
X-LightDM-DesktopName=i3
|
||||||
|
|
Loading…
Reference in New Issue