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
  • data/Init.in

    #
    # Description: Emit Upstart events when starting the login session and desktop session
    #
    diff -Nur -x '*.orig' -x '*~' gdm/data/Init.in gdm.new/data/Init.in
    old new  
    1111        /usr/bin/xsplash --gdm-session &
    1212fi
    1313
     14initctl -q emit login-session-start DISPLAY_MANAGER=gdm
     15
    1416gdmwhich () {
    1517  COMMAND="$1"
    1618  OUTPUT=
  • data/PreSession.in

    diff -Nur -x '*.orig' -x '*~' gdm/data/PreSession.in gdm.new/data/PreSession.in
    old new  
    1313        /usr/bin/xsplash &
    1414fi
    1515
     16initctl -q emit desktop-session-start DISPLAY_MANAGER=gdm
Note: See TracBrowser for help on using the repository browser.