FS#37206 - [slim] Add "default_session =" in /etc/slim.conf
Attached to Project:
Arch Linux
Opened by Iacopo Isimbaldi (isiachi) - Sunday, 06 October 2013, 11:45 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 15 October 2013, 17:18 GMT
Opened by Iacopo Isimbaldi (isiachi) - Sunday, 06 October 2013, 11:45 GMT
Last edited by Evangelos Foutras (foutrelis) - Tuesday, 15 October 2013, 17:18 GMT
|
Details
Description:
After the last update of slim the sessions are read from /usr/share/xsession so it's useful to set the default one. Additional info: * package version: slim-1.3.6-2 * related files: /etc/slim.con Patch: diff -Pdpru slim-orig/slim.conf slim/slim.conf --- slim-orig/slim.conf 2013-06-24 12:02:14.000000000 -0500 +++ slim/slim.conf 2013-06-24 12:45:42.384560384 -0500 @@ -53,6 +53,12 @@ login_cmd exec /bin/bash -logi # see the xinitrc.sample file shipped with slim sources sessions xfce4,icewm-session,wmaker,blackbox +# Default session. +# When reading sessions from /usr/share/xsessions, sets the default +# session to the one specified here. Use the normal name for each session. +# +# default_session = KDE + # Executed when pressing F11 (requires imagemagick) screenshot_cmd import -window root /slim.png http://developer.berlios.de/patch/download.php?id=3481 |
This task depends upon
Closed by Evangelos Foutras (foutrelis)
Tuesday, 15 October 2013, 17:18 GMT
Reason for closing: Won't implement
Tuesday, 15 October 2013, 17:18 GMT
Reason for closing: Won't implement
Feel free to reopen if a fix is committed upstream.