[SOLVED] Gnome 3.4 / GTK / Firefox freezes

For the past week or so, I've been having a problem with Gnome Shell and/or particular applications freezing for around 30 seconds to a minute at a time.
I can't quite pin down what the underlying problem is. It affects Firefox most obviously: any attempt to right click for context menu, or to use the back arrow on the task bar, causes Firefox to freeze. However, it is not restricted to Firefox: I've had similar freezes affecting other GTK apps (e.g. Gnome Terminal) or even the entire desktop. The problem is affecting all users. Occasionally I am also getting a "sad computer" black screen of death when logging in to a Gnome session, but I can't tell if that's related.
I've tried downgrading the kernel to linux-lts, but that makes no difference.
Basically this is rendering the computer almost unusable, or at least deeply painful and annoying to use.
System details (if any other information would be useful then please let me know):
$ lspci | grep VGA
01:00.0 VGA compatible controller: Advanced Micro Devices [AMD] nee ATI Manhattan [Mobility Radeon HD 5430 Series]
$ uname -a
Linux arch-desktop 3.3.6-1-ARCH #1 SMP PREEMPT Sun May 13 10:52:32 CEST 2012 x86_64 GNU/Linux
I'm using the open source radeon driver. All packages are up to date.
Last edited by john_h (2012-05-19 18:16:54)

john_h wrote:I may be confusing correlation with causation , but the problem hasn't recurred since I removed this extension.
Well good for you
I've really been trying to make gnome shell a pleasant usable experience for myself, but I'm having these lockup issues frequently upon log in.  It may be due to the fact that I'm using fglrx graphics but I still don't think that should be an excuse.  I tried removing the extension and the correlation appeared to have less freezes - but I'm still in a bad position.

Similar Messages

  • [SOLVED] Gnome & Firefox: Fonts are too small

    Hi,
    I am really used to using firefox in Windows XP where fonts are readable out-of-the-box. By this I mean I didn't have to fiddle with firefox when I installed it, the fonts looked great.
    Now that I'm using Gnome, I see that firefox's fonts are really too small. The glyphs are smashed together too. How can I get the fonts to look decent in firefox? I'm not sure if this is an OS-level setting or a firefox-level setting.
    Last edited by void.pointer (2009-02-04 04:57:55)

    If you have an LCD monitor, try this:
    Copy & paste the code below into a file called
    .fonts.conf
    [NOTE: It's a hidden file ! ]
    and save it in your home directory. Log out & in again and fire up The Fox !
    <?xml version="1.0"?>
    <!DOCTYPE fontconfig SYSTEM "fonts.dtd">
    <!-- the cathectic LCD tweaks, from linuxquestions.org,
    http://www.linuxquestions.org/questions/showthread.php?postid=1361098#post1361098 -->
    <fontconfig>
    <!-- Disable sub-pixel rendering. X detects it anyway, and if you set this as well, it just looks really horrible -->
    <match target="font" >
    <edit mode="assign" name="rgba" >
    <const>none</const>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hinting">
    <bool>true</bool>
    </edit>
    </match>
    <match target="font" >
    <edit mode="assign" name="hintstyle">
    <const>hintfull</const>
    </edit>
    </match>
    <!-- The first part of the 'magic.' This makes the fonts start to look nice, but some of the shapes will be distorted, so hinting is
    needed still -->
    <match target="font" >
    <edit mode="assign" name="antialias">
    <bool>true</bool>
    </edit>
    </match>
    <!-- Autohinter is not turned on automatically. Only disable this if you have recompiled Freetype with the bytecode interpreter, which
    is run automatically. Although to be honest, Freetype are right, there isn't much difference between the two. Note that OpenOffice is
    built against the bytecode interpreter, so even if you have compiled it and override it with the autohinter, OOo will still use the
    bytecode interpreter -->
    <match target="pattern" >
    <edit mode="assign" name="autohint">
    <bool>true</bool>
    </edit>
    </match>
    <!-- Helvetica is a non true type font, and will look bad. This replaces it with whatever is the default sans-serif font -->
    <match target="pattern" name="family" >
    <test name="family" qual="any" >
    <string>Helvetica</string>
    </test>
    <edit mode="assign" name="family" >
    <string>sans-serif</string>
    </edit>
    </match>
    <dir>~/.fonts</dir>
    </fontconfig>
    All credit to LinuxQuestions for this conf file.
    Deej

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

  • Firefox freezes sometimes when I try to open a web site in a new window.

    For the past few weeks I am having an intermittent problem with firefox freezing. It happens when I try to open a site in a new window. Most of the time I have to go to task manager to close it and re-start. And almost always when I re-start it freezes for a second time and then I have to open it a third time. Usually if I try to restore a session it will happen over and over again so I have to start a new session. I have windows 7 and the latest version of firefox.

    '''''"Is there some way to turn this off so I can open up the second tab using the same address from the drop down?"'''''
    You can install this Add-on: https://addons.mozilla.org/en-US/firefox/addon/switch-to-tab-no-more/
    '''If this reply solves your problem, please click "Solved It" next to this reply when <u>signed-in</u> to the forum.'''
    Not related to your question, but...
    You need to update some plug-ins:
    *Plug-in check: https://www-trunk.stage.mozilla.com/en-US/plugincheck/
    *Adobe Shockwave for Director Netscape plug-in: [https://support.mozilla.com/en-US/kb/Using%20the%20Shockwave%20plugin%20with%20Firefox#w_installing-shockwave Installing ('''''or Updating''''') the Shockwave plugin with Firefox]
    *Next Generation Java Plug-in for Mozilla browsers: [https://support.mozilla.com/en-US/kb/Using%20the%20Java%20plugin%20with%20Firefox#w_installing-or-updating-java Installing or Updating Java in Firefox]

  • [SOLVED] Gnome 3.6 desktop stopped working after few boots

    I have been an avid ArchLinux user for many years but really need some help on this one. It drives me nuts.
    It started with the big systemd/gnome 3.6 update, went pretty smooth, got GDM and then my desktop. I think that at some point I added an Exchange account in the online account panel. I think the next reboot I could not pass GDM, only the Oops windows. Un-installed a couple of suspicious gnome-shell-extensions but still no luck with Gnome although KDE, LXDE and XFCE are working just fine. I then moved my home folder in order to start from a fresh one but still no luck after one reboot. Then I got tired and thought that maybe it was time to do a clean systemd install and switch to SSD. That's what I did and got my desktop working pretty easily. Installed Equinox theme and couple of extensions via the online service (mainly to hide icons). I did many reboot during that time and it was fine. Then I started reinstalling a lot of packages from texlive to audacity. In the meantime I added two online accounts; one gmail when I asked to sync calendar & contacts and another one with an Exchange account (calendar sync only). Gmail account seemed to work fine and I could see the calendar events in both evolution and the top bar. Exchange didn't work so I installed evolution-ews package and then continued to install my other many packages. I then rebooted and guess what? Ooops is back. This time dmesg says:
    systemd-journald[210]: File /var/log/journal/03137ccde67641f0a7ff7949e7384a8f/user-1000.journal corrupted or uncleanly shut down, renaming and replacing.
    [ 41.015383] mission-control[830]: segfault at 0 ip 00007ff80331a360 sp 00007ffff3ed1788 error 4 in libglib-2.0.so.0.3400.2[7ff8032e2000+f4000]
    [ 82.668771] mission-control[1500]: segfault at 0 ip 00007f7588056360 sp 00007fff6783bb48 error 4 in libglib-2.0.so.0.3400.2[7f758801e000+f4000]
    Removed ~/.local but didn't fix the problem. It is official ... I am really lost!
    I removed Equinox theme, telepathy-gabble but still no luck.
    Here are the packages installed on this machine:
    a2ps 4.14-2
    a52dec 0.7.4-6
    aalib 1.4rc5-9
    accountsservice 0.6.25-1
    acl 2.2.51-2
    acroread 9.5.1-2
    aircrack-ng 1.1-8
    aircrack-ng-scripts 1.1-8
    aisleriot 3.2.3.2-1
    akonadi 1.8.1-1
    alacarte 3.6.1-2
    alsa-lib 1.0.26-1
    alsa-oss 1.0.25-1
    alsa-plugins 1.0.26-1
    alsa-utils 1.0.26-1
    antiword 0.37-3
    apr 1.4.6-1
    apr-util 1.4.1-1
    arandr 0.1.6-1
    archlinux-keyring 20121113-1
    ardour 2.8.14-1
    arte7recorder 5.0-beta5
    aspell 0.60.6.1-1
    aspell-en 7.1-2
    aspell-fr 0.50.3-6
    at-spi 1.32.0-5
    at-spi2-atk 2.6.2-1
    at-spi2-core 2.6.2-1
    atk 2.6.0-1
    atkmm 2.22.6-1
    attica 0.4.1-1
    attr 2.4.46-2
    aubio 0.3.2-5
    audacity 2.0.2-1
    autoconf 2.69-1
    automake 1.12.5-1
    avahi 0.6.31-4
    avidemux-cli 2.5.6-4
    avidemux-gtk 2.5.6-4
    babl 0.1.10-1
    banshee 2.6.0-2
    baobab 3.6.3-1
    bash 4.2.039-1
    bash-completion 2.0-2
    bc 1.06-8
    bcompare 3.3.5.15075-1
    binutils 2.23.1-1
    bison 2.6.5-1
    bleachbit 0.9.3-1
    bless 0.6.0-3
    bluez 4.101-1
    bonnie++ 1.03e-6
    boo 0.9.4.9-2
    boost-libs 1.50.0-3
    brasero 3.6.1-1
    bridge-utils 1.5-1
    brltty 4.3-7
    brother-dcp560cn 1.0.1-1
    bzip2 1.0.6-4
    bzr 2.5.1-2
    ca-certificates 20121105-1
    ca-certificates-java 20120608-1
    cacheclean 2.1-5
    cairo 1.12.8-2
    cairo-perl 1.082-2
    cairomm 1.10.0-2
    cantarell-fonts 0.0.11-2
    caribou 0.4.4.2-1
    catfish 0.4.0.2-1
    ccid 1.4.8-1
    cdparanoia 10.2-4
    cdrdao 1.2.3-6
    cdrkit 1.1.11-2
    celt 0.11.1-4
    cheese 3.6.2-1
    chmlib 0.40-3
    chromaprint 0.7-1
    chromium 23.0.1271.64-1
    cifs-utils 5.7-1
    clamav 0.97.6-1
    clementine 1.1.0-2
    cln 1.3.2-1
    cloog 0.17.0-2
    clucene 2.3.3.4-6
    clutter 1.12.2-1
    clutter-gst 1.9.92-1
    clutter-gtk 1.4.0-1
    cmake 2.8.10.1-2
    cogl 1.10.4-1
    colord 0.1.24-3
    colord-gtk 0.1.23-1
    colordiff 1.0.13-1
    compositeproto 0.4.2-2
    coreutils 8.20-1
    cpupower 3.6-1
    cracklib 2.8.19-1
    cronie 1.4.8-3
    cryptsetup 1.5.1-1
    cups 1.6.1-6
    cups-filters 1.0.24-2
    cups-pdf 2.6.1-1
    cups-pk-helper 0.2.4-1
    curl 7.28.0-1
    cutecom 0.22.0-1
    damageproto 1.2.1-2
    darktable 1.0.5-4
    dasher 4.10.1-3
    davfs2 1.4.7-1
    davmail 4.1.0-1
    db 5.3.21-1
    dbus 1.6.8-1
    dbus-core 1.6.8-1
    dbus-glib 0.100-1
    dbus-sharp 0.7.0-4
    dbus-sharp-glib 0.5.0-4
    dconf 0.14.1-1
    ddrescue 1.16-2
    deb2targz 0.1-6
    deja-dup 24.0-2
    desktop-file-utils 0.20-1
    device-mapper 2.02.98-1
    dhclient 4.2.4.2-1
    dhcpcd 5.6.2-1
    dhex 0.68-1
    dia 0.97.2-3
    dialog 1.1_20120706-1
    diffutils 3.2-1
    digikam 2.9.0-1
    dirmngr 1.1.0-4
    djvulibre 3.5.25.3-1
    dkms 2.2.0.3-12
    dkms-frandom 1.1-2
    dmxproto 2.3.1-2
    dnssec-anchors 20120422-1
    dnsutils 9.9.2-1
    docbook-xml 4.5-5
    docbook-xsl 1.77.1-2
    dosfstools 3.0.12-1
    dotconf 1.3-3
    dstat 0.7.2-4
    duplicity 0.6.20-2
    duply 1.5.8-1
    dvd+rw-tools 7.1-4
    dvdauthor 0.7.1-2
    e2fsprogs 1.42.6-1
    easytag 2.1.7-3
    ecryptfs-utils 100-2
    ekiga 3.9.90-1
    empathy 3.6.2-1
    enca 1.13-2
    encfs 1.7.4-8
    enchant 1.6.0-4
    enigmail-bin 1.4.6-1
    eog 3.6.2-1
    eog-plugins 3.6.1-1
    epiphany 3.6.1-1
    ethtool 1:3.6-1
    ettercap 0.7.5-2
    ettercap-gtk 0.7.5-2
    evince 3.6.1-1
    evolution 3.6.2-1
    evolution-data-server 3.6.2-1
    exempi 2.2.0-1
    exiv2 0.23-1
    expat 2.1.0-1
    extundelete 0.2.0-2
    faac 1.28-4
    faad2 2.7-3
    faenza-icon-theme 1.3-1
    fakeroot 1.18.4-1
    farstream 0.2.2-1
    fbpdf-git 20121118-1
    feh 2.7-1
    ffdiaporama-devel 1.5.b2.2012.1118-1
    ffmpeg 1:1.0-2
    ffmpeg-compat 20120509-2
    fftw 3.3.2-1
    file 5.11-1
    file-roller 3.6.2-3
    filesystem 2012.10-2
    filezilla 3.6.0-1
    findutils 4.4.2-4
    fingerprint-gui 1.04-2
    firefox 16.0.2-1
    firefox-i18n-fr 16.0.2-1
    fixesproto 5.0-2
    flac 1.2.1-3
    flashplugin 11.2.202.251-1
    flex 2.5.37-1
    fltk 1.3.1-1
    flvstreamer 2.1c1-2
    folks 0.8.0-1
    fontconfig 2.10.1-2
    fontsproto 2.1.2-1
    foomatic-db 1:4.0.17_20120712-1
    foomatic-db-engine 1:4.0.17_20120712-1
    foomatic-db-nonfree 1:4.0.17_20120712-1
    foomatic-filters 1:4.0.17_20120712-1
    freeglut 2.8.0-2
    freemind 0.9.0-3
    freeplane 1.2.20-1
    freerdp 1.0.1-8
    freetype2 2.4.10-1
    frei0r-plugins 1.3-6
    fribidi 0.19.4-1
    fuse 2.9.2-1
    gajim 0.15.2-1
    gamin 0.1.10-6
    gavl 1.4.0-1
    gawk 4.0.1-1
    gc 7.2.d-1
    gcalctool 6.6.2-1
    gcc 4.7.2-2
    gcc-go 4.7.2-2
    gcc-libs 4.7.2-2
    gconf 3.2.5-3
    gconf-editor 3.0.1-1
    gconf-sharp 2.24.2-2
    gcr 3.6.2-2
    gd 2.0.36RC1-5
    gdata-sharp 1.7.0.1-2
    gdb 7.5-1
    gdbm 1.10-1
    gdk-pixbuf2 2.26.5-1
    gdm 3.6.2-1
    gecko-mediaplayer 1.0.7-1
    gedit 3.6.2-1
    gedit-plugins 3.6.1-1
    geeqie 1.1-2
    gegl 0.2.0-5
    geoclue 0.12.0-5
    geoip 1.4.8-2
    geoip-database 20121105-1
    gettext 0.18.1.1-4
    ghex 3.6.1-1
    ghostscript 9.06-1
    giblib 1.2.4-5
    giflib 4.1.6-5
    giggle 0.7-1
    gimp-devel 2.8.2-1
    gimp-plugin-fblur 3.2.6-3
    gimp-plugin-gmic 1.5.1.8-4
    gimp-plugin-lqr 0.7.1-4
    gimp-plugin-saveforweb 0.29.3-1
    gimp-plugin-separate+ 0.5.8-3
    gimp-plugin-wavelet-decompose 0.1.2-2
    gimp-plugin-wavelet-denoise 0.3.1-2
    gimp-plugin-wavelet-sharpen 0.1.2-2
    gimp-refocus 0.9.0-3
    gimp-resynth-heal-selection 0.16-4
    gimp-ufraw 0.18-5
    gimpfx-foundry 2.6_1-2
    git 1.8.0-1
    gitg 0.2.5-1
    gitso 0.6-2
    gjs 1.34.0-1
    gkeyfile-sharp 0.1-2
    gksu 2.0.2-4
    glade-perl 1.007-6
    glew 1.9.0-1
    glib 1.2.10-9
    glib-networking 2.34.2-1
    glib-perl 1.260-1
    glib2 2.34.2-1
    glibc 2.16.0-5
    glibmm 2.34.1-1
    glu 9.0.0-1
    gmime 2.6.12-1
    gmp 5.0.5-1
    gmpc 11.8.16-1
    gmtk 1.0.7-1
    gnochm 0.9.11-11
    gnome-backgrounds 3.6.0-1
    gnome-bluetooth 3.6.1-1
    gnome-color-manager 3.6.0-1
    gnome-contacts 3.6.2-1
    gnome-control-center 3.6.3-2
    gnome-desktop 1:3.6.2-1
    gnome-dictionary 3.6.0-1
    gnome-disk-utility 3.6.1-1
    gnome-documents 3.6.2-1
    gnome-font-viewer 3.6.1-1
    gnome-games 3.6.1-1
    gnome-games-extra-data 3.2.0-2
    gnome-icon-theme 3.6.2-1
    gnome-icon-theme-extras 3.6.2-1
    gnome-icon-theme-symbolic 3.6.2-1
    gnome-keyring 3.6.2-1
    gnome-media 3.4.0-1
    gnome-menus 3.6.1-1
    gnome-mime-data 2.18.0-6
    gnome-mplayer 1.0.7-1
    gnome-nettool 3.2.0-1
    gnome-online-accounts 3.6.2-1
    gnome-panel 3.6.2-1
    gnome-power-manager 3.6.0-1
    gnome-python 2.28.1-8
    gnome-screensaver 3.6.1-1
    gnome-screenshot 3.6.1-1
    gnome-search-tool 3.6.0-1
    gnome-session 3.6.2-1
    gnome-settings-daemon 3.6.3-2
    gnome-shell 3.6.2-1
    gnome-speech 0.4.25-2
    gnome-system-log 3.6.1-1
    gnome-system-monitor 3.6.0-1
    gnome-terminal 3.6.0-1
    gnome-themes-standard 3.6.2-1
    gnome-tweak-tool 3.6.1-1
    gnome-user-docs 3.6.2-1
    gnome-vfs 2.24.4-6
    gnome-video-effects 0.4.0-2
    gnonlin 0.10.17-1
    gnu-netcat 0.7.1-4
    gnupg 2.0.19-2
    gnutls 3.1.3-2
    go 2:1.0.3-3
    gobject-introspection 1.34.2-1
    goocanvas1 1.0.0-1
    google-earth 7.0.1.8244-1
    gpart 0.1h-5
    gparted 0.14.0-1
    gperf 3.0.4-4
    gpgme 1.3.1-4
    gpicview 0.2.3-1
    gpm 1.20.7-1
    gptfdisk 0.8.5-2
    gqview 2.0.4-5
    grantlee 0.3.0-1
    graphicsmagick 1.3.17-1
    graphite 1:1.0.3-1
    graphviz 2.28.0-10
    grep 2.14-1
    grfkill 20121118-1
    griffith 0.13-3
    grml-zsh-config 0.7.1-3
    groff 1.21-2
    grsync 1.2.2-1
    grub-bios 2.00-1
    grub-common 2.00-1
    gsettings-desktop-schemas 3.6.1-1
    gsfonts 1.0.7pre44-3
    gsl 1.15-2
    gsm 1.0.13-7
    gsmartcontrol 0.8.7-2
    gst-plugins-bad 1.0.2-1
    gst-plugins-base 1.0.2-1
    gst-plugins-base-libs 1.0.2-1
    gst-plugins-good 1.0.2-1
    gstreamer 1.0.2-1
    gstreamer0.10 0.10.36-1
    gstreamer0.10-bad 0.10.23-3
    gstreamer0.10-bad-plugins 0.10.23-3
    gstreamer0.10-base 0.10.36-1
    gstreamer0.10-base-plugins 0.10.36-1
    gstreamer0.10-ffmpeg 0.10.13-1
    gstreamer0.10-good 0.10.31-1
    gstreamer0.10-good-plugins 0.10.31-1
    gstreamer0.10-python 0.10.22-1
    gstreamer0.10-ugly 0.10.19-3
    gstreamer0.10-ugly-plugins 0.10.19-3
    gtk 1.2.10-11
    gtk-aurora-engine 1.5.1-3
    gtk-engines 2.21.0-1
    gtk-recordmydesktop 0.3.8-6
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.13-1
    gtk-vnc 0.5.1-1
    gtk2 2.24.13-1
    gtk2-perl 1.244-1
    gtk3 3.6.2-1
    gtkhtml4 4.6.1-1
    gtkimageview 1.6.4-3
    gtkmm 2.24.2-2
    gtkmm3 3.6.0-1
    gtkpacman 2.3.1-4
    gtksourceview2 2.10.5-2
    gtksourceview3 3.6.1-1
    gtkspell 2.0.16-2
    gts 0.7.6-2
    guake 0.4.4-2
    gudev-sharp 0.1-2
    guile 1.8.8-2
    gutenprint 5.2.9-1
    gvfs 1.14.2-1
    gvfs-afc 1.14.2-1
    gvfs-obexftp 1.14.2-1
    gvim 7.3.712-1
    gzip 1.5-1
    hachoir-core 1.3.3-3
    hachoir-metadata 1.3.3-2
    hachoir-parser 1.3.4-3
    hachoir-urwid 1.1-2
    handbrake 0.9.8-1
    hardinfo 0.5.1-5
    harfbuzz 0.9.5-2
    hdparm 9.42-1
    heirloom-mailx 12.5-3
    hexedit 1.2.12-5
    hicolor-icon-theme 0.12-2
    hplip 3.12.10.a-3
    hspell 1.2-1
    hsqldb-java 1:1.8.0.10-2
    htop 1.0.2-1
    hubbub 0.1.2-1
    hunspell 1.3.2-2
    hwids 20121022-1
    hyphen 2.8.6-1
    i7z 0.27.2-1
    iana-etc 2.30-3
    icedtea-web-java7 1.3.1-1
    icon-naming-utils 0.8.90-2
    icu 50.1-2
    id3lib 3.8.3-12
    id3v2 0.1.12-2
    idnkit 1.0-2
    iftop 0.17-10
    ilmbase 1.0.3-1
    imagemagick 6.8.0.3-1
    imlib2 1.4.5-2
    impressive 0.10.3-5
    inetutils 1.9.1-4
    iniparser 3.1-2
    inkscape 0.48.3.1-7
    inputproto 2.2-1
    intel-dri 9.0.1-1
    intel-tbb 4.1_20120718-2
    intltool 0.50.2-1
    iproute2 3.6.0-2
    iptables 1.4.16.2-1
    iputils 20121114-1
    isl 0.10-1
    iso-codes 3.38-1
    iw 3.6-1
    jack 0.121.3-7
    jasper 1.900.1-8
    jbig2dec 0.11-5
    jdk7-openjdk 7.u9_2.3.3-1
    jdownloader2 latest-1
    jessyink2 2.0.0.alpha.1-1
    jfsutils 1.1.15-3
    john 1.7.9-7
    jre7-openjdk 7.u9_2.3.3-1
    jre7-openjdk-headless 7.u9_2.3.3-1
    js 1.8.5-3
    json-c 0.9-1
    json-glib 0.15.2-1
    k3b 2.0.2-6
    k9copy 2.3.8-2
    kactivities 4.9.3-1
    kbd 1.15.3-3
    kbproto 1.0.6-1
    kde-base-artwork 4.9.3-1
    kdebase-runtime 4.9.3-1
    kdebase-workspace 4.9.3-1
    kdeedu-marble 4.9.3-1
    kdelibs 4.9.3-2
    kdenlive 0.9.2-5
    kdepim-runtime 4.9.3-1
    kdepimlibs 4.9.3-1
    kdiff3 0.9.97-2
    keepassx 0.4.3-3
    keyutils 1.5.5-3
    khrplatform-devel 9.0.1-1
    kid3 2.2-1
    kipi-plugins 2.9.0-1
    kismet 2011_03_R2-5
    kmod 11-2
    krb5 1.10.3-1
    ladspa 1.13-4
    lame 3.99.5-1
    languagetool 1.9-1
    lcms 1.19-2
    lcms2 2.4-1
    ld-lsb 3-5
    ldns 1.6.14-1
    leafpad 0.8.18.1-3
    lensfun 0.2.6-1
    less 451-1
    levelator 1.3.0-3
    lfhex 0.42-2
    lftp 4.4.0-1
    lib32-alsa-lib 1.0.26-1
    lib32-atk 2.6.0-1
    lib32-bzip2 1.0.6-1
    lib32-cairo 1.12.8-1
    lib32-dbus-core 1.6.8-1
    lib32-e2fsprogs 1.42.6-1
    lib32-expat 2.1.0-1
    lib32-fontconfig 2.10.1-1
    lib32-freetype2 2.4.10-1
    lib32-gcc-libs 4.7.2-2
    lib32-gdk-pixbuf2 2.26.5-1
    lib32-glib2 2.34.2-1
    lib32-glibc 2.16.0-5
    lib32-gtk2 2.24.13-1
    lib32-harfbuzz 0.9.5-1
    lib32-icu 49.1.2-1
    lib32-intel-dri 9.0.1-1
    lib32-keyutils 1.5.5-1
    lib32-krb5 1.10.3-1
    lib32-libcups 1.6.1-1
    lib32-libdrm 2.4.40-1
    lib32-libffi 3.0.11-1
    lib32-libgl 9.0.1-1
    lib32-libglapi 9.0.1-1
    lib32-libice 1.0.8-1
    lib32-libjpeg-turbo 1.2.1-1
    lib32-libldap 2.4.33-1
    lib32-libmng 1.0.10-6
    lib32-libpciaccess 0.13.1-1
    lib32-libpng 1.5.13-1
    lib32-libsm 1.2.1-1
    lib32-libtiff 4.0.3-1
    lib32-libx11 1.5.0-1
    lib32-libxau 1.0.7-1
    lib32-libxcb 1.9-1
    lib32-libxcomposite 0.4.3-3
    lib32-libxcursor 1.1.13-1
    lib32-libxdamage 1.1.3-4
    lib32-libxdmcp 1.1.1-1
    lib32-libxext 1.3.1-1
    lib32-libxfixes 5.0-1
    lib32-libxft 2.3.1-1
    lib32-libxi 1.6.1-1
    lib32-libxinerama 1.1.2-1
    lib32-libxml2 2.8.0-1
    lib32-libxrandr 1.4.0-1
    lib32-libxrender 0.9.7-1
    lib32-libxss 1.2.2-1
    lib32-libxv 1.0.7-1
    lib32-libxxf86vm 1.1.2-1
    lib32-mesa 9.0.1-1
    lib32-ncurses 5.9-1
    lib32-openssl 1.0.1.c-1
    lib32-pango 1.32.1-1
    lib32-pcre 8.31-1
    lib32-pixman 0.28.0-1
    lib32-qt 4.8.3-3
    lib32-readline 6.2.004-1
    lib32-sqlite 3.7.14.1-1
    lib32-util-linux 2.22.1-1
    lib32-v4l-utils 0.8.8-1
    lib32-xcb-util 0.3.9-1
    lib32-zlib 1.2.7-1
    libao 1.1.0-2
    libarchive 3.0.4-2
    libart-lgpl 2.3.21-2
    libass 0.10.0-3
    libassuan 2.0.3-1
    libasyncns 0.8-4
    libatasmart 0.19-1
    libavc1394 0.5.4-1
    libbluray 0.2.3-1
    libbonobo 2.32.1-2
    libbonoboui 2.24.5-2
    libcaca 0.99.beta18-1
    libcanberra 0.30-2
    libcanberra-pulse 0.30-2
    libcap 2.22-3
    libcap-ng 0.7-1
    libcdaudio 0.99.12-6
    libcddb 1.3.2-3
    libcdio 0.83-1
    libchamplain 0.12.3-1
    libcroco 0.6.8-1
    libcryptui 3.6.0-1
    libcss 0.1.2-2
    libcups 1.6.1-6
    libdaemon 0.14-2
    libdatrie 0.2.5-1
    libdbusmenu-qt 0.9.2-1
    libdc1394 2.1.3-2
    libdca 0.0.5-3
    libdiscid 0.2.2-2
    libdmtx 0.7.4-3
    libdmx 1.1.2-1
    libdrm 2.4.40-1
    libdv 1.0.0-4
    libdvbpsi 0.2.2-1
    libdvdcss 1.2.12-1
    libdvdnav 4.2.0-2
    libdvdread 4.2.0-1
    libebml 1.2.2-2
    libedit 20120601_3.0-1
    libegl 9.0.1-1
    libevent 2.0.20-1
    libexif 0.6.21-1
    libfakekey 0.1-5
    libffi 3.0.11-1
    libfm 1.1.0-3
    libfontenc 1.1.1-1
    libfprint 0.4.0-3
    libftdi 0.20-1
    libgbm 9.0.1-1
    libgcrypt 1.5.0-3
    libgdata 0.13.2-1
    libgdiplus 2.10-3
    libgee 0.6.6.1-1
    libgksu 2.0.12-5
    libgl 9.0.1-1
    libglade 2.6.4-3
    libglademm 2.6.7-2
    libglapi 9.0.1-1
    libgles 9.0.1-1
    libgme 0.6.0-2
    libgnome 2.32.1-3
    libgnome-data 2.32.1-3
    libgnome-keyring 3.6.0-1
    libgnome-media-profiles 3.0.0-3
    libgnomecanvas 2.30.3-2
    libgnomecanvasmm 2.26.0-2
    libgnomekbd 3.6.0-1
    libgnomeui 2.24.5-1
    libgpg-error 1.10-2
    libgphoto2 2.4.14-1
    libgpod 0.8.2-6
    libgsf 1.14.25-1
    libgssglue 0.4-1
    libgtkhtml 2.11.1-4
    libgtop 2.28.4-1
    libgusb 0.1.4-1
    libgweather 3.6.2-1
    libgxps 0.2.2-1
    libical 0.48-1
    libice 1.0.8-1
    libid3tag 0.15.1b-7
    libidl2 0.8.14-2
    libidn 1.25-1
    libiec61883 1.2.0-3
    libieee1284 0.2.11-4
    libimobiledevice 1.1.4-2
    libiodbc 3.52.8-1
    libiptcdata 1.0.4-2
    libirman 0.4.5-3
    libjpeg-turbo 1.2.1-1
    libkate 0.4.1-3
    libkcddb 4.9.3-1
    libkdcraw 4.9.3-1
    libkexiv2 4.9.3-1
    libkface 2.9.0-1
    libkgapi 0.4.3-1
    libkgeomap 2.9.0-1
    libkipi 4.9.3-1
    libksane 4.9.3-1
    libksba 1.2.0-2
    libkvkontakte 2.9.0-1
    liblastfm 0.3.3-3
    libldap 2.4.33-1
    liblo 0.26-2
    liblouis 2.3.0-1
    liblqr 0.4.1-3
    liblrdf 0.5.0-1
    libltdl 2.4.2-7
    libmad 0.15.1b-6
    libmatroska 1.3.0-2
    libmediainfo 0.7.61-1
    libmikmod 3.2.0-1
    libmms 0.6.2-1
    libmng 1.0.10-4
    libmodplug 0.8.8.4-1
    libmp4v2 2.0.0-2
    libmpc 1.0.1-1
    libmpcdec 1.2.6-3
    libmpd 11.8.17-1
    libmpeg2 0.5.1-3
    libmtp 1.1.5-1
    libmusicbrainz5 5.0.1-1
    libmysqlclient 5.5.28-1
    libmythes 1:1.2.3-1
    libnet 1.1.6-1
    libnice 0.1.3-1
    libnl 3.2.11-1
    libnl1 1.1-1
    libnotify 0.7.5-1
    libnsbmp 0.0.3-3
    libnsgif 0.0.3-3
    liboauth 0.9.6-1
    libofa 0.9.3-4
    libogg 1.3.0-1
    libotr 4.0.0-1
    libparserutils 0.1.1-2
    libpcap 1.3.0-1
    libpciaccess 0.13.1-1
    libpeas 1.6.1-1
    libpipeline 1.2.2-1
    libplist 1.8-2
    libpng 1.5.13-1
    libproxy 0.4.7-2
    libpst 0.6.54-2
    libpulse 2.1-1
    libpurple 2.10.6-2
    libpwquality 1.2.0-1
    libqalculate 0.9.7-3
    libquvi 0.4.1-1
    libquvi-scripts 0.4.9-1
    libqzeitgeist 0.8.0-2
    libraw1394 2.0.7-2
    libreoffice-base 3.6.3-3
    libreoffice-calc 3.6.3-3
    libreoffice-common 3.6.3-3
    libreoffice-draw 3.6.3-3
    libreoffice-extension-languagetool 1.9-1
    libreoffice-fr 3.6.3-1
    libreoffice-gnome 3.6.3-3
    libreoffice-impress 3.6.3-3
    libreoffice-kde4 3.6.3-3
    libreoffice-math 3.6.3-3
    libreoffice-postgresql-connector 3.6.3-3
    libreoffice-sdk 3.6.3-3
    libreoffice-sdk-doc 3.6.3-3
    libreoffice-writer 3.6.3-3
    librpcsecgss 0.19-7
    librsvg 2.36.4-1
    librsync 0.9.7-6
    libsamplerate 0.1.8-1
    libsasl 2.1.23-9
    libsecret 0.11-1
    libshout 1:2.3.1-1
    libsidplay 1.36.59-5
    libsigc++ 2.2.11-1
    libsigsegv 2.10-1
    libsm 1.2.1-1
    libsndfile 1.0.25-2
    libsocialweb 0.25.20-1
    libsoup 2.40.2-1
    libsoup-gnome 2.40.2-1
    libspectre 0.2.7-1
    libssh 0.5.2-1
    libssh2 1.4.2-1
    libtasn1 3.0-1
    libthai 0.1.18-1
    libtheora 1.1.1-2
    libtiff 4.0.3-1
    libtiger 0.3.4-3
    libtirpc 0.2.2-4
    libtool 2.4.2-7
    libtracker-sparql 0.14.4-2
    libui-dialog-perl 1.08-1
    libunique 1.1.6-5
    libunique3 3.0.2-2
    libupnp 1.6.17-1
    libusb-compat 0.1.4-2
    libusbx 1.0.14-1
    libva 1.1.0-2
    libvdpau 0.5-1
    libvisual 0.4.0-4
    libvncserver 0.9.9-1
    libvorbis 1.3.3-1
    libvpx 1.1.0-1
    libwacom 0.6-1
    libwapcaplet 0.1.1-1
    libwbclient 3.6.9-1
    libwebp 0.2.0-1
    libwmf 0.2.8.4-9
    libwnck 2.30.7-1
    libwnck3 3.4.4-1
    libwpd 0.9.4-1
    libwps 0.2.7-1
    libx11 1.5.0-1
    libxau 1.0.7-1
    libxaw 1.0.11-1
    libxcb 1.9-1
    libxcomp 3.5.0.15-2
    libxcomposite 0.4.3-2
    libxcursor 1.1.13-1
    libxdamage 1.1.3-2
    libxdmcp 1.1.1-1
    libxext 1.3.1-1
    libxfixes 5.0-2
    libxfont 1.4.5-1
    libxft 2.3.1-1
    libxi 1.6.1-1
    libxinerama 1.1.2-1
    libxkbfile 1.0.8-1
    libxklavier 5.3-1
    libxml2 2.8.0-1
    libxmu 1.1.1-1
    libxp 1.0.1-3
    libxpm 3.5.10-1
    libxrandr 1.4.0-1
    libxrender 0.9.7-1
    libxres 1.0.6-1
    libxslt 1.1.26-3
    libxss 1.2.2-1
    libxt 1.1.3-1
    libxtst 1.2.1-1
    libxv 1.0.7-1
    libxvmc 1.0.7-1
    libxxf86dga 1.1.3-1
    libxxf86vm 1.1.2-1
    libyaml 0.1.4-2
    libytnef 1.5-3
    libzapojit 0.0.2-1
    libzeitgeist 0.3.18-3
    libzen 0.4.28-1
    licenses 2.9-1
    lilv 0.14.4-1
    linux 3.6.6-1
    linux-api-headers 3.6.3-1
    linux-firmware 20120625-1
    linux-headers 3.6.6-1
    lirc-utils 1:0.9.0-34
    lm_sensors 3.3.3-1
    log4c 1.2.1-1
    logrotate 3.8.2-1
    lorcon 224-2
    lpsolve 5.5.2.0-2
    lsof 4.86-1
    lua 5.1.5-2
    lv2 1.0.0-2
    lvm2 2.02.98-1
    lxappearance 0.5.2-1
    lxappearance-obconf 0.2.0-1
    lxde-common 0.5.5-2
    lxde-icon-theme 0.5.0-1
    lxdm 0.4.1-18
    lxinput 0.3.2-2
    lxlauncher 0.2.2-2
    lxmenu-data 0.1.2-1
    lxmusic 0.4.5-1
    lxpanel 0.5.10-2
    lxrandr 0.1.2-2
    lxsession 0.4.6.1-3
    lxshortcut 0.1.2-1
    lxtask 0.1.4-3
    lxterminal 0.1.11-2
    lynx 2.8.7-6
    lyx 2.0.5-1
    lzo2 2.06-1
    m4 1.4.16-2
    macchanger 1.5.0-5
    macchanger-gtk 1.1-1
    make 3.82-5
    man-db 2.6.3-1
    man-pages 3.44-1
    mash 0.2.0-1
    mc 4.8.6-2
    mcpp 2.7.2-4
    md5deep 4.2-1
    mdadm 3.2.6-1
    media-player-info 17-1
    mediainfo 0.7.61-1
    mediainfo-gui 0.7.61-1
    meld 1.6.1-1
    mencoder 35421-1
    menu-cache 0.4.0-1
    mesa 9.0.1-1
    metacity 2.34.13-1
    mime-types 8-1
    minicom 2.6.1-1
    mjpegtools 2.0.0-2
    mkinitcpio 0.11.2-1
    mkinitcpio-busybox 1.20.2-1
    mkvtoolnix-cli 5.8.0-1
    mkvtoolnix-gtk 5.8.0-1
    mlocate 0.26-1
    mlt 0.8.2-3
    mlt-python-bindings 0.8.2-3
    mobile-broadband-provider-info 20120614-1
    modemmanager 0.6.0.0-1
    mono 2.10.8-2
    mono-addins 0.6.2-2
    mono-upnp 0.1.2-1
    mono-zeroconf 0.9.0-3
    mousetweaks 3.6.0-1
    mozilla-common 1.4-3
    mozplugger 1.14.6-1
    mpfr 3.1.1.p2-1
    mpg123 1.14.4-1
    mplayer2 20120729-2
    mtdev 1.1.3-1
    mtools 4.0.17-2
    mtpfs 1.1-1
    mupdf 1.1-1
    musicbrainz 2.1.5-5
    mutagen 1.20-4
    mutter 3.6.2-1
    mx 1.4.6-1
    mysql 5.5.28-1
    mysql-clients 5.5.28-1
    nano 2.2.6-2
    nautilus 3.6.3-1
    ncftp 3.2.5-2
    ncurses 5.9-3
    neon 0.29.6-4
    nepomuk-core 4.9.3-1
    net-snmp 5.7.2-1
    net-tools 1.60.20120804git-2
    netcfg 3.0-1
    netdiscover-debian 0.3beta7-2
    netkit-bsd-finger 0.17-7
    netsurf 2.9-4
    nettle 2.5-1
    network-manager-applet 0.9.6.4-1
    networkmanager 0.9.6.4-1
    networkmanager-openconnect 0.9.6.2-1
    networkmanager-openvpn 0.9.6.0-1
    networkmanager-pptp 0.9.6.0-2
    networkmanager-vpnc 0.9.6.0-1
    nfs-utils 1.2.6-3
    nfsidmap 0.25-1
    nmap 6.01-2
    notification-daemon 0.7.6-1
    novacut 12.04.0-1
    nspr 4.9.3-1
    nss 3.14-1
    nss-myhostname 0.3-3
    ntfs-3g 2012.1.15-3
    ntfsprogs 2012.1.15-3
    ntp 4.2.6.p5-11
    nx-common 3.5.0-5
    nxclient 3.5.0.7-3
    obex-data-server 0.4.6-3
    obexd-client 1:0.46-1
    obmenu 1.0-9
    ocsync 0.60.1-1
    oh-my-zsh-git 20121118-1
    opal 3.10.7-3
    openbox 3.5.0-7
    openconnect 1:4.07-1
    opencore-amr 0.1.3-1
    opencv 2.4.3-2
    openexr 1.7.1-2
    openjpeg 1.5.0-1
    openobex 1.5-3
    openshot 1.4.3-1
    openssh 6.1p1-3
    openssl 1.0.1.c-1
    openvpn 2.2.2-2
    opus 1.0.1-2
    orbit2 2.14.19-2
    orc 0.4.16-1
    orca 3.6.2-1
    owncloud-client 1.1.1-1
    oxygen-icons 4.9.3-1
    p0f 3.01b-2
    p11-kit 0.13-1
    p7zip 9.20.1-6
    pacgraph 20110629-1
    package-query 1.1-2
    pacman 4.0.3-5
    pacman-color 4.0.3-3
    pacman-mirrorlist 20120908-1
    pam 1.1.6-1
    pambase 20120701-1
    pango 1.32.2-1
    pango-perl 1.223-2
    pangomm 2.28.4-1
    parted 3.1-1
    patch 2.7.1-1
    pciutils 3.1.10-1
    pcmanfm 1.1.0-1
    pcmciautils 018-4
    pcre 8.31-1
    pcsc-perl 1.4.12-3
    pcsc-tools 1.4.20-1
    pcsclite 1.8.6-1
    pdfedit 0.4.5-2
    pdftk-bin 1.44-4
    perl 5.16.2-1
    perl-error 0.17018-1
    perl-xml-parser 2.41-3
    perl-xml-simple 2.20-1
    pgpdump-git 20121118-1
    phatch 0.2.7.1-4
    phonon 1:4.6.0-3
    phonon-gstreamer 4.6.2-1
    picard 1.1-1
    pidgin 2.10.6-2
    pidgin-otr 4.0.0-1
    pinentry 0.8.2-1
    pitivi 0.15.2-2
    pixman 0.28.0-1
    pkg-config 0.27.1-1
    pkgfile 7-1
    pkgtools 24-4
    plotutils 2.6-3
    pluzzdl 0.9.3-1
    pm-quirks 0.20100619-2
    pm-utils 1.4.1-5
    polkit 0.107-4
    polkit-gnome 0.105-1
    polkit-kde 0.99.0-2
    polkit-qt 0.103.0-1
    poppler 0.20.5-1
    poppler-data 0.4.5-1
    poppler-glib 0.20.5-1
    popt 1.16-5
    portaudio 19_20111121-1
    portmidi 217-3
    postgresql-libs 9.2.1-2
    powertop 2.1.1-1
    ppl 1.0-1
    ppp 2.4.5-5
    pptpclient 1.7.2-4
    preziplayer-git 20121118-1
    printproto 1.0.5-2
    prison 1.0-1
    procinfo-ng 2.0.304-3
    procps-ng 3.3.5-1
    progsreiserfs 0.3.0.5-7
    protobuf 2.4.1-2
    proxychains 3.1-3
    proxychains-gui 1.4.1-2
    psmisc 22.19-1
    pstoedit 3.60-3
    psutils 1.17-3
    pth 2.0.7-4
    ptlib 2.10.7-2
    pulseaudio 2.1-1
    pulseaudio-alsa 2-1
    putty 0.62-1
    pycups 1.9.62-1
    pygobject-devel 3.4.2-1
    pygobject2-devel 2.28.6-8
    pygoocanvas 0.14.1-5
    pygtk 2.24.0-3
    pygtksourceview2 2.10.1-4
    pyorbit 2.24.0-4
    pyqt-common 4.9.5-3
    pyrenamer 0.6.0-6
    pyrex 0.9.9-3
    pysmbc 1.0.13-1
    pysvn-py2 1.7.6-1
    python 3.3.0-1
    python-cairo 1.10.0-2
    python-dbus-common 1.1.1-2
    python-distribute 0.6.30-1
    python-docutils 0.9.1-2
    python-dulwich 0.8.5-1
    python-gobject 3.4.2-1
    python-jinja 2.6-3
    python-markupsafe 0.15-2
    python-microfiber 12.04.0-1
    python-pygments 1.5-3
    python-sphinx 1.1.3-3
    python-userwebkit 12.04.0-1
    python2 2.7.3-2
    python2-atspi 2.6.0-2
    python2-beaker 1.6.3-2
    python2-beautifulsoup3 3.2.1-1
    python2-bonobo 2.28.1-8
    python2-boto 2.6.0-1
    python2-cairo 1.10.0-1
    python2-configobj 4.7.2-5
    python2-crypto 2.6-3
    python2-dbus 1.1.1-2
    python2-distribute 0.6.30-1
    python2-gconf 2.28.1-8
    python2-gnomecanvas 2.28.1-8
    python2-gnomevfs 2.28.1-8
    python2-gnupginterface 0.3.2-1
    python2-gobject 3.4.2-1
    python2-gobject2 2.28.6-8
    python2-gtkhtml2 2.25.3-12
    python2-gtkspell 2.25.3-12
    python2-httplib2 0.7.6-1
    python2-imaging 1.1.7-5
    python2-libgnome 2.28.1-8
    python2-lxml 3.0.1-1
    python2-mako 0.7.2-2
    python2-markupsafe 0.15-2
    python2-mpd 0.3.0-4
    python2-nautilus 1.1-3
    python2-notify 0.1.1-12
    python2-opengl 3.0.2-2
    python2-paramiko 1.7.7.1-3
    python2-pyasn1 0.1.4-1
    python2-pychm 0.8.4-1
    python2-pycurl 7.19.0-2
    python2-pygame 1.9.1-7
    python2-pylorcon 2-2
    python2-pyopenssl 0.13-2
    python2-pyqt 4.9.5-3
    python2-pysqlite 2.6.3-3
    python2-reportlab 2.6-1
    python2-simplejson 2.6.2-1
    python2-sip 4.14-2
    python2-socksipy-branch 1.02-1
    python2-sqlalchemy 0.7.9-1
    python2-urwid 1.0.2-2
    python2-xdg 0.23-2
    python2-zope-interface 4.0.1-1
    pyxml 0.8.4-10
    qca 2.0.3-2
    qca-ossl 2.0.0-4
    qcad 2.0.5.0-11
    qgit 2.3-3
    qimageblitz 0.0.6-2
    qjson 0.7.1-2
    qpdf 3.0.2-1
    qrencode 3.4.1-1
    qscintilla 2.6.2-3
    qscintilla-qt3 1.7.1-4
    qt 4.8.3-6
    qt3 1:3.3.8b-2
    qtwebkit 2.2.2-1
    quodlibet 2.4.1-1
    quodlibet-plugins 2.4.1-2
    rabbitvcs 0.15.2-1
    randrproto 1.4.0-1
    rapidsvn 0.12.1-1
    raptor 2.0.8-2
    rasqal 1:0.9.29-1
    rawtherapee 1:4.0.8-1
    readline 6.2.004-1
    recode 3.6-7
    recordmydesktop 0.3.8.1-6
    recordproto 1.14.2-1
    redland 1:1.0.15-3
    redland-storage-virtuoso 1:1.0.15-3
    reiserfsprogs 3.6.21-4
    remmina 1.0.0-9
    renderproto 0.11.1-2
    rest 0.7.90-1
    rfkill 0.4-6
    rhythmbox 2.98-4
    rlog 1.4-4
    rpcbind 0.2.0-9
    rpmextract 1.0-5
    rrdtool 1.4.7-2
    rsync 3.0.9-5
    rtkit 0.11-1
    rtmpdump 2.4-1
    rubberband 1.7.0-1
    ruby 1.9.3_p327-1
    rubyripper 0.6.2-2
    run-parts 4.3.4-1
    rxvt-unicode 9.15-3
    samba 3.6.9-1
    sane 1.0.23-1
    schroedinger 1.0.11-1
    screen 4.0.3-15
    scribes 0.4.954-2
    scribus 1.4.1-1
    scribus-templates 1.3.8-1
    scrnsaverproto 1.2.2-1
    sdl 1.2.15-3
    sdl_image 1.2.12-2
    sdl_mixer 1.2.12-3
    sdl_ttf 2.0.11-2
    seahorse 3.6.3-1
    secure-delete 3.1-4
    sed 4.2.1-4
    serd 0.18.0-1
    sg3_utils 1.33-1
    shadow 4.1.5.1-1
    shape-collage 2.5.3-1
    shared-color-profiles 0.1.5-1
    shared-color-targets 0.1.1-1
    shared-desktop-ontologies 0.10.0-1
    shared-mime-info 1.0-1
    shorewall 4.5.9.2-1
    shorewall-core 4.5.9.2-1
    sip 4.14-2
    skype 4.1.0.20-2
    slang 2.2.4-2
    smartmontools 6.0-1
    smbclient 3.6.9-1
    smpeg 0.4.4-7
    smplayer 0.8.1-1
    socat 1.7.2.1-1
    sonata 1.6.2.1-8
    soprano 2.8.0-2
    sord 0.10.0-1
    sound-juicer 3.5.0-1
    sound-theme-freedesktop 0.8-1
    soundtouch 1.6.0-1
    sox 14.4.0-3
    sozi 12.09-1
    spandsp 0.0.6pre21-1
    speech-dispatcher 0.7.1-7
    speex 1.2rc1-2
    sqlite 3.7.14.1-1
    sqlitebrowser 2.0b1-2
    sratom 0.4.0-1
    sshfs 2.4-1
    sshuttle-git 20121118-1
    ssss 0.5-2
    startup-notification 0.12-3
    strace 4.7-1
    stress 1.0.4-3
    strigi 0.7.7-2
    subversion 1.7.7-2
    sudo 1.8.6.p3-1
    suil 0.6.4-1
    sushi 3.6.1-1
    sysfsutils 2.1.0-8
    syslinux 4.06-1
    system-config-printer-common 1.3.12-1
    system-config-printer-gnome 1.3.12-1
    systemd 195-2
    systemd-sysvcompat 195-2
    sysvinit-tools 2.88-9
    t1lib 5.1.2-3
    taglib 1.8-1
    taglib-sharp 2.0.4.0-1
    talloc 2.0.7-1
    tar 1.26-2
    task-git 20121118-1
    tcl 8.5.13-1
    tdb 1.2.10-2
    telepathy-farstream 0.6.0-1
    telepathy-glib 0.20.1-1
    telepathy-logger 0.6.0-1
    telepathy-mission-control 5.14.0-1
    testdisk 6.13-3
    texinfo 4.13a-7
    texlive-bibtexextra 2012.26868-1
    texlive-bin 2012.0-5
    texlive-core 2012.26892-2
    texlive-fontsextra 2012.26866-1
    texlive-formatsextra 2012.26689-1
    texlive-genericextra 2012.26700-1
    texlive-htmlxml 2012.24013-1
    texlive-humanities 2012.25861-1
    texlive-latexextra 2012.26807-1
    texlive-pictures 2012.26791-1
    texlive-plainextra 2012.25953-1
    texlive-pstricks 2012.26865-1
    texlive-publishers 2012.26831-1
    texlive-science 2012.26607-1
    tftp-hpa 5.2-3
    thunderbird 16.0.2-1
    thunderbird-i18n-fr 16.0.2-1
    tig 1.1-1
    tightvnc 1.3.10-9
    time-drive 0.4.0-3
    tint2 0.11-5
    tmux 1.7-1
    tomboy 1.12.2-1
    tor 0.2.2.39-2
    tor-browser-en 2.2.39_5-1
    torchat 0.9.9.553-2
    totem 3.6.3-1
    totem-plparser 3.4.3-1
    tracker 0.14.4-2
    transcode 1.1.7-6
    transfig 3.2.5d-1
    transmission-gtk 2.73-2
    truecrypt 1:7.1a-1
    tsocks 1.8beta5-5
    ttf-bitstream-vera 1.10-8
    ttf-dejavu 2.33-3
    ttf-freefont 20120503-1
    ttf-inconsolata 20090215-3
    ttf-ms-fonts 2.0-9
    ttf-ubuntu-font-family 0.80-3
    tzdata 2012j-1
    udisks 1.0.4-5
    udisks2 2.0.0-1
    ultracopier 0.3.1.0-1
    unetbootin 581-1
    unison 2.40.65-1
    unixodbc 2.3.1-1
    unrar 4.2.4-1
    unzip 6.0-6
    upower 0.9.18-2
    usb_modeswitch 1.2.5-1
    usbmuxd 1.0.8-1
    usbutils 006-1
    util-linux 2.22.1-3
    v4l-utils 0.8.8-1
    vala 0.18.1-1
    vamp-plugin-sdk 2.4-1
    vi 1:050325-2
    vidalia 0.2.20-2
    videoproto 2.3.1-2
    vim-explorer 0.98-2
    vim-fugitive 20121118-1
    vim-gnupg 2.5-1
    vim-languagetool 1.23-1
    vim-latexsuite 20120926-2
    vim-minibufexpl 6.4.2-2
    vim-nerdtree 4.2.0-3
    vim-runtime 7.3.712-1
    vim-spell-en 20120506-1
    vim-spell-fr 20120506-1
    vinagre 3.6.2-1
    vino 3.6.2-1
    virtualbox 4.2.4-2
    virtualbox-ext-oracle 4.2.4-1
    virtualbox-guest-iso 4.2.4-1
    virtualbox-host-source 4.2.4-2
    virtuoso-base 6.1.6-1
    vlc 2.0.4-4
    vpnc 0.5.3.svn516-3
    vte 0.28.2-3
    vte-common 0.34.2-1
    vte3 0.34.2-1
    wacom-utility 1.21-3
    wavpack 4.60.1-2
    webkitgtk2 1.10.1-3
    webkitgtk3 1.10.1-3
    weborf 0.13-2
    webrtc-audio-processing 0.1-1
    wget 1.14-2
    which 2.20-5
    whois 5.0.20-1
    wicd 1.7.2.4-5
    wikidpad-dev 2.3beta05-1
    wildmidi 0.2.3.5-2
    wipe 2.3.1-2
    wireless-regdb 2011.04.28-1
    wireless_tools 29-7
    wireshark-cli 1.8.3-2
    wireshark-gtk 1.8.3-2
    wpa_supplicant 1.0-2
    wvdial 1.61-4
    wvstreams 4.6.1-5
    wxgtk 2.8.12.1-4
    wxpython 2.8.12.1-4
    x11vnc 0.9.13-3
    x264 20121113-1
    xarchiver 0.5.2-5
    xbitmaps 1.1.1-2
    xcb-proto 1.8-1
    xcb-util 0.3.9-1
    xcb-util-keysyms 0.3.9-1
    xchat 2.8.8-10
    xdelta3 3.0.4-1
    xdg-user-dirs 0.14-3
    xdg-user-dirs-gtk 0.9-1
    xdg-utils 1.1.0.git20121008-1
    xextproto 7.2.1-1
    xf86-input-evdev 2.7.3-2
    xf86-input-synaptics 1.6.2-2
    xf86-input-wacom 0.18.0-1
    xf86-video-intel 2.20.13-1
    xf86dgaproto 2.1-2
    xf86vidmodeproto 2.3.1-2
    xfsprogs 3.1.8-2
    xine-lib 1.2.2-3
    xineramaproto 1.2.1-2
    xinetd 2.3.15-2
    xkeyboard-config 2.7-1
    xmltoman 0.4-1
    xmms 1.2.11-6
    xmms2 0.8DrO_o-9
    xorg-bdftopcf 1.0.3-2
    xorg-font-util 1.3.0-1
    xorg-font-utils 7.6-3
    xorg-fonts-alias 1.0.2-2
    xorg-fonts-encodings 1.0.4-3
    xorg-fonts-misc 1.0.1-2
    xorg-iceauth 1.0.5-1
    xorg-luit 1.1.1-1
    xorg-mkfontdir 1.0.7-1
    xorg-mkfontscale 1.1.0-1
    xorg-server 1.13.0-4
    xorg-server-common 1.13.0-4
    xorg-server-utils 7.6-3
    xorg-sessreg 1.0.7-1
    xorg-setxkbmap 1.3.0-1
    xorg-twm 1.0.7-1
    xorg-utils 7.6-8
    xorg-xauth 1.0.7-1
    xorg-xbacklight 1.2.0-1
    xorg-xclock 1.0.6-1
    xorg-xcmsdb 1.0.4-1
    xorg-xdpyinfo 1.3.0-1
    xorg-xdriinfo 1.0.4-3
    xorg-xev 1.2.0-1
    xorg-xgamma 1.0.5-1
    xorg-xhost 1.0.5-1
    xorg-xinit 1.3.2-3
    xorg-xinput 1.6.0-1
    xorg-xkbcomp 1.2.4-1
    xorg-xlsatoms 1.1.1-1
    xorg-xlsclients 1.1.2-2
    xorg-xmessage 1.0.3-2
    xorg-xmodmap 1.0.7-1
    xorg-xprop 1.2.1-1
    xorg-xrandr 1.3.5-1
    xorg-xrdb 1.0.9-2
    xorg-xrefresh 1.0.4-3
    xorg-xset 1.2.2-1
    xorg-xsetroot 1.1.0-3
    xorg-xvinfo 1.1.1-3
    xorg-xwininfo 1.1.2-1
    xplc 0.3.13-4
    xproto 7.0.23-1
    xterm 286-1
    xvidcore 1.3.2-1
    xz 5.0.4-1
    yajl 2.0.4-1
    yaourt 1.2.1-1
    yelp 3.6.2-1
    yelp-xsl 3.6.0-1
    zenity 3.6.0-1
    zip 3.0-3
    zlib 1.2.7-1
    zsh 5.0.0-3
    zvbi 0.2.33-4
    zziplib 0.13.62-1
    Thank you for your help.
    Looking at the journal it looks like things started to go wrong around here:
    ov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:04:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:04:12 fatfly modem-manager[11263]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:04:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly modem-manager[11263]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:04:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:04:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11263 comm="/usr/sbin/modem-manager ")
    Nov 18 20:04:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:04:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:04:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:04:13 fatfly sudo[11266]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/pacman -S zip
    Nov 18 20:04:13 fatfly sudo[11266]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:04:14 fatfly sudo[11266]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:04:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:04:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Activating via systemd: service name='org.freedesktop.ModemManager' unit='modem-manager.service'
    Nov 18 20:06:12 fatfly systemd[1]: Starting Modem Manager...
    Nov 18 20:06:12 fatfly modem-manager[11373]: <info> ModemManager (version 0.6.0.0) starting...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Successfully activated service 'org.freedesktop.ModemManager'
    Nov 18 20:06:12 fatfly dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly modem-manager[11373]: <warn> Could not acquire the org.freedesktop.ModemManager service.
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> modem-manager is now available
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> the modem manager disappeared
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> trying to start the modem manager...
    Nov 18 20:06:12 fatfly dbus-daemon[414]: dbus[414]: [system] Rejected send message, 1 matched rules; type="method_call", sender=":1.2" (uid=0 pid=410 comm="/usr/sbin/NetworkManager --no-daemon ") interface="org.freedesktop.ModemManager" member="EnumerateDevices" error name="(unset)" requested_reply="0" destination="org.freedesktop.ModemManager" (uid=0 pid=11373 comm="/usr/sbin/modem-manager ")
    Nov 18 20:06:12 fatfly systemd[1]: Started Modem Manager.
    Nov 18 20:06:12 fatfly systemd[1]: modem-manager.service: main process exited, code=exited, status=255/n/a
    Nov 18 20:06:12 fatfly systemd[1]: Unit modem-manager.service entered failed state
    Nov 18 20:06:12 fatfly kernel: wlan0: deauthenticated from 30:46:9a:06:c5:9e (Reason: 7)
    Nov 18 20:06:12 fatfly kernel: cfg80211: Calling CRDA for country: US
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: completed -> disconnected
    Nov 18 20:06:12 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: disconnected -> scanning
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticate with 30:46:9a:06:c5:9e
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: scanning -> authenticating
    Nov 18 20:06:17 fatfly kernel: wlan0: send auth to 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: authenticated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: authenticating -> associating
    Nov 18 20:06:17 fatfly kernel: wlan0: associate with 30:46:9a:06:c5:9e (try 1/3)
    Nov 18 20:06:17 fatfly kernel: wlan0: RX AssocResp from 30:46:9a:06:c5:9e (capab=0x411 status=0 aid=2)
    Nov 18 20:06:17 fatfly kernel: wlan0: associated
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: associating -> 4-way handshake
    Nov 18 20:06:17 fatfly NetworkManager[410]: <info> (wlan0): supplicant interface state: 4-way handshake -> completed
    Nov 18 20:06:37 fatfly dbus-daemon[414]: dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:06:37 fatfly dbus[414]: [system] Failed to activate service 'org.freedesktop.ModemManager': timed out
    Nov 18 20:07:07 fatfly sudo[11394]: alpha : TTY=pts/2 ; PWD=/home/alpha ; USER=root ; COMMAND=/usr/bin/vim /etc/gdm/custom.conf
    Nov 18 20:07:07 fatfly sudo[11394]: pam_unix(sudo:session): session opened for user root by (uid=0)
    Nov 18 20:07:34 fatfly sudo[11394]: pam_unix(sudo:session): session closed for user root
    Nov 18 20:07:56 fatfly systemd-logind[413]: System is rebooting.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly gnome-session[591]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Nov 18 20:07:56 fatfly gnome-session[591]: Gtk-CRITICAL: gtk_main_quit: assertion `main_loops != NULL' failed
    Nov 18 20:07:56 fatfly gdm-password][579]: pam_unix(gdm-password:session): session closed for user alpha
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivating swap /dev/dm-3...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Sound Card.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Manage, Install and Generate Color Profiles...
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Bluetooth.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped D-Bus System Message Bus.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Authorization Manager.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Accounts Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Daemon for power management.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped RealtimeKit Scheduling Policy Service.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Manage, Install and Generate Color Profiles.
    Nov 18 20:07:56 fatfly kernel: wlan0: deauthenticating from 30:46:9a:06:c5:9e by local choice (reason=3)
    Nov 18 20:07:56 fatfly NetworkManager[410]: <warn> disconnected by the system bus.
    Nov 18 20:07:56 fatfly gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly NetworkManager[410]: 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.
    Nov 18 20:07:56 fatfly gdm[418]: **
    Nov 18 20:07:56 fatfly gdm[418]: GLib-GIO:ERROR:gdbusobjectmanagerserver.c:969:g_dbus_object_manager_server_emit_interfaces_removed: assertion failed (error == NULL): La connexion est fermée (g-io-error-quark, 18)
    Nov 18 20:07:56 fatfly gdm[418]: gdm[11461]: ******************* START **********************************
    Nov 18 20:07:56 fatfly kernel: cfg80211: Calling CRDA to update world regulatory domain
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Network Time Service.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/dm-3.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped target Network.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping Network Manager...
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Deactivated swap /dev/mapper/enc-swap.
    Nov 18 20:07:56 fatfly systemd[1]: Stopping /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> caught signal 15, shutting down normally.
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): now unmanaged
    Nov 18 20:07:56 fatfly NetworkManager[410]: <info> (wlan0): device state change: activated -> unmanaged (reason 'removed') [100 10 36]
    Nov 18 20:07:56 fatfly systemd[1]: Stopped Login Service.
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-DISCONNECTED bssid=30:46:9a:06:c5:9e reason=7
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: SME: Trying to authenticate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Trying to associate with 30:46:9a:06:c5:9e (SSID='cous24' freq=2452 MHz)
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: Associated with 30:46:9a:06:c5:9e
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: WPA: Key negotiation completed with 30:46:9a:06:c5:9e [PTK=CCMP GTK=CCMP]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-CONNECTED - Connection to 30:46:9a:06:c5:9e completed (reauth) [id=0 id_str=]
    Nov 18 20:07:56 fatfly wpa_supplicant[437]: wlan0: CTRL-EVENT-TERMINATING - signal 15 received
    Nov 18 20:07:56 fatfly systemd[1]: Started Store Sound Card State.
    Nov 18 20:07:56 fatfly systemd[1]: Stopped WPA supplicant.
    Nov 18 20:07:57 fatfly gdm[418]: warning: Could not load shared library symbols for linux-vdso.so.1.
    Nov 18 20:07:57 fatfly gdm[418]: Do you need "set solib-search-path" or "set sysroot"?
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): deactivating device (reason 'removed') [36]
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): canceled DHCP transaction, DHCP client pid 583
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> (wlan0): cleaning up...
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_begin_call: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_call_no_reply: assertion `!DBUS_G_PROXY_DESTROYED (proxy)' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: dbus_g_proxy_new_for_name: assertion `connection != NULL' failed
    Nov 18 20:07:57 fatfly NetworkManager[410]: <error> [1353265677.113921] [NetworkManagerUtils.c:513] nm_utils_call_dispatcher(): could not get dispatcher proxy!
    Nov 18 20:07:57 fatfly NetworkManager[410]: <info> exiting (success)
    Nov 18 20:07:57 fatfly systemd[1]: Stopped Network Manager.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/mapper/enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-uuid/b5704958-4e96-47c7-82fa-8f0845402470.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-uuid-CRYPT-PLAIN-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/disk/by-id/dm-name-enc-swap.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /dev/dm-3.
    Nov 18 20:07:57 fatfly systemd[1]: Stopped (with error) /sys/devices/virtual/block/dm-3.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 426]
    Nov 18 20:07:57 fatfly gdm[11461]: [New LWP 423]
    Nov 18 20:07:57 fatfly gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: [Thread debugging using libthread_db enabled]
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Using host libthread_db library "/usr/lib/libthread_db.so.1".
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: Traceback (most recent call last):
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.2-gdb.py", line 9, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: from gobject import register
    Nov 18 20:07:57 fatfly gdm[418]: File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    Nov 18 20:07:57 fatfly gdm[418]: import gdb.backtrace
    Nov 18 20:07:57 fatfly gdm[418]: ImportError: No module named backtrace
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x0000000000428a40 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: r () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: n g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: /libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #26 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: 7f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[11461]: A debugging session is active.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: Inferior 1 [process 418] will be detached.
    Nov 18 20:07:57 fatfly gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[11461]: [answered Y; input not from terminal]
    Nov 18 20:07:57 fatfly gdm[11461]: ******************* END **********************************
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae8da8fd5 in raise () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae8daa458 in abort () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae99b58d7 in g_assertion_message () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #7 0x00007f8ae99b5b0f in g_assertion_message_error () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #8 0x00007f8ae9f6a5f5 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #9 0x00007f8ae9f6ad0e in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #10 0x00007f8ae9f6b71c in g_dbus_object_manager_server_unexport () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #11 0x00007f8ae998419b in g_hash_table_find () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #12 0x000000000040af3b in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #13 0x0000000000410bf8 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #14 0x00007f8ae9c570f8 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #15 0x0000000000409565 in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #16 0x00007f8ae896fe48 in ffi_call_unix64 () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #17 0x00007f8ae896f850 in ffi_call () from /usr/lib/libffi.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #18 0x00007f8ae9c52afb in g_cclosure_marshal_generic () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #19 0x00007f8ae9c521a0 in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #20 0x00007f8ae9c635b0 in ?? () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #21 0x00007f8ae9c6b51c in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #22 0x00007f8ae9c6b6b2 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #23 0x00007f8ae9f48d45 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #24 0x00007f8ae9993845 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #25 0x00007f8ae9993b78 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: rom /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #27 0x000000000040919e in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #28 0x00007f8ae8d95725 in __libc_start_main () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #29 0x000000000040944d in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly systemd[1]: gdm.service: main process exited, code=exited, status=1/FAILURE
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 3 (Thread 0x7f8ae7acc700 (LWP 423)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: ib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993f72 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0007f8ae9f5c336 in ?? () from /usr/lib/libgio-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: o symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #6 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 2 (Thread 0x7f8ae70be700 (LWP 426)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae8e5218d in poll () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: .
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #1 0x00007f8ae9993b14 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x00007f8ae9993c34 in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: /lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #4 0x00007f8ae99b73a5 in ?? () from /usr/lib/libglib-2.0.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #5 0x00007f8ae9122e0f in start_thread () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: 0x00007f8ae8e5a31d in clone () from /usr/lib/libc.so.6
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]:
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: Thread 1 (Thread 0x7f8aea5e0700 (LWP 418)):
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #0 0x00007f8ae9129d97 in waitpid () from /usr/lib/libpthread.so.0
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #2 0x0000000000428d7a in ?? ()
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info available.
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: #3 <signal handler called>
    Nov 18 20:07:57 fatfly gdm[418]: gdm[11461]: No symbol table info a

    In order to find out about the problem I have restarted another fresh install but inside a VM this time so I can take notes and snapshots.
    I found that the following official package will break my Gnome 3.6 pretty easily:
    - pygtksourceview2 : this one instantly crashes Gnome and you are no longer able to log in.
    - pycups  and pysmbc : doesn't crash immediately but after 10s you get the oops.
    Let's remove them from the real install to see if it fixes the problem.
    [EDIT] Tried again to install the above three package inside a fresh Gnome install living into a VM and it didn't crash. See post above regarding my broken Gnome which was related to fingerprint-gui package from AUR.
    Last edited by alphazo (2012-11-20 14:35:08)

  • Firefox freeze apparently due to mesa 10.3.1

    Hi!
    I searched for recent posts about my bug but the closest I got was this one: https://bbs.archlinux.org/viewtopic.php?id=188484
    I first tried to remove all my extensions, which didn't work and then I tried downgrading to Firefox 32 (as said in the other thread), but didn't work either.
    That being said, I tried to downgrade from mesa 10.3.1 to 10.3.0 and now Firefox seems to work far better now, so if you get some sort of weird freeze (no light gray window, everything about image/video is frozen, but the sound, from flash, still works). I have an AMD/ATI Radeon HD 6870 with the open source drivers.
    Here's the line to downgrade:
    pacman -U /var/cache/pacman/pkg/mesa-10.3.0-3-x86_64.pkg.tar.xz
    I hope this will be useful to someone too

    rudametw wrote:
    I've had issues with Firefox freezing on suspend or when activating and deactivating my external monitor (intel driver using sna and intel-video-output) for about two days now.
    Apparently it's an evince bug, the fix is simple:
    rm /usr/lib/mozilla/plugins/libevbrowserplugin.so
    I found the solution here:
    https://bbs.archlinux.de/viewtopic.php?pid=330183
    And here's the bug report:
    https://bugs.archlinux.org/task/42422
    Hope it helps someone else.
    Thanks for the pointer.  Saw the glib errors in the log but they were very random in conjunction with Firefox actually crashing.  So far so good.  Must have been a change in Gnome 3.14 (evince) causing this, can't remember if there was an evince Firefox plug-in with Gnome 3.12.

  • I downloaded Lion for my Mac and now Firefox freezes whenever I try to open the NYTimes crossword site.

    I've been using Across Lite for years to do the NYTimes crossword puzzles. I just downloaded Lion to upgrade my Mac OS. I've downloaded the new version of Across Lite to fit with Lion, no problem. But when I go to the NYTimes crossword page, Firefox freezes. Sometimes it won't even open the page, sometimes it opens the page but then freezes. I haven't had this problem with any other site.

    hello, can you try to replicate this behaviour when you launch firefox in safe mode once? if not, maybe an addon is interfering here...
    [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]

  • Firefox freezes when starting a download

    When I start a download and choose the destination, Firefox freezes for about 2-3 seconds before starting to download. In that time, Firefox doesn't respond and acts like it crashed.
    My computer is completely new, running Win8.1 64Bit from an SSD, Core i5 Quad, 8GB Ram and Avast Antivir. FF is configured to clear the cache everytime I exit.
    It's almost the same as in https://support.mozilla.org/en-US/questions/937267 but in my case, every download makes FF freeze, not only the first.
    I already tried deactivating the Web Protection of Avast and the integrated scanning feature of Firefox but this didn't solve the problem.

    Try using DownThemAll, a Firefox addon, it works perfect.

  • Firefox freezes ALOT

    Firefox freezes up on me alot. Ive had this problem before then it was fine, then a few days ago when Gnome 2.18 came out and I updated it started again. It froze on me at least 15 times yesterday, and already 5 or 6 times today. Any suggestions or thoughts on what the problem might be?

    azwethinkweiz wrote:
    /opt/mozilla/lib/firefox-2.0.0.3/run-mozilla.sh: line 131: 27042 Killed                  "$prog" ${1+"$@"}
    thats the output I get when I run out of a terminal when it crashes I get that message
    Well well, looks familiar to me, unfortunately... I had the same thing going on since I had to reinstall Arch yesterday (due to a HD crash), and since then I get these kind of errors when I'm visiting certain webpages (always the same ones). If I start firefox from a console, it tells me (in german) about a "Speicherzugriffsfehler", i.e. a memory allocation failure. Uninstalling FF, deleting all its remaining directories and reinstalling didn't fix this. I then downloaded FF from the mozilla page, and extracted it to a folder. No errors so far 
    Really strange...

  • Firefox freezes when ctrl + enter is pressed simultaneously

    Firefox freezes when ctrl + enter is pressed simultaneously.

    Hello,
    Try Firefox Safe Mode to see if the problem goes away. Safe Mode is a troubleshooting mode, which disables most add-ons.
    (If you're not using it, switch to the Default theme.)
    * On Windows you can open Firefox 4.0+ in Safe Mode by holding the Shift key when you open the Firefox desktop or Start menu shortcut.
    * On Mac you can open Firefox 4.0+ in Safe Mode by holding the option key while starting Firefox.
    * On Linux you can open Firefox 4.0+ in Safe Mode by quitting Firefox and then going to your Terminal and running: firefox -safe-mode (you may need to specify the Firefox installation path e.g. /usr/lib/firefox)
    * Or open the Help menu and click on the Restart with Add-ons Disabled... menu item while Firefox is running.
    Once you get the pop-up, just select "'Start in Safe Mode"
    If the issue is not present in Firefox Safe Mode, your problem is probably caused by an extension, and you need to figure out which one. Please follow the [[Troubleshoot extensions, themes and hardware acceleration issues to solve common Firefox problems]]
    To exit the Firefox Safe Mode, just close Firefox and wait a few seconds before opening Firefox for normal use again.
    Please report back soon.

  • Flash makes my Firefox freeze

    The Shockwave Flash plugin makes my Firefox freeze anytime I enter a page containing flash content. I am absolutely sure that it is the cause of the freezing as everytime I choose to activate it on obvious flash sites the whole browser freezes permanently (well at least until I shutdown Firefox with task manager)
    I have googled this, reinstalled firefox/flash so many times but none of it works. And no I cannot change the hardware acceleration of flash that many reccomend as I cannot even load flash content at all.
    Please help, Firefox is my favorite internet browser and the only one I actually like(d) and I detest Chrome and the other alternatives.

    Hello,
    Some problems with Flash video playback can be resolved by disabling hardware acceleration in your Flash Player settings. (See [[Flash Plugin - Keep it up to date and troubleshoot problems|this article]] for more information on using the Flash plugin in Firefox).
    To disable hardware acceleration in Flash Player:
    #Go to this [http://helpx.adobe.com/flash-player/kb/video-playback-issues.html#main_Solve_video_playback_issues Adobe Flash Player Help page].
    #Right-click on the Flash Player logo on that page.
    #Click on '''Settings''' in the context menu. The Adobe Flash Player Settings screen will open.
    # Click on the icon at the bottom-left of the Adobe Flash Player Settings window to open the Display panel. <br/> <br/>[[Image:fpSettings1.PNG]] <br/>
    # Remove the check mark from '''Enable hardware acceleration'''.
    # Click '''Close''' to close the Adobe Flash Player Settings Window.
    # Restart Firefox.
    This [http://www.macromedia.com/support/documentation/en/flashplayer/help/help01.html Flash Player Help - Display Settings page] has more information on Flash Player hardware acceleration, if you're interested.
    Does this solve the problem? Let us know.

  • Firefox freeze on startup, no error message

    Firefox from one minute to the next crashed. Everytime I opened it up, it became unresponsive. Never an error message, just a pure freeze. The CPU does not go into overdrive. I did a complete uninstall. Created a new profile. As soon as i closed my session, the problem persisted. Even in safe mode, the application freezes completely within 1-3 seconds.
    Using the latest firefox
    windows 7 up to date

    Hi,
    1) I tried Installing Firefox 18. The problem persists.
    2) Since the problem occured, i have installed chrome, opera, safari and all of them work. I have so far not experienced any problems.
    3) Here is the info you requested:
    Windows 7 Ultimate
    Service Pack 1
    System type: 64 bit
    Firefox versions used:
    17.1
    18
    4) Here is a more detailed description of the problem.
    After uninstalling firefox, i reinstall it using the 18.0 version. It installs without a problem. Once the installation is complete, a firefox window opens up and works. I can do anything i want. Once i quit firefox, every new instance i open freezes:
    - Normal mode: Freezes when i click on the + sign for a new tab or click on the address bar or just wait a couple of seconds.
    - Safe mode: I try and open it up in safe mode, a window appears asking me if i want to open it in safe mode or reset firefox. If i click on reset firefox, the window disappears, a firefox process in open (task manager) but no window opens.
    - Reset firefox. If I try and reset firefox, the window asking me if i want to open it in safe mode or reset firefox. Upon clicking reset firefox, a new window opens warning me that doing so will delete ... when i click ok, the window closes, however the original window asking me if i want to open it in safe mode or reset firefox freezes.
    5) I never get an error message. Where are they kept so that i can attach them.
    6) I installed the recommended "SUPERAntiSpyware Portable Scanner Personal Edition" and "Malwarebytes Anti-Malware users". I let those run through the night and removed some threats. This solved the problem after i restarted and reinstalled firefox. Hopefully this was the last time I have this problem again.
    Problem fixed. Thanks for the support

  • Install Gnome 3 extensions via firefox

    I'm using Arch x64 with Gnome 3.2.1 and Firefox 8.0.1 on my laptop, the Firefox Gnome Shell Plugin is installed and activated.
    I can browse through the extensions on https://extensions.gnome.org/ and I can see the activate/deactivate switches and trigger them. After that I'm beeing asked if I really want to install this extension but after I click on the install button nothing happens. The "installed extensions" tab on the site is empty. No error message at all. Is there a log file for firefox extensions or gnome itself?
    I looked through the log files in /var/log/* but didn't found anything.
    On my desktop with the same setup of software the install process works like a charm.

    I got the package list from kahelos, and installed the following (missing ones got installed), now extensions can be installed from extensions.gnome.org.
    application's optional dependencies are not installed which package groups like gnome.
    I still don't know which package fixed/enabled the extensions feature for gnome 3.2 and firefox. I installed archlinux64 with xorg, gnome, gnome-extra, gstreamer groups. There are still too many manual minor dependency management in a fresh install.
    sudo pacman -S --needed a52dec aalib accountsservice acl aisleriot alsa-lib alsa-plugins apr apr-util aqbanking art-sharp aspell at-spi at-spi2-atk at-spi2-core atk atkmm attica attr autoconf automake avahi avogadro babl bash blas bluefish bluez boost-libs brasero brltty bzip2 ca-certificates ca-certificates-java cairo cairo-perl cairomm cantarell-fonts caribou cdparanoia cdrdao cdrkit cloog clutter clutter-gst clutter-gtk cogl colord compositeproto consolekit coreutils cpufrequtils cracklib cronie cryptsetup cups cups-pk-helper curl damageproto dasher db dbus dbus-core dbus-glib dbus-python dbus-sharp dbus-sharp-glib dconf desktop-file-utils device-mapper dhcpcd dia diffutils dirmngr djvulibre dnsutils docbook-xml docbook-xsl dotconf dri2proto dvd+rw-tools e2fsprogs eigen2 eject ekiga empathy enca enchant eog eog-plugins epiphany eventlog evince exempi exiv2 expat f-spot faad2 fakeroot farsight2 ffmpeg fftw file file-roller filesystem filezilla findutils firefox fixesproto flac flashplugin flickrnet fluidsynth folks fontconfig fontsproto foomatic-db foomatic-db-engine foomatic-filters freeglut freemind fribidi fuse gamin gawk gcalctool gconf gconf-editor gconf-sharp gconf-sharp-peditors gd gdbm gdk-pixbuf2 gdm gedit gegl gettext ghostscript giflib gjs glew glib glib-networking glib-perl glib2 glibc glibmm glproto gmime gmp gnome-applets gnome-backgrounds gnome-blog gnome-bluetooth gnome-color-manager gnome-contacts gnome-control-center gnome-desktop gnome-disk-utility gnome-documents gnome-icon-theme gnome-icon-theme-extras gnome-icon-theme-symbolic gnome-js-common gnome-keyring gnome-keyring-sharp gnome-media gnome-menus gnome-mime-data gnome-nettool gnome-online-accounts gnome-packagekit gnome-panel gnome-power-manager gnome-screensaver gnome-session gnome-settings-daemon gnome-sharp gnome-shell gnome-shell-extension-alternate-tab gnome-shell-extension-alternative-status-menu gnome-shell-extension-apps-menu gnome-shell-extension-auto-move-windows gnome-shell-extension-dock gnome-shell-extension-drive-menu gnome-shell-extension-gajim gnome-shell-extension-native-window-placement gnome-shell-extension-places-menu gnome-shell-extension-system-monitor gnome-shell-extension-user-theme gnome-shell-extension-windows-navigator gnome-shell-extension-workspace-indicator gnome-shell-extension-xrandr-indicator gnome-shell-extensions-common gnome-speech gnome-system-monitor gnome-terminal gnome-themes-standard gnome-tweak-tool gnome-user-docs gnome-utils gnome-vfs gnome-vfs-sharp gnome-video-effects gnucash gnupg gnupg2 gnutls gobject-introspection gpgme gpm grantlee graphite grep groff grub gsettings-desktop-schemas gsfonts gsm gstreamer0.10 gstreamer0.10-bad gstreamer0.10-base gstreamer0.10-base-plugins gstreamer0.10-ffmpeg gstreamer0.10-good gstreamer0.10-good-plugins gstreamer0.10-python gtk-engines gtk-sharp-2 gtk-update-icon-cache gtk-vnc gtk2 gtk2-perl gtk3 gtkhtml gtkhtml4 gtkmm3 gtksourceview3 gtkspell gucharmap guile gvfs gvfs-obexftp gvfs-smb gwenhywfar gzip heirloom-mailx hicolor-icon-theme hplip hspell hunspell hyphen iana-etc icon-naming-utils icu idnkit ilmbase imagemagick imlib2 inetutils initscripts inputproto iproute2 iputils isl iso-codes jack jasper jfsutils js json-c json-glib kbd kbproto kdeedu-kalzium kdelibs keyutils krb5 ktoblzcheck lame lapack lcms lcms2 less libao libarchive libart-lgpl libass libassuan libasyncns libatasmart libavc1394 libbonobo libbonoboui libcaca libcanberra libcanberra-pulse libcap libcap-ng libcddb libcdio libchamplain libcroco libcups libdaemon libdatrie libdbi libdbi-drivers libdbusmenu-qt libdca libdiscid libdrm libdv libdvbpsi libdvdnav libdvdread libebml libedit libevent libexif libfetch libffi libfontenc libgcrypt libgdata libgdiplus libgdu libgee libglade libglapi libgnome libgnome-data libgnome-keyring libgnome-media-profiles libgnome-sharp libgnomecanvas libgnomekbd libgnomeui libgpg-error libgphoto2 libgsf libgssglue libgtop libgweather libical libice libid3tag libidl2 libidn libiec61883 libieee1284 libimobiledevice libiodbc libjpeg-turbo libksba libldap liblouis libltdl libmad libmatroska libmng libmodplug libmpc libmpcdec libmpeg2 libmtp libmusicbrainz3 libnice libnl libnotify liboauth libofx libogg libpcap libpciaccess libpeas libpipeline libplist libpng libproxy libpst libpulse libpurple libqzeitgeist libraw1394 libreoffice-base libreoffice-calc libreoffice-common libreoffice-draw libreoffice-en-US libreoffice-gnome libreoffice-impress libreoffice-writer librsvg libsamplerate libsasl libshout libsigc++ libsm libsndfile libsocialweb libsoup libsoup-gnome libspectre libssh2 libtasn1 libtextcat libthai libtheora libtiff libtirpc libtool libtorrent-rasterbar libtracker-sparql libunique libunique3 libupnp libusb libusb-compat libva libvdpau libvisual libvorbis libvpx libwebkit libwebkit3 libwmf libwnck libwnck3 libwpd libwps libx11 libxau libxaw libxcb libxcomposite libxcursor libxdamage libxdmcp libxext libxfixes libxfont libxft libxi libxinerama libxkbfile libxklavier libxml++ libxml2 libxmu libxpm libxrandr libxrender libxres libxslt libxss libxt libxtst libxv libxvmc libxxf86vm libytnef licenses linux-api-headers linux-firmware logrotate lpsolve lsof lua lvm2 lzo2 m4 make man-db man-pages mash mcpp mdadm mesa metacity mime-types mkinitcpio mkinitcpio-busybox mlocate mobile-broadband-provider-info module-init-tools mousetweaks mozilla-common mpfr mutagen mutter mx nano nautilus nautilus-open-terminal nautilus-sendto ncurses ndesk-dbus ndesk-dbus-glib neon net-snmp net-tools netkit-bsd-finger nettle network-manager-applet networkmanager notification-daemon nspr nss ntfs-3g obex-data-server obexd-client ocaml opal openbabel opencore-amr openexr openjdk6 openjpeg openobex openslp opensp openssh openssl orbit2 orc orca p11-kit packagekit pacman pacman-mirrorlist pam pango pango-perl pangomm parted patch pciutils pcmciautils pcre pdfedit perl perl-bit-vector perl-carp-clan perl-date-calc perl-digest-hmac perl-digest-sha1 perl-encode-locale perl-file-listing perl-html-parser perl-html-tagset perl-http-cookies perl-http-daemon perl-http-date perl-http-message perl-http-negotiate perl-libwww perl-locale-gettext perl-lwp-mediatypes perl-net-dns perl-net-http perl-uri perl-www-robotrules perl-xml-parser perl-xml-simple phonon phonon-gstreamer pidgin pinentry pixman pm-quirks pm-utils polkit polkit-gnome polkit-qt poppler poppler-data poppler-glib popt ppl ppp procps psmisc pth ptlib pulseaudio pulseaudio-alsa pyatspi pycups pygobject-devel pygobject2-devel pygtk pyorbit pyqt pyrex pysmbc python python-gdata python-notify python-pycurl python-pysqlite python2 python2-bonobo python2-cairo python2-gconf python2-gnomecanvas python2-gnomevfs python2-gobject python2-gobject2 python2-gtkspell python2-libgnome python2-numpy python2-pyqt python2-sip pywebkitgtk pyxdg randrproto raptor rasqal readline recode recordproto redland redland-storage-virtuoso reiserfsprogs renderproto rest rtkit rtmpdump run-parts samba sane schroedinger scrnsaverproto sdl sdl_image seahorse sed seed sg3_utils shadow shared-desktop-ontologies shared-mime-info sip slib smbclient soprano sound-juicer sound-theme-freedesktop speech-dispatcher speex sqlite3 squashfs-tools startup-notification strigi sudo sushi sysfsutils syslinux syslog-ng system-config-printer-common system-config-printer-gnome sysvinit t1lib taglib talloc tar tcl tdb telepathy-farsight telepathy-farstream telepathy-glib telepathy-logger telepathy-mission-control texinfo thunderbird totem totem-plparser tracker tzdata udev udisks unixodbc upower usbmuxd usbutils util-linux v4l-utils vi videoproto vinagre vino virtuoso vte-common vte3 wavpack wget which whois wireless_tools wpa_supplicant wxgtk x264 xcb-proto xcb-util xdg-utils xextproto xf86-input-acecad xf86-input-aiptek xf86-input-evdev xf86-input-joystick xf86-input-keyboard xf86-input-mouse xf86-input-synaptics xf86-input-vmmouse xf86-input-void xf86vidmodeproto xfsprogs xineramaproto xinetd xkeyboard-config xorg-bdftopcf xorg-font-util xorg-font-utils xorg-fonts-alias xorg-fonts-encodings xorg-fonts-misc xorg-mkfontdir xorg-mkfontscale xorg-server xorg-server-common xorg-setxkbmap xorg-xhost xorg-xkbcomp xorg-xmodmap xorg-xrdb xorg-xset xproto xsane xsane-gimp xvidcore xz yelp yelp-xsl zenity zim zip zlib zvbi

  • When clicking on links that open in a new window, the links don't open and Firefox freezes in a way. I can navigate the page I am on but cannot click to open a new tab or bookmark.

    When navigating the internet, if I come across a web page that has a link to open a picture or program in a new window, if I click on it, it does not open. Firefox immediately looses functionality in that I cannot open a new tab with the mouse wheel, right click to open a new tab, or use my bookmarks in either the drop down or toolbar to navigate away. I can usually still navigate the page that I am on, for example, (https://loanconsolidation.ed.gov/AppEntry/apply-online/appindex.jsp), when it freezes I cannot click on any of the content at the center of the page but I can still use the links from the list on the far left. For an example of the pictures, (http://www.insect-sale.com/), if you click on "New Arrivals" at the top of the page it takes you to a list of products that can only be viewed by clicking on them. Usually a picture of the item would open in a small window but it does not and Firefox freezes. This has also happen when I try a view a degree audit on a school's website where a program would usually open in a new window. The only thing I have been able to find that still functions properly when this happens is the home page button. I can click on it or use the wheel to open it in a tab just fine, but if I try and go anywhere else I cannot. The only way I can get Firefox back to normal is to use the Task Manager and end the process. Another thing I have noticed, that may or may not be related; is that my Norton Internet Security toolbar, that should show up below the bookmarks toolbar and above the tabs, only shows up about 1 out of every 10 times I open Firefox. Some days it doesn't show up at all. If it does show up and I log into Identity Safe, the autofill for the programed website works, even if the toolbar doesn't show up the next time I open Firefox.

    Go to Tools->Options->Apps
    Here you should see two columns: Content Type on the left, Actions on the right.
    Find and select excel spreadsheet or any other content type in the left column. There should be a corresponding action in the right column. What is it? You can use the drop-down list to select the option you want:
    Always Ask - Firefox will ask each time: What do you want to do with this file?
    Save file - Firefox will save this file to your computer
    Use - Firefox will give this file to the program to open it
    In case of saving, Firefox will either prompt you every time where you want the file to be saved, or save it to the default location. It depends on the preference in
    Tools->Options->General->Download

  • Firefox freezes trying to download or save files, Import/Export bookmarks, clicking (Tools) Options (was: Fire Fox crashes in Windows safe mode and in Firefox Safe mode)

    Hi
    XP sp3 4gb ram
    Firefox 6.0.2
    Firefox crashes every time I do any of the following. Then I have to force quit Fire fox.
    If i click a download link on a web page, Firefox freezes the instant I click the link
    ...but Firefox does not freeze if I click a web link on a web page or page navigation link.
    If i go to the Menu bar > Tools > Options, Firefox freezes the instant I select Options from the Tools menu.
    ...but Firefox does not freeze if select any other item from the Tools menu.
    If I go to the Menu bar > File, Firefox instantly freezes the instant I select either "Save Page as..." or "Open file..."
    ...but Firefox does not freeze if I select any other option from the File menu such as: New Tab, New Window, Send Link, page Setup, Print, Exit etc
    If I go the Menu Bar > Bookmarks > Show all Bookmarks > Import and Backup, Firefox instantly freezes the second I select "Import" or "Export"
    ... but Firefox does not freeze if I select any other command in the Bookmarks sub menus, nor does it freeze if I back out of the menu entirely.
    Same as above for History if I select "Import" or "Export"
    ...so I have isolated the problem to a limited number of commands in Firefox that cause Firefox to freeze... described above. Everything else in Firefox works fine.
    HERE IS A SUMMARY OF WHAT CAUSES THE FREEZING:
    • Clicking a download link on a webpage
    • Going to the Menu Bar > File and selecting "save as" or "Open File"
    • Going to the Menu bar > Tools and selecting Options.
    • Going to Bookmarks > Show all Bookmarks > Import and Backup and selecting either "Import" or "Export"
    • Same as above for History if I select "Import" or "Export"
    Everything else in Firefox works fine. I went through every menu command and checked for freezes. Only the commands I mentioned above cause the freezing.
    I tried the following to try to fix it:
    • Reset my modem and router (Problem still exists)
    • Uninstalled FF. Deleted folders, profiles (Downloads.sqlite), Registry entries. Reinstalled. (Problem still exists)
    • Restarted FF in Firefox safe mode. (Problem still exists)
    • Restarted in Windows Safe mode and then started FF in Firefox safe mode (Problem still exists)
    • Disabled Window firewall. Disabled ZoneAlarm firewall, Shutdown ZoneAlarm firewall. Set Internel Options to default settings. (Problem still exists)
    • I reset the config option: browser.download.manager.scanWhenDone to false
    What does work?
    • Firefox does not crash when I click a link an go a website, navigate a page, use a menu item command.
    • Firefox works fine on my other computer.
    • Internet Explorer works fine on the computer that Firefox is having a problem on.
    • My other applications work fine on the computer that Firefox is having a problem on.
    I want to add that, I just overcame the XP Recovery Virus by following a post that suggested running the following software to fix the virus. Everything seems back to normal except Firefox.
    The software I ran to fix the problem are listed below:
    • malwarebytes
    • superantispyware
    • ccleaner
    • combofix.
    • smart defrag
    • then load a good anti-virus. (I ran Zone Alarm virus scan)

    Hi.
    This is about a question you posted to the Firefox Support forum three months ago (I'm sorry you never got an answer).
    Did you ever fix the problem where Firefox freezes or hangs, when clicking a download link or using (File menu) "save as" or "open file"? Or when going to the Firefox (Tools) menu and clicking Options ? Or trying to Import or Export bookmarks?
    I found this thread searching for a solution for someone on MozillaZine's support forum who's having a similar issue. See this thread: (maybe something he's tried that didn't work for him will work for you?)
    http://forums.mozillazine.org/viewtopic.php?f=38&t=2382953&start=15
    <br>Cannot download or click tools -> options

Maybe you are looking for

  • Lync Server 2013 mobility - yes..

    I've read a million different posts on this subject, but they all seem to differ a little from our issue. We have a Lync 2013 setup, with Lync Hosting Pack. Our setup is pretty basic, with a front end server, a backend, edge. We also deployed an AD F

  • Date format in IDT

    Hi, I have an universe based on Teradata. I created a filter in IDT and it's like this : @Select(Sales\Calendar Day) =  @Prompt('Date:','D',,Mono,) When I use this filter and execute a test query in IDT, the date format is shown different in these 2:

  • CS3:  Export PDF crash...located the source, now what?

    InDesign CS3 keeps crashing on page 86 or 87 of a file I'm trying to Export to PDF.  I know this from watching the progress bar move across the screen, everything is fine until the status box shows page 86/87, then poof, InDesign disappears and reque

  • Adding a page name

    I want to add a page name to my pages, but I don't what the page name to change in my Navigator. At the moment my page name is "Home", but I want to change it to "Bon Accord Images: Home". This way, when you are looking at the page, at the top of the

  • Reservation

    Hi, I want to know the reservation process properly. I have a sales order of 10 no. Now i want to reserve the quantity against. What i have done is in MB21, i have reserved the stock with mvt type 231. Now i issue the material in MB1A, with ref to re