source: proiecte/PPPP/gdm/debian/patches/20_upstart.patch @ 134

Last change on this file since 134 was 134, checked in by (none), 14 years ago

gdm sources with the modifications for webcam

File size: 765 bytes
RevLine 
[134]1#
2# Description: Emit Upstart events when starting the login session and desktop session
3#
4diff -Nur -x '*.orig' -x '*~' gdm/data/Init.in gdm.new/data/Init.in
5--- gdm/data/Init.in    2009-09-14 20:42:01.000000000 +0100
6+++ gdm.new/data/Init.in        2009-09-14 20:44:40.000000000 +0100
7@@ -11,6 +11,8 @@
8         /usr/bin/xsplash --gdm-session &
9 fi
10 
11+initctl -q emit login-session-start DISPLAY_MANAGER=gdm
12+
13 gdmwhich () {
14   COMMAND="$1"
15   OUTPUT=
16diff -Nur -x '*.orig' -x '*~' gdm/data/PreSession.in gdm.new/data/PreSession.in
17--- gdm/data/PreSession.in      2009-09-14 20:42:01.000000000 +0100
18+++ gdm.new/data/PreSession.in  2009-09-14 20:44:53.000000000 +0100
19@@ -13,3 +13,4 @@
20         /usr/bin/xsplash &
21 fi
22 
23+initctl -q emit desktop-session-start DISPLAY_MANAGER=gdm
Note: See TracBrowser for help on using the repository browser.