Recent files for gnome Gnome Shell

I would like in Gnome Shell 3.6 the search to display also results from most recent used files. Is there a way for something like that?

I believe this feature is planned for 3.8... can't find a link, though.

Similar Messages

  • Recent update broke GNOME Shell drawing?

    Hi.
    I'm recently working on a theme for GNOME Shell, and in the "popup-menu-item" class I used a style like this: "box-shadow: inset 0 1px 0 #86d1f2;"
    It was all good before, but after I update my system yesterday the inset box-shadow property seems to be broken.
    With "0 1px [something greater than 0]" it works just fine,
    but if I do what I did above, going with "0 1px 0", the shadow (which should've been only 1 pixel high) would cover the whole button.
    Not sure if it's just me or it really is a bug.
    And I don't know much about all those packages, but I suspect it's gtk or cairo that cause the change.
    Please tell me what you think and where and how I can properly report this. Thanks!
    FYI,
    Before (check the third one from the left at the bottom): http://illusionmist.deviantart.com/#/d4yu9f2
    After: http://imgur.com/X5C6f
    Last edited by illusionmist (2012-05-14 15:02:36)

    wonder wrote:do you have nouveau?
    Is it something Nvidia-related? No, I don't think so. I'm running on ATI.
    But I don't think it's a graphical glitch caused by driver or something like that anyway.
    Must be the Shell or whatever it is it's using to draw.
    A few thoughts:
    1. If someone can check this for me, apply a random third-party theme, and add "box-shadow: inset 0 1px 0 red;" in the ".popup-menu-item" block, ALT-F2 "rt"
    then check if it's a red line or covers the whole item.
    2. Assume it's caused by, say, Cairo, can I downgrade to an earlier version easily with pacman or yaourt? That way I might be able to find the problem.
    Thanks.

  • Wayland backend per user for Gnome Shell?

    Hello, I've been trying to set environment variable with Wayland backend for Gnome Shell on Wayland but this per user just doesn't work.
    I tried to put:
    export GDK_BACKEND=wayland
    export CLUTTER_BACKEND=wayland
    to files like .profile and .bashrc but Gnome Shell doesn't tolerate these two. Without Wayland backend everything just run in XWayland "mode".
    Weston tolerate this backends but it is highly "underfetaured" and sometimes it's just crash (some breakpoint trap).
    Any response appreciated.

    I have had a brief look and I think there may be a way in to add/change things via .desktop files.  It looks like whenever gnome loads a .desktop type file it should look in $XDG_CONFIG_HOME home which, by default, would be $HOME/.config first before loading it from one of the standard system directories.  The standard session definitions are desktop files (though with a .session extension) so putting a copy on $HOME/.config should enable user specific reconfiguration.

  • I am using a macbook pro with system 10.6.8. I just discovered that no recent files have been backed up to the external disk using Time Capsule.  There is a long list of backups including most recent but no recent files, for some weeks, have been backed u

    I am using a macbook pro with system 10.6.8. I just discovered that no recent files have been backed up to the external disk using Time Capsule.  There is a long list of backups including most recent but no recent files, for some weeks, have been backed up.  I did a full reset of Time Machine.  I disconnected the external drive and reconnected it. It is not a matter of file types, no files and no folders have gotten backed up.  Everything looks normal though unless one goes hunting for recent files on the back up.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • Gcal data provider for GNOME-Shell

    So I wanted to try out the new GNOME-Shell calendar app (the one attached to the clock at the top of the screen), but I definitely didn't want to use evolution. I use Google calendar for all of my calendaring.
    Enter: google-calendar-server.
    Just a quick and dirty python script (but it did take quite a bit of reading as I had no idea how to interact with Dbus at all before), it uses Google's provided gdata api to grab your calendar information, and then present it to the Dbus interface that the calendar app is looking at for information.
    Dependencies:
    - python2
    - dbus (python-dbus)
    - gdata (for getting calendar info)
    - isodate (easy parsing of the dates given by Google, since they are for reasons unknown not just sending you dates in UTC or unix timestamp...)
    Usage:
    $ python2 cserver.py -uUSERNAME -pPASSWORD
    It's ugly and dirty at this point, but it's certainly functional, so I figured I'd share it. You will probably want to turn off the Debug flag before running it unless you want to see all of my debug prints.
    Download: https://bitbucket.org/skystrife/google-calendar-server

    So I wanted to try out the new GNOME-Shell calendar app (the one attached to the clock at the top of the screen), but I definitely didn't want to use evolution. I use Google calendar for all of my calendaring.
    Enter: google-calendar-server.
    Just a quick and dirty python script (but it did take quite a bit of reading as I had no idea how to interact with Dbus at all before), it uses Google's provided gdata api to grab your calendar information, and then present it to the Dbus interface that the calendar app is looking at for information.
    Dependencies:
    - python2
    - dbus (python-dbus)
    - gdata (for getting calendar info)
    - isodate (easy parsing of the dates given by Google, since they are for reasons unknown not just sending you dates in UTC or unix timestamp...)
    Usage:
    $ python2 cserver.py -uUSERNAME -pPASSWORD
    It's ugly and dirty at this point, but it's certainly functional, so I figured I'd share it. You will probably want to turn off the Debug flag before running it unless you want to see all of my debug prints.
    Download: https://bitbucket.org/skystrife/google-calendar-server

  • Mailnag for gnome-shell mail notifier

    Hi,
    i already asked in the desktop section how to run the code (python) but i cannot manage to run! So i ask kindly if it is possible to have this 'extension' as a package on aur.
    It's a gnome-shell notifier email in which by using evolution (maybe thunderbird) to reply mail directly from the gnome-shell popup window.
    https://launchpad.net/mailnag
    Thanks in advance
    Last edited by techmagyor (2011-06-01 17:34:51)

    I just got mine working it seems like there is an other sneaky dependency, as the script depends on aplay from alsa-utils to play a notification sound. After installing alsa-utils, everything worked.
    For your problem: I don't really know about the differences between gmail and googlemail, but try to replace ****@gmail.com with ****@googlemail.com. If you are from the UK or Germany, you could be affected by this: http://mail.google.com/support/bin/answ … wer=165761
    Edit: By your request, my python packages (I'm using testing on my laptop, if that matters):
    dbus-python 0.83.1-2
    gstreamer0.10-python 0.10.21-1
    mlt-python-bindings 0.7.2-1
    mutagen 1.20-3
    pygobject 2.28.4-1
    pygoocanvas 0.14.1-3
    pygtk 2.24.0-1
    pygtksourceview2 2.10.1-3
    python 3.2-2
    python2 2.7.1-9
    python2-cairo 1.10.0-1
    python2-distribute 0.6.16-1
    python2-gconf 2.28.1-7
    python2-gtkspell 2.25.3-9
    python2-httplib2 0.6.0-4
    python-gnomekeyring 2.32.0-6
    python-imaging 1.1.7-3
    python-notify 0.1.1-10
    pyxdg 0.19-2
    pyxml 0.8.4-8
    2. Edit: Looking at the source code, it seems like it tries ssl by default and then falls back to non-ssl in case of failure.
    3. Edit: I extracted the code that causes your error into a standalone script. Invoke it with python2 for further investigations.
    print "Importing imaplib..."
    import imaplib, sys
    port = 993
    server = "imap.gmail.com"
    print "Attempting to connect via SSL to " + server + ":" + str(port) + "..."
    try: srv = imaplib.IMAP4_SSL(server, port)
    except:
    print "Connection failed. Falling back to non-SSL"
    try: srv = imaplib.IMAP4(server, port)
    except:
    print "Connection failed. Exiting."
    sys.exit()
    print "Connection established on " + str(srv) + ".\nClosing now. "
    srv.logout()
    print "Finished."
    Last edited by Wey (2011-06-04 21:56:30)

  • Gnome-shell & flash video questions,

    Hi all,
    Right so I installed Arch on my old laptop this afternoon, a Toshiba Satellite M40 - first of all I was hoping to use Gnome-shell but it seems my old laptop isn't capable of running it.
    see there for the specs, the graphic card is an Ati X300 - so once setup if gnome-shell is installed - the gnome screen is blue (the default wallpaper) then nothing else, no error neither. Removing gnome-shell will start gnome with an error that gnome-shell crashed (would be good to know how to solve it)
    Then the second questions is regarding flash-video. Running the plugin and firefox youtube's video are running fine, but if I want to watch video from motogp.com (sorry the content is not free) the video is not smooth - so for gnome-shell I can understand the hardware isn't powerful enough but for the flash video I am puzzled and would love to be able to use my old laptop - especially that those video were running fine few month ago on the same laptop running XP.
    Many thanks,

    You could try forcing a fallback mode. It needs gnome-panel and metacity to work. https://wiki.archlinux.org/index.php/GN … lback_mode
    Flash's performance has always been worse in OSes other than Windows. http://arstechnica.com/software/news/20 … yer-10.ars

  • Gnome-shell segfault when using fglrx

    I have again tried to switch to the proprietary ATI Catalyst drivers as I wanted OpenCL support.  When I attempt to login I get the "Oh no!" error screen.
    dmesg:
    [ 33.063458] 2:3:1: cannot get freq at ep 0x82
    [ 34.186831] 2:3:1: cannot get freq at ep 0x82
    [ 37.022969] gnome-shell[1635]: segfault at 5 ip 00007ff4f0b6af59 sp 00007fffafafd0c0 error 4 in libcairo.so.2.11000.2[7ff4f0b32000+a9000]
    [ 37.423318] gnome-shell[1662]: segfault at 5 ip 00007fc69e495f59 sp 00007fff3f6a5bc0 error 4 in libcairo.so.2.11000.2[7fc69e45d000+a9000]
    [ 652.305051] gnome-screensav[1647]: segfault at 5 ip 00007f968c453f59 sp 00007fff38525440 error 4 in libcairo.so.2.11000.2[7f968c41b000+a9000]
    I just did a full system upgrade, hoping that would solve something, but it did not.
    Any ideas?
    EDIT: The wiki says support for gnome-shell with fglrx is "not very good".  Is anyone else using the two together successfully?
    EDIT 2: I am running two monitors, so this bug looks relevant: https://bugzilla.gnome.org/show_bug.cgi?id=649676
    EDIT 3: Just don't use fglrx with GNOME if you want to maintain some sanity.
    Last edited by whackedspinach (2011-06-04 01:34:44)

    I succeded running gnome-shell with fglrx but performances suck and I get a lot of glitches, back to open drivers.

  • [REQUEST] Gnome Shell Iconmanager extension

    Came across this gnome shell extension today that lets you move tray icons from the autohiding message tray on the bottom of the screen, to the systemtray at the top.
    http://www.webupd8.org/2011/06/move-ico … o-top.html
    Would be great is someone could package this for the aur

    I second that! I was just looking if it has been requested before.
    It makes a ton of those Move Icon XY to Topbar or Remove Icon XY from Topbar Extensions obsolete.
    It's not hard to install if you follow the guide, but it might be useful for others. Usually I stumble upon extensions for
    gnome shell by browsing the AUR. Many probably don't know that this powerful extension exsists.

  • Broken fonts in QT apps while launched via gnome-shell

    Hello guys.
    I lately reported troubles with some qt apps (scribus, speedcrunch, clementine). Fonts in these apps are broken. I reported this in issue below, you can checkout sshots there:
    https://bugs.archlinux.org/task/32958
    I have also find out that while launching these apps from terminal and bash shell, fonts work as they should. Can anyone experience this or have some idea how to:
    1. remove issue totally
    2. somehow create .desktop file to launch app in same environment as from bash shell and lock that .desktop file in gnome shell dock ?

    bwat47 wrote:
    I only have one qt app installed ATM on my gnome arch install (smplayer) and haven't seen any of these issues
    EDIT: no issue with clementine either...http://i.imgur.com/wyfhlzN.png
    Mine looks like this:
    http://goo.gl/9J2pe

  • What is the magic behind "recent files"?

    Hello,
    Usually file managers have implemented the feature to list and show recent files for quick navigation and finding.
    But what does "recent" exactly mean? Recently used, modified or created?
    I am asking because from my experience it only shows recently used but not recently created files.
    Can anyone confirm that?

    There are *many* standards in computing - that's just one.  And for a vast majority of the *nix world it wouldn't even make sense or work at all.  That is a Desktop standard.  So you will find that programs that are part of a Desktop Environment will adhere to it.  Programs that are not, will not.  <sidenote> while I don't imagine it was your intent, it is hard for me not to cringe at the idea of a poorly written standard that leads to bloat and poor functioning programs being forced upon all software developers - not everyone has or wants a gui let alone a DE </sidenote>
    KDE and gnome both have their own screenshot tools that undoubtedly will make the appropriate entries in these files.   In other words, if you want a tool that works with your DE, get a tool for your DE.
    I'm pretty sure there is a way to "manually" add a file as well, so you could make a wrapper script for scrot and/or other programs that would run scrot, then make the entry in the file list.
    Last edited by Trilby (2013-06-29 14:54:03)

  • [SOLVED] Gnome Shell doesn't search through recently used items

    A while back I ran chattir +i on ~/.local/share/recently-used.xbel because of a bug that gnome shell had where it would crash while searching for recently used items. Since I've now updated to 3.4.1, I figured the bug might have been fixed, so I ran chattr -i to allow writing to the file again. The file has since filled up with my recently used items, but they don't seem to appear in the gnome shell search.
    Sorry if this is a bit brief, but I'm not sure what other information to give on this problem.
    Last edited by themusicalduck (2012-04-25 22:32:38)

    I believe this was removed with 3.4.
    Here is the bug report: https://bugzilla.gnome.org/show_bug.cgi?id=670150
    And here is the gnome-shell commit: http://git.gnome.org/browse/gnome-shell … 8c68782d54
    Last edited by bzt (2012-04-25 17:04:57)

  • Most recent gnome-shell update (3.2.0-2) is eating my cpu alive!

    Ever since I updated to the 3.2.0-2 gnome-shell, my cpu sits at around 60% idle.  This slows down a lot of things including overlay mode.  Is anyone else experiencing this?
    There was also the kernel update (3.0.6-1), not sure if this would contribute...
    Here is my ~/.xsession-errors.  I'm not sure what to parse for though... well besides errors...
    /etc/gdm/Xsession: Beginning session setup...
    /etc/gdm/Xsession: Setup done, will execute: /usr/bin/ssh-agent -- gnome-session
    gnome-session[2282]: EggSMClient-WARNING: Desktop file '/home/rick/.config/autostart/dropbox.desktop' has malformed Icon key 'dropbox.png'(should not include extension)
    GNOME_KEYRING_CONTROL=/tmp/keyring-ttZ6ma
    GNOME_KEYRING_CONTROL=/tmp/keyring-ttZ6ma
    GPG_AGENT_INFO=/tmp/keyring-ttZ6ma/gpg:0:1
    SSH_AUTH_SOCK=/tmp/keyring-ttZ6ma/ssh
    GNOME_KEYRING_CONTROL=/tmp/keyring-ttZ6ma
    GPG_AGENT_INFO=/tmp/keyring-ttZ6ma/gpg:0:1
    GNOME_KEYRING_CONTROL=/tmp/keyring-ttZ6ma
    (gnome-settings-daemon:2315): keybindings-plugin-WARNING **: Key binding (screenreader) is incomplete
    (gnome-settings-daemon:2315): keybindings-plugin-WARNING **: Key binding (magnifier) is incomplete
    (gnome-settings-daemon:2315): keybindings-plugin-WARNING **: Key binding (onscreenkeyboard) is incomplete
    Xlib: extension "RECORD" missing on display ":0".
    Use of XRecord requested, but failed to initialize.
    ** Message: applet now removed from the notification area
    Initializing tracker-miner-fs...
    Tracker-Message: Setting up monitor for changes to config file:'/home/rick/.config/tracker/tracker-miner-fs.cfg'
    Starting log:
    File:'/home/rick/.local/share/tracker/tracker-miner-fs.log'
    Initializing tracker-store...
    Tracker-Message: Setting up monitor for changes to config file:'/home/rick/.config/tracker/tracker-store.cfg'
    Tracker-Message: Setting up monitor for changes to config file:'/home/rick/.config/tracker/tracker-store.cfg'
    Starting log:
    File:'/home/rick/.local/share/tracker/tracker-store.log'
    (nautilus:2365): Tracker-DEBUG: Initializing tracker-tags extension
    Initializing nautilus-dropbox 0.6.9
    Initializing nautilus-open-terminal extension
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): color-plugin-WARNING **: failed to create directory on startup: Error creating directory: File exists
    (gnome-settings-daemon:2315): GnomeDesktop-CRITICAL **: gnome_rr_crtc_get_gamma: assertion `crtc != NULL' failed
    (gnome-settings-daemon:2315): color-plugin-WARNING **: failed to reset xrandr-Lenovo Group Limited gamma tables: no data in the CLUT array
    (gnome-settings-daemon:2315): GnomeDesktop-CRITICAL **: gnome_rr_crtc_get_gamma: assertion `crtc != NULL' failed
    (gnome-settings-daemon:2315): color-plugin-WARNING **: failed to reset xrandr-Lenovo Group Limited gamma tables: no data in the CLUT array
    JS LOG: System monitor applet init from /usr/share/gnome-shell/extensions/[email protected]
    JS LOG: System monitor applet enabling
    glibtop: Non-standard uts for running kernel:
    release 3.0-ARCH=3.0.0 gives version code 196608
    JS LOG: System monitor applet enabling done
    (gnome-shell:2351): Clutter-WARNING **: Attempting to add actor of type 'ShellGenericContainer' to a container of type 'StBoxLayout', but the actor has already a parent of type 'StBoxLayout'.
    (gnome-shell:2351): St-WARNING **: Actor of type 'ShellGenericContainer' is not a child of the StBoxLayout container
    JS ERROR: !!! WARNING: 'assignment to undeclared variable idx'
    JS ERROR: !!! WARNING: file '/usr/share/gnome-shell/extensions/[email protected]/extension.js' line 4 exception 0 number 156
    JS LOG: GNOME Shell started at Wed Oct 05 2011 09:11:46 GMT-0400 (EDT)
    failed to create drawable
    ** Message: applet now embedded in the notification area
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    Window manager warning: Log level 16: STACK_OP_ADD: window 0x2600185 already in stack
    Window manager warning: Log level 16: STACK_OP_ADD: window 0x2600185 already in stack
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/NeXpose%20Security%20Console.desktop': 'Couldn't load desktop file:'/usr/share/applications/NeXpose Security Console.desktop''
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///usr/share/applications/brasero-nautilus.desktop': 'Desktop file doesn't contain type'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/kde4-nepomukcontroller.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/sun-javaws.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/java-policy-settings.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/sun_java.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/Java.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnome-font-viewer.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/notification-daemon.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/opera-widget-installer.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/session-properties.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/qtconfig.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/vinagre-file.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/nm-applet.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/nm-vpnc-auth-dialog.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/mutter.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/metacity.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gmenu-simple-editor.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gkbd-indicator-plugins-capplet.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnome-keyring-prompt.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/kde4-kmailservice.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/eclipse.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/kde4-ktelnetservice.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/seahorse-pgp-keys.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/PlayOnLinux.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/bluetooth-sendto.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/bluetooth-wizard.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Thunderbird-29NL2V.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/etherape.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/math.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/ooo-extension-manager.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/nautilus-autorun-software.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gkbd-keyboard-display.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/android-sdk.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnome-nettool.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnome-panel.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/cairo-dock.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/wireshark.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnomecc.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gstreamer-properties.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gcr-viewer.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/wine.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/seahorse-pgp-signature.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/sun-java.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/hamster-applet.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/Firewall%20Configuration.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Thunderbird-GW78ZV.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-packettracer-HMA2MV.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/moonlight3d.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/rhythmbox-device.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/seahorse-pgp-encrypted.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-packettracer-3OFJLV.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/zenmap.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-acroread-NPCHLV.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gsynaptics.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/avant-window-navigator.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/VirtualBox.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gok.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/kde4-kdbg.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/ettercap.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/kde4-knetattach.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/tracker-preferences.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/alacarte-made.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Thunderbird-IVN00V.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Evolution-6AL8VV.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/alacarte-made-3.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/vmware-player.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/users.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Thunderbird-KF070V.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/pdfedit.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/hplip.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/alacarte-made-1.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/r.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/userapp-Thunderbird-GZGR2V.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/alacarte-made-6.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gufw.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/alacarte.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/nm-connection-editor.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/network.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/flash-player-properties.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/seahorse-pgp-preferences.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gnome-user-share-properties.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/system-config-printer.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/shares.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/gksu-properties.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/paprefs.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/pavumeter.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/time.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/empathy-accounts.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/opera-widget-manager.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    (tracker-miner-fs:2357): Tracker-WARNING **: Couldn't properly parse desktop file 'file:///home/rick/.local/share/applications/Firewall%20Configuration-1.desktop': 'Desktop file is 'hidden', not gathering metadata for it'
    Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x22007e9 not in stack
    Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x22007e9 not in stack
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_editable: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_get_text: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-CRITICAL **: clutter_text_set_text: assertion `CLUTTER_IS_TEXT (self)' failed
    (gnome-shell:2351): Clutter-WARNING **: The actor 'uiGroup' is currently inside an allocation cycle; calling clutter_actor_queue_relayout() is not recommended
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    Window manager warning: Log level 8: g_signal_handler_disconnect: assertion `handler_id > 0' failed
    Window manager warning: Log level 8: g_signal_handler_disconnect: assertion `handler_id > 0' failed
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    Window manager warning: Log level 8: g_signal_handler_disconnect: assertion `handler_id > 0' failed
    Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x2201aae not in stack
    Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x2201aae not in stack
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    Created new window in existing browser session.
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-shell:2351): Clutter-WARNING **: The actor 'uiGroup' is currently inside an allocation cycle; calling clutter_actor_queue_relayout() is not recommended
    Created new window in existing browser session.
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    JS ERROR: !!! Exception was: TypeError: apObj is null
    JS ERROR: !!! lineNumber = '1306'
    JS ERROR: !!! fileName = '"/usr/share/gnome-shell/js/ui/status/network.js"'
    JS ERROR: !!! stack = '"([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1306
    JS ERROR: !!! message = '"apObj is null"'
    Window manager warning: Log level 8: g_signal_handler_disconnect: assertion `handler_id > 0' failed
    Window manager warning: Log level 8: g_signal_handler_disconnect: assertion `handler_id > 0' failed
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    JS ERROR: !!! Exception in callback for signal: destroy
    JS ERROR: !!! message = '"No signal connection 4 found"'
    JS ERROR: !!! lineNumber = '74'
    JS ERROR: !!! fileName = '"/usr/share/gjs-1.0/signals.js"'
    JS ERROR: !!! stack = '"_disconnect(4)@/usr/share/gjs-1.0/signals.js:74
    ([object Object])@/usr/share/gnome-shell/js/ui/popupMenu.js:962
    _emit("destroy")@/usr/share/gjs-1.0/signals.js:124
    ()@/usr/share/gnome-shell/js/ui/popupMenu.js:144
    ()@/usr/share/gnome-shell/js/ui/status/network.js:188
    ([object _private_NMClient_DeviceWifi],[object _private_NMClient_AccessPoint])@/usr/share/gnome-shell/js/ui/status/network.js:1298
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    Created new window in existing browser session.
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    Window manager warning: Log level 16: STACK_OP_RAISE_ABOVE: sibling window 0x2215e32 not in stack
    Window manager warning: Log level 16: STACK_OP_LOWER_BELOW: sibling window 0x2215e32 not in stack
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    [2619:5521:12043149874:ERROR:x509_certificate_nss.cc(797)] CERT_PKIXVerifyCert for 10.16.4.10 failed err=-8179
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (gnome-settings-daemon:2315): power-plugin-WARNING **: failed to restore backlight to 100: out of brightness range: 100, has to be 15 -> 0
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_type_hint: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_decorated: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid unclassed pointer in cast to `GtkWidget'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_widget_get_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_type_hint: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_decorated: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `<invalid>' in cast to `GtkWidget'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_widget_get_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_type_hint: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_decorated: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWidget'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_widget_get_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_type_hint: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_decorated: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWidget'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_widget_get_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_type_hint: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_qdata: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWindow'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_window_get_decorated: assertion `GTK_IS_WINDOW (window)' failed
    (exe:5603): GLib-GObject-WARNING **: invalid uninstantiatable type `(null)' in cast to `GtkWidget'
    (exe:5603): Gtk-CRITICAL **: IA__gtk_widget_get_toplevel: assertion `GTK_IS_WIDGET (widget)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
    (exe:5603): GLib-GObject-CRITICAL **: g_object_get_q

    I have had problems where more than one instance of gnome-shell was running, and that took a lot of CPU.
    Killing the excess gnome-shell processes fixed the problem.
    Last edited by ajbader (2011-10-05 17:30:54)

  • [solved] Blank screen for few seconds between GDM and Gnome-Shell

    Hi there,
    I don't know if this phenomenon is "normal" or not, so I ask : I am using Gnome 3.6 and after I have logged in on GDM I see a blank screen for roundabout 3 seconds before the gnome-shell starts. The whole system is running fine - so this is no "real" problem -, but this 3 seconds of a black screen between GDM and the gnome-shell are somewhat annoying and I want to find out if this behaviour is normal or not .
    Indeed, if I look into journalctl, I find this messages:
    Dez 03 21:45:53 sushi gdm-simple-slave[272]: WARNING: Failed to give slave programs access to the display. Trying to proceed.
    Dez 03 21:45:53 sushi gdm-launch-environment][305]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Dez 03 21:45:53 sushi gdm-launch-environment][305]: GLib-CRITICAL: g_variant_compare: assertion `!g_variant_is_container (a)' failed
    Dez 03 21:46:03 sushi gnome-session[311]: WARNING: Detected that screensaver has left the bus
    Dez 03 21:46:03 sushi gnome-session[311]: CRITICAL: gsm_manager_set_phase: assertion `GSM_IS_MANAGER (manager)' failed
    Dez 03 21:46:03 sushi gdm-simple-slave[272]: WARNING: Failed to remove slave program access to the display. Trying to proceed.
    Dez 03 21:46:03 sushi gdm-simple-slave[272]: WARNING: Child process -311 was already dead.
    Dez 03 22:00:50 sushi systemd-tmpfiles[1793]: stat(/run/user/1000/gvfs) failed: Permission denied
    Actually, I don't know if this is relevant for my little "black-screen" problem (but it looks as if ...).
    And
    $ systemctl status gdm.service
    shows nothing to worry about (as far as I can see):
    gdm.service - GNOME Display Manager
          Loaded: loaded (/usr/lib/systemd/system/gdm.service; enabled)
          Active: active (running) since Mo, 2012-12-03 21:45:51 CET; 40min ago
        Main PID: 266 (gdm-binary)
          CGroup: name=systemd:/system/gdm.service
              ├─266 /usr/sbin/gdm-binary
              ├─272 /usr/lib/gdm/gdm-simple-slave --display-id /org/gnome/DisplayManager/Displays/_0
              ├─279 /usr/bin/Xorg :0 -background none -verbose -auth /var/run/gdm/auth-for-gdm-xTnD7p/database -seat seat0 -nolisten tcp vt1
              └─440 gdm-session-worker [pam/gdm-password]
    The hardware is an Asrock H77M-ITX board with an Intel GPU. Systemd is up and running well, no failing service units.
    Any ideas, what's going on here?
    Last edited by swordfish (2012-12-08 14:26:00)

    Finally I found out what's going on - and it's so simple
    It's just my monitor which is runing on a default resolution of 1920x1080. When I switched to 1600x900 using Gnome's system tools, the monitor needs roundabout two seconds to adjust to this resolution

  • Plugin for SMPlayer (mp3) & Gnome-shell?

    Hey all.
    I just want to listing music on my PC, but i want good plugin for use that with Gnome-Shell.
    Anyone know a good tool for me?
    Thanks a lots.

    Maybe try gnome-shell-extension-mediaplayer-git:
    https://aur.archlinux.org/packages.php?ID=49367
    It works with at least the following players:
        Clementine
        Banshee
        Rhythmbox
        mpd (with mpDris2)

Maybe you are looking for