Skip to content
This repository has been archived by the owner on Jan 28, 2024. It is now read-only.

Starting GNOME fails #21

Open
marbetschar opened this issue Jun 3, 2020 · 1 comment
Open

Starting GNOME fails #21

marbetschar opened this issue Jun 3, 2020 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@marbetschar
Copy link
Owner

marbetschar commented Jun 3, 2020

This is a follow up issue of #16

gnome-session fails to start and produces the following output:

$ lxc exec GNOME -- sudo su --login marbetschar --command "gnome-session --debug"
...
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:406
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:406) done (status:1)
gnome-session-binary[336]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
gnome-session-binary[336]: DEBUG(+): Re-starting app: /org/gnome/SessionManager/App1
gnome-session-binary[336]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
gnome-session-binary[336]: CRITICAL: We failed, but the fail whale is dead. Sorry....
$ lxc exec GNOME -- sudo su --login marbetschar --command "gnome-session --debug"
sudo: setrlimit(RLIMIT_CORE): Operation not permitted
gnome-session-binary[336]: DEBUG(+): Enabling debugging
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) 
gnome-session-binary[336]: GLib-GIO-DEBUG(+): _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
gnome-session-binary[336]: WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-unspecified@ubuntu.target not found.
gnome-session-binary[336]: DEBUG(+): Finding a graphical session for user 1001
gnome-session-binary[336]: DEBUG(+): Considering session 'c1'
gnome-session-binary[336]: DEBUG(+): Session 'c1' is not a graphical session (type: 'unspecified')
gnome-session-binary[336]: WARNING: Could not get session id for session. Check that logind is properly installed and pam_systemd is getting used at login.
gnome-session-binary[336]: DEBUG(+): Using systemd for session tracking
gnome-session-binary[336]: DEBUG(+): GsmManager: setting client store 0x7f137c012880
gnome-session-binary[336]: DEBUG(+): GsmXsmpServer: SESSION_MANAGER=local/GNOME:@/tmp/.ICE-unix/336,unix/GNOME:/tmp/.ICE-unix/336

gnome-session-binary[336]: DEBUG(+): emitting SessionIsActive
gnome-session-binary[336]: DEBUG(+): fill: *** Getting session 'ubuntu'
gnome-session-binary[336]: DEBUG(+): fill: *** Looking if /home/marbetschar/.config/gnome-session/sessions/ubuntu.session is a valid session file
gnome-session-binary[336]: DEBUG(+): Cannot use session '/home/marbetschar/.config/gnome-session/sessions/ubuntu.session': non-existing or invalid file.
gnome-session-binary[336]: DEBUG(+): fill: *** Looking if /etc/xdg/gnome-session/sessions/ubuntu.session is a valid session file
gnome-session-binary[336]: DEBUG(+): Cannot use session '/etc/xdg/gnome-session/sessions/ubuntu.session': non-existing or invalid file.
gnome-session-binary[336]: DEBUG(+): fill: *** Looking if /usr/local/share/gnome-session/sessions/ubuntu.session is a valid session file
gnome-session-binary[336]: DEBUG(+): Cannot use session '/usr/local/share/gnome-session/sessions/ubuntu.session': non-existing or invalid file.
gnome-session-binary[336]: DEBUG(+): fill: *** Looking if /usr/share/gnome-session/sessions/ubuntu.session is a valid session file
gnome-session-binary[336]: DEBUG(+): fill: *** Checking required components
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.Shell.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/applications/org.gnome.Shell.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Datetime.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Keyboard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.PrintNotifications.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Smartcard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Wacom.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary[336]: DEBUG(+): fill: *** Done checking required components
gnome-session-binary[336]: DEBUG(+): fill: *** Executing user migration
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested)
gnome-session-binary[336]: DEBUG(+): fill: *** Adding required components
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.Shell.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/usr/share/applications/org.gnome.Shell.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /usr/share/applications/org.gnome.Shell.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App1 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.Shell.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App2 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.A11ySettings.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App3 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Color.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Datetime.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App4 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Datetime.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App5 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Housekeeping.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Keyboard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App6 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Keyboard.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App7 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.MediaKeys.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App8 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Power.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.PrintNotifications.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App9 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.PrintNotifications.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App10 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Rfkill.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App11 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.ScreensaverProxy.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App12 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Sharing.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Smartcard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App13 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Smartcard.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App14 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Sound.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.Wacom.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App15 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.Wacom.desktop
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking for file 'org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/gnome-session/saved-session'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.config/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/gnome/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/etc/xdg/autostart'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/home/marbetschar/.local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/local/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/usr/share/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: Looking in '/var/lib/snapd/desktop/applications'
gnome-session-binary[336]: DEBUG(+): GsmUtil: found in XDG dirs: '/etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop'
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App16 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: adding required app org.gnome.SettingsDaemon.XSettings.desktop
gnome-session-binary[336]: DEBUG(+): fill: *** Done adding required components
gnome-session-binary[336]: DEBUG(+): GsmManager: *** Adding autostart apps for /home/marbetschar/.config/autostart
gnome-session-binary[336]: DEBUG(+): GsmManager: *** Adding autostart apps for /usr/local/share/gnome/autostart
gnome-session-binary[336]: DEBUG(+): GsmManager: *** Adding autostart apps for /usr/share/gnome/autostart
gnome-session-binary[336]: DEBUG(+): app /org/gnome/SessionManager/App17 is disabled by X-GNOME-Autostart-enabled
gnome-session-binary[336]: DEBUG(+): GsmManager: read /usr/share/gnome/autostart/libcanberra-login-sound.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App17 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: *** Adding autostart apps for /var/lib/snapd/desktop/gnome/autostart
gnome-session-binary[336]: DEBUG(+): GsmManager: *** Adding autostart apps for /etc/xdg/autostart
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/at-spi-dbus-bus.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App18 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/geoclue-demo-agent.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App19 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-initial-setup-copy-worker.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App20 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-initial-setup-first-login.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App21 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-pkcs11.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App22 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-secrets.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App23 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-keyring-ssh.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App24 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-shell-overrides-migration.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App25 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/gnome-welcome-tour.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App26 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/im-launch.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App27 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/nm-applet.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App28 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/orca-autostart.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App29 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.DejaDup.Monitor.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App30 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.Evolution-alarm-notify.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App31 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.A11ySettings.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.A11ySettings.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Color.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Color.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Datetime.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Datetime.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.DiskUtilityNotify.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App35 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Housekeeping.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Housekeeping.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Keyboard.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Keyboard.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.MediaKeys.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.MediaKeys.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Power.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Power.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.PrintNotifications.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.PrintNotifications.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Rfkill.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Rfkill.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.ScreensaverProxy.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.ScreensaverProxy.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Sharing.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Sharing.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Smartcard.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Smartcard.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Sound.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Sound.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.UsbProtection.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App46 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Wacom.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.Wacom.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.Wwan.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App48 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/org.gnome.SettingsDaemon.XSettings.desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: not adding app: app-id 'org.gnome.SettingsDaemon.XSettings.desktop' already exists
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/print-applet.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App50 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/pulseaudio.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App51 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/snap-userd-autostart.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App52 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/spice-vdagent.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App53 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-extract.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App54 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-miner-fs.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App55 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/tracker-store.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App56 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/ubuntu-report-on-upgrade.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App57 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/update-notifier.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App58 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/user-dirs-update-gtk.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App59 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: read /etc/xdg/autostart/xdg-user-dirs.desktop
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/App60 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: GSM starting to manage
gnome-session-binary[336]: DEBUG(+): GsmManager: App startup summary
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase EARLY_INITIALIZATION
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App20 app-id:gnome-initial-setup-copy-worker.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase PRE_DISPLAY_SERVER
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App22 app-id:gnome-keyring-pkcs11.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App23 app-id:gnome-keyring-secrets.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App24 app-id:gnome-keyring-ssh.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase DISPLAY_SERVER
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App1 app-id:org.gnome.Shell.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase INITIALIZATION
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App15 app-id:org.gnome.SettingsDaemon.Wacom.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App46 app-id:org.gnome.SettingsDaemon.UsbProtection.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App7 app-id:org.gnome.SettingsDaemon.MediaKeys.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App51 app-id:pulseaudio.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App10 app-id:org.gnome.SettingsDaemon.Rfkill.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App2 app-id:org.gnome.SettingsDaemon.A11ySettings.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App16 app-id:org.gnome.SettingsDaemon.XSettings.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App8 app-id:org.gnome.SettingsDaemon.Power.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App11 app-id:org.gnome.SettingsDaemon.ScreensaverProxy.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App3 app-id:org.gnome.SettingsDaemon.Color.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App48 app-id:org.gnome.SettingsDaemon.Wwan.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App9 app-id:org.gnome.SettingsDaemon.PrintNotifications.desktopis-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App12 app-id:org.gnome.SettingsDaemon.Sharing.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App4 app-id:org.gnome.SettingsDaemon.Datetime.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App18 app-id:at-spi-dbus-bus.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App13 app-id:org.gnome.SettingsDaemon.Smartcard.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App5 app-id:org.gnome.SettingsDaemon.Housekeeping.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App14 app-id:org.gnome.SettingsDaemon.Sound.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App60 app-id:xdg-user-dirs.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App6 app-id:org.gnome.SettingsDaemon.Keyboard.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase WINDOW_MANAGER
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App53 app-id:spice-vdagent.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase PANEL
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase DESKTOP
gnome-session-binary[336]: DEBUG(+): GsmManager: Phase APPLICATION
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App35 app-id:org.gnome.SettingsDaemon.DiskUtilityNotify.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): app /org/gnome/SessionManager/App50 is not for the current desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App50 app-id:print-applet.desktop is-disabled:1 is-conditionally-disabled:0 is-delayed:1
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App25 app-id:gnome-shell-overrides-migration.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App30 app-id:org.gnome.DejaDup.Monitor.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:1
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App26 app-id:gnome-welcome-tour.desktop is-disabled:0 is-conditionally-disabled:1 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App56 app-id:tracker-store.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App31 app-id:org.gnome.Evolution-alarm-notify.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App57 app-id:ubuntu-report-on-upgrade.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App21 app-id:gnome-initial-setup-first-login.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App52 app-id:snap-userd-autostart.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App27 app-id:im-launch.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): app /org/gnome/SessionManager/App17 is disabled by X-GNOME-Autostart-enabled
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App17 app-id:libcanberra-login-sound.desktop is-disabled:1 is-conditionally-disabled:1 is-delayed:0
gnome-session-binary[336]: DEBUG(+): app /org/gnome/SessionManager/App28 is not for the current desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App28 app-id:nm-applet.desktop is-disabled:1 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App58 app-id:update-notifier.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:1
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App59 app-id:user-dirs-update-gtk.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App54 app-id:tracker-extract.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App29 app-id:orca-autostart.desktop is-disabled:0 is-conditionally-disabled:1 is-delayed:0
gnome-session-binary[336]: DEBUG(+): app /org/gnome/SessionManager/App19 is not for the current desktop
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App19 app-id:geoclue-demo-agent.desktop is-disabled:1 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: ID: /org/gnome/SessionManager/App55 app-id:tracker-miner-fs.desktop is-disabled:0 is-conditionally-disabled:0 is-delayed:0
gnome-session-binary[336]: DEBUG(+): GsmManager: starting phase EARLY_INITIALIZATION

gnome-session-binary[336]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App20'
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App20
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting gnome-initial-setup-copy-worker.desktop: command=/usr/libexec/gnome-initial-setup-copy-worker startup-id=10cac0345be66500a0159118532226943500000003360019
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:386
gnome-session-binary[336]: DEBUG(+): GsmManager: RegisterClient
gnome-session-binary[336]: DEBUG(+): GsmManager: Adding new client 10cac0345be66500a0159118532228283900000003360060 to session
gnome-session-binary[336]: DEBUG(+): uid = 1001
gnome-session-binary[336]: DEBUG(+): pid = 374
gnome-session-binary[336]: DEBUG(+): exporting client to object path: /org/gnome/SessionManager/Client1
gnome-session-binary[336]: DEBUG(+): exporting dbus client to object path: /org/gnome/SessionManager/Client1
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client1 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client1
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:386) done (status:0)
gnome-session-binary[336]: DEBUG(+): App gnome-initial-setup-copy-worker.desktop exited successfully
gnome-session-binary[336]: DEBUG(+): GsmManager: ending phase EARLY_INITIALIZATION
gnome-session-binary[336]: DEBUG(+): GsmManager: starting phase PRE_DISPLAY_SERVER

gnome-session-binary[336]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App22'
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App22
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-pkcs11.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=pkcs11 startup-id=10cac0345be66500a0159118532226986100000003360021
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:390
gnome-session-binary[336]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App23'
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App23
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-secrets.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=secrets startup-id=10cac0345be66500a0159118532226998100000003360022
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:391
gnome-session-binary[336]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App24'
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App24
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting gnome-keyring-ssh.desktop: command=/usr/bin/gnome-keyring-daemon --start --components=ssh startup-id=10cac0345be66500a0159118532227010400000003360023
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:392
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:391) done (status:0)
gnome-session-binary[336]: DEBUG(+): App gnome-keyring-secrets.desktop exited successfully
gnome-session-binary[336]: DEBUG(+): GsmManager: RegisterClient 10cac0345be66500a0159118532226998100000003360022
gnome-session-binary[336]: DEBUG(+): GsmManager: Adding new client 10cac0345be66500a0159118532226998100000003360022 to session
gnome-session-binary[336]: DEBUG(+): uid = 1001
gnome-session-binary[336]: DEBUG(+): pid = 393
gnome-session-binary[336]: DEBUG(+): exporting client to object path: /org/gnome/SessionManager/Client2
gnome-session-binary[336]: DEBUG(+): exporting dbus client to object path: /org/gnome/SessionManager/Client2
gnome-session-binary[336]: DEBUG(+): GsmStore: Adding object id /org/gnome/SessionManager/Client2 to store
gnome-session-binary[336]: DEBUG(+): GsmManager: Client added: /org/gnome/SessionManager/Client2
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:390) done (status:0)
gnome-session-binary[336]: DEBUG(+): App gnome-keyring-pkcs11.desktop exited successfully
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:392) done (status:0)
gnome-session-binary[336]: DEBUG(+): App gnome-keyring-ssh.desktop exited successfully
gnome-session-binary[336]: DEBUG(+): GsmManager: ending phase PRE_DISPLAY_SERVER
gnome-session-binary[336]: DEBUG(+): GsmManager: starting phase DISPLAY_SERVER

gnome-session-binary[336]: DEBUG(+): GsmManager: starting app '/org/gnome/SessionManager/App1'
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting org.gnome.Shell.desktop: command=/usr/bin/gnome-shell startup-id=10cac0345be66500a0159118532225815300000003360000
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:403
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:403) done (status:1)
gnome-session-binary[336]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
gnome-session-binary[336]: DEBUG(+): Re-starting app: /org/gnome/SessionManager/App1
gnome-session-binary[336]: DEBUG(+): Starting app: /org/gnome/SessionManager/App1
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: starting org.gnome.Shell.desktop: command=/usr/bin/gnome-shell startup-id=10cac0345be66500a0159118532225815300000003360000
gnome-session-binary[336]: GLib-DEBUG(+): posix_spawn avoided (fd close requested) (child_setup specified)
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: started pid:406
gnome-session-binary[336]: DEBUG(+): GsmAutostartApp: (pid:406) done (status:1)
gnome-session-binary[336]: WARNING: App 'org.gnome.Shell.desktop' exited with code 1
gnome-session-binary[336]: DEBUG(+): Re-starting app: /org/gnome/SessionManager/App1
gnome-session-binary[336]: WARNING: App 'org.gnome.Shell.desktop' respawning too quickly
gnome-session-binary[336]: CRITICAL: We failed, but the fail whale is dead. Sorry....

@marbetschar marbetschar added bug Something isn't working help wanted Extra attention is needed labels Jun 3, 2020
@marbetschar marbetschar changed the title Starting GNOME Starting GNOME fails Jun 3, 2020
@mviereck
Copy link

mviereck commented Jun 3, 2020

WARNING: Falling back to non-systemd startup procedure due to error: GDBus.Error:org.freedesktop.systemd1.NoSuchUnit: Unit gnome-session-unspecified@ubuntu.target not found.

I doubt that GNOME is able to run without systemd. At least it will need a running DBus system daemon (that could be started by another init system as well).
systemd in container is possible, but needs some setup.
IIRC you had a running systemd in one of your first setups?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants