Mod i3.xsession.desktop for autostart Ubuntu 14.04
Patch status: merged
Patch by Matthias Thubauville
Long description:
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.
To apply this patch, use:
curl http://cr.i3wm.org/patch/565/raw.patch | git am
b/i3.xsession.desktop
| 17 |
@@ -2,4 +2,6 @@ |
| 18 |
Name=i3 |
| 19 |
Comment=improved dynamic tiling window manager |
| 20 |
Exec=i3 |
| 21 |
+TryExec=13 |
| 22 |
Type=Application |
| 23 |
+X-LightDM-DesktopName=i3 |