[SOLVED] [GNOME 3.8] Nautilus not drawing background

If I check "have file manager handle the desktop" then I lose my background image and get a white screen instead.
Right clicking the screen and going to the wallpaper settings shows my wallpaper as being there, and being the right one. But the background is, of course, white.
Changing the shell theme to default doesn't help. What to do?
Last edited by dontbugme (2013-04-26 20:56:12)

dcarros wrote:
I have read this and the thread referenced below. This is NOT solved and I believe the problem is NOT properly diagnosed. My problem was identical to the symptoms described. With select background images (using various themes) the background was a blank white (in my case). The default themes worked fine regardless of background. However, I noticed that if I turned off Nautilus for painting/controlling the screen my Icons went away and my background came back. Further, If I installed Nemo (which I prefer anyway) the icons returned and any theme displayed the background of my choice correctly. It is unclear whether the problem is Nautilus or the themes compatability with Gnome 3.8 or Gnome 3.8 itself that is the problem. It would be nice to see if others can reproduce my experiences so we can narrow down the culprit(s). I am not confident a trouble ticket is in order yet as I cannot pinpoint the problem.
I also believe the two threads should be combined so as not to promote further confusion.
You're probably right about merging threads - but that is upto a TU to do. On the question of whether or not this has been [SOLVED] in this case, yes it has been. The user's gtk+ theme was not compatible with gnome 3.8, there are many themes that are not.
Now, on the nautilus bit.
- As i have pointed out in both threads, nautilus no longer paints the wallpaper in 3.8 - it only paints a transparent window, GS paints the wallpaper behind it (which is probably what causes the incompatibility black/white window in gtk+ theme). It's also the reason why when you turn nautilus off, your background returns (because GS handles wallpaper) and nautilus was blocking it by not painting a transparent window.
- Nemo is based on nautilus *3.6* - in 3.6 nautilus doesn't paint a transparent window -> it paints the background for nautilus/desktop (but note: at this point GS in 3.8 would also be painting wallpaper behind that).
So there is no confusion here between nautilus and nemo, none at all - one does not handle painting wallpaper (nautilus), while the other one does handle painting dekstop wallpaper (nemo).
from my perspective, this appears to not be a bug, but rather a given gtk+ theme must be ported to 3.8.
that being said, if you have a working gtk+ 3.8 theme and nautilus 3.8 (not nemo) painting the desktop correctly - then you could try to switching through a few GS themes, allowing you to rule out GS theming as having any influence. Which would essentially verify that this is a gtk+ theme problem...
my only problem, is that i have not been able to identify any code in any gtk+ theme that i have that hints at the cause, but it may also be the gtk+ engine that has the bug - this i don't know.

Similar Messages

  • [solved] Gnome 3.6 : brightness, battery and background

    In addition to gdm freezing, here are the other problems I have:
    - Changing brightness does not work anymore (from hotkeys or brightness extension)
    - Remaining battery power does not show when unplugged
    - Background stays gray whatever I select in the settings
    Let me know if you have any fix for these issues.
    Note that I start gnome-session with slim instead of gdm.
    -- edit --
    One more problem: the keyboard settings panel crashes and I cannot change keyboard layout anymore.
    -- edit: solved ---
    Reinstalling gnome-settings-daemon did the trick (it removed the deprecated "gnome-settings-daemon-intel-backlight")
    sudo pacman -Syyu gnome-settings-daemon
    Last edited by benob (2012-10-31 14:15:31)

    My apologies for the slight necro-bump but I did a little digging in the wiki and found this very helpful piece of info:
    For any users that don't have any of the default folders such as Pictures, Downloads, etc, you can install and run:
    pacman -S xdg-user-dirs
    xdg-user-dirs-update
    everything in the Gnome places menu will be sorted and putting pictures in the 'Pictures' folder works!

  • [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.4 is not suspending when the lid is closed.

    Hey..
    Since upgrading to gnome 3.4.1, my laptop does not suspend when the lid is closed.
    I have read this this thread without getting a clear answer...
    I have checked the setting in gnome tweak tool, and they are both set to "Suspend"
    The laptop has no problem suspending, if i run the command, or choose the option in the menu to the right.
    Is this a bug ?
    What can i do to fix it. ?
    Last edited by Munken (2012-06-20 05:54:08)

    See this thread for updates on the problem.

  • [Solved]Nautilus not working in gnome 3.16

    Hi
    After install gnome 3.16 , i can't running nautilus , and i try to open it from terminal and i got this message
    $ nautilus
    nautilus: symbol lookup error: nautilus: undefined symbol: g_simple_action_set_state_hint
    And thanks in advance for help.
    Last edited by hayderctee (2015-04-03 06:41:35)

    I solved the problem by creating this file
    $ sudo nano /usr/share/applications/nautilus.desktop
    then , put these lines inside the new file
    [Desktop Entry]
    Name=Files
    Comment=Access and organize files
    Keywords=folder;manager;explore;disk;filesystem;
    Exec=nautilus --new-window %U
    Icon=system-file-manager
    Terminal=false
    Type=Application
    DBusActivatable=true
    StartupNotify=true
    Categories=GNOME;GTK;Utility;Core;FileManager;
    MimeType=inode/directory;application/x-gnome-saved-search;
    X-GNOME-Bugzilla-Bugzilla=GNOME
    X-GNOME-Bugzilla-Product=nautilus
    X-GNOME-Bugzilla-Component=general
    X-GNOME-Bugzilla-Version=4.4.8-1
    X-GNOME-UsesNotifications=true
    then running this command
    $ sudo ln -s /usr/share/applications/nautilus.desktop /etc/xdg/autostart/
    and the last thing , upgrade my system , after that nautulus running normaly

  • [SOLVED] Login to Gnome Session fails when not online

    Sry, this is weird and i don't know how to fix it. Whenever i am not online during login stage in gdm i cannot
    start the Gnome Shell. I get the "Oops" Screen and need  to logout. All is fine when i am Online however.
    Even weirder: When i try to login for several times, usually 3-4, without being online and without restarting, gnome eventually disables all
    shell extensions and is starting... BUT after a restart the same problem appears even when all user extensions are still disabled ?!
    here is the output from journalctl ... has anyone, any clue ?
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X Protocol Version 11, Revision 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Operating System: Linux 3.18.1-1-ARCH x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current Operating System: Linux iroha 3.18.3-1-ck #1 SMP PREEMPT Fri Jan 16 15:35:30 EST 2015 x86_64
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux-ck root=UUID=2ce02639-13ab-47e6-bd7f-fca99207253f rw i8042.nomux=1 quiet
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Build Date: 29 December 2014 01:09:58PM
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Current version of pixman: 0.32.6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Before reporting problems, check http://wiki.x.org
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: to make sure that you have the latest version.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Markers: (--) probed, (**) from config file, (==) default setting,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) from command line, (!!) notice, (II) informational,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) Log file: "/dev/null", Time: Thu Jan 22 14:04:22 2015
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using config directory: "/etc/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No Layout section. Using the first Screen section.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No screen section available. Using defaults.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) |-->Screen "Default Screen Section" (0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Monitor "<default monitor>"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No device specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using the first device section listed.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) | |-->Device "card0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) No monitor specified for screen "Default Screen Section".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Using a default monitor configuration.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically enabling devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Automatically adding GPU devices
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Entry deleted from font path.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) FontPath set to:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/misc/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/TTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/OTF/,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: /usr/share/fonts/Type1/
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) ModulePath set to "/usr/lib/xorg/modules"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) The server relies on udev to provide the list of input devices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: If no devices become available, reconfigure udev or disable AutoAddDevices.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loader magic: 0x818d80
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module ABI versions:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org ANSI C Emulation: 0.4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Video Driver: 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org XInput driver : 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: X.Org Server Extension : 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (EE) systemd-logind: failed to get session: PID 462 does not belong to any known session
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) xfree86: Adding drm device (/dev/dri/card0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) PCI:*(0:0:2:0) 8086:0166:17aa:5006 rev 9, Mem @ 0xf0000000/4194304, 0xe0000000/268435456, I/O @ 0x00004000/64
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha accounts-daemon[463]: started daemon version 0.6.39
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Open ACPI successful (/var/run/acpid.socket)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "glx"
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module glx: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 1.0.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Server Extension, version 8.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) AIGLX enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/AH-AP
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "intel"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module intel: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.3, module version = 2.99.917
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org Video Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org Video Driver, version 18.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: 915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35, Q33,
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200, 6200, P6300
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (++) using VT number 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Using Kernel Mode Setting driver: i915, version 1.6.0 20140905
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Integrated Graphics Chipset: Intel(R) HD Graphics 4000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): CPU: x86-64, sse2, sse3, ssse3, sse4.1, sse4.2, avx
    Jan 22 14:04:22 iroha acpid[440]: client connected from 462[0:0]
    Jan 22 14:04:22 iroha acpid[440]: 1 client rule loaded
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Creating default Display subsection in Screen section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: "Default Screen Section" for depth/fbbpp 24/32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Depth 24, (--) framebuffer bpp 32
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): RGB weight 888
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Default visual is TrueColor
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "AccelMethod" "sna"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Option "Backlight" "intel_backlight"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output LVDS1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) intel(0): Found backlight control interface intel_backlight (type 'raw') for output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output LVDS1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VGA1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VGA1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output HDMI1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output HDMI1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output DP1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output DP1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Using a maximum size of 256x256 for hardware cursors
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Output VIRTUAL1 has no monitor section
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Enabled output VIRTUAL1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) intel(0): Output LVDS1 using initial mode 1366x768 on pipe 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): TearFree disabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPI set to (96, 96)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "dri2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "dri2" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading sub module "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "present"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module "present" already built-in
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) Depth 24 pixmap format is 32 bpp
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-24EE87
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): SNA initialized with Ivybridge (gen7, gt2) backend
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Backing store enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): Silken mouse enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): HW Cursor enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): DPMS enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (==) intel(0): display hotplug detection enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] Setup complete
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] DRI driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): [DRI2] VDPAU driver: i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): direct rendering: DRI2 enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): hardware support for Present enabled
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) RandR disabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/awesome-net
    Jan 22 14:04:22 iroha kernel: Switched to clocksource tsc
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/eduroam
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_INTEL_swap_event
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_fbconfig_float
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: enabled GLX_ARB_create_context_robustness
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) AIGLX: Loaded and initialized i965
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) GLX: Initialized DRI2 GL provider for screen 0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): switch to mode [email protected] on LVDS1 using pipe 0, position (0, 0), rotation normal, reflection none
    Jan 22 14:04:22 iroha haveged[441]: haveged: ver: 1.9.1; arch: x86; vend: GenuineIntel; build: (gcc 4.9.2 ITV); collect: 128K
    Jan 22 14:04:22 iroha haveged[441]: haveged: cpu: (L4 VC); data: 32K (L4 V); inst: 32K (L4 V); idx: 21/40; sz: 31910/59039
    Jan 22 14:04:22 iroha haveged[441]: haveged: tot tests(BA8): A:1/1 B:1/1 continuous tests(B): last entropy estimate 8.0016
    Jan 22 14:04:22 iroha haveged[441]: haveged: fills: 0, generated: 0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/m1fun3
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) intel(0): Setting screen physical size to 361 x 203
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/WLAN-Zi
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/GFZ-1x
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/VPN connection 1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/wlan-zi
    Jan 22 14:04:22 iroha mtp-probe[665]: checking bus 1, device 4: "/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5"
    Jan 22 14:04:22 iroha mtp-probe[665]: bus: 1, device: 4 was not an MTP device
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module evdev: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> new connection /etc/NetworkManager/system-connections/In da Hood!!
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.2, module version = 2.9.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Power Button'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Power Button: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Power Button: Device: "/dev/input/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Vendor 0 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Power Button: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Power Button: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> monitoring kernel firmware directory '/usr/lib/firmware'.
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> rfkill1: found WiFi radio killswitch (at /sys/devices/pci0000:00/0000:00:1c.1/0000:02:00.0/ieee80211/phy0/rfkill1) (driver iwlwifi)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN hardware radio set enabled
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-bluetooth.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wifi.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-wwan.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Loaded device plugin: /usr/lib/NetworkManager/libnm-device-plugin-adsl.so
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiFi enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WWAN enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> WiMAX enabled by radio killswitch; enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> Networking is enabled by state file
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): link connected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): carrier is ON
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): new Generic device (driver: 'unknown' ifindex: 1)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (lo): exported as /org/freedesktop/NetworkManager/Devices/0
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): carrier is OFF
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): new Ethernet device (driver: 'r8169' ifindex: 2)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): exported as /org/freedesktop/NetworkManager/Devices/1
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Video Bus (/dev/input/event7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Video Bus'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Video Bus: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: Video Bus: Device: "/dev/input/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Vendor 0 Product 0x6
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: Video Bus: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: Video Bus: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input9/event7"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD, id 7)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Lid Switch (/dev/input/event1)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Mic (/dev/input/event4)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH Headphone (/dev/input/event5)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device HDA Intel PCH HDMI/DP,pcm=3 (/dev/input/event6)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) AT Translated Set 2 keyboard: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: AT Translated Set 2 keyboard: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input0/event0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/event8)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "evdev touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "Default clickpad buttons"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Applying InputClass "touchpad"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) LoadModule: "synaptics"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Module synaptics: vendor="X.Org Foundation"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: compiled for 1.16.0, module version = 1.8.1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: Module class: X.Org XInput Driver
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: ABI class: X.Org XInput driver, version 21.0
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'synaptics' for 'SynPS/2 Synaptics TouchPad'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "Device" "/dev/input/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) synaptics: SynPS/2 Synaptics TouchPad: found clickpad property
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5706 (res 52)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4888 (res 98)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: finger width range 0 - 15
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: buttons: left double triple
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: Vendor 0x2 Product 0x7
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerLow" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "FingerHigh" "40"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton1" "1"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton2" "2"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "TapButton3" "3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "HorizResolution" "65"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "VertResolution" "100"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "SoftButtonAreas" "50% 0 82% 0 0 0 0 0"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event8"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD, id 9)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MinSpeed is now constant deceleration 2.5
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) MaxSpeed is now 1.75
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) synaptics: SynPS/2 Synaptics TouchPad: (accel) AccelFactor is now 0.036
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 1
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration factor: 2.000
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: (accel) acceleration threshold: 4
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) synaptics: SynPS/2 Synaptics TouchPad: touchpad found
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device SynPS/2 Synaptics TouchPad (/dev/input/mouse0)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) SynPS/2 Synaptics TouchPad: Ignoring device from InputClass "touchpad ignore duplicates"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device ThinkPad Extra Buttons (/dev/input/event3)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: Applying InputClass "system-keyboard"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'ThinkPad Extra Buttons'
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) ThinkPad Extra Buttons: always reports core events
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) evdev: ThinkPad Extra Buttons: Device: "/dev/input/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Vendor 0x17aa Product 0x5054
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (--) evdev: ThinkPad Extra Buttons: Found keys
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) evdev: ThinkPad Extra Buttons: Configuring as keyboard
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/thinkpad_acpi/input/input4/event3"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "ThinkPad Extra Buttons" (type: KEYBOARD, id 10)
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:22 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:22 iroha gdm[443]: Failed to give slave programs access to the display. Trying to proceed.
    Jan 22 14:04:22 iroha kernel: r8169 0000:08:00.0 enp8s0: link down
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (enp8s0): preparing device
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): using nl80211 for WiFi device control
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): driver supports Access Point (AP) mode
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): new 802.11 WiFi device (driver: 'iwlwifi' ifindex: 3)
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): exported as /org/freedesktop/NetworkManager/Devices/2
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unmanaged -> unavailable (reason 'managed') [10 20 2]
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha systemd-logind[438]: New session c1 of user gdm.
    Jan 22 14:04:22 iroha systemd[924]: pam_unix(systemd-user:session): session opened for user gdm by (uid=0)
    Jan 22 14:04:22 iroha systemd[924]: Starting Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Sockets.
    Jan 22 14:04:22 iroha systemd[924]: Starting Timers.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Timers.
    Jan 22 14:04:22 iroha systemd[924]: Starting Paths.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Paths.
    Jan 22 14:04:22 iroha systemd[924]: Starting Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Basic System.
    Jan 22 14:04:22 iroha systemd[924]: Starting Default.
    Jan 22 14:04:22 iroha systemd[924]: Reached target Default.
    Jan 22 14:04:22 iroha systemd[924]: Startup finished in 6ms.
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.Bus[991]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:22 iroha org.a11y.atspi.Registry[1074]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:22 iroha gnome-session[943]: gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha gnome-session[943]: WARNING: Could not parse desktop file orca-autostart.desktop or it references a not found TryExec binary
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: L1 Enabled - LTR Disabled
    Jan 22 14:04:22 iroha kernel: iwlwifi 0000:02:00.0: Radio type=0x2-0x0-0x0
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UPower'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): preparing device
    Jan 22 14:04:22 iroha dbus[435]: [system] Activating via systemd: service name='fi.w1.wpa_supplicant1' unit='wpa_supplicant.service'
    Jan 22 14:04:22 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:22 iroha dbus[435]: [system] Successfully activated service 'fi.w1.wpa_supplicant1'
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> wpa_supplicant started
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: starting -> ready
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): device state change: unavailable -> disconnected (reason 'supplicant-available') [20 30 42]
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: ready -> disconnected
    Jan 22 14:04:22 iroha NetworkManager[442]: <info> (wlp2s0) supports 5 scan SSIDs
    Jan 22 14:04:22 iroha kernel: fuse init (API version 7.23)
    Jan 22 14:04:23 iroha kernel: media: Linux media interface: v0.10
    Jan 22 14:04:23 iroha kernel: Linux video capture interface: v2.00
    Jan 22 14:04:23 iroha kernel: Bluetooth: Core ver 2.19
    Jan 22 14:04:23 iroha kernel: NET: Registered protocol family 31
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI device and connection manager initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: HCI socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: L2CAP socket layer initialized
    Jan 22 14:04:23 iroha kernel: Bluetooth: SCO socket layer initialized
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver btusb
    Jan 22 14:04:23 iroha kernel: uvcvideo: Found UVC 1.00 device Integrated Camera (5986:0299)
    Jan 22 14:04:23 iroha kernel: input: Integrated Camera as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11
    Jan 22 14:04:23 iroha kernel: usbcore: registered new interface driver uvcvideo
    Jan 22 14:04:23 iroha kernel: USB Video Class driver (1.1.1)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device Integrated Camera (/dev/input/event9)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "evdev keyboard catchall"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: Applying InputClass "system-keyboard"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'Integrated Camera'
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Integrated Camera: always reports core events
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) evdev: Integrated Camera: Device: "/dev/input/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Vendor 0x5986 Product 0x299
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (--) evdev: Integrated Camera: Found keys
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) evdev: Integrated Camera: Configuring as keyboard
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.5/1-1.5:1.0/input/input11/event9"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "Integrated Camera" (type: KEYBOARD, id 11)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_rules" "evdev"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_model" "pc104"
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (**) Option "xkb_layout" "de"
    Jan 22 14:04:23 iroha gnome-session[943]: Entering running state
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha tlp[1425]: Loading tp-smapi kernel module...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): EDID vendor "LGD", prod id 852
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Printing DDC gathered Modelines:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: (II) intel(0): Modeline "1366x768"x0.0 78.00 1366 1414 1450 1640 768 772 780 793 -hsync -vsync (47.6 kHz eP)
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha kernel: acpi_call: Cannot get handle: Error: AE_NOT_FOUND
    Jan 22 14:04:23 iroha tlp[1425]: Setting battery charge thresholds...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully called chroot.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully dropped privileges.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully limited resources.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Watchdog thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Canary thread running.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Successfully made thread 1456 of process 1456 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Jan 22 14:04:23 iroha rtkit-daemon[1460]: Supervising 1 threads of 1 processes of 1 users.
    Jan 22 14:04:23 iroha colord[1443]: /usr/lib/colord/colord-sane: error while loading shared libraries: libsane.so.1: cannot open shared object file: No such file or directory
    Jan 22 14:04:23 iroha tlp[1425]: Applying power save settings...done.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:04:23 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha pulseaudio[1456]: [pulseaudio] bluez5-util.c: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:04:23 iroha NetworkManager[442]: <info> (wlp2s0): supplicant interface state: disconnected -> inactive
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: Failed to launch ibus-daemon: Failed to execute child process "ibus-daemon" (No such file or directory)
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: The XKEYBOARD keymap compiler (xkbcomp) reports:
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Warning: Type "ONE_LEVEL" has 1 levels, but <RALT> has 2 symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: > Ignoring extra symbols
    Jan 22 14:04:23 iroha gdm-Xorg-:0[462]: Errors from xkbcomp are not fatal to the X server
    Jan 22 14:04:23 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.GeoClue2' unit='geoclue.service'
    Jan 22 14:04:23 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:23 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.GeoClue2'
    Jan 22 14:04:23 iroha polkitd[449]: Registered Authentication Agent for unix-session:c1 (system bus name :1.18 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Jan 22 14:04:23 iroha gnome-session[943]: Gjs-Message: JS LOG: No permission to trigger offline updates: Polkit.Error: GDBus.Error:org.freedesktop.PolicyKit1.Error.Failed: Action org.freedesktop.packagekit.trigger-offline-update is not registered
    Jan 22 14:04:24 iroha org.gnome.OnlineAccounts[991]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Jan 22 14:04:24 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:24 iroha udisksd[1569]: udisks daemon version 2.1.3 starting
    Jan 22 14:04:24 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Jan 22 14:04:24 iroha udisksd[1569]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Jan 22 14:04:25 iroha gnome-session[943]: Gjs-Message: JS LOG: GNOME Shell started at Thu Jan 22 2015 14:04:23 GMT+0100 (CET)
    Jan 22 14:04:25 iroha kernel: psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3
    Jan 22 14:04:26 iroha kernel: input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input10
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/event10)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "evdev pointer catchall"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: Applying InputClass "Trackpoint Wheel Emulation"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) Using input driver 'evdev' for 'TPPS/2 IBM TrackPoint'
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: always reports core events
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: Device: "/dev/input/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Vendor 0x2 Product 0xa
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found 3 mouse buttons
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (--) evdev: TPPS/2 IBM TrackPoint: Found x and y relative axes
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: Configuring as mouse
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "Emulate3Buttons" "false"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheel" "true"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "EmulateWheelButton" "2"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "YAxisMapping" "4 5"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: YAxisMapping: buttons 4 and 5
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "XAxisMapping" "6 7"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: XAxisMapping: buttons 6 and 7
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) evdev: TPPS/2 IBM TrackPoint: EmulateWheelButton: 2, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/serio2/input/input10/event10"
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) XINPUT: Adding extended input device "TPPS/2 IBM TrackPoint" (type: MOUSE, id 12)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) evdev: TPPS/2 IBM TrackPoint: initialized for relative axes.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) keeping acceleration scheme 1
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration profile 0
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration factor: 2.000
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (**) TPPS/2 IBM TrackPoint: (accel) acceleration threshold: 4
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) config/udev: Adding input device TPPS/2 IBM TrackPoint (/dev/input/mouse1)
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) No input driver specified, ignoring this device.
    Jan 22 14:04:26 iroha gdm-Xorg-:0[462]: (II) This device may have been added with another device file.
    Jan 22 14:04:27 iroha NetworkManager[442]: <info> startup complete
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> WiFi now disabled by radio killswitch
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): device state change: disconnected -> unavailable (reason 'none') [30 20 0]
    Jan 22 14:04:29 iroha NetworkManager[442]: <info> (wlp2s0): deactivating device (reason 'none') [0]
    Jan 22 14:04:29 iroha logger[1589]: ACPI group/action undefined: button/wlan / WLAN
    Jan 22 14:04:32 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:32 iroha sysctl[1592]: fs.inotify.max_user_watches = 32768
    Jan 22 14:04:37 iroha gdm-password][1590]: pam_unix(gdm-password:session): session opened for user iroha by (unknown)(uid=0)
    Jan 22 14:04:37 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:04:37 iroha systemd-logind[438]: New session c2 of user iroha.
    Jan 22 14:04:37 iroha systemd[1595]: pam_unix(systemd-user:session): session opened for user iroha by (uid=0)
    Jan 22 14:04:37 iroha systemd[1595]: Starting -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Created slice -.slice.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Sockets.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Timers.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Paths.
    Jan 22 14:04:37 iroha systemd[1595]: Starting Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Reached target Basic System.
    Jan 22 14:04:37 iroha systemd[1595]: Starting "Chrome Remote Desktop host daemon"...
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: 2015-01-22 14:04:37,208:INFO:Daemon process started in the background, logging to '/tmp/chrome_remote_desktop_20150122_140437_0SS98g'
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Using host_id: a792e48a-fe0f-5943-9596-fac5157abb01
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X server and X session.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Starting Xvfb on display :20
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Xvfb is active.
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching X session: ['/etc/gdm/Xsession']
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: Launching host process
    Jan 22 14:04:37 iroha chrome-remote-desktop[1598]: ['/opt/google/chrome-remote-desktop/chrome-remote-desktop-host', '--host-config=-', '--audio-pipe-name=/home/iroha/.config/chrome-remote-desktop/pulseaudio#4da065af94/fifo_output', '--ssh-auth-sockname=/tmp/chromoting.iroha.ssh_auth_sock', '--signal-parent']
    Jan 22 14:04:38 iroha chromoting[1623]: Host started for user: [email protected]
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.Bus[1643]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:04:38 iroha org.a11y.atspi.Registry[1666]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:04:38 iroha pulseaudio[1687]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Jan 22 14:05:02 iroha gdm-password][1590]: pam_systemd(gdm-password:session): Failed to create session: Connection timed out
    Jan 22 14:05:02 iroha org.a11y.Bus[991]: 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.
    Jan 22 14:05:02 iroha gnome-session[943]: 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.
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: A connection to the bus can't be made
    Jan 22 14:05:02 iroha org.gtk.vfs.Daemon[991]: 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.
    Jan 22 14:05:02 iroha gdm-launch-environment][803]: pam_systemd(gdm-launch-environment:session): Failed to release session: Interrupted system call
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1074]: 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.
    Jan 22 14:05:02 iroha ca.desrt.dconf[991]: 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.
    Jan 22 14:05:02 iroha org.freedesktop.Telepathy.AccountManager[991]: 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.
    Jan 22 14:05:02 iroha org.gnome.OnlineAccounts[991]: 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.
    Jan 22 14:05:02 iroha gdm-session-worker[803]: <3>GLib: Source ID 72 was not found when attempting to remove it
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: ** (caribou:1552): WARNING **: daemon.vala:186: can't hide keyboard: The connection is closed
    Jan 22 14:05:02 iroha org.gtk.Private.MTPVolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error sending message: Broken pipe (g-io-error-quark, 44). Exiting.
    Jan 22 14:05:02 iroha org.gnome.Caribou.Daemon[991]: 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.
    Jan 22 14:05:02 iroha org.gtk.Private.UDisks2VolumeMonitor[991]: g_dbus_connection_real_closed: Remote peer vanished with error: Error receiving message: Connection reset by peer (g-io-error-quark, 0). Exiting.
    Jan 22 14:05:02 iroha gnome-session[943]: 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.
    Jan 22 14:05:02 iroha polkitd[449]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.18, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Jan 22 14:05:02 iroha systemd-logind[438]: Removed session c1.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Default.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Default.
    Jan 22 14:05:02 iroha systemd[924]: Starting Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Reached target Shutdown.
    Jan 22 14:05:02 iroha systemd[924]: Starting Exit the Session...
    Jan 22 14:05:02 iroha systemd[924]: Stopping Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Basic System.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Timers.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Sockets.
    Jan 22 14:05:02 iroha systemd[924]: Stopping Paths.
    Jan 22 14:05:02 iroha systemd[924]: Stopped target Paths.
    Jan 22 14:05:02 iroha systemd[924]: Received SIGRTMIN+24 from PID 1703 (kill).
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Beginning session setup...
    Jan 22 14:05:02 iroha systemd[931]: pam_unix(systemd-user:session): session closed for user gdm
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: gpg-agent: a gpg-agent is already running - not starting a new one
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: localuser:iroha being added to access control list
    Jan 22 14:05:02 iroha /etc/gdm/Xsession[1702]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Activating service name='org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.Bus[1726]: Successfully activated service 'org.a11y.atspi.Registry'
    Jan 22 14:05:02 iroha org.a11y.atspi.Registry[1739]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Successfully made thread 1764 of process 1764 (/usr/bin/pulseaudio) owned by '1000' high priority at nice level -11.
    Jan 22 14:05:02 iroha rtkit-daemon[1460]: Supervising 2 threads of 2 processes of 1 users.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Jan 22 14:05:02 iroha dbus[435]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha pulseaudio[1764]: GetManagedObjects() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory.
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: GNOME_KEYRING_CONTROL=/home/iroha/.cache/keyring-CFEWSX
    Jan 22 14:05:02 iroha gnome-session[1702]: SSH_AUTH_SOCK=/home/iroha/.cache/keyring-CFEWSX/ssh
    Jan 22 14:05:02 iroha gnome-session[1702]: GPG_AGENT_INFO=/home/iroha/.cache/keyring-CFEWSX/gpg:0:1
    Jan 22 14:05:02 iroha gnome-session[1702]: error: XDG_RUNTIME_DIR not set in the environment.
    Jan 22 14:05:02 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.hostname1' unit='dbus-org.freedesktop.hostname1.service'
    Jan 22 14:05:02 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:02 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.hostname1'
    Jan 22 14:05:03 iroha dbus[435]: [system] Activating via systemd: service name='org.freedesktop.locale1' unit='dbus-org.freedesktop.locale1.service'
    Jan 22 14:05:03 iroha systemd[1]: Cannot add dependency job for unit acpid.socket, ignoring: Unit acpid.socket failed to load: No such file or directory.
    Jan 22 14:05:03 iroha dbus[435]: [system] Successfully activated service 'org.freedesktop.locale1'
    Jan 22 14:05:03 iroha gnome-session[1702]: (gnome-shell:1785): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:03 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:03 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:03 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:03 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:03 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:03 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:03 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:03 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:03 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:03 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:03 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:03 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:03 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:03 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-shell:1803): Gjs-WARNING **: JS ERROR: Error: Argument 'string' (type utf8) may not be null
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:104
    Jan 22 14:05:04 iroha gnome-session[1702]: _pack_variant@resource:///org/gnome/gjs/modules/overrides/GLib.js:151
    Jan 22 14:05:04 iroha gnome-session[1702]: @resource:///org/gnome/gjs/modules/overrides/GLib.js:261
    Jan 22 14:05:04 iroha gnome-session[1702]: _proxyInvoker@resource:///org/gnome/gjs/modules/overrides/Gio.js:78
    Jan 22 14:05:04 iroha gnome-session[1702]: _makeProxyMethod/<@resource:///org/gnome/gjs/modules/overrides/Gio.js:124
    Jan 22 14:05:04 iroha gnome-session[1702]: LoginManagerSystemd<.getCurrentSessionProxy@resource:///org/gnome/shell/misc/loginManager.js:120
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: ScreenShield<._init@resource:///org/gnome/shell/ui/screenShield.js:558
    Jan 22 14:05:04 iroha gnome-session[1702]: wrapper@resource:///org/gnome/gjs/modules/lang.js:169
    Jan 22 14:05:04 iroha gnome-session[1702]: _Base.prototype._construct@resource:///org/gnome/gjs/modules/lang.js:110
    Jan 22 14:05:04 iroha gnome-session[1702]: Class.prototype._construct/newClass@resource:///org/gnome/gjs/modules/lang.js:204
    Jan 22 14:05:04 iroha gnome-session[1702]: _initializeUI@resource:///org/gnome/shell/ui/main.js:150
    Jan 22 14:05:04 iroha gnome-session[1702]: start@resource:///org/gnome/shell/ui/main.js:112
    Jan 22 14:05:04 iroha gnome-session[1702]: @<main>:1
    Jan 22 14:05:04 iroha gnome-session[1702]: ** Message: Execution of main.js threw exception: JS_EvaluateScript() failed
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' exited with code 1
    Jan 22 14:05:04 iroha gnome-session[1702]: gnome-session[1702]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    Jan 22 14:05:04 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:04 iroha gnome-session[1702]: Unrecoverable failure in required component gnome-shell.desktop
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libcrypto.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: megasync: /usr/lib/libssl.so.1.0.0: no version information available (required by megasync)
    Jan 22 14:05:04 iroha gnome-session[1702]: Entering running state
    Jan 22 14:05:04 iroha gnome-session[1702]: (uint32 1,)
    Jan 22 14:05:04 iroha gnome-session[1702]: Failed to play sound: File or data not found
    Jan 22 14:05:04 iroha gnome-session[1702]: Initializing nautilus-dropbox 2.10.0
    Jan 22 14:05:04 iroha org.gnome.OnlineAccounts[1726]: goa-daemon-Message: goa-daemon version 3.14.2 starting
    Jan 22 14:05:04 iroha org.gnome.zeitgeist.Engine[1726]: ** (zeitgeist-datahub:1904): WARNING **: zeitgeist-datahub.vala:226: Unable to get name "org.gnome.zeitgeist.datahub" on the bus!
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][warn] QT Warning: No systemtrayicon available
    Jan 22 14:05:05 iroha gnome-session[1702]: (gnome-settings-daemon:1754): GLib-GIO-CRITICAL **: g_dbus_proxy_call_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:05 iroha gnome-session[1702]: [13:05:05][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:06 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:06 iroha gnome-session[1702]: [13:05:06][err] Invalid DNS servers: 127.0.0.1
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: ** (nautilus:1830): WARNING **: connect() failed
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:07][err] Error in c-ares. Reinitializing...
    Jan 22 14:05:07 iroha gnome-session[1702]: [13:05:

    damn ! that was it ... you wouldn't believe how long i was struggling with that strange error
    chrome-remote-desktop is actually  a pretty cool tool to remotely control your pc from your mobile.
    well, but it had to go now ... thanks for your help !

  • Browser Background Color Not Drawing Completely

    On the web page I recently uploaded, the page does not draw the browser background color completely when it loads. The browser background color fills in to the bottom of the sized page, below there it is white.
    1. Modern Frame 2.0 - Blank
    2. Set Browser Background color to Blue
    3. Page background color either the same Blue or none at all. I've tested both ways.
    4. Manual resize always allows the browser background color to fill in properly.
    5. Footer on and off. Doesn't make a difference.
    After uploading to the web, clearing all my caches, it continues to fill in incompletely.
    What do you suggest I do to solve this?
    Thank you - Fabe

    Give us the URL for the site so we can examine it first hand. With out looking at the site you should change the theme to White theme which does not use files for background and therefore will not restrict the amount of space the background takes up. That's just a guess though.
    OT
    Message was edited by: Old Toad

  • [SOLVED] Gnome problems still here, nautilus, and no regular session

    After updating today I now I can't open a normal gnome session- only a failsafe session. the ~/.xsession errors show:
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: ssh-agent not found!
    /etc/gdm/Xsession: Setup done, will execute: gnome-session
    gnome-session[10497]: WARNING: Could not connect to ConsoleKit: Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    gnome-session[10497]: CRITICAL: dbus_g_connection_get_connection: assertion `gconnection' failed
    process 10497: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    gnome-session[10497]: ******************* START ********************************
    gnome-session[10497]: Frame 0: /usr/lib/gnome-session/gnome-session [0x418ab7]
    gnome-session[10497]: Frame 1: /usr/lib/gnome-session/gnome-session [0x418c06]
    gnome-session[10497]: Frame 2: /lib/libc.so.6 [0x7ff6b78ab150]
    gnome-session[10497]: Frame 3: /lib/libc.so.6(gsignal+0x35) [0x7ff6b78ab0c5]
    gnome-session[10497]: Frame 4: /lib/libc.so.6(abort+0x183) [0x7ff6b78ac5e3]
    gnome-session[10497]: Frame 5: /usr/lib/libdbus-1.so.3 [0x7ff6ba383675]
    gnome-session[10497]: Frame 6: /usr/lib/libdbus-1.so.3 [0x7ff6ba37f4ed]
    gnome-session[10497]: Frame 7: /usr/lib/libdbus-1.so.3(dbus_connection_send_with_reply_and_block+0x12f) [0x7ff6ba3693bf]
    gnome-session[10497]: Frame 8: /usr/lib/gnome-session/gnome-session [0x411cbc]
    gnome-session[10497]: Frame 9: /usr/lib/gnome-session/gnome-session [0x411dc0]
    gnome-session[10497]: Frame 10: /usr/lib/gnome-session/gnome-session [0x419d90]
    gnome-session[10497]: Frame 11: /usr/lib/gnome-session/gnome-session [0x41a26f]
    gnome-session[10497]: Frame 12: /lib/libc.so.6(__libc_start_main+0xe6) [0x7ff6b7897546]
    gnome-session[10497]: Frame 13: /usr/lib/gnome-session/gnome-session [0x40ad59]
    gnome-session[10497]: ******************* END ****************
    This happened before and after I added the line
    "AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop"
    to /usr/share/applications, and changed X-GNOME-AutoRestart=true to =false as a workaround to the nautilus respawning problem here http://bbs.archlinux.org/viewtopic.php?id=69219 .
    BTW, it stopped the respawing, but Nautilus now will not launch either from menus or command line.  I get this at command line:
    [wrc@myhost ~]$ nautilus
    (nautilus:10655): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.HalVolumeMonitor is not supported
    (nautilus:10655): GVFS-RemoteVolumeMonitor-WARNING **: remote volume monitor with dbus name org.gtk.Private.GPhoto2VolumeMonitor is not supported
    ** (nautilus:10655): WARNING **: Cannot connect to DBus Failed to connect to socket /var/run/dbus/system_bus_socket: No such file or directory
    process 10655: arguments to dbus_connection_send_with_reply_and_block() were incorrect, assertion "connection != NULL" failed in file dbus-connection.c line 3298.
    This is normally a bug in some application using the D-Bus library.
    D-Bus not built with -rdynamic so unable to print a backtrace
    [wrc@myhost ~]$
    Last edited by wrc1944 (2009-04-07 14:29:37)

    OK- I think I've SOLVED all my Nautilus problems, which included the endless respawning "Starting Filemanager windows" on the panel, the hal daemon related GDM 3 for 1 key repeat prevents login problem, and the Nautilus refusing to launch problem!
    After reviewing the Gentoo Hal documetation, and realizing I had the xf86-input-evdev driver installed on Arch, I had forgotten that in order to get the mouse/keyboard to function I had to previously add a line in xorg.conf that was now conflicting with hal/dbus and the new xorg server version.
    I just commented out this line in xorg.conf, like this
    Section "ServerFlags"
    # Option "AllowEmptyInput" "false"
    Option "DontZap" "false"
    EndSection
    and added the hal daemon (which calls dbus) to my /etc/rc.conf, which allows evdev/hal/dbus to do it's thing.
    Along with the edits to the /usr/share/applications/nautilus.desktop file (which is strangely named "File Manager" in Thunar, one of three files of the same name).  The edits made are:
    X-GNOME-AutoRestart=false    # changed from =true
    AutostartCondition=GNOME /apps/nautilus/preferences/show_desktop    # added this line
    Now, I can boot from GDM into a normal gnome session, and Nautilus launches normally, without endlessly repawning itself in the panel.
    The fix itself was quite simple, but tracing the cause down and understanding it was not!
    Last edited by wrc1944 (2009-04-07 06:27:21)

  • [SOLVED] Gnome 3 : Nautilus won't start from other application

    Hi everyone!
    Ok I search everywhere and I found nothing. I have this problem for a long time for now. My interface is in french so I'll try to translate the message but they could be differente in an english gnome.
    I can start nautilus directly from the console or from the menu, no problem. But when I connect a usb drive or any external drive it pop me : "Impossible to open a folder for 'usbName'. No application are register to execute this file".
    Another exemple is when a download a file from internet and then from the browser I click "open the containing folder" it do nothing.
    If a open Baobab and I right click a folder and "open folder" it pop me : "Impossible to open the folder 'folderName'. No viewer are install"
    So well.... I really don't know what to do... Maybe it is in a kind of default application editor but well.. I find something that was kind of this but there was no option for the default system explorer.
    Help me please!!
    Thank you ! Hope someone know what to do! :-(
    Last edited by mooviies (2011-07-30 02:13:16)

    mooviies wrote:
    Hi everyone!
    I can start nautilus directly from the console or from the menu, no problem. But when I connect a usb drive or any external drive it pop me : "Impossible to open a folder for 'usbName'. No application are register to execute this file".
    Another exemple is when a download a file from internet and then from the browser I click "open the containing folder" it do nothing.
    If a open Baobab and I right click a folder and "open folder" it pop me : "Impossible to open the folder 'folderName'. No viewer are install"
    So well.... I really don't know what to do... Maybe it is in a kind of default application editor but well.. I find something that was kind of this but there was no option for the default system explorer.
    right-click on a file / file-type that has no registered application, then click 'properties' and then navigate to the 'open with' tab ~ if there are no applications listed then click 'show other applications'... after that find the proper application to open a given file, then click 'set as default'.
    this should solve your problem. The only one i am not sure about is the USB thing, but the rest are easily solved. Gnome by default will not automatically associate all mime-types to applications. you need to do some of this yourself.
    for example; in order for .html files to open in gedit by default, I first had to associate .html to gedit, and 'set as default' ~ otherwise, all html (local files) automatically would open in Firefox. 
    hope this helps
    Last edited by triplesquarednine (2011-07-29 16:05:02)

  • [SOLVED] Gnome's 2.30 update woes (or: metacity 2.30 is 404 not found)

    Hi!
    I am in a sort of pickle currently. I am trying to update my system now, but the new metacity package (listed on the frontpage as 2.30.0-1) is not available in the repos. Every repo enabled on my machine gives me a 404 for metacity. Every other package to be update by pacman -Syu has been found, metacity is the only one left.
    Here is part of the output:
    >LC_ALL=C sudo pacman -Syyu
    :: Synchronizing package databases...
    core 36.1K 80.4K/s 00:00:00 [##] 100%
    extra 450.8K 314.8K/s 00:00:01 [##] 100%
    community 365.0K 262.4K/s 00:00:01 [##] 100%
    :: Starting full system upgrade...
    :: Replace devicekit-disks with extra/udisks? [Y/n]
    :: Replace devicekit-power with extra/upower? [Y/n]
    resolving dependencies...
    looking for inter-conflicts...
    :: nautilus conflicts with nautilus-elementary. Remove nautilus-elementary? [Y/n]
    Remove (3): devicekit-disks-009-5 devicekit-power-013-1 nautilus-elementary-31-1
    Total Removed Size: 19.00 MB
    Targets (131): [Big package list redacted]
    Total Download Size: 0.95 MB
    Total Installed Size: 1081.03 MB
    Proceed with installation? [Y/n]
    :: Retrieving packages from extra...
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.kernel.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.kernel.org : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.csclub.uwaterloo.ca : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.portafixe.com : No address record
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.portafixe.com : No address record
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.twilightlair.net : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.cs.vt.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.cs.vt.edu : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.easynews.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.easynews.com : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from ftp.archlinux.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.gigenet.com : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from ftp.gtlib.gatech.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from www.gtlib.gatech.edu : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.hosef.org : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.hosef.org : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from ibiblio.org : Connection timed out
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from distro.ibiblio.org : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from archlinux.linuxfreedom.com : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from locke.suu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from lug.mtu.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from lug.mtu.edu : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.xmission.com : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirrors.xmission.com : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.rit.edu : File unavailable (e.g., file not found, no access)
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.rit.edu : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from schlunix.org : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from archlinux.umflint.edu : Not Found
    error: failed retrieving file 'metacity-2.30.0-1-i686.pkg.tar.xz' from mirror.umoss.org : Not Found
    warning: failed to retrieve some files from extra
    error: failed to commit transaction (Not Found)
    Errors occurred, no packages were upgraded.
    I have searched in the mailing lists, looked at the IRC channel (and asked), tried to find an IRC channel log (which seems to not exist) and did some search here.
    The only almost relevant result is this page:
    http://bbs.archlinux.org/viewtopic.php?pid=733598
    Found by this search:
    http://www.google.com/search?hl=en&ie=U … acity+2.30
    This search
    http://www.google.com/search?hl=en&safe … =&gs_rfai=
    Gives me only the frontpage.
    I don't know what is going on, but either I am terribly unlucky and I tried to upgrade before an announcement was made, or I am the only one needing the metacity package (well, not really, but it is needed by compiz-decorator-gtk).
    The mirrors.kernel.org mirror has those packages in extra:
    metacity-2.28.0-2-i686.pkg.tar.gz
    metacity-2.28.1-1-i686.pkg.tar.gz
    And no metacity in gnome-unstable.
    I was not using gnome-unstable and am not currently using it.
    If there are other details you might need, just ask, I don't know what could be useful.
    Last edited by samueldr (2010-04-01 01:23:45)

    This is kind of solved:
    locke.suu.edu finally has the package. (maybe other mirrors too, but this was the first one to have it in my list).

  • [svn] 4746: User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners .

    Revision: 4746
    Author: [email protected]
    Date: 2009-01-29 15:36:59 -0800 (Thu, 29 Jan 2009)
    Log Message:
    User-submitted patch for SDK-16147 - HaloBorder does not take border widths into account when drawing background with rounded corners.
    Bugs: SDK-16147 (bug), SDK-16963 (patch)
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16147
    http://bugs.adobe.com/jira/browse/SDK-16963
    Modified Paths:
    flex/sdk/branches/3.x/frameworks/projects/framework/src/mx/skins/halo/HaloBorder.as

  • ( SOLVED )gnome-terminal, su, sudo, gksu, gksudo does not work

    Hello,
    In my fresh installed gnome3 graphical environment, in gnome-terminal, I can not gain root access.
    I've tried diverse su commands.
    1. su command, ends with:
    su -
    Password:
    su: Authentication failure
    2. sudo command, ends with:
    sudo -l
    [sudo] password for root:
    Sorry, try again.
    [sudo] password for root:
    Sorry, try again.
    [sudo] password for root:
    sudo: 2 incorrect password attempts
    Of course - each time, I typed correct password.
    In my sudoers file, group wheel ( into which belongs user I logged in ) has permissions to execute any command.
    3. gksudo with debug:
    gksudo -ld gnome-terminal
    No ask_pass set, using default!
    xauth: /tmp/libgksu-stbGos/.Xauthority
    STARTUP_ID: gksudo/gnome-terminal/879-0-Bex_TIME0
    cmd[0]: /usr/bin/sudo
    cmd[1]: -H
    cmd[2]: -S
    cmd[3]: -p
    cmd[4]: GNOME_SUDO_PASS
    cmd[5]: -u
    cmd[6]: root
    cmd[7]: --
    cmd[8]: gnome-terminal
    buffer: -GNOME_SUDO_PASS-
    brute force GNOME_SUDO_PASS ended...
    Yeah, we're in...
    sudo: 1 incorrect password attempt
    xauth: /tmp/libgksu-stbGos/.Xauthority
    xauth_env: /var/run/gdm/auth-for-tangram-9JYTNt/database
    dir: /tmp/libgksu-stbGos
    I've been asked for my password, not root, after typing I get "incorrect password attempt", if I type root pwd I get the same.
    4. Same with this command:
    gksu -ld gnome-terminal
    No ask_pass set, using default!
    xauth: /tmp/libgksu-SBPcOB/.Xauthority
    STARTUP_ID: gksu/gnome-terminal/1028-0-Bex_TIME0
    cmd[0]: /usr/bin/sudo
    cmd[1]: -H
    cmd[2]: -S
    cmd[3]: -p
    cmd[4]: GNOME_SUDO_PASS
    cmd[5]: -u
    cmd[6]: root
    cmd[7]: --
    cmd[8]: gnome-terminal
    buffer: -GNOME_SUDO_PASS-
    brute force GNOME_SUDO_PASS ended...
    Yeah, we're in...
    sudo: 1 incorrect password attempt
    xauth: /tmp/libgksu-SBPcOB/.Xauthority
    xauth_env: /var/run/gdm/auth-for-tangram-6RCSoJ/database
    dir: /tmp/libgksu-SBPcOB
    In multi-user-mode I can login to root account.
    Last edited by tangram (2013-12-23 08:42:09)

    tangram wrote:
    Hurrican, ok, there is no need to install antother terminal, as I wrote it did not work also in xterm.
    Yesterday evening, tired and sad that gk(su|sudo) still does not work,
    as the "last chance idea", I logged in into multi-user mode ( init level 3 ) and changed root's password,
    then loged in into graphical mode ( init level 5 ), start gnome-terminal and suddenly ... command "su -" started to work.
    By the way, similar solution ( but with chroot ) has suggested Gulver in his post ( this thread, answer #2 ).
    The question is, why root's password, set during install, after finished installation is recognized in text mode, but not im graphical ?
    First root's password was really simple, like "dog4356", without any national chars.
    You're right. I don't even have xterm installed so I guess I just singled out gnome-terminal and forgot that xterm also wasn't working.
    Forgive me for my shaky advice. Like you I've been super busy, and sweating out a fever of 102 degrees (that's Fahrenheit no my
    blood wasn't boiling ). Anyways, glad you got it working. After reading over the whole thread and thinking about it for a little bit, I
    can't really make a good guess as to what was happening.
    I'm sure you probably had tried this, but you could have typed the password out in the command line so you could see it. If there was
    something wrong with it, it would have shown up there as well. If it was perfectly fine, then it would have been very, very weird.
    The important thing is you got it working.
    Merry Christmas.

  • [Solved]Gnome 3 global proxy settings not working

    Hi
    My laptop runs Arch and I use it at a hostel and University. Both have different proxy settings and I had configured it by using a script (if one can call it that) in {/etc/profile.d/} that exported the correct settings. I had to edit (comment/uncomment) my setting every time I mover my laptop.
    I need the setting globally for Chromium to pick it up. Chromium until recently had a problem when accessing the Gnome 3 network (proxy) settings. A new update seem to have fixed this but the problem of picking up the setting remains.
    I started up a terminal to see how that global proxy setting in Gnome 3 were shown and found that only the following were set
    https_proxy
    all_proxy
    ftp_proxy
    The main one that I need {http_proxy} was not set, even thought I defined it. I think this is an issue with Gnome 3 and was not sure where I should report it. Any solutions will be much appreciated.
    Last edited by jlight2011 (2012-10-24 11:46:46)

    I've had issues lately with Gnome 3 and proxy settings. For example, as of today (or sometime this weekend) Firefox is not obeying the system proxy settings (System Settings -> Network -> Proxy). Even better was that today I found that the system proxy settings had "magically" reset to proxy.company.com:8080 (or whatever their default setting is). If I manually set Firefox's proxy settings, it connects just fine. All terminal applications that I use only obey the http_proxy environment variable. Other programs, such as Evolution, seem to not obey the Gnome system proxy settings but only the ones set in GConf (not DConf) (which were also "magically" reset today).

  • [SOLVED] Lightdm theming (GTK) does not work?

    Hi,
    Silly maybe, but in trying out lightdm(-GTK) to replace gdm, I am unable to change the GTK-theme in /etc/lightdm/lightdm-gtk-greeter.conf.
    I was able to change the background and the font, but the theme, the icon (and maybe cursor) remain the default grey. I have tried using Adwaita, which should be installed together with gnome 3 and I have installed gnome-shell-theme-faience from AUR to try it out. None of them are working.
    Maybe this is related:
    I do seem to have another problem with the user-theme-extension: it was outdated according to extensions.gnome.org, so I removed it with pacman and I installed it via the gnome website. But gnome-tweak-tool keeps telling me there is an error with the extension and I'm not able to set a user theme with that tool...
    Anybody have a clue? The wiki nor the AUR hold much info on this and the web is talking about the unity-greeter mostly...
    Last edited by zenlord (2012-06-18 17:18:07)

    The lack of responses seem to indicate two possibilities:
    1. I'm the only one having a problem, or
    2. This is not a bug - I should theme lightdm-gtk manually.
    In either case: the extension-problem is solved now, so that should not interfere (anymore), and upgrading to the latest lightdm(-gtk-greeter) has not solved the problem...
    Last edited by zenlord (2012-06-05 08:02:40)

  • [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)

Maybe you are looking for

  • App Server 10.1.3.3 install

    I am trying to install 10.1.3.3 on OEL 5 but the prereq checks are failing obviously so the install dies.. any workarounds for this? This is the error check: Starting Oracle Universal Installer... Checking installer requirements... Checking operating

  • All-in-one printer via Print Server

    Hello- I'm trying set my HP PSC 1610 All-In-One printer up to be shared and get it off the desk and into the closet. I'm thinking that a little printserver would handle this quite nicely but I'm concerned about how scanning would work through the pri

  • Domain Controller going down after IDM implemented

    Hi, We have implemented IDM 7.1 and are using the PSS (Password Self Service), Password Syncronization functionality for 2 AD and 6 ABAP systems. This PSS is implemented to support our company ESS which is on the internet so that users can reset thei

  • Problem in casting a database object to Java object

    hi everyone, Iam trying to execute following example which was provided in oracle documentation. iam planning to implement this concept in my project...But, i am not able to run...iam herewith enclosing the sample code and its error...Kindly help me

  • Flash Player 9.0 bug.

    Hello, Broken animation broken_image_screenshot Original animation original_image_screenshot Please tell me why there is this problem? tests; Firefox 3 (Beta) - FlashPlayer 8.0 - GOOD Firefox 3 (Beta) - FlashPlayer 9.0 - BAD IE 7.0 - FlashPlayer 8.0