Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-apps/xinit/files: Xsession.desktop
Date: Wed, 30 Nov 2011 20:11:13
Message-Id: 20111130201050.B55942004C@flycatcher.gentoo.org
1 robbat2 11/11/30 20:10:50
2
3 Added: Xsession.desktop
4 Log:
5 GDM3 looks for .desktop files for the list of possible sessions, whereas GDM2 looked at /etc/X11/Sessions/, so put in a .desktop wrapper file pointing to the Xsession script.
6
7 (Portage version: 2.2.0_alpha70/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-apps/xinit/files/Xsession.desktop
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/files/Xsession.desktop?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xinit/files/Xsession.desktop?rev=1.1&content-type=text/plain
14
15 Index: Xsession.desktop
16 ===================================================================
17 [Desktop Entry]
18 Encoding=UTF-8
19 Name=XSession
20 Comment=This session logs you into your custom Xsession
21 Exec=/etc/X11/Sessions/Xsession
22 TryExec=/etc/X11/Sessions/Xsession
23 # no icon yet, only the top three are currently used
24 Icon=
25 Type=Application