Magellan Linux

Contents of /trunk/xfce-utils/patches/xfce-utils-4.6.2-ck-launch-session.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1066 - (show annotations) (download)
Mon Aug 9 13:00:44 2010 UTC (13 years, 8 months ago) by niro
File size: 364 byte(s)
added xfce patches

1 http://git.xfce.org/xfce/xfce-utils/patch/?id=96af982828d767763640c84f38b80bf0d3eb52b1
2
3 --- scripts/xinitrc.in.in
4 +++ scripts/xinitrc.in.in
5 @@ -131,7 +131,11 @@
6 x|xno*)
7 ;;
8 *)
9 - $xfcesm
10 + if type ck-launch-session >/dev/null 2>&1; then
11 + ck-launch-session $xfcesm
12 + else
13 + $xfcesm
14 + fi
15
16 if test $kill_sshagent -eq 1; then
17 eval `$sshagent -k`