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
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Evangelos Foutras (foutrelis)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 1
Private No

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
Comment by Evangelos Foutras (foutrelis) - Tuesday, 15 October 2013, 17:18 GMT
The patch hasn't been accepted and committed upstream so I won't add it to our package.

Feel free to reopen if a fix is committed upstream.

Loading...