[SOLVED] Unable to load Gnome Shell 3.0

Hi all,
Did a search and didnt find anything on this. I really like gnome3 while testing it on an ubuntu machine and I think with time it would be great. So I said to myself I wonder how great it would be with a nice clean arch install.
I created a fresh install and followed the directions here.....
https://wiki.archlinux.org/index.php/GNOME_3
I keep getting package not found errors in pacman though.
I uncommented the testing repo as instructed above
#testing uncommented
[testing]
Include = /etc/pacman.d/mirrorlist
no dice
pacman -Syu testing/gnome gives me a package not found error.
I thought ok maybe my mirriorlist is too old so I updated my mirrors to the latest....no dice. testing/gnome not found
So I said ok maybe I can just upgrade. I went through the normal gnome 2 install procedure and have a working gnome wm environment. So as instructed above I tried to do the upgrade.
pacman -S gnome-shell.....no dice. gnome-shell not found.
pacman -Syu always shows testing repo update first so I know thats correct.
The same thing happened to me when kde 4.6 came out. I was unable to load it from the repository. 4.5 kept loading no matter what I did.
This is only my second question on these forums and I have been using arch for 2 years so be gentle ;-) I always try to rtfm first. Then forum search.
I would just try it out in suse but suse is just sooo fat. Folks in the forums there tend to slam a guy for asking an honest question quite a lot too. ( not me but while trying to load broadcom-wl I had to do several searches and wow....) Plus I hate thier package mangement.
Thanks in advance for any advice offered,
Shakz
Last edited by Shakz (2011-04-14 02:34:58)

Inxsible wrote:
on topic though : have you enabled testing and community-testing both?
If you are on 64 bit and are using multilib, then make sure you enable multilib-testing as well. Also make sure that the order of the repos is very important. testing must be before core and extra.
Also what mirrors have you used. Try the kernel.org and see if it helps.
Ah ok thanks for the response. I am using 64bit (sry for not mentioning that) Ill try to enable multilib-testing when I get home.
For repos I have all US repos uncommented as I use powerpill. I only comment out a few that always give connectivity errors.
Testing is uncommented above core and extra.
Appreciate it Inxsible!

Similar Messages

  • [SOLVED] icon under application gnome shell

    Hello,
    how can I change the icon (not the dimension, but only the icon picture) under application of gnome shell? After the installation of amule-adnza-svn, the application icon is the default one.
    I try to search on google and on the forum, but I didn't find anything to solve this.
    Thank you.
    Riccardo
    Last edited by riccardo (2013-03-15 14:12:38)

    joseperezc wrote:
    -You can install gnome-tweak-tool to change the icon theme.
          >pacman -S gnome-tweak-tool
    -You can change the icon manually.
           >Edit the app shortcut to see the name of the icon (remember that shortcuts are located under /usr/share/applications and you can edith them with gedit for example) now, you can just replace the name of the default icon for one of your own artwork.
    [riccardo@HOSTNAME="arch" applications]$ ls -l | grep -i amule*
    -rw-r--r-- 1 root root   262 11 ago 04.19 amuleadunanza.desktop
    [riccardo@HOSTNAME="arch" applications]$ cat amuleadunanza.desktop
    [Desktop Entry]
    Name=aMule AdunanzA
    GenericName=aMule Client
    Exec=amule
    Icon=amule
    Terminal=false
    Type=Application
    Categories=Network;P2P;
    Comment=Download and share your files via KADU network
    Comment[it]=Scarica e condividi i tuoi file attraverso la rete KADU
    Have I to change the parameter "Icon" with the full path of the image? Where can I find the picture?
    P.S.: with Gnome Tweak Tool I can't modify anything about this.
    Thank you.
    Riccardo
    Last edited by riccardo (2012-08-13 19:42:41)

  • [SOLVED] Unable to load GRUB on MacBook PRO with GPT partition

    Hi,
    I have made an install of Arch on my MacBook Pro. I have made the installation of Arch to work before but I decided to make a clean install since I changed WM. I have written down my instructions thoroughly and followed them like a slave. It worked before but now it just decided not to work. When I was starting my Mac before I ended up at the GRUB menu being able to chose to load Arch. If I pressed the alt button I was able to load OS X. But after the reinstall the computer did not load GRUB.
    I have reinstalled OS X again just to make sure everything is clean, especially the boot partition.
    During the installation I mounted the partitions like so (sda4 = boot, sda5 = root, sda6=swap, sda7=home)
    # mount /dev/sda5 /mnt
    # mkdir /mnt/boot
    # mount /dev/sda4 /mnt/boot
    # mkdir /mnt/home
    # mount /dev/sda7 /mnt/home
    # mkdir -p /mnt/boot/efi
    # mount /dev/sda1 /mnt/boot/efi
    After installing base and base-devel and modifying the system I did the following:
    # pacman -S grub-efi-x86_64
    # modprobe dm-mod
    # grub-install --target=x86_64-efi --efi-directory=/boot/efi --bootloader-id=arch_grub --recheck --debug
    # cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
    NB! I executed these commands with /dev/sda1 still mounted on /boot/efi in the chrooted environment. This put the arch_grub bootloader-id under /boot/efi/EFI on /dev/sda1. I made sure to remove the old /boot/efi/EFI/arch_grub before I executed this command. This way is a little bit different from the Wiki but as I said before, /dev/sda1 was already mounted on /mnt/boot/efi when I followed these instructions.
    Without installing the os-prober (I don't want to have OS X in grub) I then executed
    # grub-mkconfig -o /boot/grub/grub.cfg
    exited, unmounted and rebooted. After the reinstall, suddenly the computer does not load grub? Instead I just end up booting into OS X.
    Does anyone have any clue on what to do here? I have tried to reinstall a couple of times without success.
    Last edited by archolith (2013-06-30 07:22:10)

    Hi,
    I have found a solution to the problem. When you are booting from the cd if you look carefully you will see that the system is missing firmware for module aic94xx and bfa. This error message also pops up when you are creating the initial ram disk environment with:
    # mkinitcpio -p linux
    To make it work I did as followed:
    1. I have rEFInd installed
    2. I booted from the disk and mounted /dev/sda1 somewhere and made sure to remove the old ../EFI/arch_grub that was lying there
    3. I continued with a normal install making sure NOT to mount /dev/sda1 on /mnt/boot/efi before generating the fstab
    4. I chrooted into /mnt and followed the instructions up to setting up the network (in my case # systemctl enable [email protected])
    5. Before I created the initial ram disk environment I installed aic94xx and bfa from the AUR as root (maybe not 100% correct)
    5.a https://aur.archlinux.org/packages/aic94xx-firmware/
    5.b https://aur.archlinux.org/packages/bfa-firmware/
    6. I then ran the code # mkinitcpio -p linux, this time without the error messages I had gotten before
    7. I set the root password and continued with these instructions:
    7.a https://wiki.archlinux.org/index.php/Ma … Bootloader
    8. When I installed grub the system said that it could not find a boot manager but I continued with the instructions
    When I rebooted the computer everything went fine, I booted into rEFInd followed by grub. Can anyone with the same problem please follow these instructions and report back. It is good to see anyone else succeed before I report this thread as SOLVED. If you have any questions I will try to help.

  • [SOLVED] Can't load gnome-music

    Hi!
    I've installed Arch Linux with GNOME 3 and if I run gnome-music it doesn't start.
    Here's the terminal's output:
    [albi@albi-desktop ~]$ gnome-music
    Traceback (most recent call last):
    File "/usr/bin/gnome-music", line 38, in <module>
    from gnomemusic.application import Application
    File "/usr/lib/python3.4/site-packages/gnomemusic/application.py", line 36, in <module>
    from gnomemusic.window import Window
    File "/usr/lib/python3.4/site-packages/gnomemusic/window.py", line 38, in <module>
    from gnomemusic.query import Query
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 32, in <module>
    class Query():
    File "/usr/lib/python3.4/site-packages/gnomemusic/query.py", line 35, in Query
    GLib.get_user_special_dir(GLib.UserDirectory.DIRECTORY_MUSIC)
    TypeError: Argument 0 does not allow None as a value
    And here's the version of gnome-session and gnome-music packages.
    [albi@albi-desktop ~]$ pacman -Q gnome-session gnome-music
    gnome-session 3.12.1-1
    gnome-music 3.12.2.1-1
    Please let me know if you need other inputs and I'll thank you in advantage for tips to make gnome-music works.
    Last edited by AVDuma (2014-08-20 11:23:29)

    the lua warning you had was about grilo-pllugins, which optionally depends on lua for some plugins, and it probably wasn't anything critical.
    I don't think the tracker message is any kind of critical error either. Looks like it just reports that it was able to connect with tracker service, and everything should be ok.
    It's hard to guess why it can't find your mp3 files though, as there's no error messages or anything, but I have few ideas:
    - it could be that your missing whatever library gnome-music uses for decoding mp3 files. I looked at the dependecy tree but couldn't figure out what that library could be, but since pretty much all gnome media applications are using gstreamer for that purpose, you could be just missing some gst-plugins. Also you could try if gnome-music can load any .wav .ogg or .flac files for example from your music dir.
    - I'm not sure you're allowed to set XDG_MUSIC_DIR outside of your /home. Try creating music directory in your home, copy a few files in it, and change the directory in user-dirs.dirs accordingly.
    I think gnome-music 3.12 isn't considered 100% production ready yet, as it is still in early development stages and there could still be some issues and missing features. For now rhythmbox is still the 'default' audio player for gnome.
    about the bug reporting. If the bug is something arch linux specific, like missing dependencies, you should report it to arch bug tracker.
    if it's a bug in the application itself, like the issue in your first post, it would make more sense to report it directly to gnome bugzilla. Although in that case it might be good idea to test the latest development snapshot (i.e. gnome-music-git from AUR) to check that the bug hasn't been fixed already.
    also, please use LC_ALL=C when posting application output to get error messages in english, and use thumbnails when posting images: https://wiki.archlinux.org/index.php/Fo … s_and_Code

  • [SOLVED] Can't Load UEFI Shell From USB

    I'm trying to install Arch on an Asus Zenbook Prime UX31A. It already has Windows 7 x64 on it and a UEFI system partition doing the bootloading.
    I followed the steps for creating a UEFI bootable USB from the ISO. When I get to the UEFI device selection, the thumbdrive correctly shows up as "UEFI: Generic USB" (or something) but selecting it just fails silently and it goes on to load the next thing in the boot order. What could be going wrong here?
    Last edited by silverhammermba (2012-10-05 00:24:41)

    Did create the 2012-09 UEFI USB succesfully and it did boot.
    wanted too reinstall arch because of SSD.
    So maybe you want checkout the layout of your USB and size of the files!
    You can check against mine..
    du /run/media/mark/ARCH_201209/
    764 /run/media/mark/ARCH_201209/EFI/boot
    38772 /run/media/mark/ARCH_201209/EFI/archiso
    39540 /run/media/mark/ARCH_201209/EFI
    8 /run/media/mark/ARCH_201209/[BOOT]
    141292 /run/media/mark/ARCH_201209/arch/x86_64
    138092 /run/media/mark/ARCH_201209/arch/i686
    18292 /run/media/mark/ARCH_201209/arch/boot/x86_64
    276 /run/media/mark/ARCH_201209/arch/boot/syslinux/hdt
    1964 /run/media/mark/ARCH_201209/arch/boot/syslinux
    17944 /run/media/mark/ARCH_201209/arch/boot/i686
    38388 /run/media/mark/ARCH_201209/arch/boot
    62204 /run/media/mark/ARCH_201209/arch/any
    380008 /run/media/mark/ARCH_201209/arch
    40 /run/media/mark/ARCH_201209/isolinux
    419600 /run/media/mark/ARCH_201209/

  • [SOLVED!]I'd like to add a dedicated Gnome-Shell session entry to GDM.

    Edit:
    Well, thanks for all your help guys, I really did appreciate it all.
    However I've remembered something I used to use in Ubuntu.
    I added a Gnome-Shell .desktop file into my /home/myname/.config/autostart folder like this
    [Desktop Entry]
    Type=Application
    Exec=gnome-shell --replace &
    Hidden=false
    X-GNOME-Autostart-enabled=true
    Name[en_US]=Gnome Shell
    Name=Gnome Shell
    Comment[en_US]=Start Gnome Shell!
    Comment=Start Gnome Shell!
    OnlyShowIn=GNOME
    It starts only in Gnome and nothing else, just how I wanted it to. I'm aware that this is more of a bandaid fix than anything else, but it works!
    Thanks again, now I can use KDE, Gnome-Shell, and Openbox.
    Last edited by Nimbus (2011-07-02 02:55:37)

    Wey wrote:
    Hello nimbus,
    i don't have a gdm setup at hand, but i think you still need gnome-session. /usr/share/xsessions/gnome-shell.desktop should probably state
    [GNOME Session]
    Name=Gnome Shell Session
    Exec=gnome-session --session gnome-with-shell
    Type=Application
    note gnome-sessions man page; sessions specified via the --session flag are looked for in /usr/share/gnome-sessions/sessions.
    There you should have a file like gnome-with-shell.desktop
    [GNOME Session]
    Name=Gnome Shell Session
    RequiredComponents=gnome-shell;gnome-settings-daemon;
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    FallbackSession=gnome-fallback
    EDIT: Well....definately more progress this time....I think.
    It still doesn't load gnome-shell and instead says
    No EXEC Line in session file gnome-shell, loading fallback mode.
    Here are my entries
    /usr/share/xsessions/gnome-shell.desktop
    [GNOME Session]
    Name=Gnome Shell Session
    Exec=gnome-session --session gnome-with-shell
    Type=Application
    /usr/share/gnome-sessions/gnome-with-shell.session
    [GNOME Session]
    Name=Gnome Shell Session
    RequiredComponents=gnome-shell;gnome-settings-daemon;gnome-power-manager
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    Exec=gnome-shell (I added this in thinking it might be the issue
    FallbackSession=gnome-fallback
    OnlyShowIn=Gnome
    I can still get it to load by using grun and typing gnome-shell --replace, but that's besides the point. Also it would seem that none of my startup applications load like they are suposed to, but I'm sure it's some sort of bug related to the issue.
    Edit:
    Adding even further to the oddness, it would appear that gnome.session already supposedly has these entries, further baffling me as to why it doesn't load gnome-shell to begin with unless it's in my /home/name/.config/autostart folder.
    /usr/share/gnome-sessions/Gnome.session
    RequiredComponents=gnome-shell;gnome-settings-daemon;
    IsRunnableHelper=/usr/lib/gnome-session/gnome-session-check-accelerated
    FallbackSession=gnome-fallback
    Sigh...really confused now. I guess what I need help with is figuring out why old shell here isn't loading unless it's in my autostart directory.
    Last edited by Nimbus (2011-07-01 23:46:03)

  • Gnome-shell not showing app icons

    I own a Sony Vaio Z laptop equipped with a common intel video card and an external Radeon HD 7000 graphics card (literally external, connected through thunderbolt/lightpeak).
    The problem is that whenever I connect the external video card (which by the way works just fine using the opensource ati driver), gnome-shell fails to paint most of my app icons and other possibly related problems appear:
        (1) as I said, no icons for some of the apps (see this screenshot); if i restart gnome-shell (using Alt+F2, r) the icons show up but just for the next couple of minutes. Only the icons that are painted by gnome-shell seem to be problematic (these include the dash, the apps list and sometimes the status menu icons). No useful output messages are printed by gnome-shell if running from a terminal. No extensions are enabled at all. This also happens with the default icon set.
        (2) gnome-screenshot timeouts after ~20 seconds saying "** Message: Unable to use GNOME Shell's builtin screenshot interface, resorting to fallback X11". ltrace says that a call to g_dbus_connection_call_sync blocks the process.
        (3) scrolling in chromium using the mouse is sometimes laggy, but this may be due to issues in the radeon driver.
    None of these problems appear when the external card is not connected. I know this may be an upstream bug but I'd like to see first if the Arch community has any idea about this. I am really willing to debug this issue and spend as much time as needed on it, but I don't know where to start from.

    It appears that all the 10 threads of the GTask thread pool are fully occupied most of the time. Therefore all the glib async requests are blocked for a while until the active tasks somehow finish (or timeout). I have no idea though how to find out what are those 10 threads occupied with.
    Last edited by ccrisan (2014-03-05 11:49:39)

  • [SOLVED] Gnome Shell 3.4.1: Unable to prevent dynamic workspaces

    I am trying to turn off dynamic workspaces and set a permanent number (6) as is supposedly possible since 3.4.
    Using dconf, I turn the following setting to 'false':
    /org/gnome/shell/overrides/dynamic-workspaces
    and enter '6' in to the following setting:
    /org/gnome/desktop/wm/preferences/num-workspaces
    The '6' is then immediately changed back to however many workspaces the 'dynamic' setting has created at the moment.
    Bizarrely, 'overriding' effect does not occur if I change the number when 'dynamic-workspaces' is set to true. Whenever it is set to false, Gnome changes the 'num-workspaces' setting to reflect current realities.
    Regardless of settings, the way it works is still 'dynamic' [grumble]worst.use.of.that.word.ever....[/grumble]
    Is this a bug? Or am I just not getting it right?
    (As a side note,  the frippery static extension thing is currently uninstallable)
    EDIT: If I try to set the number of workspaces far above what the current number is, I can see the number going down one-by-one. This would seem to indicate that the window manager is killing them off one after the other, as they aren't occupied. In other words, it's not that the new value is rejected out of hand. It's just that the WM still works dynamically.
    Last edited by madchine (2012-06-15 12:57:35)

    [root@swanepoel ~]# pacman -Qi gnome-shell
    Name : gnome-shell
    Version : 3.4.1-3
    URL : http://live.gnome.org/GnomeShell
    Licenses : GPL2
    Groups : gnome
    Provides : None
    Depends On : caribou folks gcr gjs gnome-bluetooth gnome-desktop
    gnome-menus libcroco libpulse mutter nautilus
    networkmanager telepathy-logger telepathy-mission-control
    unzip
    Optional Deps : network-manager-applet: shell integration for networkmanager
    Required By : None
    Conflicts With : None
    Replaces : None
    Installed Size : 6044.00 KiB
    Packager : Ionut Biru <[email protected]>
    Architecture : x86_64
    Build Date : Fri May 4 18:19:35 2012
    Install Date : Tue Jun 12 16:18:48 2012
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : The next generation GNOME Shell
    see the man page for dconf for resetting. I 'm sure you can find it.

  • [Solved] Gnome-shell text turned to rectangles after botched upgrade

    Hi all,
    I've run into a problem that I just can't solve, so I was wondering if somebody with a lot of expertise could help out. My system has a couple of stability issues; it freezes up every few days, and I have to make a hard reboot (I think it's related to the video card, but I haven't had the funds to go get a better one yet). The last time it froze was during a pacman upgrade, and I had to reboot. At the new boot, after logging in, all of the gnome-shell letters turned to rectangles (see screenshot), and I had a bunch of other errors. I ran another upgrade Sync with pacman and rebooted; that took care of the errors, but the font problems still remained. The interesting thing is that the gdm window has no problems, I can see the icons on the top right just fine, and the date renders perfectly. It's only when I log in when the blocks occur, and they only occur on gnome-shell panel text (and on everything under Activities).
    I have a 32-bit system that's fully migrated to systemd with open source radeon drivers. Here's some output of journalctl for the current boot, with stuff unrelated to the gnome-shell display removed (e.g. NetworkManager, UFW, etc). However, I didn't find any new errors compared to logs from before the upgrade.
    -- Logs begin at Mon, 2012-09-10 23:14:10 PDT, end at Tue, 2012-09-11 18:52:58 PDT. --
    Nov 17 12:26:09 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:10 Whitcomb dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:11 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:11 Whitcomb polkitd[315]: Started polkitd version 0.107
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /etc/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb polkitd[315]: Loading rules from directory /usr/share/polkit-1/rules.d
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Finished loading, compiling and executing 2 rules
    Nov 17 12:26:15 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb polkitd[315]: Acquired the name org.freedesktop.PolicyKit1 on the system bus
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Manage, Install and Generate Color Profiles.
    Nov 17 12:26:15 Whitcomb systemd[1]: Started Authorization Manager.
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRB]
    Nov 17 12:26:15 Whitcomb kernel: input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input3
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Sleep Button [SLPB]
    Nov 17 12:26:15 Whitcomb kernel: input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
    Nov 17 12:26:15 Whitcomb kernel: ACPI: Power Button [PWRF]
    Nov 17 12:26:15 Whitcomb kernel: input: PC Speaker as /devices/platform/pcspkr/input/input5
    Nov 17 12:26:15 Whitcomb kernel: pci_hotplug: PCI Hot Plug PCI Core version: 0.5
    Nov 17 12:26:15 Whitcomb kernel: shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU0 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: parport_pc 00:0b: reported by Plug and Play ACPI
    Nov 17 12:26:15 Whitcomb kernel: parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
    Nov 17 12:26:15 Whitcomb kernel: agpgart: Detected VIA VT3314 chipset
    Nov 17 12:26:15 Whitcomb kernel: agpgart-via 0000:00:00.0: AGP aperture is 128M @ 0xf0000000
    Nov 17 12:26:15 Whitcomb kernel: psmouse serio1: hgpk: ID: 10 00 64
    Nov 17 12:26:15 Whitcomb kernel: ppdev: user-space parallel port driver
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.PolicyKit1' unit='polkit.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=235 comm="/usr/sbin/gdm-binary ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.5" (uid=0 pid=311 comm="/usr/lib/gdm/gdm-simple-slave --display-id /org/gn")
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ColorManager' unit='colord.service'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ColorManager'
    Nov 17 12:26:15 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.PolicyKit1'
    Nov 17 12:26:15 Whitcomb kernel: microcode: CPU1 sig=0xf34, pf=0x4, revision=0x8
    Nov 17 12:26:15 Whitcomb kernel: microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    Nov 17 12:26:15 Whitcomb kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: v1.10-LK1.5.0 2010-10-09 Written by Donald Becker
    Nov 17 12:26:15 Whitcomb kernel: via_rhine: Broken BIOS detected, avoid_D3 enabled
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKD] enabled at IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: VIA Rhine II at 0x1cc00, 00:19:db:6a:70:49, IRQ 23
    Nov 17 12:26:15 Whitcomb kernel: via-rhine 0000:00:12.0: eth0: MII PHY found at address 1, status 0x786d advertising 01e1 Link c1e1
    Nov 17 12:26:15 Whitcomb kernel: input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input6
    Nov 17 12:26:15 Whitcomb kernel: ath5k 0000:00:07.0: registered as 'phy0'
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM regdomain: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ath: EEPROM indicates we should expect a direct regpair map
    Nov 17 12:26:15 Whitcomb kernel: ath: Country alpha2 being used: CO
    Nov 17 12:26:15 Whitcomb kernel: ath: Regpair used: 0x10
    Nov 17 12:26:15 Whitcomb kernel: ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: Atheros AR5212 chip found (MAC: 0x56, PHY: 0x41)
    Nov 17 12:26:15 Whitcomb kernel: ath5k: phy0: RF2112B 2GHz radio found (0x46)
    Nov 17 12:26:15 Whitcomb kernel: ACPI: PCI Interrupt Link [ALKC] enabled at IRQ 22
    Nov 17 12:26:15 Whitcomb kernel: snd_via82xx 0000:00:11.5: setting latency timer to 64
    Nov 17 12:26:15 Whitcomb kernel: Adding 3903788k swap on /dev/sda2. Priority:-1 extents:1 across:3903788k
    Nov 17 12:26:15 Whitcomb kernel: ip_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb kernel: nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
    Nov 17 12:26:15 Whitcomb kernel: ip6_tables: (C) 2000-2006 Netfilter Core Team
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event4 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event2 (Power Button)
    Nov 17 12:26:15 Whitcomb systemd-logind[229]: Watching system buttons on /dev/input/event3 (Sleep Button)
    Nov 17 12:26:16 Whitcomb systemd[1]: PID file /run/deluge/deluged.pid not readable (yet?) after start.
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Network Manager.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Reached target Network.
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Network Time Service...
    Nov 17 12:26:16 Whitcomb systemd[1]: Starting Mount Samba Shares...
    Nov 17 12:26:16 Whitcomb systemd[1]: Started Mount Samba Shares.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Deluge Daemon.
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Network Time Service.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Multi-User.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Reached target Graphical Interface.
    Nov 17 12:26:17 Whitcomb systemd[1]: Starting Update UTMP about System Runlevel Changes...
    Nov 17 12:26:17 Whitcomb systemd[1]: Started Update UTMP about System Runlevel Changes.
    Nov 17 12:26:17 Whitcomb systemd[1]: Startup finished in 4s 827ms 48us (kernel) + 20s 199ms 872us (userspace) = 25s 26ms 920us.
    Nov 17 12:26:19 Whitcomb kernel: fuse init (API version 7.20)
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounting FUSE Control File System...
    Nov 17 12:26:19 Whitcomb systemd[1]: Mounted FUSE Control File System.
    Nov 17 12:26:19 Whitcomb gdm-simple-slave[311]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Nov 17 12:26:19 Whitcomb kernel: nf_conntrack: automatic helper assignment is deprecated and it will be removed soon. Use the iptables CT target to attach helpers instead.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.Accounts' unit='accounts-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Accounts Service...
    Nov 17 12:26:20 Whitcomb accounts-daemon[371]: started daemon version 0.6.25
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.Accounts'
    Nov 17 12:26:20 Whitcomb systemd[1]: Started Accounts Service.
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating service name='org.freedesktop.nm_dispatcher' (using servicehelper)
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.nm_dispatcher'
    Nov 17 12:26:20 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.ConsoleKit' unit='console-kit-daemon.service'
    Nov 17 12:26:20 Whitcomb systemd[1]: Starting Console Manager...
    Nov 17 12:26:21 Whitcomb console-kit-daemon[376]: missing action
    Nov 17 12:26:21 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.ConsoleKit'
    Nov 17 12:26:21 Whitcomb systemd[1]: Started Console Manager.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: New session 1 of user gdm.
    Nov 17 12:26:21 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/120/X11-display.
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UPower' unit='upower.service'
    Nov 17 12:26:25 Whitcomb systemd[1]: Starting Daemon for power management...
    Nov 17 12:26:25 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UPower'
    Nov 17 12:26:25 Whitcomb systemd[1]: Started Daemon for power management.
    Nov 17 12:26:27 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:27 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.RealtimeKit1' unit='rtkit-daemon.service'
    Nov 17 12:26:28 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.RealtimeKit1'
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully called chroot.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully dropped privileges.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully limited resources.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Canary thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Watchdog thread running.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Successfully made thread 523 of process 523 (/usr/bin/pulseaudio) owned by '120' high priority at nice level -11.
    Nov 17 12:26:28 Whitcomb rtkit-daemon[524]: Supervising 1 threads of 1 processes of 1 users.
    Nov 17 12:26:28 Whitcomb pulseaudio[523]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:29 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:29 Whitcomb pulseaudio[523]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: [UFW BLOCK] IN=eth0 OUT= MAC=00:19:db:6a:70:49:00:18:74:eb:98:00:08:00 SRC=158.181.47.4 DST=131.215.169.100 LEN=129 TOS=0x00 PREC=0x00 TTL=108 ID=9372 PROTO=UDP SPT=6881 DPT=50753 LEN=109
    Nov 17 12:26:27 Whitcomb systemd[1]: Starting RealtimeKit Scheduling Policy Service...
    Nov 17 12:26:28 Whitcomb systemd[1]: Started RealtimeKit Scheduling Policy Service.
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:26:30 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:26:30 Whitcomb kernel: EXT4-fs (sda1): re-mounted. Opts: commit=0
    Nov 17 12:26:34 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.freedesktop.UDisks2' unit='udisks2.service'
    Nov 17 12:26:34 Whitcomb systemd[1]: Starting Disk Manager...
    Nov 17 12:26:34 Whitcomb udisksd[566]: udisks daemon version 2.0.0 starting
    Nov 17 12:26:35 Whitcomb dbus-daemon[232]: dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb dbus[232]: [system] Successfully activated service 'org.freedesktop.UDisks2'
    Nov 17 12:26:35 Whitcomb systemd[1]: Started Disk Manager.
    Nov 17 12:26:35 Whitcomb udisksd[566]: Acquired the name org.freedesktop.UDisks2 on the system message bus
    Nov 17 12:26:37 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:1 (system bus name :1.37 [gnome-shell --mode=gdm], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8)
    Nov 17 12:26:37 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:26:37 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.37" (uid=120 pid=541 comm="gnome-shell --mode=gdm ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:06 Whitcomb systemd[1]: Starting File System Check on /dev/sdb1...
    Nov 17 12:27:07 Whitcomb systemd-fsck[582]: /dev/sdb1: clean, 157018/24420352 files, 88519245/97677200 blocks
    Nov 17 12:27:07 Whitcomb systemd[1]: Started File System Check on /dev/sdb1.
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounting /home...
    Nov 17 12:27:07 Whitcomb systemd[1]: Mounted /home.
    Nov 17 12:27:07 Whitcomb kernel: EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: (null)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_unix(gdm-password:session): session opened for user gregory by (unknown)(uid=0)
    Nov 17 12:27:13 Whitcomb gdm-password][594]: pam_ck_connector(gdm-password:session): nox11 mode, ignoring PAM_TTY :0
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: New session 2 of user gregory.
    Nov 17 12:27:13 Whitcomb systemd-logind[229]: Linked /tmp/.X11-unix/X0 to /run/user/1001/X11-display.
    Nov 17 12:27:13 Whitcomb gnome-session[443]: WARNING: Detected that screensaver has left the bus
    Nov 17 12:27:13 Whitcomb gnome-session[443]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 17 12:27:13 Whitcomb polkitd[315]: Unregistered Authentication Agent for unix-session:1 (system bus name :1.37, object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.UTF-8) (disconnected from bus)
    Nov 17 12:27:13 Whitcomb gdm-simple-slave[311]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:15 Whitcomb gnome-keyring-daemon[601]: Gkm: using old keyring directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Successfully made thread 666 of process 666 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:16 Whitcomb rtkit-daemon[524]: Supervising 4 threads of 2 processes of 2 users.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] sink.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] source.c: Default and alternate sample rates are the same.
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus-daemon[232]: dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activating via systemd: service name='org.bluez' unit='dbus-org.bluez.service'
    Nov 17 12:27:16 Whitcomb dbus[232]: [system] Activation via systemd failed for unit 'dbus-org.bluez.service': Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:16 Whitcomb pulseaudio[666]: [pulseaudio] bluetooth-util.c: org.bluez.Manager.ListAdapters() failed: org.freedesktop.systemd1.LoadFailed: Unit dbus-org.bluez.service failed to load: No such file or directory. See system logs and 'systemctl status dbus-org.bluez.service' for details.
    Nov 17 12:27:17 Whitcomb gnome-session[603]: Gtk-WARNING: Failed to parse /home/gregory/.config/gtk-3.0/settings.ini: Key file does not have group 'Settings'
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "gnome-do" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "JRSST" (No such file or directory)
    Nov 17 12:27:19 Whitcomb gnome-session[603]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "tasque" (No such file or directory)
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Successfully made thread 705 of process 705 (/usr/bin/pulseaudio) owned by '1001' high priority at nice level -11.
    Nov 17 12:27:19 Whitcomb rtkit-daemon[524]: Supervising 5 threads of 3 processes of 2 users.
    Nov 17 12:27:19 Whitcomb pulseaudio[705]: [pulseaudio] pid.c: Daemon already running.
    Nov 17 12:27:26 Whitcomb goa[766]: goa-daemon version 3.6.2 starting [main.c:112, main()]
    Nov 17 12:27:26 Whitcomb dbus-daemon[232]: dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb dbus[232]: [system] Rejected send message, 2 matched rules; type="method_call", sender=":1.55" (uid=1001 pid=672 comm="/usr/bin/gnome-shell ") interface="org.freedesktop.DBus.Properties" member="GetAll" error name="(unset)" requested_reply="0" destination=":1.14" (uid=0 pid=376 comm="/usr/sbin/console-kit-daemon --no-daemon ")
    Nov 17 12:27:26 Whitcomb gnome-keyring-daemon[601]: keyring alias directory: /home/gregory/.gnome2/keyrings
    Nov 17 12:27:27 Whitcomb polkitd[315]: Registered Authentication Agent for unix-session:2 (system bus name :1.55 [/usr/bin/gnome-shell], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_US.utf8)
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:30 Whitcomb kernel: end_request: I/O error, dev fd0, sector 0
    Nov 17 12:27:33 Whitcomb systemd-logind[229]: Removed session 1.
    I tried using gnome-tweak tool to fiddle around with the fonts, but that didn't help, none of the fonts would render correctly. Cantarell, which I'm assuming is the gnome-shell font, is still in /etc/fonts/conf.avail, so I don't think that the font file itself went missing. I made the fontconfig update a while ago, and that didn't cause any problems.
    I also heard that there were problems with xorg-server, so I downgraded xorg-server, pixman, and cairo to their previous versions, but that didn't help either. EDIT: I've also done a pacman -Syyf gnome-shell to try and reinstall gnome-shell. That also didn't work.
    I've run out of things to try. If someone else was more familiar with the workings of gnome-shell fonts, or had a better idea of how to debug, I'd really appreciate it. Thank you.
    UPDATE: I found that /etc/fonts/conf.avail/31-cantarell.conf existed, but was empty. After doing a pacman -Syyf cantarell-fonts, they went right back to normal!
    Last edited by cactaur (2012-11-20 00:21:27)

    Problem disappeared.
    I'm not sure, but i think installing xf86-video-modesetting helped to fix this issue.
    I had an error messages in /var/log/Xorg.0.log like this:
    (EE) Failed to load module "modesetting" (module does not exist, 0)

  • [SOLVED] New Install of Gnome 3.2 doesn't feel like loading

    Greetings,
    Before making this post, I have spent the majority of the day trying to solve this issue. I have switched from nvidia drivers to nouvela (sp?) drivers, incase that was the issue. I have scoured google, arch-wiki, and the forums until my eyes have bled. I have dug through the xsession-errors log to search out any missing components that might be causing this... but to no avail. If anything, trying to run and try Gnome 3.2 has made me feel like a complete idiot, who has obviously learnt nothing after years of using linux. So, I come here hoping that some one can point me to the solution my brain cannot itself come up with.
    Here the situation:
    I have been running KDE4 for quite some time happily. I have ran Gnome 3 back in its beginning days succesfully as well, but that was an older, now dead, pc. Having seen some neat little things about the new Gnome 3.2, I got an itch to give it a try. So, I go and follow the Gnome article on the excellent arch wiki- installing both gnome and gnome extras, letting it grab everything, change from kdm to gdm, and reboot.
    Well, it gives me the old gdm I remember from the early gnome 3 days (wasn't this changed) despite it showing that it is GDM 3.2 via pacman. It shows my user name, lets me put my password, and shows the stripped background. One thing to note is that the cursor remains a clock face, never changing to a pointer.
    I log in, choosing GNOME, all that remains is the wallpaper, with the clockface cursor, no pointer. I go take the kids to the bus stop, come back apx. 20 min. later, no change.
    Ok, bug crushing time right? So I go through the steps. I make sure that gnome shell is indeed installed. I remove any config files (there weren't any), remove gnome shell, reinstall. No go. I rinse and repeat, but removing & reinstalling different things, such as GDM, and even gnome completely. No go.
    Hopping into pekwm, I search. I make copies of the xsession-errors each time, and load them in pekwm after a reboot, looking through with pacman by myside to make sure I have any possible missing files. And finally after failure after failure I give up, and come here.
    So, here's my xsession-errors log. Please, if anyone can help, or even offer any kind of suggestion that might spark something in my brain to get me going in the right direction, I'd greatly appreciate it. If this thread needs moved, merged, etc, please do so... I've searched the forums, but now my brain is numb, so yeah...
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    gnome-session[1112]: EggSMClient-WARNING: Desktop file '/home/mythus/.config/autostart/dropbox.desktop' has malformed Icon key 'dropbox.png'(should not include extension)
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Color' since file '/usr/lib/gnome-settings-daemon-3.0/libcolor.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Color'
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Power' since file '/usr/lib/gnome-settings-daemon-3.0/libpower.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Power'
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-HPDXfX
    GPG_AGENT_INFO=/tmp/keyring-HPDXfX/gpg:0:1
    SSH_AUTH_SOCK=/tmp/keyring-HPDXfX/ssh
    ** (gnome-settings-daemon:1138): WARNING **: libltdl.so.7: cannot open shared object file: No such file or directory
    ** (gnome-settings-daemon:1138): WARNING **: Cannot load plugin 'Media keys' since file '/usr/lib/gnome-settings-daemon-3.0/libmedia-keys.so' cannot be read.
    ** (gnome-settings-daemon:1138): WARNING **: Error activating plugin 'Media keys'
    Gtk-Message: Failed to load module "canberra-gtk-module"
    common-plugin-Message: checking whether we have a device for 4: yes
    common-plugin-Message: checking whether we have a device for 5: yes
    common-plugin-Message: checking whether we have a device for 6: yes
    common-plugin-Message: checking whether we have a device for 7: yes
    common-plugin-Message: checking whether we have a device for 8: yes
    common-plugin-Message: checking whether we have a device for 9: yes
    common-plugin-Message: checking whether we have a device for 10: yes
    /usr/bin/gnome-shell: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    gnome-session[1112]: WARNING: Failed to start app: Unable to start application: Failed to execute child process "if" (No such file or directory)
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-store.cfg'
    Initializing tracker-miner-fs...
    /usr/lib/evolution/3.2/evolution-alarm-notify: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-miner-fs.cfg'
    /usr/bin/canberra-gtk-play: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Gtk-Message: Failed to load module "canberra-gtk-module"
    Starting log:
    File:'/home/mythus/.local/share/tracker/tracker-miner-fs.log'
    Gtk-Message: Failed to load module "canberra-gtk-module"
    Gtk-Message: Failed to load module "canberra-gtk-module"
    /usr/bin/pulseaudio: error while loading shared libraries: libltdl.so.7: cannot open shared object file: No such file or directory
    Tracker-Message: Setting up monitor for changes to config file:'/home/mythus/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/home/mythus/.local/share/tracker/tracker-store.log'
    ** Message: applet now removed from the notification area
    (nm-applet:1180): libnotify-WARNING **: Failed to connect to proxy
    ** (nm-applet:1180): WARNING **: get_all_cb: couldn't retrieve system settings properties: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1180): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:1180): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    Gtk-Message: Failed to load module "canberra-gtk-module"
    /usr/lib/libgvfscommon.so.0: undefined symbol: g_free
    Failed to load module: /usr/lib/gio/modules/libgvfsdbus.so
    Last edited by mythus (2011-10-07 15:36:43)

    Ok, I guess all it took was for me to post this to wake up and be able to solve the issue.
    It is simple really. I just needed to re-install libltdl.
    So, for those searching, if you get this similar problem,
    pacman -S libltdl
    is what solved it for me.

  • [SOLVED] libcairo crashes gnome-shell

    Hi,
    I think after one of the updates (I don't run on testing), gnome-shell would crash after few seconds of use. Examining error messages, it seems to be related to libcairo segfault, which I was unable to analyze further. I did some googling on this, but most issues were concerning ATI of nVidia card and/or multiple monitor, from which I use none.
    I am pasting hopefully useful logs:
    .xsession-errors
    /etc/gdm/Xsession: Beginning session setup...
    localuser:janci being added to access control list
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- startxfce4
    /usr/bin/startxfce4: X server already running on display :0
    xrdb: "URxvt.scrollstyle" on line 96 overrides entry on line 90
    xfce4-session-Message: ssh-agent is already running; starting gpg-agent without ssh support
    *** buffer overflow detected ***: /usr/bin/trayfreq terminated
    ======= Backtrace: =========
    /lib/libc.so.6(__fortify_fail+0x37)[0x7f7ebb6167b7]
    /lib/libc.so.6(+0xf78d0)[0x7f7ebb6148d0]
    /lib/libc.so.6(+0xf6d59)[0x7f7ebb613d59]
    /lib/libc.so.6(_IO_default_xsputn+0x89)[0x7f7ebb593239]
    /lib/libc.so.6(_IO_vfprintf+0x1198)[0x7f7ebb5626c8]
    /lib/libc.so.6(__vsprintf_chk+0x97)[0x7f7ebb613df7]
    /lib/libc.so.6(__sprintf_chk+0x7d)[0x7f7ebb613d3d]
    /usr/bin/trayfreq[0x4034e1]
    /usr/bin/trayfreq[0x401a91]
    /lib/libc.so.6(__libc_start_main+0xf5)[0x7f7ebb53e455]
    /usr/bin/trayfreq[0x401ae5]
    ======= Memory map: ========
    00400000-00405000 r-xp 00000000 08:06 161991 /usr/bin/trayfreq
    00605000-00606000 r--p 00005000 08:06 161991 /usr/bin/trayfreq
    00606000-00607000 rw-p 00006000 08:06 161991 /usr/bin/trayfreq
    00607000-00744000 rw-p 00000000 00:00 0
    022e1000-0239f000 rw-p 00000000 00:00 0 [heap]
    7f7eb674c000-7f7eb6761000 r-xp 00000000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6761000-7f7eb6960000 ---p 00015000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6960000-7f7eb6961000 rw-p 00014000 08:06 152581 /usr/lib/libgcc_s.so.1
    7f7eb6961000-7f7eb696a000 r-xp 00000000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb696a000-7f7eb6b6a000 ---p 00009000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6a000-7f7eb6b6b000 r--p 00009000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6b000-7f7eb6b6c000 rw-p 0000a000 08:06 393261 /usr/lib/gtk-2.0/2.10.0/engines/libpixmap.so
    7f7eb6b6c000-7f7eb6b9b000 r-xp 00000000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6b9b000-7f7eb6d9b000 ---p 0002f000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9b000-7f7eb6d9c000 r--p 0002f000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9c000-7f7eb6d9d000 rw-p 00030000 08:06 394594 /usr/lib/gtk-2.0/2.10.0/engines/libmurrine.so
    7f7eb6d9d000-7f7eb6da6000 r-xp 00000000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6da6000-7f7eb6fa5000 ---p 00009000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa5000-7f7eb6fa6000 r--p 00008000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa6000-7f7eb6fa7000 rw-p 00009000 08:06 155000 /usr/lib/libltdl.so.7.3.0
    7f7eb6fa7000-7f7eb6fb7000 r-xp 00000000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb6fb7000-7f7eb71b6000 ---p 00010000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b6000-7f7eb71b7000 r--p 0000f000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b7000-7f7eb71b8000 rw-p 00010000 08:06 155046 /usr/lib/libtdb.so.1.2.9
    7f7eb71b8000-7f7eb71be000 r-xp 00000000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb71be000-7f7eb73bd000 ---p 00006000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb73bd000-7f7eb73be000 rw-p 00005000 08:06 163514 /usr/lib/libogg.so.0.8.0
    7f7eb73be000-7f7eb73ea000 r-xp 00000000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb73ea000-7f7eb75e9000 ---p 0002c000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75e9000-7f7eb75ea000 r--p 0002b000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75ea000-7f7eb75eb000 rw-p 0002c000 08:06 150850 /usr/lib/libvorbis.so.0.4.6
    7f7eb75eb000-7f7eb75f2000 r-xp 00000000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb75f2000-7f7eb77f2000 ---p 00007000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f2000-7f7eb77f3000 r--p 00007000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f3000-7f7eb77f4000 rw-p 00008000 08:06 150852 /usr/lib/libvorbisfile.so.3.3.5
    7f7eb77f4000-7f7eb7804000 r-xp 00000000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7804000-7f7eb7a03000 ---p 00010000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a03000-7f7eb7a04000 r--p 0000f000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a04000-7f7eb7a05000 rw-p 00010000 08:06 161479 /usr/lib/libcanberra.so.0.2.5
    7f7eb7a05000-7f7eb7a09000 r-xp 00000000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7a09000-7f7eb7c08000 ---p 00004000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c08000-7f7eb7c09000 r--p 00003000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c09000-7f7eb7c0a000 rw-p 00004000 08:06 161488 /usr/lib/libcanberra-gtk.so.0.1.8
    7f7eb7c0a000-7f7eb7c0f000 r-xp 00000000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7c0f000-7f7eb7e0e000 ---p 00005000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e0e000-7f7eb7e0f000 r--p 00004000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e0f000-7f7eb7e10000 rw-p 00005000 08:06 265843 /usr/lib/gtk-2.0/modules/libcanberra-gtk-module.so
    7f7eb7e10000-7f7eb7e1c000 r-xp 00000000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb7e1c000-7f7eb801b000 ---p 0000c000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801b000-7f7eb801c000 r--p 0000b000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801c000-7f7eb801d000 rw-p 0000c000 08:06 2490853 /lib/libnss_files-2.15.so
    7f7eb801d000-7f7eb81e2000 r--p 00000000 08:06 145576 /usr/lib/locale/locale-archive
    7f7eb81e2000-7f7eb81e7000 r-xp 00000000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb81e7000-7f7eb83e6000 ---p 00005000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e6000-7f7eb83e7000 r--p 00004000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e7000-7f7eb83e8000 rw-p 00005000 08:06 141070 /usr/lib/libXdmcp.so.6.0.0
    7f7eb83e8000-7f7eb83ea000 r-xp 00000000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb83ea000-7f7eb85ea000 ---p 00002000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85ea000-7f7eb85eb000 r--p 00002000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85eb000-7f7eb85ec000 rw-p 00003000 08:06 141262 /usr/lib/libXau.so.6.0.0
    7f7eb85ec000-7f7eb8614000 r-xp 00000000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8614000-7f7eb8813000 ---p 00028000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8813000-7f7eb8815000 r--p 00027000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8815000-7f7eb8816000 rw-p 00029000 08:06 133916 /usr/lib/libexpat.so.1.6.0
    7f7eb8816000-7f7eb8825000 r-xp 00000000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8825000-7f7eb8a24000 ---p 0000f000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8a24000-7f7eb8a26000 rw-p 0000e000 08:06 159377 /usr/lib/libbz2.so.1.0.6
    7f7eb8a26000-7f7eb8a43000 r-xp 00000000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8a43000-7f7eb8c43000 ---p 0001d000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8c43000-7f7eb8c44000 rw-p 0001d000 08:06 141345 /usr/lib/libxcb.so.1.1.0
    7f7eb8c44000-7f7eb8c4c000 r-xp 00000000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8c4c000-7f7eb8e4c000 ---p 00008000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8e4c000-7f7eb8e4d000 rw-p 00008000 08:06 141391 /usr/lib/libxcb-render.so.0.0.0
    7f7eb8e4d000-7f7eb8e4f000 r-xp 00000000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb8e4f000-7f7eb904e000 ---p 00002000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb904e000-7f7eb904f000 rw-p 00001000 08:06 141306 /usr/lib/libxcb-shm.so.0.0.0
    7f7eb904f000-7f7eb90cf000 r-xp 00000000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb90cf000-7f7eb92ce000 ---p 00080000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb92ce000-7f7eb92d4000 rw-p 0007f000 08:06 141245 /usr/lib/libpixman-1.so.0.26.0
    7f7eb92d4000-7f7eb9300000 r-xp 00000000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9300000-7f7eb94ff000 ---p 0002c000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb94ff000-7f7eb9500000 r--p 0002b000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9500000-7f7eb9501000 rw-p 0002c000 08:06 148781 /usr/lib/libpng15.so.15.10.0
    7f7eb9501000-7f7eb9514000 r-xp 00000000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9514000-7f7eb9714000 ---p 00013000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9714000-7f7eb9715000 r--p 00013000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9715000-7f7eb9716000 rw-p 00014000 08:06 2490894 /lib/libresolv-2.15.so
    7f7eb9716000-7f7eb9718000 rw-p 00000000 00:00 0
    7f7eb9718000-7f7eb972d000 r-xp 00000000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb972d000-7f7eb992c000 ---p 00015000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992c000-7f7eb992d000 r--p 00014000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992d000-7f7eb992e000 rw-p 00015000 08:06 148383 /usr/lib/libz.so.1.2.7
    7f7eb992e000-7f7eb9987000 r-xp 00000000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9987000-7f7eb9b86000 ---p 00059000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b86000-7f7eb9b87000 r--p 00058000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b87000-7f7eb9b88000 rw-p 00059000 08:06 133624 /usr/lib/libpcre.so.1.0.0
    7f7eb9b88000-7f7eb9b8b000 r-xp 00000000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9b8b000-7f7eb9d8a000 ---p 00003000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8a000-7f7eb9d8b000 r--p 00002000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8b000-7f7eb9d8c000 rw-p 00003000 08:06 2490450 /lib/libdl-2.15.so
    7f7eb9d8c000-7f7eb9d93000 r-xp 00000000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9d93000-7f7eb9f92000 ---p 00007000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f92000-7f7eb9f93000 r--p 00006000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f93000-7f7eb9f94000 rw-p 00007000 08:06 148861 /usr/lib/libffi.so.6.0.0
    7f7eb9f94000-7f7eb9f96000 r-xp 00000000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eb9f96000-7f7eba195000 ---p 00002000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba195000-7f7eba196000 r--p 00001000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba196000-7f7eba197000 rw-p 00002000 08:06 144421 /usr/lib/libXdamage.so.1.1.0
    7f7eba197000-7f7eba199000 r-xp 00000000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba199000-7f7eba398000 ---p 00002000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba398000-7f7eba399000 r--p 00001000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba399000-7f7eba39a000 rw-p 00002000 08:06 144187 /usr/lib/libXcomposite.so.1.0.0
    7f7eba39a000-7f7eba3a3000 r-xp 00000000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba3a3000-7f7eba5a2000 ---p 00009000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a2000-7f7eba5a3000 r--p 00008000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a3000-7f7eba5a4000 rw-p 00009000 08:06 145109 /usr/lib/libXcursor.so.1.0.2
    7f7eba5a4000-7f7eba5ac000 r-xp 00000000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba5ac000-7f7eba7ab000 ---p 00008000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ab000-7f7eba7ac000 r--p 00007000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ac000-7f7eba7ad000 rw-p 00008000 08:06 145020 /usr/lib/libXrandr.so.2.2.0
    7f7eba7ad000-7f7eba7bb000 r-xp 00000000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba7bb000-7f7eba9ba000 ---p 0000e000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9ba000-7f7eba9bb000 r--p 0000d000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9bb000-7f7eba9bc000 rw-p 0000e000 08:06 144273 /usr/lib/libXi.so.6.1.0
    7f7eba9bc000-7f7eba9be000 r-xp 00000000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7eba9be000-7f7ebabbd000 ---p 00002000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbd000-7f7ebabbe000 r--p 00001000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbe000-7f7ebabbf000 rw-p 00002000 08:06 144170 /usr/lib/libXinerama.so.1.0.0
    7f7ebabbf000-7f7ebabc9000 r-xp 00000000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebabc9000-7f7ebadc8000 ---p 0000a000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadc8000-7f7ebadc9000 r--p 00009000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadc9000-7f7ebadca000 rw-p 0000a000 08:06 144393 /usr/lib/libXrender.so.1.3.0
    7f7ebadca000-7f7ebaddc000 r-xp 00000000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebaddc000-7f7ebafdb000 ---p 00012000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdb000-7f7ebafdc000 r--p 00011000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdc000-7f7ebafdd000 rw-p 00012000 08:06 144157 /usr/lib/libXext.so.6.4.0
    7f7ebafdd000-7f7ebafe2000 r-xp 00000000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebafe2000-7f7ebb1e2000 ---p 00005000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e2000-7f7ebb1e3000 r--p 00005000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e3000-7f7ebb1e4000 rw-p 00006000 08:06 144178 /usr/lib/libXfixes.so.3.1.0
    7f7ebb1e4000-7f7ebb317000 r-xp 00000000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb317000-7f7ebb517000 ---p 00133000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb517000-7f7ebb518000 r--p 00133000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb518000-7f7ebb51d000 rw-p 00134000 08:06 142258 /usr/lib/libX11.so.6.3.0
    7f7ebb51d000-7f7ebb6b4000 r-xp 00000000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb6b4000-7f7ebb8b4000 ---p 00197000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8b4000-7f7ebb8b8000 r--p 00197000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8b8000-7f7ebb8ba000 rw-p 0019b000 08:06 2490847 /lib/libc-2.15.so
    7f7ebb8ba000-7f7ebb8be000 rw-p 00000000 00:00 0
    7f7ebb8be000-7f7ebb8d5000 r-xp 00000000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebb8d5000-7f7ebbad4000 ---p 00017000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad4000-7f7ebbad5000 r--p 00016000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad5000-7f7ebbad6000 rw-p 00017000 08:06 2490386 /lib/libpthread-2.15.so
    7f7ebbad6000-7f7ebbada000 rw-p 00000000 00:00 0
    7f7ebbada000-7f7ebbbcd000 r-xp 00000000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbbcd000-7f7ebbdcd000 ---p 000f3000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdcd000-7f7ebbdce000 r--p 000f3000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdce000-7f7ebbdcf000 rw-p 000f4000 08:06 2490482 /lib/libm-2.15.so
    7f7ebbdcf000-7f7ebbec1000 r-xp 00000000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebbec1000-7f7ebc0c0000 ---p 000f2000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c0000-7f7ebc0c1000 r--p 000f1000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c1000-7f7ebc0c2000 rw-p 000f2000 08:06 133686 /usr/lib/libglib-2.0.so.0.3200.3
    7f7ebc0c2000-7f7ebc0c3000 rw-p 00000000 00:00 0
    7f7ebc0c3000-7f7ebc0ca000 r-xp 00000000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc0ca000-7f7ebc2c9000 ---p 00007000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2c9000-7f7ebc2ca000 r--p 00006000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2ca000-7f7ebc2cb000 rw-p 00007000 08:06 2490393 /lib/librt-2.15.so
    7f7ebc2cb000-7f7ebc2cc000 r-xp 00000000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc2cc000-7f7ebc4cb000 ---p 00001000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cb000-7f7ebc4cc000 r--p 00000000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cc000-7f7ebc4cd000 rw-p 00001000 08:06 133688 /usr/lib/libgthread-2.0.so.0.3200.3
    7f7ebc4cd000-7f7ebc4d0000 r-xp 00000000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc4d0000-7f7ebc6cf000 ---p 00003000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6cf000-7f7ebc6d0000 r--p 00002000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6d0000-7f7ebc6d1000 rw-p 00003000 08:06 133687 /usr/lib/libgmodule-2.0.so.0.3200.3
    7f7ebc6d1000-7f7ebc71d000 r-xp 00000000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc71d000-7f7ebc91d000 ---p 0004c000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91d000-7f7ebc91e000 r--p 0004c000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91e000-7f7ebc91f000 rw-p 0004d000 08:06 133712 /usr/lib/libgobject-2.0.so.0.3200.3
    7f7ebc91f000-7f7ebc953000 r-xp 00000000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebc953000-7f7ebcb53000 ---p 00034000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb53000-7f7ebcb54000 r--p 00034000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb54000-7f7ebcb55000 rw-p 00035000 08:06 143306 /usr/lib/libfontconfig.so.1.4.4
    7f7ebcb55000-7f7ebcbee000 r-xp 00000000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcbee000-7f7ebcded000 ---p 00099000
    ** (process:2611): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2611): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2611): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcded000-7f7ebcdf3000 r--p 00098000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcdf3000-7f7ebcdf4000 rw-p 0009e000 08:06 154063 /usr/lib/libfreetype.so.6.8.1
    7f7ebcdf4000-7f7ebce3c000 r-xp 00000000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebce3c000-7f7ebd03c000 ---p 00048000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03c000-7f7ebd03e000 r--p 00048000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03e000-7f7ebd03f000 rw-p 0004a000 08:06 148980 /usr/lib/libpango-1.0.so.0.3000.0
    7f7ebd03f000-7f7ebd12f000 r-xp 00000000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd12f000-7f7ebd32f000 ---p 000f0000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd32f000-7f7ebd333000 rw-p 000f0000 08:06 160350 /usr/lib/libcairo.so.2.11200.2
    7f7ebd333000-7f7ebd334000 rw-p 00000000 00:00 0
    7f7ebd334000-7f7ebd355000 r-xp 00000000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd355000-7f7ebd554000 ---p 00021000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd554000-7f7ebd555000 r--p 00020000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd555000-7f7ebd556000 rw-p 00021000 08:06 150402 /usr/lib/libgdk_pixbuf-2.0.so.0.2600.1
    7f7ebd556000-7f7ebd561000 r-xp 00000000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd561000-7f7ebd761000 ---p 0000b000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd761000-7f7ebd762000 r--p 0000b000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd762000-7f7ebd763000 rw-p 0000c000 08:06 148986 /usr/lib/libpangocairo-1.0.so.0.3000.0
    7f7ebd763000-7f7ebd78e000 r-xp 00000000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd78e000-7f7ebd98e000 ---p 0002b000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd98e000-7f7ebd98f000 r--p 0002b000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd98f000-7f7ebd990000 rw-p 0002c000 08:06 148984 /usr/lib/libpangoft2-1.0.so.0.3000.0
    7f7ebd990000-7f7ebdad5000 r-xp 00000000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdad5000-7f7ebdcd5000 ---p 00145000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcd5000-7f7ebdcd9000 r--p 00145000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcd9000-7f7ebdcdb000 rw-p 00149000 08:06 133713 /usr/lib/libgio-2.0.so.0.3200.3
    7f7ebdcdb000-7f7ebdcdd000 rw-p 00000000 00:00 0
    7f7ebdcdd000-7f7ebdcfd000 r-xp 00000000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdcfd000-7f7ebdefd000 ---p 00020000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdefd000-7f7ebdeff000 r--p 00020000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdeff000-7f7ebdf00000 rw-p 00022000 08:06 165040 /usr/lib/libatk-1.0.so.0.20409.1
    7f7ebdf00000-7f7ebdfad000 r-xp 00000000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebdfad000-7f7ebe1ad000 ---p 000ad000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1ad000-7f7ebe1b1000 r--p 000ad000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1b1000-7f7ebe1b3000 rw-p 000b1000 08:06 149141 /usr/lib/libgdk-x11-2.0.so.0.2400.10
    7f7ebe1b3000-7f7ebe5d5000 r-xp 00000000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe5d5000-7f7ebe7d5000 ---p 00422000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7d5000-7f7ebe7dc000 r--p 00422000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7dc000-7f7ebe7e0000 rw-p 00429000 08:06 149142 /usr/lib/libgtk-x11-2.0.so.0.2400.10
    7f7ebe7e0000-7f7ebe7e2000 rw-p 00000000 00:00 0
    7f7ebe7e2000-7f7ebe803000 r-xp 00000000 08:06 2490856 /lib/ld-2.15.so
    7f7ebe9bc000-7f7ebe9d0000 rw-p 00000000 00:00 0
    7f7ebea01000-7f7ebea03000 rw-p 00000000 00:00 0
    7f7ebea03000-7f7ebea04000 r--p 00021000 08:06 2490856 /lib/ld-2.15.so
    7f7ebea04000-7f7ebea05000 rw-p 00022000 08:06 2490856 /lib/ld-2.15.so
    7f7ebea05000-7f7ebea06000 rw-p 00000000 00:00 0
    7fffa6d8e000-7fffa6daf000 rw-p 00000000 00:00 0 [stack]
    7fffa6dff000-7fffa6e00000 r-xp 00000000 00:00 0 [vdso]
    ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0 [vsyscall]
    ** (process:2614): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2614): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2614): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GMountMountFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GDriveStartFlags' as enum when in fact it is of type 'GFlags'
    ** (process:2631): WARNING **: Trying to register gtype 'GSocketMsgFlags' as enum when in fact it is of type 'GFlags'
    Cannot list GNOME panel applets.
    Initialization of gnome-clock failed.
    Trying next provider...
    Latitude and longitude must be set.
    ** (nm-applet:2639): WARNING **: Could not initialize NMClient /org/freedesktop/NetworkManager: Launch helper exited with unknown return code 1
    ** Message: applet now removed from the notification area
    ** (nm-applet:2639): WARNING **: fetch_connections_done: error fetching connections: (25) Launch helper exited with unknown return code 1.
    ** (nm-applet:2639): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    ** Message: applet now embedded in the notification area
    ** Message: applet now removed from the notification area
    ** Message: Starting applet secret agent because GNOME Shell disappeared
    ** (nm-applet:2639): WARNING **: Failed to register as an agent: (25) Launch helper exited with unknown return code 1
    urxvt: unable to parse color 'S_base02', using pink instead.
    urxvt: unable to parse color 'S_red', using pink instead.
    urxvt: unable to parse color 'S_green', using pink instead.
    urxvt: unable to parse color 'S_yellow', using pink instead.
    urxvt: unable to parse color 'S_blue', using pink instead.
    urxvt: unable to parse color 'S_magenta', using pink instead.
    urxvt: unable to parse color 'S_cyan', using pink instead.
    urxvt: unable to parse color 'S_base2', using pink instead.
    urxvt: unable to parse color 'S_base03', using pink instead.
    urxvt: unable to parse color 'S_orange', using pink instead.
    urxvt: unable to parse color 'S_base01', using pink instead.
    urxvt: unable to parse color 'S_base00', using pink instead.
    urxvt: unable to parse color 'S_base0', using pink instead.
    urxvt: unable to parse color 'S_violet', using pink instead.
    urxvt: unable to parse color 'S_base1', using pink instead.
    urxvt: unable to parse color 'S_base3xterm*foreground: #FFFFFF', using pink instead.
    urxvt: unable to parse color 'S_base1', using pink instead.
    urxvt: unable to parse color 'S_base03', using pink instead.
    (xfrun4:2689): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (xfrun4:2689): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (xfrun4:2689): Gtk-CRITICAL **: IA__gtk_tree_model_row_changed: assertion `GTK_IS_TREE_MODEL (tree_model)' failed
    (polkit-gnome-authentication-agent-1:2634): Gdk-WARNING **: polkit-gnome-authentication-agent-1: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    (bluetooth-applet:2642): Gdk-WARNING **: bluetooth-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    blueman-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    wicd-client.py: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    Loading configuration plugins
    blueman-applet version 1.23 starting
    Stale PID, overwriting
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Using gconf config backend
    Has notifications support True
    Loading...
    Connecting to daemon...
    Connected.
    Exception during notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files
    displaytray True
    Done loading.
    (nm-applet:2639): Gdk-WARNING **: nm-applet: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.0.
    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.
    urxvt: X connection to ':0.0' broken, unable to recover, exiting.
    (gedit:2725): GLib-CRITICAL **: g_main_loop_quit: assertion `g_atomic_int_get (&loop->ref_count) > 0' 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.
    part of dmesg
    [ 6112.822665] xfrun4[6956]: segfault at 1f ip 000000000040ab30 sp 00007fff704890a0 error 4 in xfce4-appfinder[400000+1a000]
    [ 6133.893574] gnome-shell-cal[7799] trap int3 ip:7fe9c10115e1 sp:7fffa7690820 error:0
    [ 6154.808689] pool[7845]: segfault at 1c ip 00007f53e71b5c7c sp 00007f53bcfebed0 error 4 in libcairo.so.2.11200.2[7f53e714b000+f0000]
    [ 6155.396639] gnome-shell-cal[7884] trap int3 ip:7f04260655e1 sp:7fff930bca90 error:0
    [ 6175.790936] pool[7899]: segfault at 1c ip 00007fd5e8ebec7c sp 00007fd5bef11ed0 error 4 in libcairo.so.2.11200.2[7fd5e8e54000+f0000]
    part of everything.log
    Jun 7 03:14:32 localhost kernel: [ 6175.790936] pool[7899]: segfault at 1c ip 00007fd5e8ebec7c sp 00007fd5bef11ed0 error 4 in libcairo.so.2.11200.2[7fd5e8e54000+f0000]
    Jun 7 03:14:32 localhost gnome-session[7712]: WARNING: Application 'gnome-shell.desktop' killed by signal 11
    Jun 7 03:14:32 localhost gnome-session[7712]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    pacman -Qm
    acpitool 0.5.1-5
    arduino 1:1.0-2
    batterymon 1.2.0-8
    blogofile 0.7.1-3
    chipmunk-radio 0.1.9-2
    djvu2pdf 0.9.1-1
    dropbox 1.2.48-1
    dvdbackup 0.4.1-3
    faenza-icon-theme 1.1-1
    fbxkb 0.6-1
    fife-svn 3811-1
    gcc-gcj-ecj 4.5-1
    gdm3setup 20120607-1
    gen-init-cpio 2.6.32-1
    gnome-shell-extension-user-theme 3.2.3-1
    gnuplot-py 1.8-3
    google-talkplugin 2.8.5.0-1
    gtk-rezlooks-engine 0.6-10
    gtk2-theme-dust 0.5.0-2
    gtk2-theme-dyne 0.2-2
    gtk2-theme-fawn 0.3-1
    guvcview 1.5.3-1
    hal 0.5.14-6
    hal-info 0.20091130-1
    hibernate-script 2.0-6
    ipe 7.1.1-2
    jdownloader latest-14.2
    lib32-curl 7.23.1-1
    lib32-libxxf86dga 1.1.2-1
    lib32-nspr 4.8.9-1
    lib32-nss 3.12.11-1
    libdrm-git 20120427-1
    libfetch 2.33-3
    libflashsupport-pulse 20120307-1
    libgdu 3.0.2-2
    linux-mainline 3.3rc7-1
    ntrack 1:16-2
    obshutdown 0.1_rc1-1
    picasa 3.0_5744.02-6
    pybik 0.4-2
    python-gtkglext 1.1.0-4
    python-sympy-git 20120424-1
    python-textile 2.1.5-1
    python-uncertainties 1.8-1
    python2-pygtkhelpers-hg 279-1
    python2-pylast 0.5.11-1
    screenruler 1.1-2
    shell-fm-git 20120518-1
    tango-icon-theme 0.8.90-4
    tcp_wrappers 7.6-11
    texmaker 3.2.2-1
    tlp 0.3.3-1
    trayfreq 0.2.x.dev2-1
    unknown-horizons-git 20111115-1
    wicd-eduroam 1-1
    xarchiver 0.5.2-5
    Mix of xfce and gnome messages may by caused by the fact that I use xfce4 as a substitute for now.
    EDIT:
    I just wanted to note that issue went away, thanks to IMO libcairo update. It however, got me to configure openbox setup to usable state
    Marking as solved.
    Last edited by Jamp (2012-06-09 23:16:25)

    # /etc/rc.conf - Main Configuration for Arch Linux
    # See 'man 5 rc.conf' for more details
    # LOCALIZATION
    HARDWARECLOCK="localtime"
    TIMEZONE="Europe/London"
    KEYMAP="uk"
    CONSOLEFONT="default8x16"
    CONSOLEMAP=
    LOCALE=
    DAEMON_LOCALE="yes"
    USECOLOR="yes"
    # HARDWARE
    MODULES=()
    USEDMRAID="no"
    USEBTRFS="no"
    USELVM="no"
    # NETWORKING
    HOSTNAME=TLap
    interface=
    address=
    netmask=
    broadcast=
    gateway=
    NETWORK_PERSIST="no"
    # DAEMONS
    DAEMONS=(syslog-ng crond dbus networkmanager)
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    127.0.0.1 localhost.localdomain localhost TLap
    ::1 localhost.localdomain localhost
    # End of file
    GDM is set to run through /etc/inittab btw and runs fine, I just want gnome-shell back without this annoyance and I don't really understand what I did.

  • [Solved] Problem with Xorg, unable to load the right keymap

    Hi, people,
    I recently installed arch on a desktop, but there is a problem installing X: for whatever reason, Xorg seems unable to load the correct keymap (fr-latin9) and instead, loads the default one.
    I can see what seems to be the problem in the Xorg logs, but I actually absolutely don't know how to solve it. Here my /var/log/Xorg.0.log
    root@kgentoo keikoz # cat /mnt/tmp/var/log/Xorg.0.log
    [ 9.900]
    X.Org X Server 1.12.4
    Release Date: 2012-08-27
    [ 9.900] X Protocol Version 11, Revision 0
    [ 9.900] Build Operating System: Linux 3.4.8-1-ARCH x86_64
    [ 9.900] Current Operating System: Linux kdesktop 3.4.9-1-ARCH #1 SMP PREEMPT Wed Aug 15 18:59:31 CEST 2012 x86_64
    [ 9.901] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=7d2d3ed4-6903-4845-b70d-9462f52f4329 ro quiet
    [ 9.901] Build Date: 27 August 2012 08:04:39AM
    [ 9.901]
    [ 9.901] Current version of pixman: 0.26.2
    [ 9.901] Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    [ 9.901] Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    [ 9.901] (==) Log file: "/var/log/Xorg.0.log", Time: Wed Sep 26 16:32:35 2012
    [ 9.950] (==) Using config directory: "/etc/X11/xorg.conf.d"
    [ 9.967] (==) No Layout section. Using the first Screen section.
    [ 9.967] (==) No screen section available. Using defaults.
    [ 9.967] (**) |-->Screen "Default Screen Section" (0)
    [ 9.967] (**) | |-->Monitor "<default monitor>"
    [ 9.969] (==) No monitor specified for screen "Default Screen Section".
    Using a default monitor configuration.
    [ 9.969] (==) Automatically adding devices
    [ 9.969] (==) Automatically enabling devices
    [ 10.002] (WW) The directory "/usr/share/fonts/OTF/" does not exist.
    [ 10.002] Entry deleted from font path.
    [ 10.006] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/100dpi/".
    [ 10.007] Entry deleted from font path.
    [ 10.007] (Run 'mkfontdir' on "/usr/share/fonts/100dpi/").
    [ 10.007] (WW) `fonts.dir' not found (or not valid) in "/usr/share/fonts/75dpi/".
    [ 10.007] Entry deleted from font path.
    [ 10.007] (Run 'mkfontdir' on "/usr/share/fonts/75dpi/").
    [ 10.007] (==) FontPath set to:
    /usr/share/fonts/misc/,
    /usr/share/fonts/TTF/,
    /usr/share/fonts/Type1/
    [ 10.007] (==) ModulePath set to "/usr/lib/xorg/modules"
    [ 10.007] (II) The server relies on udev to provide the list of input devices.
    If no devices become available, reconfigure udev or disable AutoAddDevices.
    [ 10.007] (II) Loader magic: 0x7c8b00
    [ 10.007] (II) Module ABI versions:
    [ 10.007] X.Org ANSI C Emulation: 0.4
    [ 10.007] X.Org Video Driver: 12.1
    [ 10.007] X.Org XInput driver : 16.0
    [ 10.007] X.Org Server Extension : 6.0
    [ 10.008] (--) PCI:*(0:3:0:0) 10de:0141:107d:200d rev 162, Mem @ 0xcc000000/67108864, 0xd0000000/268435456, 0xcb000000/16777216, BIOS @ 0x????????/131072
    [ 10.008] (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    [ 10.008] (II) LoadModule: "extmod"
    [ 10.018] (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    [ 10.033] (II) Module extmod: vendor="X.Org Foundation"
    [ 10.033] compiled for 1.12.4, module version = 1.0.0
    [ 10.033] Module class: X.Org Server Extension
    [ 10.033] ABI class: X.Org Server Extension, version 6.0
    [ 10.033] (II) Loading extension MIT-SCREEN-SAVER
    [ 10.033] (II) Loading extension XFree86-VidModeExtension
    [ 10.033] (II) Loading extension XFree86-DGA
    [ 10.033] (II) Loading extension DPMS
    [ 10.033] (II) Loading extension XVideo
    [ 10.033] (II) Loading extension XVideo-MotionCompensation
    [ 10.033] (II) Loading extension X-Resource
    [ 10.033] (II) LoadModule: "dbe"
    [ 10.033] (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    [ 10.034] (II) Module dbe: vendor="X.Org Foundation"
    [ 10.034] compiled for 1.12.4, module version = 1.0.0
    [ 10.034] Module class: X.Org Server Extension
    [ 10.034] ABI class: X.Org Server Extension, version 6.0
    [ 10.034] (II) Loading extension DOUBLE-BUFFER
    [ 10.034] (II) LoadModule: "glx"
    [ 10.034] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    [ 11.016] (II) Module glx: vendor="NVIDIA Corporation"
    [ 11.016] compiled for 4.0.2, module version = 1.0.0
    [ 11.016] Module class: X.Org Server Extension
    [ 11.016] (II) NVIDIA GLX Module 304.37 Wed Aug 8 20:16:03 PDT 2012
    [ 11.016] (II) Loading extension GLX
    [ 11.016] (II) LoadModule: "record"
    [ 11.016] (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    [ 11.026] (II) Module record: vendor="X.Org Foundation"
    [ 11.026] compiled for 1.12.4, module version = 1.13.0
    [ 11.026] Module class: X.Org Server Extension
    [ 11.026] ABI class: X.Org Server Extension, version 6.0
    [ 11.026] (II) Loading extension RECORD
    [ 11.026] (II) LoadModule: "dri"
    [ 11.026] (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    [ 11.049] (II) Module dri: vendor="X.Org Foundation"
    [ 11.049] compiled for 1.12.4, module version = 1.0.0
    [ 11.049] ABI class: X.Org Server Extension, version 6.0
    [ 11.049] (II) Loading extension XFree86-DRI
    [ 11.049] (II) LoadModule: "dri2"
    [ 11.050] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 11.050] (II) Module dri2: vendor="X.Org Foundation"
    [ 11.050] compiled for 1.12.4, module version = 1.2.0
    [ 11.050] ABI class: X.Org Server Extension, version 6.0
    [ 11.050] (II) Loading extension DRI2
    [ 11.051] (==) Matched nouveau as autoconfigured driver 0
    [ 11.051] (==) Matched nvidia as autoconfigured driver 1
    [ 11.051] (==) Matched nv as autoconfigured driver 2
    [ 11.051] (==) Matched vesa as autoconfigured driver 3
    [ 11.051] (==) Matched fbdev as autoconfigured driver 4
    [ 11.051] (==) Assigned the driver to the xf86ConfigLayout
    [ 11.051] (II) LoadModule: "nouveau"
    [ 11.059] (WW) Warning, couldn't open module nouveau
    [ 11.059] (II) UnloadModule: "nouveau"
    [ 11.059] (II) Unloading nouveau
    [ 11.059] (EE) Failed to load module "nouveau" (module does not exist, 0)
    [ 11.059] (II) LoadModule: "nvidia"
    [ 11.060] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
    [ 11.274] (II) Module nvidia: vendor="NVIDIA Corporation"
    [ 11.274] compiled for 4.0.2, module version = 1.0.0
    [ 11.274] Module class: X.Org Video Driver
    [ 11.300] (II) LoadModule: "nv"
    [ 11.301] (WW) Warning, couldn't open module nv
    [ 11.301] (II) UnloadModule: "nv"
    [ 11.301] (II) Unloading nv
    [ 11.301] (EE) Failed to load module "nv" (module does not exist, 0)
    [ 11.301] (II) LoadModule: "vesa"
    [ 11.301] (WW) Warning, couldn't open module vesa
    [ 11.301] (II) UnloadModule: "vesa"
    [ 11.301] (II) Unloading vesa
    [ 11.301] (EE) Failed to load module "vesa" (module does not exist, 0)
    [ 11.301] (II) LoadModule: "fbdev"
    [ 11.302] (WW) Warning, couldn't open module fbdev
    [ 11.302] (II) UnloadModule: "fbdev"
    [ 11.302] (II) Unloading fbdev
    [ 11.302] (EE) Failed to load module "fbdev" (module does not exist, 0)
    [ 11.302] (II) NVIDIA dlloader X Driver 304.37 Wed Aug 8 19:54:47 PDT 2012
    [ 11.302] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
    [ 11.303] (++) using VT number 7
    [ 11.317] (II) Loading sub module "fb"
    [ 11.317] (II) LoadModule: "fb"
    [ 11.317] (II) Loading /usr/lib/xorg/modules/libfb.so
    [ 11.330] (II) Module fb: vendor="X.Org Foundation"
    [ 11.330] compiled for 1.12.4, module version = 1.0.0
    [ 11.330] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.330] (II) Loading sub module "wfb"
    [ 11.330] (II) LoadModule: "wfb"
    [ 11.331] (II) Loading /usr/lib/xorg/modules/libwfb.so
    [ 11.347] (II) Module wfb: vendor="X.Org Foundation"
    [ 11.347] compiled for 1.12.4, module version = 1.0.0
    [ 11.347] ABI class: X.Org ANSI C Emulation, version 0.4
    [ 11.347] (II) Loading sub module "ramdac"
    [ 11.347] (II) LoadModule: "ramdac"
    [ 11.347] (II) Module "ramdac" already built-in
    [ 11.366] (II) NVIDIA(0): Creating default Display subsection in Screen section
    "Default Screen Section" for depth/fbbpp 24/32
    [ 11.366] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
    [ 11.366] (==) NVIDIA(0): RGB weight 888
    [ 11.366] (==) NVIDIA(0): Default visual is TrueColor
    [ 11.366] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
    [ 11.367] (**) NVIDIA(0): Enabling 2D acceleration
    [ 13.308] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 13.308] (II) NVIDIA(GPU-0): Vision stereo.
    [ 13.311] (II) NVIDIA(0): NVIDIA GPU GeForce 6600 (NV43) at PCI:3:0:0 (GPU-0)
    [ 13.312] (--) NVIDIA(0): Memory: 262144 kBytes
    [ 13.312] (--) NVIDIA(0): VideoBIOS: 05.43.02.64.68
    [ 13.312] (II) NVIDIA(0): Detected PCI Express Link width: 16X
    [ 13.312] (--) NVIDIA(0): Interlaced video modes are supported on this GPU
    [ 13.312] (--) NVIDIA(0): Valid display device(s) on GeForce 6600 at PCI:3:0:0
    [ 13.312] (--) NVIDIA(0): CRT-0
    [ 13.312] (--) NVIDIA(0): CRT-1
    [ 13.312] (--) NVIDIA(0): TV-0
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0) (connected)
    [ 13.312] (--) NVIDIA(0): CRT-0: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): CRT-1: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): TV-0: 400.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): TV encoder: (null)
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0): 155.0 MHz maximum pixel clock
    [ 13.312] (--) NVIDIA(0): BenQ FP93GX (DFP-0): Internal Single Link TMDS
    [ 13.312] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 13.312] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 13.312] (**) NVIDIA(0): been enabled on all display devices.)
    [ 13.312] (==) NVIDIA(0):
    [ 13.312] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
    [ 13.312] (==) NVIDIA(0): will be used as the requested mode.
    [ 13.312] (==) NVIDIA(0):
    [ 13.312] (II) NVIDIA(0): Validated MetaModes:
    [ 13.313] (II) NVIDIA(0): "DFP-0:nvidia-auto-select"
    [ 13.313] (II) NVIDIA(0): Virtual screen size determined to be 1280 x 1024
    [ 13.314] (WW) NVIDIA(0): Unable to support custom viewPortOut 1280 x 720 +0 +152
    [ 13.328] (--) NVIDIA(0): DPI set to (85, 86); computed from "UseEdidDpi" X config
    [ 13.328] (--) NVIDIA(0): option
    [ 13.328] (--) Depth 24 pixmap format is 32 bpp
    [ 13.338] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
    [ 13.338] (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
    [ 13.338] (II) NVIDIA(0): configuration option may not be set correctly. When the
    [ 13.338] (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
    [ 13.338] (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
    [ 13.338] (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
    [ 13.338] (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
    [ 13.338] (II) NVIDIA(0): Config Options in the README.
    [ 13.338] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
    [ 13.486] (II) Loading extension NV-GLX
    [ 13.541] (==) NVIDIA(0): Disabling shared memory pixmaps
    [ 13.541] (==) NVIDIA(0): Backing store disabled
    [ 13.541] (==) NVIDIA(0): Silken mouse enabled
    [ 13.541] (==) NVIDIA(0): DPMS enabled
    [ 13.542] (II) Loading extension NV-CONTROL
    [ 13.542] (II) Loading extension XINERAMA
    [ 13.542] (II) Loading sub module "dri2"
    [ 13.542] (II) LoadModule: "dri2"
    [ 13.542] (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    [ 13.542] (II) Module dri2: vendor="X.Org Foundation"
    [ 13.542] compiled for 1.12.4, module version = 1.2.0
    [ 13.542] ABI class: X.Org Server Extension, version 6.0
    [ 13.542] (II) NVIDIA(0): [DRI2] Setup complete
    [ 13.542] (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
    [ 13.543] (--) RandR disabled
    [ 13.543] (II) Initializing built-in extension Generic Event Extension
    [ 13.543] (II) Initializing built-in extension SHAPE
    [ 13.543] (II) Initializing built-in extension MIT-SHM
    [ 13.543] (II) Initializing built-in extension XInputExtension
    [ 13.543] (II) Initializing built-in extension XTEST
    [ 13.543] (II) Initializing built-in extension BIG-REQUESTS
    [ 13.543] (II) Initializing built-in extension SYNC
    [ 13.543] (II) Initializing built-in extension XKEYBOARD
    [ 13.543] (II) Initializing built-in extension XC-MISC
    [ 13.543] (II) Initializing built-in extension SECURITY
    [ 13.543] (II) Initializing built-in extension XINERAMA
    [ 13.543] (II) Initializing built-in extension XFIXES
    [ 13.543] (II) Initializing built-in extension RENDER
    [ 13.543] (II) Initializing built-in extension RANDR
    [ 13.543] (II) Initializing built-in extension COMPOSITE
    [ 13.543] (II) Initializing built-in extension DAMAGE
    [ 13.547] (II) Initializing extension GLX
    [ 14.003] (II) config/udev: Adding input device Power Button (/dev/input/event3)
    [ 14.003] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 14.003] (II) LoadModule: "evdev"
    [ 14.004] (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    [ 14.022] (II) Module evdev: vendor="X.Org Foundation"
    [ 14.022] compiled for 1.12.3.901, module version = 2.7.3
    [ 14.022] Module class: X.Org XInput Driver
    [ 14.022] ABI class: X.Org XInput driver, version 16.0
    [ 14.023] (II) Using input driver 'evdev' for 'Power Button'
    [ 14.023] (**) Power Button: always reports core events
    [ 14.023] (**) evdev: Power Button: Device: "/dev/input/event3"
    [ 14.023] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 14.023] (--) evdev: Power Button: Found keys
    [ 14.023] (II) evdev: Power Button: Configuring as keyboard
    [ 14.023] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input3/event3"
    [ 14.023] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
    [ 14.023] (**) Option "xkb_rules" "evdev"
    [ 14.023] (**) Option "xkb_model" "evdev"
    [ 14.023] (**) Option "xkb_layout" "fr"
    [ 14.023] (**) Option "xkb_variant" "latin-9"
    [ 14.076] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 14.076] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    [ 14.121] (II) config/udev: Adding input device Power Button (/dev/input/event2)
    [ 14.121] (**) Power Button: Applying InputClass "evdev keyboard catchall"
    [ 14.121] (II) Using input driver 'evdev' for 'Power Button'
    [ 14.121] (**) Power Button: always reports core events
    [ 14.121] (**) evdev: Power Button: Device: "/dev/input/event2"
    [ 14.121] (--) evdev: Power Button: Vendor 0 Product 0x1
    [ 14.121] (--) evdev: Power Button: Found keys
    [ 14.121] (II) evdev: Power Button: Configuring as keyboard
    [ 14.121] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input2/event2"
    [ 14.121] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
    [ 14.121] (**) Option "xkb_rules" "evdev"
    [ 14.121] (**) Option "xkb_model" "evdev"
    [ 14.121] (**) Option "xkb_layout" "fr"
    [ 14.121] (**) Option "xkb_variant" "latin-9"
    [ 14.122] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event0)
    [ 14.122] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 14.122] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
    [ 14.122] (**) Genius Multimedia Keyboard: always reports core events
    [ 14.122] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event0"
    [ 14.122] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
    [ 14.122] (--) evdev: Genius Multimedia Keyboard: Found keys
    [ 14.122] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
    [ 14.122] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.0/input/input0/event0"
    [ 14.122] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 8)
    [ 14.122] (**) Option "xkb_rules" "evdev"
    [ 14.122] (**) Option "xkb_model" "evdev"
    [ 14.122] (**) Option "xkb_layout" "fr"
    [ 14.122] (**) Option "xkb_variant" "latin-9"
    [ 14.123] (II) config/udev: Adding input device Genius Multimedia Keyboard (/dev/input/event1)
    [ 14.123] (**) Genius Multimedia Keyboard: Applying InputClass "evdev keyboard catchall"
    [ 14.123] (II) Using input driver 'evdev' for 'Genius Multimedia Keyboard'
    [ 14.123] (**) Genius Multimedia Keyboard: always reports core events
    [ 14.123] (**) evdev: Genius Multimedia Keyboard: Device: "/dev/input/event1"
    [ 14.123] (--) evdev: Genius Multimedia Keyboard: Vendor 0x458 Product 0x708
    [ 14.124] (--) evdev: Genius Multimedia Keyboard: Found keys
    [ 14.124] (II) evdev: Genius Multimedia Keyboard: Configuring as keyboard
    [ 14.124] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-2/2-2:1.1/input/input1/event1"
    [ 14.124] (II) XINPUT: Adding extended input device "Genius Multimedia Keyboard" (type: KEYBOARD, id 9)
    [ 14.124] (**) Option "xkb_rules" "evdev"
    [ 14.124] (**) Option "xkb_model" "evdev"
    [ 14.124] (**) Option "xkb_layout" "fr"
    [ 14.124] (**) Option "xkb_variant" "latin-9"
    [ 14.125] (II) config/udev: Adding input device ImExPS/2 Logitech Explorer Mouse (/dev/input/event5)
    [ 14.125] (**) ImExPS/2 Logitech Explorer Mouse: Applying InputClass "evdev pointer catchall"
    [ 14.125] (II) Using input driver 'evdev' for 'ImExPS/2 Logitech Explorer Mouse'
    [ 14.125] (**) ImExPS/2 Logitech Explorer Mouse: always reports core events
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: Device: "/dev/input/event5"
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Vendor 0x2 Product 0x6
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found 9 mouse buttons
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found scroll wheel(s)
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found relative axes
    [ 14.125] (--) evdev: ImExPS/2 Logitech Explorer Mouse: Found x and y relative axes
    [ 14.125] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Configuring as mouse
    [ 14.125] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Adding scrollwheel support
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: YAxisMapping: buttons 4 and 5
    [ 14.125] (**) evdev: ImExPS/2 Logitech Explorer Mouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    [ 14.125] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input5/event5"
    [ 14.125] (II) XINPUT: Adding extended input device "ImExPS/2 Logitech Explorer Mouse" (type: MOUSE, id 10)
    [ 14.137] (II) evdev: ImExPS/2 Logitech Explorer Mouse: initialized for relative axes.
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) keeping acceleration scheme 1
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration profile 0
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration factor: 2.000
    [ 14.137] (**) ImExPS/2 Logitech Explorer Mouse: (accel) acceleration threshold: 4
    [ 14.138] (II) config/udev: Adding input device ImExPS/2 Logitech Explorer Mouse (/dev/input/mouse0)
    [ 14.138] (II) No input driver specified, ignoring this device.
    [ 14.138] (II) This device may have been added with another device file.
    [ 14.138] (II) config/udev: Adding input device PC Speaker (/dev/input/event4)
    [ 14.138] (II) No input driver specified, ignoring this device.
    [ 14.138] (II) This device may have been added with another device file.
    [ 14.305] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 14.306] (II) NVIDIA(GPU-0): Vision stereo.
    [ 14.306] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 14.306] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 14.306] (**) NVIDIA(0): been enabled on all display devices.)
    [ 19.774] (II) NVIDIA(GPU-0): Display (BenQ FP93GX (DFP-0)) does not support NVIDIA 3D
    [ 19.774] (II) NVIDIA(GPU-0): Vision stereo.
    [ 19.774] (**) NVIDIA(0): Using HorizSync/VertRefresh ranges from the EDID for display
    [ 19.774] (**) NVIDIA(0): device BenQ FP93GX (DFP-0) (Using EDID frequencies has
    [ 19.774] (**) NVIDIA(0): been enabled on all display devices.)
    [ 41.273] (II) evdev: Power Button: Close
    [ 41.273] (II) UnloadModule: "evdev"
    [ 41.290] (II) evdev: Power Button: Close
    [ 41.290] (II) UnloadModule: "evdev"
    [ 41.293] (II) evdev: Genius Multimedia Keyboard: Close
    [ 41.293] (II) UnloadModule: "evdev"
    [ 41.300] (II) evdev: Genius Multimedia Keyboard: Close
    [ 41.300] (II) UnloadModule: "evdev"
    [ 41.303] (II) evdev: ImExPS/2 Logitech Explorer Mouse: Close
    [ 41.303] (II) UnloadModule: "evdev"
    [ 41.793] Server terminated successfully (0). Closing log file.
    The error appear to be where it says
    [ 14.076] (EE) Error loading keymap /var/lib/xkb/server-0.xkm
    [ 14.076] (EE) XKB: Failed to load keymap. Loading default keymap instead.
    This file (server-0.xkm) actually does not exist on the system, BUT: it also does not exist on my others Arch installations and it works fine, without errors.
    By the way: here is the keyboard-entry in the /etc/X11/xorg.conf.d/10-evdev.conf
    Section "InputClass"
    Identifier "evdev keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "evdev"
    Option "XkbLayout" "fr"
    Option "XkbVariant" "latin-9"
    EndSection
    Et voilà. Can somebody help ?
    Last edited by kero (2012-09-27 17:39:38)

    Probably because "latin-9" doesn't exist?
    # nano /usr/share/X11/xkb/symbols/fr
    xkb_symbols "latin9" {
    include "latin"
    include "nbsp(level3)"
    name[Group1]="French (legacy, alternative)";
    key <TLDE> { [ oe, OE, leftdoublequotemark, rightdoublequotemark ] };
    key <AE01> { [ ampersand, 1, dead_acute, periodcentered ] };
    key <AE02> { [ eacute, 2, asciitilde, Eacute ] };
    Try it without the dash (without the "-").
    And don't forget to mark it as solved (by editing the first post).

  • TS1717 I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    I got this message every time i connect my iphone to itunes.. said 'iTunes was unable to load provider data from Sync Services. Reconnect or try again later.' so please help me to solve out this problem..

    In the course of your troubleshooting to date, have you also worked through the following document?
    iTunes for Windows: "Unable to load data class" or "Unable to load provider data" sync services alert

  • [SOLVED] GNOME Shell 3.4 : Volume Control Missing

    Hi all, I have an Acer netbook with Arch Linux i686. I installed GNOME-Shell 3.4, but there is no volume control applet. When playing music, i can't control the volume. Can you help me?
    (Sorry for my bad English)
    Last edited by masnormen (2012-06-05 04:44:14)

    Thanks, the problem is solved now. Volume Applet shown after update.

  • [Solved] [Gnome 3.4.1] Gnome shell not working.

    After updating Gnome, it won't start. It is a bit weird because in xsession-errors I have this:
    /usr/bin/gnome-shell: error while loading shared libraries: libcogl.so.5: cannot open shared object file: No such file or directory
    I said OK. I can downgrade that package because I had libcogl.so.9. But after downgrading it wasn't working and in log was:
    /usr/bin/gnome-shell: error while loading shared libraries: libcogl.so.9: cannot open shared object file: No such file or directory
    I really don't know what to do. Btw Arch X86_64.
    Last edited by Nekroman (2012-05-01 11:14:49)

    I installed mutter from repositories and after that, I've got "Uups. Somthing is wrong!" screen.
    GDM log:
    gnome-session[14460]: DEBUG(+): Enabling debugging
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/nekroman:@/tmp/.ICE-unix/14460,unix/nekroman:/tmp/.ICE-unix/14460
    gnome-session[14460]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[14460]: DEBUG(+): GsmManager: setting client store 0x1195f50
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 1: signum=4 (nil)
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 4 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 2: signum=7 (nil)
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 7 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 3: signum=11 (nil)
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 11 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 4: signum=6 (nil)
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 6 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 5: signum=5 (nil)
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 5 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 6: signum=8 0x41c9e0
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 8 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 7: signum=1 0x41c9e0
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 1 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 8: signum=10 0x41c9e0
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 10 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 9: signum=15 0x41c9e0
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 15 signals
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Adding handler 10: signum=2 0x41c9e0
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Registering for 2 signals
    gnome-session[14460]: DEBUG(+): fill: *** Getting session 'gdm-shell'
    gnome-session[14460]: DEBUG(+): fill: *** Looking if /var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[14460]: DEBUG(+): Cannot use session '/var/lib/gdm/.config/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[14460]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[14460]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[14460]: DEBUG(+): fill: *** Looking if /usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[14460]: DEBUG(+): Cannot use session '/usr/share/gdm/greeter/gnome-session/sessions/gdm-shell.session': non-existing or invalid file.
    gnome-session[14460]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/gdm-shell.session is a valid session file
    gnome-session[14460]: DEBUG(+): fill: *** Launching helper 'bash -c 'gnome-shell --help | grep -q gdm-mode && /usr/lib/gnome-session/gnome-session-check-accelerated'' to know if session is runnable
    gnome-session[14460]: DEBUG(+): fill: *** Checking required components and providers
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[14460]: DEBUG(+): fill: *** Done checking required components and providers
    gnome-session[14460]: DEBUG(+): fill: *** Adding required components
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking for file 'gnome-shell.desktop'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/gdm/greeter/applications/gnome-shell.desktop'
    gnome-session[14460]: DEBUG(+): GsmManager: read /usr/share/gdm/greeter/applications/gnome-shell.desktop
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
    gnome-session[14460]: DEBUG(+): GsmManager: adding required app gnome-shell.desktop
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking for file 'gnome-settings-daemon.desktop'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.config/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/gnome/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/var/lib/gdm/.local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/gdm/greeter/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: Looking in '/opt/kde/share/applications'
    gnome-session[14460]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/gnome-settings-daemon.desktop'
    gnome-session[14460]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-settings-daemon.desktop
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
    gnome-session[14460]: DEBUG(+): GsmManager: adding required app gnome-settings-daemon.desktop
    gnome-session[14460]: DEBUG(+): fill: *** Done adding required components
    gnome-session[14460]: DEBUG(+): fill: *** Adding default providers
    gnome-session[14460]: DEBUG(+): fill: *** Done adding default providers
    gnome-session[14460]: DEBUG(+): GsmManager: GSM starting to manage
    gnome-session[14460]: DEBUG(+): GsmManager: App startup summary
    gnome-session[14460]: DEBUG(+): GsmManager: Phase INITIALIZATION
    gnome-session[14460]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:gnome-settings-daemon.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[14460]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
    gnome-session[14460]: DEBUG(+): GsmManager: Phase PANEL
    gnome-session[14460]: DEBUG(+): GsmManager: Phase DESKTOP
    gnome-session[14460]: DEBUG(+): GsmManager: Phase APPLICATION
    gnome-session[14460]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:gnome-shell.desktop is-disabled:0 is-conditionally-disabled:0
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase INITIALIZATION
    gnome-session[14460]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App2'
    gnome-session[14460]: DEBUG(+): Starting app: /org/gnome/SessionManager/App2
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: starting gnome-settings-daemon.desktop: command=/usr/lib/gnome-settings-daemon/gnome-settings-daemon startup-id=108bc693034d3efed7133528377086401700000144600001
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: started pid:14470
    gnome-session[14460]: DEBUG(+): GsmManager: RegisterClient 108bc693034d3efed7133528377086401700000144600001
    gnome-session[14460]: DEBUG(+): GsmManager: Adding new client 108bc693034d3efed7133528377086401700000144600001 to session
    gnome-session[14460]: DEBUG(+): uid = 120
    gnome-session[14460]: DEBUG(+): pid = 14470
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
    gnome-session[14460]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
    gnome-session[14460]: DEBUG(+): App gnome-settings-daemon.desktop registered
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase INITIALIZATION
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase WINDOW_MANAGER
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase WINDOW_MANAGER
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase PANEL
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase PANEL
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase DESKTOP
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase DESKTOP
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase APPLICATION
    gnome-session[14460]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
    gnome-session[14460]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=108bc693034d3efed7133528377086369700000144600000
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: started pid:14486
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase APPLICATION
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase RUNNING
    gnome-session[14460]: DEBUG(+): GsmPresence: adding idle watch
    gnome-session[14460]: DEBUG(+): GSIdleMonitor: creating new alarm for positive transition wait=600000
    gnome-session[14460]: DEBUG(+): GSIdleMonitor: creating new alarm for negative transition wait=599999
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager interface=org.gnome.SessionManager method=RegisterClient
    gnome-session[14460]: DEBUG(+): GsmManager: RegisterClient
    gnome-session[14460]: DEBUG(+): GsmManager: Adding new client 108bc693034d3efed7133528377094116300000144600002 to session
    gnome-session[14460]: DEBUG(+): uid = 120
    gnome-session[14460]: DEBUG(+): pid = 14485
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
    gnome-session[14460]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client2 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/gnome/SessionManager/Client1 interface=org.freedesktop.DBus.Properties method=GetAll
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: New client '0x11de830 []'
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client3 to store
    gnome-session[14460]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client3
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Initializing client 0x11de830 []
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Client '0x11de830 []' received RegisterClient(108bc693034d3efed7133528377086369700000144600000)
    gnome-session[14460]: DEBUG(+): GsmManager: Adding new client 108bc693034d3efed7133528377086369700000144600000 to session
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x11de830 [108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Set properties from client '0x11de830 [108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: ProcessID = '14486'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-shell: symbol lookup error: /usr/lib/libgjs.so.0: undefined symbol: gi_type_info_extract_ffi_return_value
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: ice_io_error_handler (0x11b9000)
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: IceProcessMessagesIOError on '0x11de830 [gnome-shell 108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmManager: disconnect client
    gnome-session[14460]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client3
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: getting restart style
    gnome-session[14460]: DEBUG(+): GsmManager: restarting app
    gnome-session[14460]: DEBUG(+): Re-starting app: /org/gnome/SessionManager/App1
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: sending signal 15 to process 14486
    gnome-session[14460]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: starting gnome-shell.desktop: command=gnome-shell --gdm-mode startup-id=108bc693034d3efed7133528377086369700000144600000
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: started pid:14493
    gnome-session[14460]: DEBUG(+): GsmStore: Unreffing object: 0x11de830
    gnome-session[14460]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client3
    gnome-session[14460]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client3
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x11de830 [gnome-shell 108bc693034d3efed7133528377086369700000144600000])
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: (pid:14486) done (status:127)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmShell: Connected to the shell
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: accept_ice_connection()
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: auth_ice_connection()
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Setting up new connection
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: New client '0x11de8d0 []'
    gnome-session[14460]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client4 to store
    gnome-session[14460]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client4
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Initializing client 0x11de8d0 []
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Client '0x11de8d0 []' received RegisterClient(108bc693034d3efed7133528377086369700000144600000)
    gnome-session[14460]: DEBUG(+): GsmManager: Adding new client 108bc693034d3efed7133528377086369700000144600000 to session
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Sending RegisterClientReply to '0x11de8d0 [108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Set properties from client '0x11de8d0 [108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: Program = 'gnome-shell'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: UserID = 'gdm'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: RestartStyleHint = 0
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: ProcessID = '14493'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: CurrentDirectory = '/var/lib/gdm'
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: _GSM_Priority = 20
    gnome-shell: symbol lookup error: /usr/lib/libgjs.so.0: undefined symbol: gi_type_info_extract_ffi_return_value
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmXsmpServer: ice_io_error_handler (0x13122d0)
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: IceProcessMessagesIOError on '0x11de8d0 [gnome-shell 108bc693034d3efed7133528377086369700000144600000]'
    gnome-session[14460]: DEBUG(+): GsmManager: disconnect client
    gnome-session[14460]: DEBUG(+): GsmManager: disconnect client: /org/gnome/SessionManager/Client4
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: getting restart style
    gnome-session[14460]: DEBUG(+): GsmManager: restarting app
    gnome-session[14460]: DEBUG(+): Re-starting app: /org/gnome/SessionManager/App1
    gnome-session[14460]: WARNING: App 'gnome-shell.desktop' respawning too quickly
    gnome-session[14460]: DEBUG(+): Using ConsoleKit for session tracking
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): GsmStore: Unreffing object: 0x11de8d0
    gnome-session[14460]: DEBUG(+): GsmManager: Client removed: /org/gnome/SessionManager/Client4
    gnome-session[14460]: DEBUG(+): GsmClient: disposing /org/gnome/SessionManager/Client4
    gnome-session[14460]: DEBUG(+): GsmXSMPClient: xsmp_finalize (0x11de8d0 [gnome-shell 108bc693034d3efed7133528377086369700000144600000])
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmAutostartApp: (pid:14493) done (status:127)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=/org/freedesktop/DBus interface=org.freedesktop.DBus method=NameOwnerChanged
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: obj_path=(null) interface=(null) method=(null)
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): Move and/or resize window x=0 y=0 w=1920 h=1080
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: handling signal 15
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Found 1 callbacks
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: running 15 handler: 0x41c9e0
    gnome-session[14460]: DEBUG(+): Got callback for signal 15
    gnome-session[14460]: DEBUG(+): GsmManager: Logout called
    (gnome-settings-daemon:14470): Gdk-WARNING **: gnome-settings-daemon: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.
    gnome-session[14460]: DEBUG(+): GsmShell: Not connected to the shell
    gnome-session[14460]: DEBUG(+): GsmManager: requesting logout
    gnome-session[14460]: DEBUG(+): GsmManager: ending phase RUNNING
    gnome-session[14460]: DEBUG(+): GsmManager: starting phase QUERY_END_SESSION
    gnome-session[14460]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client1
    gnome-session[14460]: DEBUG(+): GsmManager: Client /org/gnome/SessionManager/Client2
    gnome-session[14460]: DEBUG(+): GsmManager: sending query-end-session to clients (logout mode: forceful)
    gnome-session[14460]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.2
    gnome-session[14460]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client1
    gnome-session[14460]: DEBUG(+): GsmDBusClient: sending QueryEndSession signal to :1.8
    gnome-session[14460]: DEBUG(+): GsmManager: adding client to query clients: /org/gnome/SessionManager/Client2
    gnome-session[14460]: DEBUG(+): Caught signal 15, shutting down normally.
    gnome-session[14460]: DEBUG(+): GdmSignalHandler: Done handling signals
    gnome-session[14460]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Resource temporarily unavailable) on X server :0.

Maybe you are looking for

  • Office 2013 updates fail on computers with Access 2013 installed

    I have about 10 workstations with the combination of Windows 7 enterprise 32 bit, Access 2013 and Office 2007 installed. SCCM offers up both Office 2007 and Office 2013 updates to these machines, but the Office 2013 updates, fail to install. The same

  • How do I restore my contacts to my phone and Outlook?

    Hi, The recent iPhone iOS6 debacle caused many of my contacts to be deleted from my iPhone. When I realized this had occurred I resynched with Outlook on my PC (which I do every day anyway) and it restored some contact information. Some days later I

  • How do I rid of CouponDropDown malware?

    I was looking for a B-side mp3 album to buy online. I suppose it never released for purchase on major websites, because neither iTunes or Spotify had it available. So, I tried to find a download online (yes, mistake, I know). I downloaded something s

  • Logout   with frank nimpus custom login provider

    i am using container managed security described in http://www.oracle.com/technology/products/jdev/howtos/1013/oc4jjaas/oc4j_jaas_login_module.htm i got no clue on how to handle logout ? any help greatly appriciated

  • Is CS4 compatible with Windows 8?

    Has anyone succeeded in installing Photoshop CS4 in a new Windows 8 OS?