[SOLVED] GNOME 3.16 + GDM Login & Background Image

It's being surprisingly difficult to understand what's needed in order to have a login screen that does not contain the default noise PNG as background.
Apparently now the default theme is a gresource so common css overwrite don't seem to make it.
How did you folks solved this problem?
Apologies if already discussed, it's just that the problem is NOT the GNOME Desktop Background, and NOT the lock screen, just ONLY the gdm background screen during login.
Other tricks seem to not work neither:
sudo -u gdm dbus-launch gsettings set org.gnome.desktop.screensaver picture-uri '/new/picture.png'
Thanks for any sort of help with this and Best Regards
Last edited by WebReflection (2015-05-06 19:00:05)

I finally got this to work. The wiki needs updating as of now it only states that gnome shell theme is now in a binary format, but not how to extract and repack it afterwards...
Anyway this is how i got it to work.
Use this script to extract gnome-shell-theme inside your choosen working directory
extractgst.sh
#! /bin/sh
#change workdir to suit your system
workdir=/home/merlin/temp/GS/test
gst=/usr/share/gnome-shell/gnome-shell-theme.gresource
mkdir theme
for r in `gresource list $gst`; do
gresource extract $gst $r >$workdir${r/#\/org\/gnome\/shell/}
done
Once you've run the script you should have the theme extracted to the theme folder which was created inside your workdir.
Now you can proceed to add a background image to this folder and edit gnome-shell.css by following the wiki page.
You must now create the file gnome-shell-theme.gresource.xml inside the theme directory. Simply copy paste the xml code below into  gnome-shell-theme.gresource.xml,  making sure to change the line that refers to your background image. On my system the background image is named login-background.jpg
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/gnome/shell/theme">
<file>calendar-arrow-left.svg</file>
<file>calendar-arrow-right.svg</file>
<file>calendar-today.svg</file>
<file>checkbox-focused.svg</file>
<file>checkbox-off-focused.svg</file>
<file>checkbox-off.svg</file>
<file>checkbox.svg</file>
<file>close-window.svg</file>
<file>close.svg</file>
<file>corner-ripple-ltr.png</file>
<file>corner-ripple-rtl.png</file>
<file>dash-placeholder.svg</file>
<file>filter-selected-ltr.svg</file>
<file>filter-selected-rtl.svg</file>
<file>gnome-shell.css</file>
<file>gnome-shell-high-contrast.css</file>
<file>logged-in-indicator.svg</file>
<file>login-background.jpg</file>
<file>more-results.svg</file>
<file>no-events.svg</file>
<file>no-notifications.svg</file>
<file>noise-texture.png</file>
<file>page-indicator-active.svg</file>
<file>page-indicator-inactive.svg</file>
<file>page-indicator-checked.svg</file>
<file>page-indicator-hover.svg</file>
<file>process-working.svg</file>
<file>running-indicator.svg</file>
<file>source-button-border.svg</file>
<file>summary-counter.svg</file>
<file>toggle-off-us.svg</file>
<file>toggle-off-intl.svg</file>
<file>toggle-on-us.svg</file>
<file>toggle-on-intl.svg</file>
<file>ws-switch-arrow-up.png</file>
<file>ws-switch-arrow-down.png</file>
</gresource>
</gresources>
now the only thing left to do is to run
cd ./theme
glib-compile-resources gnome-shell-theme.gresource.xml
It will create a gresource file that you can swap in /usr/share/gnome-shell.
Good luck and hopefully I will save many some headache. Took me quite a while to get the whole thing working
Last edited by atrotet (2015-05-06 04:49:36)

Similar Messages

  • Changed Lion Login Background Image No Longer Works

    Following instructions posted in various communities, I was able to substitute my own image for the dull gray Lion login background image (replacing the file NSTexturedFullScreenBackgroundColor.png).  But since upgrading to OS X 10.7.4 the other day, the login image has reverted back to the standard Lion image, even though my substituted file is still in the folder /System/Library/Frameworks/AppKit.framework/Versions/C/Resources.
    Anybody figure out a fix?
    Thanks.

    http://loginox.branox.com/

  • GDM default background image

    Is there an easy way to change the (green) default background image (wallpaper) that I get whenever I want to switch user  ? I am not sure I understand where the settings is. In GDM for sure but where ?
    I would be ready to use another login manager if that makes it easier. I have tried Slime but I would rather keep the ability to ... graphically switch user (I am currently using Gnome). KDM needs kbase which looks a rather huge download just for that purpose.
    Thanks for your help !

    As far as I know it's supposed to be your currently set gnome background but it's bugged and just uses the default gnome wallpaper from /usr/share/pixmaps/backgrounds/gnome
    Just rename the background-default file and put whatever image you want there, or symlink it. I myself, just put an all black image

  • [SOLVED] Gnome 3.2, gdm only show the default wallpaper

    Hi all,
    I just upgrade to gnome 3.2 on 2 machines, for the first one I got a glib2 from AUR so it do not work first (it's now solve) but for the second one I still can't login into gnome.
    Gdm only show the default wallpaper and a cursor.
    Here is the gdm log :
    gnome-session[22008]: DEBUG(+): Enabling debugging
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/jlaunay-arch-laptop:@/tmp/.ICE-unix/22008,unix/jlaunay-arch-laptop:/tmp/.ICE-unix/22008
    gnome-session[22008]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[22008]: DEBUG(+): GsmManager: setting client store 0x752b20
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[22008]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[22008]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[22008]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[22008]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[22008]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[22008]: DEBUG(+): fill: *** Adding required components
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[22008]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[22008]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[22008]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[22008]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[22008]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[22008]: DEBUG(+): fill: *** Done adding required components
    gnome-session[22008]: DEBUG(+): fill: *** Adding default providers
    gnome-session[22008]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[22008]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[22008]: DEBUG(+): GsmManager: App startup summary
    gnome-session[22008]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[22008]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[22008]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=1014e74dbf7c28cef3131765353783344800000220080001
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: started pid:22018
    ** (gnome-settings-daemon:22018): WARNING **: Failed to connect context: OK
    gnome-session[22008]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353888394100000220080002 to session
    gnome-session[22008]: DEBUG(+): uid = 120
    gnome-session[22008]: DEBUG(+): pid = 22033
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[22008]: DEBUG(+): GsmManager: RegisterClient 1014e74dbf7c28cef3131765353783344800000220080001
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353783344800000220080001 to session
    gnome-session[22008]: DEBUG(+): uid = 120
    gnome-session[22008]: DEBUG(+): pid = 22018
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[22008]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[22008]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=1014e74dbf7c28cef3131765353783171200000220080000
    gnome-session[22008]: DEBUG(+): GsmAutostartApp: started pid:22035
    gnome-session[22008]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[22008]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[22008]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[22008]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[22008]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[22008]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: New client '0x7a83f0 []'
    gnome-session[22008]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[22008]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Initializing client 0x7a83f0 []
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Client '0x7a83f0 []' received RegisterClient(1014e74dbf7c28cef3131765353783171200000220080000)
    gnome-session[22008]: DEBUG(+): GsmManager: Adding new client 1014e74dbf7c28cef3131765353783171200000220080000 to session
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x7a83f0 [1014e74dbf7c28cef3131765353783171200000220080000]'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Set properties from client '0x7a83f0 [1014e74dbf7c28cef3131765353783171200000220080000]'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: ProcessID = '22035'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[22008]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-BFEwWchQ,guid=de70f6c3e78db9ace2cecbde000025dc
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    (gnome-shell:22035): GdmGreeter-DEBUG: "/usr/share/xsessions/openbox-kde.desktop" is hidden or contains non-executable TryExec program
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-shell:22035): Gvc-WARNING **: Failed to connect context: OK
    JS LOG: GNOME Shell started at Mon Oct 03 2011 16:52:19 GMT+0200 (CEST)
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:22035): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600002
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 150
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600000
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 154
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600003
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 177
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[22008]: DEBUG(+): Searching for 4194307 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 600003
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 1
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 1
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): Searching for 4194308 in 4194307,4194308
    gnome-session[22008]: DEBUG(+): Watch 1 fired, idle time = 203
    gnome-session[22008]: DEBUG(+): GsmPresence: setting idle: 0
    gnome-session[22008]: DEBUG(+): Updating ConsoleKit idle status: 0
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    The value for the SHELL variable was not found the /etc/shells file
    This incident has been reported.
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[22008]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    When I try with gdm in fallback mode using :
    ln -s /usr/share/gnome-session/sessions/gdm-fallback.session /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session
    Gdm is working but when I try to login in gnome it freeze.
    Here is the xsessions error file :
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (screenreader) n'est pas complet
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (magnifier) n'est pas complet
    (gnome-settings-daemon:2006): keybindings-plugin-WARNING **: Le raccourci clavier (onscreenkeyboard) n'est pas complet
    WARNING: no socket to connect to
    common-plugin-Message: checking whether we have a device for 4: yes
    common-plugin-Message: checking whether we have a device for 5: yes
    common-plugin-Message: checking whether we have a device for 6: yes
    common-plugin-Message: checking whether we have a device for 7: yes
    common-plugin-Message: checking whether we have a device for 8: yes
    common-plugin-Message: checking whether we have a device for 9: yes
    common-plugin-Message: checking whether we have a device for 10: yes
    common-plugin-Message: checking whether we have a device for 11: yes
    common-plugin-Message: checking whether we have a device for 12: yes
    Failed to play sound: File or data not found
    ** Message: applet now removed from the notification area
    JS LOG: GNOME Shell started at Mon Oct 03 2011 18:30:21 GMT+0200 (CEST)
    ** Message: applet now embedded in the notification area
    JS ERROR: !!! Exception was: Error: Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    JS ERROR: !!! lineNumber = '0'
    JS ERROR: !!! fileName = '"gjs_throw"'
    JS ERROR: !!! stack = '"("Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.")@gjs_throw:0
    ([object _private_TelepathyGLib_AccountManager],[object _private_Gio_SimpleAsyncResult])@/usr/share/gnome-shell/js/ui/telepathyClient.js:371
    JS ERROR: !!! message = '"Error invoking TelepathyGLib.prepare_finish: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken."'
    (gnome-shell:2057): folks-WARNING **: Error preparing Backend 'telepathy': Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
    gnome-session[1984]: WARNING: Detected that screensaver has left the bus
    gnome-session[1984]: WARNING: Application 'gnome-settings-daemon.desktop' killed by signal
    gnome-session[1984]: WARNING: Application 'gnome-shell.desktop' killed by signal
    gnome-session[1984]: GConf-WARNING: Got Disconnected from DBus
    if needed here is my pacman -Qm :
    advancecomp 1.15-6
    aespipe 2.4c-1
    aldm 0.5-1
    android-notifier-desktop 0.5.1-2
    android-sdk r10-2
    armitage-svn 322-1
    asoundconf 20090121-1
    aufs2-util 20110314-1
    btsco 0.5-2
    bug-buddy 2.32.0-1
    cairo-tee 1.10.2-1
    canon-cque 2.0.0-1
    ccrypt-gui-integrations 1.0-3
    cimon 0.4.1-2
    climage 0.4-3
    cloog-ppl 0.15.10-2
    codecs64 20071007-1
    comgt 0.32-2
    cphix 0.7-1
    creepy-git 20110718-1
    cryptkeeper 0.9.5-1
    cunit 2.1.2-2
    db4.5 4.5.20-4
    decibel-audio-player2 2.20-2
    derpity-gtk-theme 20110522-1
    djl_py2 1.2.20-1
    docbucket 0.1-1
    drwright 3.0.2-1
    dukto-svn 103-2
    eikon-icon-theme 1.0-1
    evolution-webcal 2.32.0-1
    exactimage-svn 1808-1
    faenza-icon-theme 0.9.2-1
    fbcmd 1.3-2
    fekete-icon-theme 3.3-1
    firefox-firesheep 20110930-1
    flickrapi 1.4.2-2
    foobnix-git 20110718-1
    fortune-mod-kaamelott 1-1
    freearc 0.666-2
    gecko-sdk 1.9.2.18-1
    gen-init-cpio 2.6.36-1
    gimp-ultimate-web-gradients 1-1
    gnome-mag 0.16.3-1
    gnome-schedule 2.1.3-1
    gnome-web-photo 0.10.2-1
    gnumeric-git 20110528-1
    goffice-git 20110718-1
    gok 2.30.1-1
    gpick-svn 140-1
    groonga 1.2.5-1
    gtk-engine-unico 74-4
    gtkglarea 2.0.1-1
    gwibber3 3.1.0-3.2
    g-xiria 2.0-1
    hamster-applet 2.91.2-1
    histwi 0.6.7-1
    hotot 0.9.7%7Ehg1017-1
    intrace 1.4.3-1
    ipod-convenience 0.11-1
    iron-bin 13.0.800.0-1
    izulu 0.2.5.3-3
    jumanji-new_webgtk-git 20110718-1
    juststyle 1.3.3-2
    ktranslator 0.4-3
    lib32-gmp4 4.3.2-1
    lib32-libidn 1.19-1
    lib32-libjpeg6 6b-4
    lib32-libpng12 1.2.43-1
    lib32-libtiff4 4_3.9.5-2
    lib32-nas 1.9.2-2
    lib32-openssl-compatibility 0.9.8-4
    lib32-sdl_gfx 2.0.22-4
    lib32-sdl_mixer 1.2.11-3
    lib32-smpeg 0.4.4-6
    libawl-git 20110613-1
    libfcppt-git 20110613-1
    libkeybinder 0.2.2-1
    libmizuiro-git 20110613-1
    libopensync-svn 6211-1
    libsge-git 20110613-1
    libsyncml-svn 1363-1
    libtiff4 3.9.5-1
    libwbxml 0.10.8-1
    linux-wbfs-manager 0.1.12-1
    logmein-hamachi 2.0.1.15-1
    mailnag 20110726-1
    markdown 1.0.1-5
    mate-icon-theme 0.0.0-2
    mate-icon-theme-symbolic 0.0.0-1
    metasploit-svn 13099-1
    myman 0.7.0-3
    mysql-jdbc 5.1.17-1
    namebench 1.3.1-3
    netbeans-php 7.0.0-1
    ninvaders 0.1.1-2
    omoma 0.2-1
    opencv-old 2.1.0-3
    open-syobon 0.99_1-1
    openxencenter rev227_20100510-4
    osm-gps-map 0.7.3-1
    padevchooser 0.9.3-6
    paman 0.9.4-5
    par 1.52-2
    pavumeter 0.9.3-3
    pencil-svn 259-1
    perl-crypt-rc4 2.02-1
    perl-digest-perl-md5 1.8-1
    perl-goo-canvas 0.06-1
    perl-gtk2-imageview 0.05-2
    perl-ole-storage-lite 0.19-1
    perl-proc-processtable 0.45-2
    perl-spreadsheet-parseexcel 0.59-1
    perl-switch 2.16-2
    perl-text-csv-xs 0.82-1
    perl-unicode-map 0.112-2
    perl-xls2csv 1.06-2
    prey-tracker 0.5.3-1
    probability0 1.05-4
    psmouse-elantech v6-2
    pxtools 0.0.20-1
    pyexiv2 0.3.0-3
    python25 2.5.5-1
    python2-tweepy-git 20110627-1
    python-audiere 0.2-1
    python-bugbuddy 2.32.0-6
    python-dbutils 1.0-2
    python-keybinder 0.2.2-4
    python-osmgpsmap 0.7.3-4
    python-whoosh 1.8.4-1
    qataki 0.05-0
    qttvdb 0.3.0-1
    quazip 0.4.1-1
    quicksynergy 0.9.0-1
    rarcrack 0.2-1
    rdesktop-svn 1609-1
    realtimeconfigquickscan-hg 18-1
    ruby1.8 1.8.7_p352-1
    ruby-hmac 0.4.0-1
    serieswatcher 0.1.3-1
    shocco-git 20110504-1
    shutter 0.86.4-1
    sikuli-ide 1.0rc2-2
    smb-browser-svn 5-1
    soapui 3.6.1-1
    solarus-git 20110802-1
    spark 2.5.8-1
    sql-power-architect 1.0.6-1
    sslstrip 0.9-1
    sux 1.0.1_6-1
    talend-mdm 4.2.2-1
    talend-profiler 4.2.2-2
    talend-studio 4.2.2-2
    tcp_wrappers 7.6-12
    texwiz 2.0.1-1
    tftpgui 1.1-1
    the-incredible-machine-1 1.0-5
    the-incredible-machine-2 1.0-4
    tksqlite 0.5.8-3
    tktable 2.10-2
    tktreectrl 2.3.2-1
    trizen 20110630-1
    ttf-exljbris 1.1-2
    ttf-gentium-basic 1.1-3
    txt2html 2.51-1
    unittestpp 1.4-1
    universalindentgui 1.1.0-2
    vim-jquery 0.4-2
    vim-perl 0.11-2
    vim-python 3.0.6-3
    vim-spamassassin 3.2-1
    visual-regexp 3.0-3
    vkget 0.2-1
    wdt 2.6.6-ppa0
    webcamstudio-svn 152-1
    whatweb-git 20110718-1
    winexe 1.00-1
    wsdlpull 1.24-1
    wv2-svn 45-1
    wwwsqldesigner 126-1
    xcursor-gruppled-lite 1.1-1
    Thanks in advance for your help.
    Last edited by jlaunay (2011-10-03 22:51:28)

    Solved.
    I had to enable KMS
    https://wiki.archlinux.org/index.php/In … Setting.29
    and remove my xorg.conf file.

  • [Solved]Gnome 3.6: cannot login

    I cannot login to Gnome 3.6 anymore since a couple of days. The "oh no" window appears and kicks me out. I am using gdm, with which I can login to E17 perfectly.
    Here's part of my journal:
    Nov 27 09:50:16 PC_NMG systemd[1]: Starting Cleanup of Temporary Directories...
    Nov 27 09:50:17 PC_NMG systemd-tmpfiles[3571]: stat(/run/user/1000/gvfs) failed: Permission denied
    Nov 27 09:50:18 PC_NMG systemd[1]: Started Cleanup of Temporary Directories.
    Nov 27 09:52:05 PC_NMG gdm-password][962]: pam_unix(gdm-password:session): session closed for user ben
    Nov 27 09:52:05 PC_NMG systemd-logind[295]: Removed session 2.
    Nov 27 09:52:06 PC_NMG udisks-daemon[1009]: **** /proc/self/mountinfo changed
    Nov 27 09:52:06 PC_NMG gdm-simple-slave[881]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 27 09:52:06 PC_NMG gdm-simple-slave[881]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Nov 27 09:52:06 PC_NMG gdm[302]: gdm-binary[302]: WARNING: GdmDisplay: display lasted 0.105551 seconds
    Nov 27 09:52:06 PC_NMG gdm-binary[302]: WARNING: GdmDisplay: display lasted 0.105551 seconds
    Nov 27 09:52:07 PC_NMG dbus[298]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=302 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.88" (uid=0 pid=3646 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 27 09:52:07 PC_NMG dbus-daemon[298]: dbus[298]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=302 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.88" (uid=0 pid=3646 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 27 09:52:08 PC_NMG kernel: NVRM: GPU at 0000:01:00: GPU-e4240275-71cb-b035-a3cc-fdd95f17c287
    Nov 27 09:52:08 PC_NMG gdm-simple-slave[3646]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 27 09:52:08 PC_NMG systemd-logind[295]: Removed session 4.
    Nov 27 09:52:09 PC_NMG systemd-logind[295]: New session 5 of user gdm.
    Nov 27 09:52:09 PC_NMG systemd-logind[295]: Linked /tmp/.X11-unix/X2 to /run/user/120/X11-display.
    Nov 27 09:52:11 PC_NMG rtkit-daemon[503]: Successfully made thread 3697 of process 3697 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Nov 27 09:52:11 PC_NMG rtkit-daemon[503]: Supervising 1 threads of 1 processes of 1 users.
    Nov 27 09:52:12 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 27 09:52:12 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 27 09:52:12 PC_NMG dbus[298]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 27 09:52:12 PC_NMG dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 27 09:52:15 PC_NMG polkitd[360]: Registered Authentication Agent for unix-session:5 (system bus name :1.108 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Nov 27 09:52:22 PC_NMG gdm-launch-environment][3660]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Nov 27 09:52:23 PC_NMG gdm-password][3729]: pam_unix(gdm-password:session): session opened for user ben by (unknown)(uid=0)
    Nov 27 09:52:23 PC_NMG systemd-logind[295]: New session 6 of user ben.
    Nov 27 09:52:23 PC_NMG systemd-logind[295]: Linked /tmp/.X11-unix/X2 to /run/user/1000/X11-display.
    Nov 27 09:52:23 PC_NMG gdm-password][3729]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Nov 27 09:52:23 PC_NMG gdm-password][3729]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Nov 27 09:52:23 PC_NMG gnome-session[3663]: WARNING: Detected that screensaver has left the bus
    Nov 27 09:52:23 PC_NMG gnome-session[3663]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 27 09:52:23 PC_NMG gdm-simple-slave[3646]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 27 09:52:23 PC_NMG polkitd[360]: Unregistered Authentication Agent for unix-session:5 (system bus name :1.108, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Nov 27 09:52:24 PC_NMG gnome-keyring-daemon[3734]: Gkm: using old keyring directory: /home/ben/.gnome2/keyrings
    Nov 27 09:52:24 PC_NMG udisks-daemon[1009]: **** /proc/self/mountinfo changed
    Nov 27 09:52:24 PC_NMG rtkit-daemon[503]: Successfully made thread 3800 of process 3800 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Nov 27 09:52:24 PC_NMG rtkit-daemon[503]: Supervising 4 threads of 2 processes of 2 users.
    Nov 27 09:52:24 PC_NMG pulseaudio[3800]: [pulseaudio] pid.c: Stale PID file, overwriting.
    Nov 27 09:52:24 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 27 09:52:24 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 27 09:52:24 PC_NMG dbus[298]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 27 09:52:24 PC_NMG dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 27 09:52:24 PC_NMG pulseaudio[3800]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 27 09:52:25 PC_NMG rtkit-daemon[503]: Successfully made thread 3830 of process 3830 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Nov 27 09:52:25 PC_NMG rtkit-daemon[503]: Supervising 5 threads of 3 processes of 2 users.
    Nov 27 09:52:25 PC_NMG pulseaudio[3830]: [pulseaudio] pid.c: Daemon already running.
    Nov 27 09:52:26 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:26 PC_NMG dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:26 PC_NMG dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:26 PC_NMG dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:26 PC_NMG dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:26 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:26 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:26 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:27 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:27 PC_NMG dbus[298]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Nov 27 09:52:27 PC_NMG dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:27 PC_NMG dbus-daemon[298]: dbus[298]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkManager.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.freedesktop.NetworkManager.service' for details.
    Nov 27 09:52:30 PC_NMG kernel: evolution-sourc[3906]: segfault at 656c676f6f67 ip 00007f17e27365ff sp 00007fff63018c60 error 4 in libglib-2.0.so.0.3400.2[7f17e26d4000+f4000]
    Nov 27 09:52:30 PC_NMG kernel: traps: gnome-shell-cal[3897] trap int3 ip:7f985d4b4a27 sp:7fff0ef29780 error:0
    Nov 27 09:52:30 PC_NMG gnome-session[3736]: WARNING: Detected that screensaver has left the bus
    Nov 27 09:52:30 PC_NMG kernel: evolution-sourc[3979]: segfault at 7661646c6163 ip 00007fdc609555ff sp 00007fff5eaaf770 error 4 in libglib-2.0.so.0.3400.2[7fdc608f3000+f4000]
    Nov 27 09:52:30 PC_NMG kernel: evolution-sourc[4005]: segfault at 656c676f6f67 ip 00007f941432d5ff sp 00007fff2384c6e0 error 4 in libglib-2.0.so.0.3400.2[7f94142cb000+f4000]
    Nov 27 09:52:30 PC_NMG kernel: traps: gnome-shell-cal[3999] trap int3 ip:7f8192c06a27 sp:7fffbe5e2f00 error:0
    Nov 27 09:52:30 PC_NMG gnome-session[3736]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Nov 27 09:52:31 PC_NMG gnome-session[3736]: WARNING: Detected that screensaver has left the bus
    Nov 27 09:52:37 PC_NMG gnome-session[3736]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 27 09:52:37 PC_NMG gnome-session[3736]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Nov 27 09:52:37 PC_NMG gdm-password][3729]: pam_unix(gdm-password:session): session closed for user ben
    Nov 27 09:52:37 PC_NMG udisks-daemon[1009]: **** /proc/self/mountinfo changed
    Nov 27 09:52:37 PC_NMG gdm-simple-slave[3646]: GLib-GObject-CRITICAL: g_object_ref: assertion `object->ref_count > 0' failed
    Nov 27 09:52:37 PC_NMG gdm-simple-slave[3646]: GLib-GObject-CRITICAL: g_object_unref: assertion `object->ref_count > 0' failed
    Nov 27 09:52:38 PC_NMG gdm[302]: gdm-binary[302]: WARNING: GdmDisplay: display lasted 0.007599 seconds
    Nov 27 09:52:38 PC_NMG gdm-binary[302]: WARNING: GdmDisplay: display lasted 0.007599 seconds
    Nov 27 09:52:38 PC_NMG dbus-daemon[298]: dbus[298]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=302 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.130" (uid=0 pid=4083 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 27 09:52:38 PC_NMG dbus[298]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=302 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.130" (uid=0 pid=4083 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 27 09:52:38 PC_NMG kernel: NVRM: GPU at 0000:01:00: GPU-e4240275-71cb-b035-a3cc-fdd95f17c287
    Nov 27 09:52:38 PC_NMG gdm-simple-slave[4083]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    I have a lot of warnings, as you can see. Any help would be appreciated!
    Last edited by Revelation60 (2012-12-16 21:01:15)

    I tried to do the following:
    systemctl stop gdm
    startx
    with the following in my .xinirc:
    exec gnome-session
    Unforunately, I get the same screen, albeit with a slightly different error message:
    Dec 02 20:48:13 PC_NMG gnome-session[3220]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Dec 02 20:48:13 PC_NMG gnome-session[3220]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Dec 02 20:49:16 PC_NMG kernel: NVRM: GPU at 0000:01:00: GPU-e4240275-71cb-b035-a3cc-fdd95f17c287
    Dec 02 20:49:17 PC_NMG gnome-keyring-daemon[3661]: Gkm: using old keyring directory: /home/ben/.gnome2/keyrings
    Dec 02 20:49:17 PC_NMG gnome-keyring-daemon[3661]: Gkm: using old keyring directory: /home/ben/.gnome2/keyrings
    Dec 02 20:49:17 PC_NMG rtkit-daemon[474]: Successfully made thread 3737 of process 3737 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Dec 02 20:49:17 PC_NMG rtkit-daemon[474]: Supervising 2 threads of 2 processes of 1 users.
    Dec 02 20:49:17 PC_NMG pulseaudio[3737]: [pulseaudio] pid.c: Daemon already running.
    Dec 02 20:49:17 PC_NMG pulseaudio[598]: [pulseaudio] x11wrap.c: XOpenDisplay() failed
    Dec 02 20:49:17 PC_NMG pulseaudio[598]: [pulseaudio] module.c: Failed to load module "module-x11-publish" (argument: "display=:0"): initialization failed.
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkM
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkMana
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freed
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkM
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freed
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkMana
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkM
    Dec 02 20:49:17 PC_NMG dbus-daemon[284]: dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freed
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activating via systemd: service name='org.freedesktop.NetworkManager' unit='dbus-org.freedesktop.NetworkManager.service'
    Dec 02 20:49:17 PC_NMG dbus[284]: [system] Activation via systemd failed for unit 'dbus-org.freedesktop.NetworkManager.service': Unit dbus-org.freedesktop.NetworkMana
    Dec 02 20:49:18 PC_NMG kernel: evolution-sourc[3796]: segfault at 656c676f6f67 ip 00007fb29fd9e5ff sp 00007fffab9337b0 error 4 in libglib-2.0.so.0.3400.3[7fb29fd3c000
    Dec 02 20:49:18 PC_NMG systemd-coredump[3814]: Process 3796 (evolution-sourc) dumped core.
    Dec 02 20:49:18 PC_NMG systemd-coredump[3871]: Process 3854 (evolution-sourc) dumped core.
    Dec 02 20:49:18 PC_NMG systemd-coredump[3873]: Process 3843 (gnome-shell-cal) dumped core.
    Dec 02 20:49:19 PC_NMG systemd-coredump[3930]: Process 3913 (evolution-sourc) dumped core.
    Dec 02 20:49:19 PC_NMG systemd-coredump[3937]: Process 3906 (gnome-shell-cal) dumped core.
    Dec 02 20:49:40 PC_NMG kernel: evolution-sourc[3854]: segfault at 656c676f6f67 ip 00007f1612d735ff sp 00007fff700571b0 error 4 in libglib-2.0.so.0.3400.3[7f1612d11000
    Dec 02 20:49:19 PC_NMG gnome-session[3635]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Dec 02 20:49:20 PC_NMG gnome-session[3635]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Dec 02 20:49:20 PC_NMG gnome-session[3635]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Dec 02 20:49:40 PC_NMG kernel: traps: gnome-shell-cal[3843] trap int3 ip:7f77be6d5a27 sp:7fff1b759610 error:0
    Dec 02 20:49:40 PC_NMG kernel: evolution-sourc[3913]: segfault at 7f167da80000 ip 00007f167daed5ff sp 00007fff3027a540 error 4 in libglib-2.0.so.0.3400.3[7f167da8b000
    Dec 02 20:49:40 PC_NMG kernel: traps: gnome-shell-cal[3906] trap int3 ip:7f011c915a27 sp:7fff19a3c350 error:0

  • [SOLVED] Gnome notification area has wrong background color

    I'm using the Shiki-Brave theme on Gnome and all (yes, all) of the tray icons have the wrong background color.  The color changes slighty if I select another Shiki theme, but is pretty close to the default gray.  Strangely, I only have this issue on my desktop at home -- none of my other machines (two laptops and a desktop at work) exhibit the problem.  I have ensured that the theme is exactly the same on all machines.  Another oddity is that other themes (e.g. high contrast inverse) have the right background color!
    The only thing I have managed to find via Google is a bug report against Gnome.  Here is what I have tried:
    * Removing and readding the applet to the panel.
    * Blowing away all my settings (rm -rf .gnome2 .gconf .gconfd .local) and setting things up again.  To be sure I did not miss anything, I also tried creating a new user with a clean home.  Still the same issue.
    * Removing and reinstalling all of the gnome and gnome_extra groups.  I even cleared the pacman cache to force a redownload.
    Any ideas?  I'm at a loss on what to try next.
    Thanks!
    Last edited by kdorf (2011-04-09 06:29:51)

    I figured out the problem.
    I have an NVIDIA card and I recently modified my X server to use Xinerama instead of TwinView.  Xinerama was responsible for all this nastiness.  Reverting to TwinView fixed the problem (and some other weird ones that started popping up).
    Those of you with NVIDIA cards, avoid Xinerama!

  • [SOLVED] How to center the splash background image

    Hi,
    My question is about the Frank Nimphius code example:
    http://www.oracle.com/technology/products/jdev/tips/fnimphius/custom_splash_screen/index.html
    It's really a great-easy-usefull article ;)
    It works very well, but I can't center the imatge of splash (not the progress bar, just splash image). I try with text-align, position, etc. css properties, without luck.
    Can anybody help me, please?
    JVN

    Hi Simon,
    Using firebug I can solve the problem. I change the value of 'top' and 'left' attributes of 'af|document::splash-screen-content' and now it appears centered :)
    Thanks!
    JVN
    P.S: using a css class, like 'af|document.globalDocument::splash-screen' and then in jspx page: '<af:document styleClass="globalDocument">', it doesn't work.

  • [SOLVED] Gnome automount without GDM

    Hello, newbie Arch user here. Love the distro and the philosophy :]
    That said, I dislike having to wait for GDM to load. It doesn't seem very Arch to run a program just to log in (as this is my personal computer,) but I don't know how to configure gnome to automount without GDM handling the permissions. Would someone be able to point me to a place where I can enlighten myself?
    Last edited by beleth (2009-09-13 19:46:23)

    That was what I needed, thank you for the quick reply.
    I was about to ask why that wasn't in the Beginner's Guide, but of course it was and I must have skimmed over it >.< Sorry I'm a bad newbie.
    Thanks again.

  • [Solved] -Change the background image of gdm login screen.

    When I first installed Arch I found that the default background image of gdm login screen ( or lock screen ) didn't look good with the desktop image that I had, so when I installed I looked for a way to change this. Sadly I could not find any direct and easy way, I looked in forums, I looked in gconf-editor and I could not find any relevant information about it. So I decided to look for the file and change it.
    This was not the best option, clearly since now that I installed Gnome 2.30 it replaced the image with the old one and I had to change the file again. Since maybe some other people are having similar problems I thought I could just post the place where gdm is looking for the file, and if somebody has any suggestions about how to change it with a better way, I would welcome it .
    After the longest intro to a directory, here it is: /usr/share/pixmaps/backgrounds/gnome/background-default.jpg
    Thank you .
    Last edited by agomezh (2010-04-11 18:53:09)

    Not to belabour the point, but after much hair pulling, I stumbled upon the following method, and it works perfectly. It sets the default background (for GDM login, Lock, desktop...etc.) for Gnome to whatever you want--even new users get the new default background on their desktop, although they can obviously change it, this is only the default. The page also shows a method of doing the same as gnome-appearance-properties method with just gconftool-2. I hope this doesn't just cause confusion.
    [Note: It still has to be run as root of course. I used sudo.]
    http://library.gnome.org/admin/system-a … n#gconf-20
    gconftool-2 --direct \
    --config-source xml:readwrite:/etc/gconf/gconf.xml.defaults \
    --type string \
    --set /desktop/gnome/background/picture_filename some_picture_filename.png

  • Gdm login manager background picture[SOLVED]

    Hello all,
    I use gnome and gdm. I am wondering how I can change the background image of gdm behind the login window so that I can set my wallpaper image of my desktop also as background image for gdm login. Right now, it is somehow strange to have this green default image behind the login window but my wallpaper pciture is really cool.
    Is there any way for proper configuration? I do not want to mess up with the normal configuration. I just want to know whether gdm itself supports this kind of feature.
    Thanks in advance.
    Last edited by Archie_Enthusiasm (2010-11-28 15:49:53)

    Archie_Enthusiasm wrote:
    Is there no other way to do this in gdm or gnome GUI? Is it really normal way to create a soft link for gnome-appearance-properties.desktop and then change the image? It seems like that changing that image was planned not to be supported and thus people found an unusual way to do this.
    Please consult me concerning this. At the moment, I am really happy with my system and do not want to touch the original system by doing things manually.
    Arch, and Linux in general, is about freeing you to be able to make whatever you want of your system. If you are looking for a "supported" method or a GUI, you can either live with the background image you have, or you can get your hands dirty and learn how your system works. It's your choice.

  • After Gnome upgrade GDM login screen always says "Other..." [SOLVED]

    After the recent Gnome upgrade GDM login screen started looking strange:
    It shows a blue (highlighted?) disabled editbox that says "Other..." which I now must click on to get the usual username/password edit boxes. WTF?
    Pressing Enter won't do anything, it wants a mouse click. I find it extremely annoying to click on the stupid thing every time I need to login. I have waited a couple of weeks hoping this would come up in Google searches but it didn't.
    Can't do a screenshot of a login prompt.
    Seems like the login is supposed to show a list of users plus "Other" thing at the bottom. But I'm not getting the list, just "Other..." box.
    Last edited by softtower (2010-10-12 01:13:30)

    I haven't touched that setting and the list of users is visible for me (in addition to the Other... option).
    # sudo -u gdm gconftool-2 --get /apps/gdm/simple-greeter/disable_user_list
    false
    There, however, is the annoying issue that focus is initially outside the login box. I have to press arrow down before pressing enter to select a user. Perhaps that behavior would make more sense if I had several users on the system (i.e. the first one on the list would not necessarily be me).

  • [SOLVED] Gnome and gdm is not themed after reinstall

    Hi all.
    I messed up my Arch install yesterday, so today I reinstalled my system. I normally use Gnome, so I installed everything I normally install. (only things not installed from group gnome is epiphany and gnome-termial, as I use lxterminal instead)
    But as I reboot into GDM I find myself surprised: normally GDM will display the green leaf background on me, and after I log in this will be the desktop background. However, this is not the case now. GDM presents a plain black background, and what's more, when I try to change the background in gnome-appearance-preferences, the background image does not change! The only changes I get are the background colors belonging to each background. What has happened since the last time I installed??
    Thank you for any help
    EDIT: Seems a missing HAL was the problem. Even though GDM no longer depends on HAL, installing HAL and adding it to DAEMONS in rc.conf solved everything for me.
    Last edited by mariusmeyer (2010-11-09 06:05:29)

    Problem solved. I took gdm out of rc.conf, and uncommented it in in /etc/inittab. Then reinstalled glib2. After that it worked like a charm. Some warning message about wicd not starting D-Bus something, but I can deal with that later. Now typing in Chromium instead of elinks. Mission accomplished. Thanks community!

  • [SOLVED]Gnome 3.2 fail - black screen with cursor on login

    I have tried to get gnome 3.2 to work properly for at couple of hours now..
    I get a black screen with a cursor, when i should get the login screen.
      And it just stays there at least for 10 min (tested)
    To log in i have to restart GDM once or twice..
    And then suddenly i get the login screen.. Sometimes rendered correct, other times it is not, but it works ok...
    Once i have logged in there is no problem at all..
    /var/log/gdm/:0-greeter.log - first attempt is a fail..
    gnome-session[3343]: DEBUG(+): Enabling debugging
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/arch:@/tmp/.ICE-unix/3343,unix/arch:/tmp/.ICE-unix/3343
    gnome-session[3343]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: setting client store 0x12cfb20
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[3343]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[3343]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[3343]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    gnome-session[3343]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[3343]: DEBUG(+): fill: *** Adding required components
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[3343]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[3343]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[3343]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[3343]: DEBUG(+): fill: *** Done adding required components
    gnome-session[3343]: DEBUG(+): fill: *** Adding default providers
    gnome-session[3343]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[3343]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[3343]: DEBUG(+): GsmManager: App startup summary
    gnome-session[3343]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[3343]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[3343]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10b91ce24cc0c76642131758531111193200000033430001
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: started pid:3350
    gnome-session[3343]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531171761800000033430002 to session
    gnome-session[3343]: DEBUG(+): uid = 120
    gnome-session[3343]: DEBUG(+): pid = 3369
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[3343]: DEBUG(+): GsmManager: RegisterClient 10b91ce24cc0c76642131758531111193200000033430001
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531111193200000033430001 to session
    gnome-session[3343]: DEBUG(+): uid = 120
    gnome-session[3343]: DEBUG(+): pid = 3350
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[3343]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10b91ce24cc0c76642131758531111135900000033430000
    gnome-session[3343]: DEBUG(+): GsmAutostartApp: started pid:3378
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[3343]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[3343]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[3343]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: New client '0x132b3f0 []'
    gnome-session[3343]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[3343]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Initializing client 0x132b3f0 []
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 []' received RegisterClient(10b91ce24cc0c76642131758531111135900000033430000)
    gnome-session[3343]: DEBUG(+): GsmManager: Adding new client 10b91ce24cc0c76642131758531111135900000033430000 to session
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x132b3f0 [10b91ce24cc0c76642131758531111135900000033430000]'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Set properties from client '0x132b3f0 [10b91ce24cc0c76642131758531111135900000033430000]'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: ProcessID = '3378'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-zSuErBbI,guid=e8fadd3f487b29224ac7d82200000caa
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Sun Oct 02 2011 21:55:15 GMT+0200 (CEST)
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:3378): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41bed0
    gnome-session[3343]: DEBUG(+): Got callback for signal 15
    gnome-session[3343]: DEBUG(+): GsmManager: Logout called
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: requesting logout
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[3343]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received SaveYourselfDone(success = True)
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x13a4070, FALSE, 3, 9, 32771, 0)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: query end session complete
    gnome-session[3343]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received SaveYourselfDone(success = True)
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x13a4070, FALSE, 3, c, 32771, 0)
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[3343]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[3343]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]')
    gnome-session[3343]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[3343]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x13666c0
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[3343]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: Client '0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000]' received CloseConnection
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x132b3f0
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[3343]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x132b3f0 [gnome-shell 10b91ce24cc0c76642131758531111135900000033430000])
    gnome-session[3343]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1366640
    gnome-session[3343]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[3343]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[3343]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[3343]: DEBUG(+): Unreffing manager
    gnome-session[3343]: DEBUG(+): GsmManager: disposing manager
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1363030
    gnome-session[3343]: DEBUG(+): GsmStore: Unreffing object: 0x1363110
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[3343]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[3343]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:3350): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    Window manager warning: Log level 16: The application 'gnome-shell' lost its connection to the display :0;
    most likely the X server was shut down or you killed/destroyed
    the application.
    Then i restart GDM, this time only once. Sometimes two times is needed.. :S
    /etc/rc.d/gdm restart
    /var/log/gdm/:0-greeter.log - Success !
    gnome-session[1186]: DEBUG(+): Enabling debugging
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/arch:@/tmp/.ICE-unix/1186,unix/arch:/tmp/.ICE-unix/1186
    gnome-session[1186]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: setting client store 0x20b9b20
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41bed0
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[1186]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    gnome-session[1186]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[1186]: DEBUG(+): fill: *** Adding required components
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[1186]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[1186]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[1186]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[1186]: DEBUG(+): fill: *** Done adding required components
    gnome-session[1186]: DEBUG(+): fill: *** Adding default providers
    gnome-session[1186]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[1186]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[1186]: DEBUG(+): GsmManager: App startup summary
    gnome-session[1186]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1186]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[1186]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=10be01f001885faf0a131758551767130700000011860001
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: started pid:1193
    gnome-session[1186]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758552266781800000011860002 to session
    gnome-session[1186]: DEBUG(+): uid = 120
    gnome-session[1186]: DEBUG(+): pid = 1277
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[1186]: DEBUG(+): GsmManager: RegisterClient 10be01f001885faf0a131758551767130700000011860001
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758551767130700000011860001 to session
    gnome-session[1186]: DEBUG(+): uid = 120
    gnome-session[1186]: DEBUG(+): pid = 1193
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[1186]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=10be01f001885faf0a131758551767072800000011860000
    gnome-session[1186]: DEBUG(+): GsmAutostartApp: started pid:1285
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[1186]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[1186]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[1186]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: New client '0x211c3f0 []'
    gnome-session[1186]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[1186]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Initializing client 0x211c3f0 []
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 []' received RegisterClient(10be01f001885faf0a131758551767072800000011860000)
    gnome-session[1186]: DEBUG(+): GsmManager: Adding new client 10be01f001885faf0a131758551767072800000011860000 to session
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x211c3f0 [10be01f001885faf0a131758551767072800000011860000]'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Set properties from client '0x211c3f0 [10be01f001885faf0a131758551767072800000011860000]'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: ProcessID = '1285'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Presence interface=org.freedesktop.DBus.Properties method=Get
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: connecting to address: unix:abstract=/tmp/gdm-greeter-HmFWYgBS,guid=4bb6f6eb4672f1d5e7aa2297000000a6
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling GetDisplayId
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Creating proxy for /org/gnome/DisplayManager/Display1
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartConversation
    JS LOG: GNOME Shell started at Sun Oct 02 2011 21:58:49 GMT+0200 (CEST)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=Ready
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received Ready (gdm-password)
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    (gnome-shell:1285): Cogl-WARNING **: ./cogl-framebuffer.c:924: Failed to create an OpenGL framebuffer
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=IsInhibited
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-settings-daemon:1193): media-keys-plugin-WARNING **: Unable to get default sink
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling BeginVerificationForUser
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultSessionNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received DefaultSessionNameChanged (gnome)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=DefaultLanguageNameChanged
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SecretInfoQuery
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received SecretInfoQuery (gdm-password, Password: )
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling AnswerQuery
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=/org/gnome/DisplayManager/GreeterServer interface=org.gnome.DisplayManager.GreeterServer method=SessionOpened
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Received SessionOpened (gdm-password)
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: Calling StartSessionWhenReady
    (gnome-shell:1285): GdmGreeter-DEBUG: GdmGreeterClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41bed0
    gnome-session[1186]: DEBUG(+): Got callback for signal 15
    gnome-session[1186]: DEBUG(+): GsmManager: Logout called
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: requesting logout
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.7
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[1186]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received SaveYourselfDone(success = True)
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x22229a0, FALSE, 3, 9, 32771, 0)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: query end session complete
    gnome-session[1186]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase QUERY_END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: adding client to end-session clients: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received SaveYourselfDone(success = True)
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmXsmpServer: sms_error_handler (0x22229a0, FALSE, 3, c, 32771, 0)
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.gnome.SessionManager.ClientPrivate method=EndSessionResponse
    gnome-session[1186]: DEBUG(+): GsmDBusClient: got EndSessionResponse is-ok:1 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: Response from end session request: is-ok=1 do-last=0 cancel=0 reason=
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase END_SESSION
    gnome-session[1186]: DEBUG(+): GsmManager: starting phase EXIT
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: xsmp_stop ('0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]')
    gnome-session[1186]: DEBUG(+): GsmManager: stopped client: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect for app 'at-spi-registryd.desktop'
    gnome-session[1186]: DEBUG(+): GsmManager: unable to find application for client - not restarting
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x2150490
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client1
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[1186]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: Client '0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000]' received CloseConnection
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x211c3f0
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[1186]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x211c3f0 [gnome-shell 10be01f001885faf0a131758551767072800000011860000])
    gnome-session[1186]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: in shutdown, not restarting application
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x2150410
    gnome-session[1186]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client2
    gnome-session[1186]: DEBUG(+): GsmManager: last client disconnected - exiting
    gnome-session[1186]: DEBUG(+): GsmManager: ending phase EXIT
    gnome-session[1186]: DEBUG(+): Unreffing manager
    gnome-session[1186]: DEBUG(+): GsmManager: disposing manager
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x214c000
    gnome-session[1186]: DEBUG(+): GsmStore: Unreffing object: 0x214c0e0
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App2
    gnome-session[1186]: DEBUG(+): GsmStore: emitting removed for /org/gnome/SessionManager/App1
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    gnome-session[1186]: DEBUG(+): GsmStore: Clearing object store
    (gnome-settings-daemon:1193): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.t
    I was wondering if the following section is the problem, but i cannot solve the warnings
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[1186]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[1186]: DEBUG(+): fill: *** Launching helper '/usr/lib/gnome-session/gnome-session-check-accelerated' to know if session is runnable
    Last edited by Munken (2011-10-03 12:44:49)

    Stunts wrote:I also had that problem, altough on a different computer. And by themeing not working I mean "I can't change any dconf settings". It was due to ~/.cache being owned by root (go figure).
    Unfortunately this is not the case for me.  I erased the directory, just in case (perhaps this was stupid), but this does not help easier.  Somehow gnome-settings-daemon is not started, or crashes somewhere on the way.  When I start it manually, then it works.
    I have erased the color plugin (/usr/lib/gnome-settings-daemon-3.0/libcolor.so) as per advice somewhere else on this forum, but this did not help either.
    Most themes don't work on Gnome 3.2 tough due to an API change. You'll just have to wait for the theme authors to update them.
    I am using the default theme (I believe), so I think this is not the reason in my case .
    EDIT: It was not easy to figure out how to start up gnome-settings-daemon manually. So for the record, I found it in /usr/lib/gnome-settings-daemon/gnome-settings-daemon (not in my PATH).
    Last edited by wazow (2011-10-03 14:08:15)

  • Gnome 3 - Change login background

    I just installed Gnome 3 and am running in fallback mode.
    In Gnome 2 was able to customize the login window background. Is there a way to change the default background in Gnome 3?
    I'm ok with overwriting the default background picture, as well.
    Thanks!
    Last edited by youjh (2011-05-04 20:51:41)

    The wiki procedure, e.g.
    $ su -
    Password:
    [root@first-desktop ~]# su - gdm -s /bin/bash
    [gdm@first-desktop ~]$ dbus-launch
    No protocol specified
    DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CIylRIX6Qz,guid=17e852f3d2ebc593113ace52000007d5
    DBUS_SESSION_BUS_PID=12403
    [gdm@first-desktop ~]$ export DBUS_SESSION_BUS_ADDRESS=unix:abstract=/tmp/dbus-CIylRIX6Qz,guid=17e852f3d2ebc593113ace52000007d5
    [gdm@first-desktop ~]$ export DBUS_SESSION_BUS_PID=12403
    [gdm@first-desktop ~]$ ps aux | grep dconf
    gdm 12518 0.0 0.0 8164 968 pts/0 S+ 21:22 0:00 grep dconf
    [gdm@first-desktop ~]$ /usr/lib/dconf/dconf-service &
    [1] 12540
    [gdm@first-desktop ~]$ GSETTINGS_BACKEND=dconf gsettings get org.gnome.desktop.background picture-uri
    'file:///var/lib/gdm/.cache/gnome-control-center/backgrounds/413e48595eeacc43c375b9cb3b501557f13766f0c6b812c1402a1e5c9ff910d1'
    [gdm@first-desktop ~]$ GSETTINGS_BACKEND=dconf gsettings set org.gnome.desktop.background picture-uri "file:///usr/share/archlinux/wallpaper/archlinux-arrival.jpg"
    [gdm@first-desktop ~]$ exit
    logout
    [root@first-desktop ~]# exit
    logout
    $
    really does change the background of the gdm login window, though it's also possible to
    sudo cp -t /usr/share/gdm/autostart/LoginWindow/ /usr/share/applications/gnome-control-center.desktop /usr/share/applications/dconf-editor.desktop
    then logout, make tweaks, log back in and
    sudo rm /usr/share/gdm/autostart/LoginWindow/gnome-control-center.desktop /usr/share/gdm/autostart/LoginWindow/dconf-editor.desktop
    Last edited by azleifel (2011-05-04 20:42:38)

  • Gnome login background

    I am not able to change the background of the gdm login screen . I checked the wikipedia , but it sems it is out dated
    https://bbs.archlinux.org/viewtopic.php?id=197036
    The above thread is the only thread , that i found relevant . And the solution , I am not able to execute properly the bash code in it
    1.sh: line 7: /home/theme/theme/calendar-arrow-left.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/calendar-arrow-right.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/calendar-today.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/checkbox-focused.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/checkbox-off-focused.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/checkbox-off.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/checkbox.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/close-window.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/close.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/corner-ripple-ltr.png: No such file or directory
    1.sh: line 7: /home/theme/theme/corner-ripple-rtl.png: No such file or directory
    1.sh: line 7: /home/theme/theme/dash-placeholder.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/filter-selected-ltr.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/filter-selected-rtl.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/gnome-shell-high-contrast.css: No such file or directory
    1.sh: line 7: /home/theme/theme/gnome-shell-theme.gresource.xml: No such file or directory
    1.sh: line 7: /home/theme/theme/gnome-shell.css: No such file or directory
    1.sh: line 7: /home/theme/theme/logged-in-indicator.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/more-results.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/no-events.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/no-notifications.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/noise-texture.png: No such file or directory
    1.sh: line 7: /home/theme/theme/page-indicator-active.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/page-indicator-checked.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/page-indicator-hover.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/page-indicator-inactive.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/process-working.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/running-indicator.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/source-button-border.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/summary-counter.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/toggle-off-intl.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/toggle-off-us.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/toggle-on-intl.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/toggle-on-us.svg: No such file or directory
    1.sh: line 7: /home/theme/theme/ws-switch-arrow-down.png: No such file or directory
    1.sh: line 7: /home/theme/theme/ws-switch-arrow-up.png: No such file or directory
    I get the above error .
    Last edited by shashankgandham (2015-06-08 19:21:31)

    JackH79 wrote:
    Try this:
    http://wiki.archlinux.org/index.php/Gno … g_gdm_2.28
    Been there done that..

Maybe you are looking for