Magellan Linux

Contents of /trunk/slim/patches/slim-1.3.6-add-sessiondir.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2301 - (show annotations) (download)
Fri Oct 11 12:23:13 2013 UTC (10 years, 7 months ago) by niro
File size: 1055 byte(s)
-upstream slim patches
1 From 741e43960a4ea3a8bc230b1f599311d800c2cc83 Mon Sep 17 00:00:00 2001
2 From: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
3 Date: Wed, 02 Oct 2013 23:23:24 +0000
4 Subject: Update slim.conf. Add sessiondir.
5
6 Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
7 ---
8 diff --git a/slim.conf b/slim.conf
9 index a8e2e1c..c5f1d38 100644
10 --- a/slim.conf
11 +++ b/slim.conf
12 @@ -47,11 +47,9 @@ login_cmd exec /bin/bash -login ~/.xinitrc %session
13 # options "-d" and "-nodaemon"
14 # daemon yes
15
16 -# Available sessions (first one is the default).
17 -# The current chosen session name is replaced in the login_cmd
18 -# above, so your login command can handle different sessions.
19 -# see the xinitrc.sample file shipped with slim sources
20 -sessions xfce4,icewm-session,wmaker,blackbox
21 +# Set directory that contains the xsessions.
22 +# slim reads xsesion from this directory, and be able to select.
23 +sessiondir /usr/share/xsessions/
24
25 # Executed when pressing F11 (requires imagemagick)
26 screenshot_cmd import -window root /slim.png
27 --
28 cgit v0.9.2