You are not logged in.
Ever since I updated yesterday the Power settings section of Gnome Control Center takes a really long time to load. Like 30 seconds. I'm not seeing any errors or warnings in terminal when doing this. The Displays section takes a few seconds to load as well when it used to not.
Anybody have any idea what's going wrong or how I can diagnose the issue?
Last edited by thewisenoob (2024-09-03 12:12:17)
Offline
30 secs (rather 25secs) is a DBUS timeout, how are you starting your gnome session and what's your output for
printenv | grep DBUS
Offline
how are you starting your gnome session
The Gnome X11 option with GDM
what's your output for
printenv | grep DBUS
DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
I don't know if this is helpful, but the status of the dbus using
sudo systemctl status dbus.service
is this:
Jul 07 22:00:52 otomodachi systemd[1]: Starting D-Bus System Message Bus...
Jul 07 22:00:52 otomodachi dbus-broker-launch[663]: Looking up NSS user entry for 'pulse'...
Jul 07 22:00:52 otomodachi dbus-broker-launch[663]: NSS returned no entry for 'pulse'
Jul 07 22:00:52 otomodachi dbus-broker-launch[663]: Invalid user-name in /usr/share/dbus-1/system.d/pulseaudio-system.conf +27: user="pulse"
Jul 07 22:00:52 otomodachi systemd[1]: Started D-Bus System Message Bus.
Jul 07 22:00:52 otomodachi dbus-broker-launch[663]: Ready
Jul 07 22:00:53 otomodachi dbus-broker-launch[663]: Activation request for 'org.freedesktop.home1' failed: The systemd unit 'dbus-org.freedesktop.home1.service' could not be found.
Jul 07 22:00:59 otomodachi dbus-broker-launch[663]: Activation request for 'org.freedesktop.Avahi' failed: The systemd unit 'dbus-org.freedesktop.Avahi.service' could not be found.
Jul 07 22:01:05 otomodachi dbus-broker-launch[663]: Activation request for 'org.freedesktop.resolve1' failed: The systemd unit 'dbus-org.freedesktop.resolve1.service' could not be found.
Also, I was wrong about there being no errors in the terminal. If I disable upower, which I only enabled as an attempt to fix the below warning and error, I get this in the terminal:
16:46:39.0024 libupower-glib[791565]: WARNING: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
16:46:39.0024 libupower-glib[791565]:CRITICAL: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Enabling the upower service does not fix my issue, but it makes that warning and error disappear. Very confused by what's going on.
Last edited by thewisenoob (2024-07-08 20:51:09)
Offline
I checked journalctl and it appears upower is timing out.
Jul 08 23:21:05 otomodachi gnome-control-c[2729]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:14 otomodachi sudo[4330]: pam_unix(sudo:session): session closed for user root
Jul 08 23:21:23 otomodachi tracker-miner-f[4230]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi tracker-miner-f[4230]: Unable to connect to UPower
Jul 08 23:21:23 otomodachi gnome-software[2350]: failed to connect to upower: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi gsd-power[4280]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi gsd-power[4280]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:21:23 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:24 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Jul 08 23:21:24 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Jul 08 23:21:26 otomodachi gnome-software[2350]: Tried to set invalid release date: 2024-06
Jul 08 23:21:26 otomodachi gnome-software[2350]: Tried to set invalid release date: 2024-06
Jul 08 23:21:30 otomodachi gnome-control-c[2729]: g_object_get: assertion 'G_IS_OBJECT (object)' failed
Jul 08 23:21:30 otomodachi gnome-control-c[2729]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:21:30 otomodachi systemd-coredump[4710]: [?] Process 2729 (gnome-control-c) of user 1000 dumped core.
Full journalctl of last 10 minutes:
Jul 08 23:16:53 otomodachi gnome-control-c[14421]: g_object_get: assertion 'G_IS_OBJECT (object)' failed
Jul 08 23:17:18 otomodachi gnome-control-c[14421]: g_object_get: assertion 'G_IS_OBJECT (object)' failed
Jul 08 23:17:21 otomodachi gnome-shell[2139]: endSessionDialog: No XDG_SESSION_ID, fetched from logind: 3
Jul 08 23:17:22 otomodachi dbus-broker[2095]: Dispatched 2039 messages @ 3(±3)μs / message.
Jul 08 23:17:22 otomodachi gnome-shell[2139]: X connection to :1 broken (explicit kill or server shutdown).
Jul 08 23:17:22 otomodachi Alacritty.desktop[3004]: X connection to :1 broken (explicit kill or server shutdown).
Jul 08 23:17:22 otomodachi chromium[4146]: [4146:4146:0708/231722.440014:ERROR:connection.cc(61)] X connection error received.
Jul 08 23:17:22 otomodachi alacritty[9410]: X connection to :1 broken (explicit kill or server shutdown).
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "43"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event2 - Power Button: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "46"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event1 - Power Button: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "47"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event0 - Sleep Button: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "48"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "49"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "50"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "51"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event24 - USB Live Camera: USB Live C: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "48"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (**) Option "fd" "50"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) event19 - Logitech MX Vertical: device removed
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: not releasing fd for 13:83, still in use
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: not releasing fd for 13:79, still in use
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:88
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:83
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:82
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:79
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:64
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:65
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) UnloadModule: "libinput"
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) systemd-logind: releasing fd for 13:66
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jul 08 23:17:22 otomodachi chromium[4146]: [4146:4165:0100/000000.465840:ERROR:broker_posix.cc(41)] Recvmsg error: Connection reset by peer (104)
Jul 08 23:17:22 otomodachi chromium[4146]: [4146:4165:0100/000000.473415:ERROR:gpu_channel.cc(500)] Buffer Handle is null.
Jul 08 23:17:22 otomodachi systemd[1936]: org.gnome.Shell@x11.service: Scheduled restart job, restart counter is at 1.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped GNOME Session Manager (session: gnome).
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME session X11 services.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME X11 Session (session: gnome).
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping flatpak session helper...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service - Apple File Conduit monitor...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service - GNOME Online Accounts monitor...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service - digital camera monitor...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem metadata service...
Jul 08 23:17:22 otomodachi tracker-miner-f[3941]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service - Media Transfer Protocol monitor...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Virtual filesystem service - disk device monitor...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Portal service (GNOME implementation)...
Jul 08 23:17:22 otomodachi pika-backup-mon[2622]: Owner of volume monitor org.gtk.vfs.AfcVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Portal service...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping flatpak document portal service...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping sandboxed app permission store...
Jul 08 23:17:22 otomodachi tracker-miner-f[3941]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi pika-backup-mon[2622]: Owner of volume monitor org.gtk.vfs.MTPVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi tracker-miner-f[3941]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi pika-backup-mon[2622]: Owner of volume monitor org.gtk.vfs.GPhoto2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi tracker-miner-f[3941]: Owner of volume monitor org.gtk.vfs.GoaVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Monitor Session leader for GNOME Session.
Jul 08 23:17:22 otomodachi pika-backup-mon[2622]: Owner of volume monitor org.gtk.vfs.GoaVolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service - GNOME Online Accounts monitor.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped sandboxed app permission store.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service - digital camera monitor.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service - Media Transfer Protocol monitor.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem metadata service.
Jul 08 23:17:22 otomodachi systemd[1936]: Starting Portal service (GTK/GNOME implementation)...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Portal service.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped flatpak session helper.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service - Apple File Conduit monitor.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped flatpak document portal service.
Jul 08 23:17:22 otomodachi tracker-miner-f[3941]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi pika-backup-mon[2622]: Owner of volume monitor org.gtk.vfs.UDisks2VolumeMonitor disconnected from the bus; removing drives/volumes/mounts
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service - disk device monitor.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Virtual filesystem service.
Jul 08 23:17:22 otomodachi pulseaudio[1972]: org.bluez.BatteryProviderManager1.UnregisterBatteryProvider() Failed: org.freedesktop.DBus.Error.NoReply:Remote peer disconnected
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gnome.service: Main process exited, code=exited, status=1/FAILURE
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gnome.service: Failed with result 'exit-code'.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped Portal service (GNOME implementation).
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target Current graphical user session.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Session.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME X11 Session.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Session (session: gnome).
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME accessibility target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME color management target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME date & time target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME maintenance of expirable data target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME keyboard configuration target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME keyboard shortcuts target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME power management target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME printer notifications target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME RFKill support target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME FreeDesktop screensaver target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME file sharing target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME smartcard target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME sound sample caching target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME USB protection target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Wacom tablet support target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME XSettings target.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Session is initialized.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Shell.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped GNOME Shell on X11.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target GNOME Session Manager is ready.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target Tasks to be run before GNOME Session starts.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target Session services which should run early before the graphical session is brought up.
Jul 08 23:17:22 otomodachi systemd[1936]: Reached target Shutdown running GNOME Session.
Jul 08 23:17:22 otomodachi systemd[1936]: Starting Restart DBus after GNOME Session shutdown...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target Shutdown running GNOME Session.
Jul 08 23:17:22 otomodachi systemd[1936]: Started Restart DBus after GNOME Session shutdown.
Jul 08 23:17:22 otomodachi gnome-shell-calendar-server[2174]: gnome-shell-calendar-server[2174]: Lost (or failed to acquire) the name org.gnome.Shell.CalendarServer - exiting
Jul 08 23:17:22 otomodachi dbus-broker[1987]: Dispatched 9285 messages @ 3(±6)μs / message.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping D-Bus User Message Bus...
Jul 08 23:17:22 otomodachi pulseaudio[1972]: Lost I/O connection in module "module-gsettings"
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped D-Bus User Message Bus.
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) NVIDIA(GPU-0): Deleting GPU-0
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (WW) xf86CloseConsole: KDSETMODE failed: Input/output error
Jul 08 23:17:22 otomodachi xdg-desktop-por[19321]: cannot open display: :1
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gtk.service: Main process exited, code=exited, status=1/FAILURE
Jul 08 23:17:22 otomodachi systemd[1936]: xdg-desktop-portal-gtk.service: Failed with result 'exit-code'.
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (WW) xf86CloseConsole: VT_GETMODE failed: Input/output error
Jul 08 23:17:22 otomodachi systemd[1936]: Failed to start Portal service (GTK/GNOME implementation).
Jul 08 23:17:22 otomodachi /usr/lib/gdm-x-session[2014]: (II) Server terminated successfully (0). Closing log file.
Jul 08 23:17:22 otomodachi systemd[1936]: Activating special unit Exit the Session...
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.12-org.a11y.atspi.Registry.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-com.intel.dleyna\x2drenderer.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.freedesktop.portal.IBus.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Calculator.SearchProvider.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Calendar.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Characters.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Contacts.SearchProvider.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Epiphany.SearchProvider.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Epiphany.WebAppProvider.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Identity.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Nautilus.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.NautilusPreviewer.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.OnlineAccounts.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Photos.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.ScreenSaver.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Settings.SearchProvider.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Shell.CalendarServer.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Shell.Notifications.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.Shell.Screencast.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.clocks.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/dbus-:1.2-org.gnome.seahorse.Application.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice Slice /app/gnome-session-manager.
Jul 08 23:17:22 otomodachi systemd[1936]: Removed slice User Background Tasks Slice.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped target Main User Target.
Jul 08 23:17:22 otomodachi gpg-agent[3710]: SIGTERM received - shutting down ...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping AppImageLauncher daemon...
Jul 08 23:17:22 otomodachi ssh-agent[1974]: exiting on signal 15
Jul 08 23:17:22 otomodachi gpg-agent[3717]: scdaemon[3717]: DBG: SIGCONT received - breaking select
Jul 08 23:17:22 otomodachi gpg-agent[3717]: scdaemon[3717]: SIGTERM received - shutting down ...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping GnuPG cryptographic agent and passphrase cache...
Jul 08 23:17:22 otomodachi gpg-agent[3710]: gpg-agent (GnuPG) 2.4.5 stopped
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping PipeWire Media Session Manager...
Jul 08 23:17:22 otomodachi gpg-agent[3717]: scdaemon[3717]: scdaemon (GnuPG) 2.4.5 stopped
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping Sound Service...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping SSH key agent...
Jul 08 23:17:22 otomodachi systemd[1936]: ssh-agent.service: Main process exited, code=exited, status=2/INVALIDARGUMENT
Jul 08 23:17:22 otomodachi systemd[1936]: ssh-agent.service: Failed with result 'exit-code'.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped SSH key agent.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped GnuPG cryptographic agent and passphrase cache.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped AppImageLauncher daemon.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped PipeWire Media Session Manager.
Jul 08 23:17:22 otomodachi systemd[1936]: Stopping PipeWire Multimedia Service...
Jul 08 23:17:22 otomodachi systemd[1936]: Stopped PipeWire Multimedia Service.
Jul 08 23:17:23 otomodachi pulseaudio[1972]: After module unload, module 'module-null-sink' was still loaded!
Jul 08 23:17:23 otomodachi systemd[1936]: Stopped Sound Service.
Jul 08 23:17:23 otomodachi systemd[1936]: Removed slice User Core Session Slice.
Jul 08 23:17:23 otomodachi systemd[1936]: Stopped target Basic System.
Jul 08 23:17:23 otomodachi systemd[1936]: Stopped target Paths.
Jul 08 23:17:23 otomodachi systemd[1936]: Stopped target Sockets.
Jul 08 23:17:23 otomodachi systemd[1936]: Stopped target Timers.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed D-Bus User Message Bus Socket.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG network certificate management daemon.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GCR ssh-agent wrapper.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GNOME Keyring daemon.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG cryptographic agent and passphrase cache (restricted).
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG cryptographic agent (ssh-agent emulation).
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG cryptographic agent and passphrase cache.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed GnuPG public key management service.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed p11-kit server.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed PipeWire Multimedia System Sockets.
Jul 08 23:17:23 otomodachi systemd[1936]: Closed Sound System.
Jul 08 23:17:23 otomodachi systemd[1936]: Removed slice User Application Slice.
Jul 08 23:17:23 otomodachi systemd[1936]: Reached target Shutdown.
Jul 08 23:17:23 otomodachi systemd[1936]: Finished Exit the Session.
Jul 08 23:17:23 otomodachi systemd[1936]: Reached target Exit the Session.
Jul 08 23:17:23 otomodachi (sd-pam)[1940]: pam_unix(systemd-user:session): session closed for user thewisenoob
-- Boot 1fb0016ed3b54dc5b2427d7373aaae9e --
Jul 08 23:19:58 otomodachi systemd-xdg-autostart-generator[1865]: Exec binary '/usr/lib/gnome-tweak-tool-lid-inhibitor' does not exist: No such file or directory
Jul 08 23:19:58 otomodachi systemd-xdg-autostart-generator[1865]: /home/thewisenoob/.config/autostart/ignore-lid-switch-tweak.desktop: not generating unit, executable specified in Exec= does not exist.
Jul 08 23:19:58 otomodachi systemd[1852]: Queued start job for default target Main User Target.
Jul 08 23:19:58 otomodachi systemd[1852]: Created slice User Application Slice.
Jul 08 23:19:58 otomodachi systemd[1852]: Created slice User Core Session Slice.
Jul 08 23:19:58 otomodachi systemd[1852]: Reached target Paths.
Jul 08 23:19:58 otomodachi systemd[1852]: Reached target Timers.
Jul 08 23:19:58 otomodachi systemd[1852]: Starting D-Bus User Message Bus Socket...
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG network certificate management daemon.
Jul 08 23:19:58 otomodachi systemd[1852]: Starting GCR ssh-agent wrapper...
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GNOME Keyring daemon.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG cryptographic agent and passphrase cache (access for web browsers).
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG cryptographic agent and passphrase cache (restricted).
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG cryptographic agent (ssh-agent emulation).
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG cryptographic agent and passphrase cache.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GnuPG public key management service.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on p11-kit server.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on PipeWire Multimedia System Sockets.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on Sound System.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on D-Bus User Message Bus Socket.
Jul 08 23:19:58 otomodachi systemd[1852]: Listening on GCR ssh-agent wrapper.
Jul 08 23:19:58 otomodachi systemd[1852]: Reached target Sockets.
Jul 08 23:19:58 otomodachi systemd[1852]: Reached target Basic System.
Jul 08 23:19:58 otomodachi systemd[1852]: Started AppImageLauncher daemon.
Jul 08 23:19:58 otomodachi systemd[1852]: Starting Sound Service...
Jul 08 23:19:58 otomodachi systemd[1852]: Started SSH key agent.
Jul 08 23:19:58 otomodachi systemd[1852]: Starting Update XDG user dir configuration...
Jul 08 23:19:58 otomodachi systemd[1852]: Started GNOME Keyring daemon.
Jul 08 23:19:58 otomodachi systemd[1852]: Finished Update XDG user dir configuration.
Jul 08 23:19:58 otomodachi ssh-agent[1875]: SSH_AUTH_SOCK=/run/user/1000/ssh-agent.socket; export SSH_AUTH_SOCK;
Jul 08 23:19:58 otomodachi ssh-agent[1875]: echo Agent pid 1875;
Jul 08 23:19:58 otomodachi gnome-keyring-daemon[1879]: GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jul 08 23:19:58 otomodachi systemd[1852]: Starting D-Bus User Message Bus...
Jul 08 23:19:58 otomodachi dbus-broker-launch[1890]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +31: Eavesdropping is deprecated and ignored
Jul 08 23:19:58 otomodachi dbus-broker-launch[1890]: Policy to allow eavesdropping in /usr/share/dbus-1/session.conf +33: Eavesdropping is deprecated and ignored
Jul 08 23:19:58 otomodachi systemd[1852]: Started D-Bus User Message Bus.
Jul 08 23:19:58 otomodachi dbus-broker-launch[1890]: Ready
Jul 08 23:19:58 otomodachi appimagelauncherd[1873]: Searching for existing AppImages
Jul 08 23:19:58 otomodachi appimagelauncherd[1873]: Searching directory: /home/thewisenoob
Jul 08 23:19:58 otomodachi appimagelauncherd[1873]: Searching directory: /home/thewisenoob/Applications
Jul 08 23:19:58 otomodachi appimagelauncherd[1873]: Watching directories: /home/thewisenoob /home/thewisenoob/Applications
Jul 08 23:19:58 otomodachi pulseaudio[1874]: Sink alsa_output.pci-0000_00_1f.3.analog-surround-51 does not exist.
Jul 08 23:19:58 otomodachi systemd[1852]: Started Sound Service.
Jul 08 23:19:58 otomodachi systemd[1852]: Reached target Main User Target.
Jul 08 23:19:58 otomodachi systemd[1852]: Startup finished in 329ms.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: _XSERVTransSocketUNIXCreateListener: ...SocketCreateListener() failed
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) Log file renamed from "/var/log/Xorg.pid-1937.log" to "/var/log/Xorg.1.log"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X.Org X Server 1.21.1.13
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X Protocol Version 11, Revision 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Current Operating System: Linux otomodachi 6.9.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Fri, 05 Jul 2024 22:11:24 +0000 x86_64
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=3611547e-a92e-464f-aaf8-c6adcc6d1ccb rw loglevel=3 quiet
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]:
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Current version of pixman: 0.43.4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Before reporting problems, check http://wiki.x.org
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: to make sure that you have the latest version.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Markers: (--) probed, (**) from config file, (==) default setting,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (++) from command line, (!!) notice, (II) informational,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Log file: "/var/log/Xorg.1.log", Time: Mon Jul 8 23:19:59 2024
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Using config file: "/etc/X11/xorg.conf"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Using config directory: "/etc/X11/xorg.conf.d"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Using system config directory "/usr/share/X11/xorg.conf.d"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) ServerLayout "Layout0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) |-->Screen "Screen0" (0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) | |-->Monitor "Monitor0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) | |-->Device "Device0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) | |-->GPUDevice "Device0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) |-->Input Device "Keyboard0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) |-->Input Device "Mouse0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Xinerama" "0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Allowing byte-swapped clients
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Automatically adding devices
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Automatically enabling devices
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Automatically adding GPU devices
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Automatically binding GPU devices
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) Max clients allowed: 256, resource mask: 0x1fffff
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) The directory "/usr/share/fonts/Type1" does not exist.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Entry deleted from font path.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) FontPath set to:
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: /usr/share/fonts/misc,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: /usr/share/fonts/TTF,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: /usr/share/fonts/OTF,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: /usr/share/fonts/100dpi,
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: /usr/share/fonts/75dpi
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) ModulePath set to "/usr/lib/xorg/modules"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) Hotplugging is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) Disabling Keyboard0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) Disabling Mouse0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module ABI versions:
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X.Org ANSI C Emulation: 0.4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X.Org Video Driver: 25.2
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X.Org XInput driver : 24.4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: X.Org Server Extension : 10.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (++) using VT number 2
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: took control of session /org/freedesktop/login1/session/_33
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) xfree86: Adding drm device (/dev/dri/card1)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:1b.4/0000:02:00.0/drm/card1
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/dri/card1 226:1 fd 15 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) xfree86: Adding drm device (/dev/dri/card0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Platform probe for /sys/devices/pci0000:00/0000:00:1b.4/0000:02:00.0/simple-framebuffer.0/drm/card0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/dri/card0 226:0 fd 16 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) OutputClass "nvidia" ModulePath extended to "/usr/lib/nvidia/xorg,/usr/lib/xorg/modules,/usr/lib/xorg/modules"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) PCI:*(2@0:0:0) 10de:1b80:1043:8592 rev 161, Mem @ 0x92000000/16777216, 0x80000000/268435456, 0x90000000/33554432, I/O @ 0x00004000/128, BIOS @ 0x????????/131072
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "glx"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module glx: vendor="X.Org Foundation"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: compiled for 1.21.1.13, module version = 1.0.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: ABI class: X.Org Server Extension, version 10.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "nvidia"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module nvidia: vendor="NVIDIA Corporation"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: compiled for 1.6.99.901, module version = 1.0.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Module class: X.Org Video Driver
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA dlloader X Driver 555.58.02 Tue Jun 25 01:14:56 UTC 2024
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: releasing fd for 226:0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading sub module "fb"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "fb"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module "fb" already built-in
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading sub module "wfb"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "wfb"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading /usr/lib/xorg/modules/libwfb.so
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module wfb: vendor="X.Org Foundation"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: compiled for 1.21.1.13, module version = 1.0.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: ABI class: X.Org ANSI C Emulation, version 0.4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: releasing fd for 226:1
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Depth 24, (--) framebuffer bpp 32
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): RGB weight 888
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): Default visual is TrueColor
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "Stereo" "0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "nvidiaXineramaInfoOrder" "DFP-1"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "SLI" "Off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "MultiGPU" "Off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "BaseMosaic" "off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Stereo disabled by request
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): NVIDIA SLI disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): NVIDIA Multi-GPU disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Option "MetaModes" "DVI-D-0: 1920x1080 +681+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-0: nvidia-auto-select +1920+1080 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select +0+1080 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): Enabling 2D acceleration
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading sub module "glxserver_nvidia"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "glxserver_nvidia"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading /usr/lib/nvidia/xorg/libglxserver_nvidia.so
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: compiled for 1.6.99.901, module version = 1.0.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Module class: X.Org Server Extension
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA GLX Module 555.58.02 Tue Jun 25 01:12:27 UTC 2024
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA: The X server supports PRIME Render Offload.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): Valid display device(s) on GPU-0 at PCI:2:0:0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-0 (boot)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-1
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-2
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-3
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-5
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DFP-6
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): NVIDIA GPU NVIDIA GeForce GTX 1080 (GP104-A) at PCI:2:0:0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): (GPU-0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): Memory: 8388608 kBytes
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): VideoBIOS: 86.04.17.00.1c
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Detected PCI Express Link width: 16X
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): connected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): Internal TMDS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): 330.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): connected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): Internal TMDS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): 600.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): connected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): Internal TMDS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): 340.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: disconnected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): connected
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): Internal TMDS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): 340.0 MHz maximum pixel clock
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Validated MetaModes:
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0):
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): "DVI-D-0:1920x1080+681+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},HDMI-0:nvidia-auto-select+1920+1080{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},HDMI-1:nvidia-auto-select+0+1080{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Virtual screen size determined to be 2601 x 2160
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): DPI set to (101, 101); computed from "UseEdidDpi" X config
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(0): option
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Depth 24, (--) framebuffer bpp 32
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(G0): RGB weight 888
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(G0): Default visual is TrueColor
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(G0): Using gamma correction (1.0, 1.0, 1.0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Applying OutputClass "nvidia" options to /dev/dri/card1
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "Stereo" "0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "nvidiaXineramaInfoOrder" "DFP-1"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "SLI" "Off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "MultiGPU" "Off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "BaseMosaic" "off"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "AllowEmptyInitialConfiguration"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Stereo disabled by request
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): NVIDIA SLI disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): NVIDIA Multi-GPU disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Option "MetaModes" "DVI-D-0: 1920x1080 +681+0 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-0: nvidia-auto-select +1920+1080 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select +0+1080 {ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(G0): Enabling 2D acceleration
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA: The X server supports PRIME Render Offload.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (EE) NVIDIA(G0): Failing initialization of X screen
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "nvidia"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadSubModule: "wfb"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (EE) NVIDIA(GPU-1): Failed to initialize the NVIDIA graphics device!
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(GPU-1): Deleting GPU-1
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA: Reserving 24576.00 MB of virtual memory for indirect memory
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA: access.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): may not be running or the "AcpidSocketPath" X
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): configuration option may not be set correctly. When the
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): ACPI event daemon is available, the NVIDIA X driver will
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): try to use it to receive ACPI event notifications. For
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): details, please see the "ConnectToAcpid" and
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): "AcpidSocketPath" X configuration options in Appendix B: X
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Config Options in the README.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Setting mode "DVI-D-0:1920x1080+681+0{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},HDMI-0:nvidia-auto-select+1920+1080{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On},HDMI-1:nvidia-auto-select+0+1080{ForceCompositionPipeline=On,ForceFullCompositionPipeline=On}"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (WW) NVIDIA(0): Failed to request fliplock.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): Disabling shared memory pixmaps
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): Backing store enabled
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (==) NVIDIA(0): Silken mouse enabled
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) NVIDIA(0): DPMS enabled
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading sub module "dri2"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "dri2"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module "dri2" already built-in
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): [DRI2] Setup complete
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): [DRI2] VDPAU driver: nvidia
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension Generic Event Extension
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension SHAPE
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension MIT-SHM
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XInputExtension
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XTEST
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension BIG-REQUESTS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension SYNC
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XKEYBOARD
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XC-MISC
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension SECURITY
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XFIXES
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension RENDER
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension RANDR
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension COMPOSITE
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension DAMAGE
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension MIT-SCREEN-SAVER
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension DOUBLE-BUFFER
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension RECORD
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension DPMS
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension Present
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension DRI3
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension X-Resource
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XVideo
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XVideo-MotionCompensation
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension GLX
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension GLX
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Indirect GLX disabled.
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) GLX: Another vendor is already registered for screen 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XFree86-VidModeExtension
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XFree86-DGA
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XFree86-DRI
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension DRI2
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension NV-GLX
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension NV-CONTROL
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Initializing extension XINERAMA
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Power Button (/dev/input/event2)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) LoadModule: "libinput"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Loading /usr/lib/xorg/modules/input/libinput_drv.so
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Module libinput: vendor="X.Org Foundation"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: compiled for 1.21.1.8, module version = 1.4.0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: Module class: X.Org XInput Driver
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: ABI class: X.Org XInput driver, version 24.4
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Power Button'
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event2 13:66 fd 43 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Power Button: always reports core events
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event2"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event2 - Power Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event2 - Power Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event2 - Power Button: device removed
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input2/event2"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event2 - Power Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event2 - Power Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Power Button (/dev/input/event1)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Power Button: Applying InputClass "libinput keyboard catchall"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Power Button'
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event1 13:65 fd 46 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Power Button: always reports core events
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event1"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event1 - Power Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event1 - Power Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event1 - Power Button: device removed
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1/event1"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 7)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event1 - Power Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event1 - Power Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Sleep Button (/dev/input/event0)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Sleep Button: Applying InputClass "libinput keyboard catchall"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Sleep Button'
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event0 13:64 fd 47 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Sleep Button: always reports core events
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event0 - Sleep Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event0 - Sleep Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event0 - Sleep Button: device removed
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input0/event0"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD, id 8)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event0 - Sleep Button: is tagged by udev as: Keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) event0 - Sleep Button: device is a keyboard
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event15)
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 48 paused 0
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
Jul 08 23:19:59 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event15"
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: needs a virtual subdevice
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0001/input/input15/event15"
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: MOUSE, id 9)
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) selected scheme none/0
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) acceleration factor: 2.000
Jul 08 23:20:00 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) acceleration threshold: 4
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event16)
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event17)
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/event18)
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "libinput pointer catchall"
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse'
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 49 paused 0
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: always reports core events
Jul 08 23:20:01 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event18"
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device removed
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0001/input/input18/event18"
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse" (type: MOUSE, id 10)
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) selected scheme none/0
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration factor: 2.000
Jul 08 23:20:02 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration threshold: 4
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/js0)
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/mouse0)
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Logitech MX Vertical (/dev/input/event19)
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput pointer catchall"
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput keyboard catchall"
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Logitech MX Vertical'
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 50 paused 0
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: always reports core events
Jul 08 23:20:03 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event19"
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: is tagged by udev as: Keyboard Mouse
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a pointer
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a keyboard
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device removed
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: needs a virtual subdevice
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0005/0003:046D:407B.0008/input/input31/event19"
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Logitech MX Vertical" (type: MOUSE, id 11)
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) selected scheme none/0
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) acceleration factor: 2.000
Jul 08 23:20:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) acceleration threshold: 4
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: is tagged by udev as: Keyboard Mouse
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a pointer
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a keyboard
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Logitech MX Vertical (/dev/input/mouse1)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device MSI MYSTIC LIGHT (/dev/input/event23)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device USB Live Camera: USB Live C (/dev/input/event24)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) USB Live Camera: USB Live C: Applying InputClass "libinput keyboard catchall"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'USB Live Camera: USB Live C'
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event24 13:88 fd 51 paused 0
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) USB Live Camera: USB Live C: always reports core events
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event24"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event24 - USB Live Camera: USB Live C: is tagged by udev as: Keyboard
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event24 - USB Live Camera: USB Live C: device is a keyboard
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event24 - USB Live Camera: USB Live C: device removed
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-2/1-2:1.0/input/input25/event24"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "USB Live Camera: USB Live C" (type: KEYBOARD, id 12)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event24 - USB Live Camera: USB Live C: is tagged by udev as: Keyboard
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) event24 - USB Live Camera: USB Live C: device is a keyboard
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=3 (/dev/input/event4)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=7 (/dev/input/event5)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=8 (/dev/input/event6)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA NVidia HDMI/DP,pcm=9 (/dev/input/event7)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Line (/dev/input/event10)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Line Out Front (/dev/input/event11)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Line Out Surround (/dev/input/event12)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Line Out CLFE (/dev/input/event13)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Front Headphone (/dev/input/event14)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Front Mic (/dev/input/event8)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device HDA Intel PCH Rear Mic (/dev/input/event9)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device PC Speaker (/dev/input/event3)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event15"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is a virtual subdevice
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0001/input/input15/event15"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: KEYBOARD, id 13)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput pointer catchall"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput keyboard catchall"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Logitech MX Vertical'
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: returning pre-existing fd for /dev/input/event19 13:83
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: always reports core events
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event19"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: is a virtual subdevice
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.0005/0003:046D:407B.0008/input/input31/event19"
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Logitech MX Vertical" (type: KEYBOARD, id 14)
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[2011]: /etc/gdm/Xsession: Beginning session setup...
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[2024]: localuser:thewisenoob being added to access control list
Jul 08 23:20:05 otomodachi systemd[1852]: Starting Virtual filesystem service...
Jul 08 23:20:05 otomodachi systemd[1852]: Started Virtual filesystem service.
Jul 08 23:20:05 otomodachi systemd[1852]: Starting Accessibility services bus...
Jul 08 23:20:05 otomodachi systemd[1852]: Started Accessibility services bus.
Jul 08 23:20:05 otomodachi at-spi-bus-launcher[2052]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +15: Eavesdropping is deprecated and ignored
Jul 08 23:20:05 otomodachi at-spi-bus-launcher[2052]: Policy to allow eavesdropping in /usr/share/defaults/at-spi2/accessibility.conf +17: Eavesdropping is deprecated and ignored
Jul 08 23:20:05 otomodachi dbus-broker-launch[2052]: Ready
Jul 08 23:20:05 otomodachi /usr/lib/gdm-x-session[2011]: /etc/gdm/Xsession: Setup done, will execute: /usr/bin/gnome-session
Jul 08 23:20:06 otomodachi systemd[1852]: Created slice Slice /app/gnome-session-manager.
Jul 08 23:20:06 otomodachi systemd[1852]: Reached target GNOME X11 Session.
Jul 08 23:20:06 otomodachi systemd[1852]: Reached target Session services which should run early before the graphical session is brought up.
Jul 08 23:20:06 otomodachi systemd[1852]: Reached target GNOME Shell.
Jul 08 23:20:06 otomodachi systemd[1852]: Starting Monitor Session leader for GNOME Session...
Jul 08 23:20:06 otomodachi systemd[1852]: Started Monitor Session leader for GNOME Session.
Jul 08 23:20:06 otomodachi systemd[1852]: Reached target Tasks to be run before GNOME Session starts.
Jul 08 23:20:06 otomodachi systemd[1852]: Starting GNOME Session Manager (session: gnome)...
Jul 08 23:20:06 otomodachi gnome-session[2072]: gnome-session-binary[2072]: WARNING: Desktop file /home/thewisenoob/.config/autostart/shutter.desktop for application shutter.desktop could not be parsed or references a missing TryExec binary
Jul 08 23:20:06 otomodachi gnome-session-binary[2072]: WARNING: Desktop file /home/thewisenoob/.config/autostart/shutter.desktop for application shutter.desktop could not be parsed or references a missing TryExec binary
Jul 08 23:20:06 otomodachi gnome-session[2072]: gnome-session-binary[2072]: WARNING: Desktop file /home/thewisenoob/.config/autostart/ignore-lid-switch-tweak.desktop for application ignore-lid-switch-tweak.desktop could not be parsed or references a missing TryExec binary
Jul 08 23:20:06 otomodachi gnome-session-binary[2072]: WARNING: Desktop file /home/thewisenoob/.config/autostart/ignore-lid-switch-tweak.desktop for application ignore-lid-switch-tweak.desktop could not be parsed or references a missing TryExec binary
Jul 08 23:20:06 otomodachi gnome-keyring-daemon[1879]: The PKCS#11 component was already initialized
Jul 08 23:20:06 otomodachi gnome-keyring-d[1879]: The PKCS#11 component was already initialized
Jul 08 23:20:06 otomodachi gnome-keyring-pkcs11.desktop[2089]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jul 08 23:20:06 otomodachi gnome-keyring-daemon[2089]: discover_other_daemon: 1
Jul 08 23:20:06 otomodachi gnome-keyring-daemon[1879]: The Secret Service was already initialized
Jul 08 23:20:06 otomodachi gnome-keyring-d[1879]: The Secret Service was already initialized
Jul 08 23:20:06 otomodachi gnome-keyring-daemon[2090]: discover_other_daemon: 1
Jul 08 23:20:06 otomodachi gnome-keyring-secrets.desktop[2090]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jul 08 23:20:06 otomodachi gnome-keyring-daemon[2093]: discover_other_daemon: 1
Jul 08 23:20:06 otomodachi gnome-keyring-ssh.desktop[2093]: discover_other_daemon: 1GNOME_KEYRING_CONTROL=/run/user/1000/keyring
Jul 08 23:20:06 otomodachi systemd[1852]: Started GNOME Session Manager (session: gnome).
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2079.scope: PID 2079 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dpkcs11-2079.scope', skipping: No such process
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2079.scope: No PIDs left to attach to the scope's control group, refusing.
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dpkcs11-2079.scope: Failed with result 'resources'.
Jul 08 23:20:06 otomodachi systemd[1852]: Failed to start Application launched by gnome-session-binary.
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dsecrets-2081.scope: PID 2081 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dsecrets-2081.scope', skipping: No such process
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dsecrets-2081.scope: No PIDs left to attach to the scope's control group, refusing.
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dsecrets-2081.scope: Failed with result 'resources'.
Jul 08 23:20:06 otomodachi systemd[1852]: Failed to start Application launched by gnome-session-binary.
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dssh-2085.scope: PID 2085 vanished before we could move it to target cgroup '/user.slice/user-1000.slice/user@1000.service/app.slice/app-gnome-gnome\x2dkeyring\x2dssh-2085.scope', skipping: No such process
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dssh-2085.scope: No PIDs left to attach to the scope's control group, refusing.
Jul 08 23:20:06 otomodachi systemd[1852]: app-gnome-gnome\x2dkeyring\x2dssh-2085.scope: Failed with result 'resources'.
Jul 08 23:20:06 otomodachi systemd[1852]: Failed to start Application launched by gnome-session-binary.
Jul 08 23:20:06 otomodachi systemd[1852]: Reached target GNOME Session Manager is ready.
Jul 08 23:20:06 otomodachi systemd[1852]: GNOME Shell on Wayland was skipped because of an unmet condition check (ConditionEnvironment=XDG_SESSION_TYPE=wayland).
Jul 08 23:20:06 otomodachi systemd[1852]: Starting GNOME Shell on X11...
Jul 08 23:20:06 otomodachi gnome-session[2072]: gnome-session-binary[2072]: GnomeDesktop-WARNING: Could not create transient scope for PID 2095: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jul 08 23:20:06 otomodachi gnome-session-binary[2072]: GnomeDesktop-WARNING: Could not create transient scope for PID 2095: GDBus.Error:org.freedesktop.DBus.Error.UnixProcessIdUnknown: Failed to set unit properties: No such process
Jul 08 23:20:06 otomodachi gnome-shell[2098]: Running GNOME Shell (using mutter 46.3.1) as a X11 window and compositing manager
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): connected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): Internal TMDS
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): 330.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): connected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): Internal TMDS
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): 600.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): connected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): Internal TMDS
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): 340.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: disconnected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): connected
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): Internal TMDS
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): 340.0 MHz maximum pixel clock
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Setting mode "DVI-D-0: nvidia-auto-select @1920x1080 +640+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (WW) NVIDIA(0): Failed to request fliplock.
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Setting mode "DVI-D-0: nvidia-auto-select @1920x1080 +640+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-3: nvidia-auto-select @1920x1080 +2560+360 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:20:06 otomodachi /usr/lib/gdm-x-session[1937]: (WW) NVIDIA(0): Failed to request fliplock.
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Setting mode "DVI-D-0: nvidia-auto-select @1920x1080 +640+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select @1920x1080 +0+1080 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-3: nvidia-auto-select @1920x1080 +2560+360 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-1: 2560x1440 @2560x1440 +0+1080 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (WW) NVIDIA(0): Failed to request fliplock.
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (II) NVIDIA(0): Setting mode "DVI-D-0: nvidia-auto-select @1920x1080 +640+0 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, HDMI-1: nvidia-auto-select @1920x1080 +2560+1440 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-3: nvidia-auto-select @1920x1080 +2560+360 {ViewPortIn=1920x1080, ViewPortOut=1920x1080+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}, DP-1: 2560x1440 @2560x1440 +0+1080 {ViewPortIn=2560x1440, ViewPortOut=2560x1440+0+0, ForceCompositionPipeline=On, ForceFullCompositionPipeline=On}"
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (WW) NVIDIA(0): Failed to request fliplock.
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:07 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.12-org.a11y.atspi.Registry.
Jul 08 23:20:07 otomodachi systemd[1852]: Started dbus-:1.12-org.a11y.atspi.Registry@0.service.
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): connected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): Internal TMDS
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Ancor Communications Inc ASUS VS228 (DFP-0): 330.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: disconnected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: Internal TMDS
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-1: 165.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): connected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): Internal TMDS
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-2): 600.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: disconnected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: Internal DisplayPort
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-3: 1440.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): connected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): Internal TMDS
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): Asustek Computer Inc ASUS VP28U (DFP-4): 340.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: disconnected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: Internal DisplayPort
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): DFP-5: 1440.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): connected
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): Internal TMDS
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0): HP Inc. HP VH240a (DFP-6): 340.0 MHz maximum pixel clock
Jul 08 23:20:07 otomodachi /usr/lib/gdm-x-session[1937]: (--) NVIDIA(GPU-0):
Jul 08 23:20:07 otomodachi at-spi2-registryd[2123]: SpiRegistry daemon is running with well-known name - org.a11y.atspi.Registry
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Unset XDG_SESSION_ID, getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jul 08 23:20:07 otomodachi gnome-shell[2098]: Will monitor session 3
Jul 08 23:20:07 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Screencast.
Jul 08 23:20:07 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Shell.Screencast@0.service.
Jul 08 23:20:07 otomodachi systemd[1852]: Starting sandboxed app permission store...
Jul 08 23:20:07 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.CalendarServer.
Jul 08 23:20:07 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Shell.CalendarServer@0.service.
Jul 08 23:20:07 otomodachi systemd[1852]: Started sandboxed app permission store.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Evolution source registry...
Jul 08 23:20:08 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Shell.Notifications.
Jul 08 23:20:08 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Shell.Notifications@0.service.
Jul 08 23:20:08 otomodachi gnome-shell[2098]: Extension auto-move-windows@gnome-shell-extensions.gcampax.github.com already installed in /home/thewisenoob/.local/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/auto-move-windows@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 08 23:20:08 otomodachi gnome-shell[2098]: Extension launch-new-instance@gnome-shell-extensions.gcampax.github.com already installed in /home/thewisenoob/.local/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com. /usr/share/gnome-shell/extensions/launch-new-instance@gnome-shell-extensions.gcampax.github.com will not be loaded
Jul 08 23:20:08 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:08 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME Shell on X11.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME Session is initialized.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME session X11 services.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME Session (session: gnome).
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Signal initialization done to GNOME Session Manager...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting IBus Daemon for GNOME...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME accessibility service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME color management service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME date & time service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME maintenance of expirable data service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME keyboard configuration service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME keyboard shortcuts service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME printer notifications service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME RFKill support service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME FreeDesktop screensaver service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME file sharing service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME smartcard service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME sound sample caching service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME USB protection service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME Wacom tablet support service...
Jul 08 23:20:08 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:08 otomodachi systemd[1852]: Starting GNOME XSettings service...
Jul 08 23:20:08 otomodachi systemd[1852]: Finished Signal initialization done to GNOME Session Manager.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME accessibility service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME FreeDesktop screensaver service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME maintenance of expirable data service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME accessibility target.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME maintenance of expirable data target.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME FreeDesktop screensaver target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME date & time service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME date & time target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME smartcard service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME smartcard target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME file sharing service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME file sharing target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME USB protection service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME USB protection target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME RFKill support service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME RFKill support target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME sound sample caching service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME sound sample caching target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME printer notifications service.
Jul 08 23:20:08 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.ScreenSaver.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME printer notifications target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.ScreenSaver@0.service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME keyboard configuration service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME color management service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME color management target.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME keyboard configuration target.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Rygel DLNA/UPnP server...
Jul 08 23:20:08 otomodachi systemd[1852]: Started IBus Daemon for GNOME.
Jul 08 23:20:08 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.freedesktop.portal.IBus.
Jul 08 23:20:08 otomodachi systemd[1852]: Started dbus-:1.2-org.freedesktop.portal.IBus@0.service.
Jul 08 23:20:08 otomodachi gnome-session-binary[2072]: Entering running state
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Application launched by gnome-session-binary.
Jul 08 23:20:08 otomodachi systemd[1852]: Started GNOME Wacom tablet support service.
Jul 08 23:20:08 otomodachi systemd[1852]: Reached target GNOME Wacom tablet support target.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Rygel DLNA/UPnP server.
Jul 08 23:20:08 otomodachi rygel[2322]: Rygel v0.42.6 starting…
Jul 08 23:20:08 otomodachi picom.desktop[2335]: [ 07/08/2024 23:20:08.138 parse_config_libconfig WARN ] The refresh-rate option has been deprecated. Please remove it from your configuration file. If you encounter any problems without this feature, please feel free to open a bug report
Jul 08 23:20:08 otomodachi picom.desktop[2335]: [ 07/08/2024 23:20:08.139 session_init FATAL ERROR ] Another composite manager is already running
Jul 08 23:20:08 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:08 otomodachi gnome-shell[2098]: Error looking up permission: GDBus.Error:org.freedesktop.portal.Error.NotFound: No entry for geolocation
Jul 08 23:20:08 otomodachi gsd-usb-protect[2222]: Failed to fetch USBGuard parameters: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:08 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.OnlineAccounts.
Jul 08 23:20:08 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.OnlineAccounts@0.service.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Virtual filesystem service - disk device monitor...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Portal service...
Jul 08 23:20:08 otomodachi goa-daemon[2435]: goa-daemon version 3.50.3 starting
Jul 08 23:20:08 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Identity.
Jul 08 23:20:08 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Identity@0.service.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting flatpak document portal service...
Jul 08 23:20:08 otomodachi systemd[1852]: Started Evolution source registry.
Jul 08 23:20:08 otomodachi systemd[1852]: Started flatpak document portal service.
Jul 08 23:20:08 otomodachi systemd[1852]: Started Virtual filesystem service - disk device monitor.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Evolution calendar service...
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Virtual filesystem service - GNOME Online Accounts monitor...
Jul 08 23:20:08 otomodachi systemd[1852]: Started Virtual filesystem service - GNOME Online Accounts monitor.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Virtual filesystem service - Apple File Conduit monitor...
Jul 08 23:20:08 otomodachi systemd[1852]: Started Virtual filesystem service - Apple File Conduit monitor.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Virtual filesystem service - digital camera monitor...
Jul 08 23:20:08 otomodachi systemd[1852]: Started Evolution calendar service.
Jul 08 23:20:08 otomodachi systemd[1852]: Starting Evolution address book service...
Jul 08 23:20:08 otomodachi systemd[1852]: Started Evolution address book service.
Jul 08 23:20:08 otomodachi rygel[2322]: New plugin “MediaExport” available
Jul 08 23:20:08 otomodachi rygel[2322]: New plugin “Playbin” available
Jul 08 23:20:09 otomodachi systemd[1852]: Starting flatpak session helper...
Jul 08 23:20:09 otomodachi systemd[1852]: Started Virtual filesystem service - digital camera monitor.
Jul 08 23:20:09 otomodachi systemd[1852]: Starting Virtual filesystem service - Media Transfer Protocol monitor...
Jul 08 23:20:09 otomodachi systemd[1852]: Started flatpak session helper.
Jul 08 23:20:09 otomodachi systemd[1852]: Started app-flatpak-org.gnome.World.PikaBackup-2346.scope.
Jul 08 23:20:10 otomodachi mx-extract[2551]: rygel-media-export-extract.vala:180: Started with descriptors 3 (in) 4 (out), extracting meta-data: false
Jul 08 23:20:11 otomodachi systemd[1852]: Started Virtual filesystem service - Media Transfer Protocol monitor.
Jul 08 23:20:11 otomodachi systemd[1852]: Started GNOME XSettings service.
Jul 08 23:20:11 otomodachi systemd[1852]: GNOME session X11 services is inactive.
Jul 08 23:20:11 otomodachi systemd[1852]: Reached target GNOME XSettings target.
Jul 08 23:20:11 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:11 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:11 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:11 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:12 otomodachi systemd[1852]: Starting User preferences database...
Jul 08 23:20:12 otomodachi systemd[1852]: Started User preferences database.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615564ed3490 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615564ed5d50 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615564ed3490 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615564ee7520 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615564ed3490 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x615565047c80 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:20:12 otomodachi systemd[1852]: Started PipeWire Multimedia Service.
Jul 08 23:20:12 otomodachi systemd[1852]: Started PipeWire Media Session Manager.
Jul 08 23:20:12 otomodachi systemd[1852]: Starting Virtual filesystem metadata service...
Jul 08 23:20:12 otomodachi systemd[1852]: Started Virtual filesystem metadata service.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: JS WARNING: [resource:///org/gnome/gjs/modules/esm/gi.js 16]: Requiring Gst but it has 2 versions available; use imports.gi.versions to pick one
Jul 08 23:20:12 otomodachi gnome-shell[2098]: JS WARNING: [resource:///org/gnome/gjs/modules/esm/gi.js 16]: Requiring GstAudio but it has 2 versions available; use imports.gi.versions to pick one
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [StBin] is on because it needs an allocation.
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:12 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:13 otomodachi gnome-shell[2098]: GNOME Shell started at Mon Jul 08 2024 23:20:08 GMT-0400 (Eastern Daylight Time)
Jul 08 23:20:13 otomodachi gnome-shell[2098]: Registering session with GDM
Jul 08 23:20:14 otomodachi systemd[1852]: Started Application launched by gnome-shell.
Jul 08 23:20:15 otomodachi rygel[2322]: “file:///Storage/Videos” harvested
Jul 08 23:20:15 otomodachi rygel[2322]: rygel-media-export-harvesting-task.vala:314: Harvesting of file:///Storage/Videos done in 5.109970
Jul 08 23:20:19 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Calendar.
Jul 08 23:20:19 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Calendar@0.service.
Jul 08 23:20:22 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:22 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:20:23 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Calculator.SearchProvider.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Characters.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Contacts.SearchProvider.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Epiphany.SearchProvider.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Nautilus.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Photos.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Settings.SearchProvider.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.clocks.
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.seahorse.Application.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Calculator.SearchProvider@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Characters@0.service.
Jul 08 23:20:23 otomodachi pulseaudio[1874]: Get() failed: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Contacts.SearchProvider@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Epiphany.SearchProvider@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Nautilus@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Photos@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Settings.SearchProvider@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.clocks@0.service.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.seahorse.Application@0.service.
Jul 08 23:20:23 otomodachi nautilus[2919]: Connecting to org.freedesktop.Tracker3.Miner.Files
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:23 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:23 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-com.intel.dleyna\x2drenderer.
Jul 08 23:20:23 otomodachi systemd[1852]: Started dbus-:1.2-com.intel.dleyna\x2drenderer@0.service.
Jul 08 23:20:24 otomodachi systemd[1852]: Created slice User Background Tasks Slice.
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: dLeyna core version 0.8.3
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: dleyna-renderer-service version 0.8.3
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Type[0] Level[0x13] Mask[0x4C] Flags[0x4F]
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Load file [/home/thewisenoob/.config/dleyna-renderer-service.conf]
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: [General settings]
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Never Quit: F
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Connector Name: dbus
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Port: 0
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Push host port: 0
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: [Logging settings]
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Log Type : 0
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Log Level: 0x13
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: [Network filtering settings]
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Enabled : F
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Entries: (null)
Jul 08 23:20:24 otomodachi dleyna-renderer-service[3026]: Calling GetRenderers method
Jul 08 23:20:24 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:24 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi dleyna-renderer-service[3026]: New media server /com/intel/dLeynaRenderer/server/uuid_3a03fea75c_2d7736_2d1cef_2d0080_2d0006787bf2e2
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi dleyna-renderer-service[3026]: New media server /com/intel/dLeynaRenderer/server/uuid_3a7efac5c9_2d8e6e_2d46d2_2d9c60_2d0e3dbcf0e005
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:25 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:26 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:28 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:28 otomodachi appimagelauncherd[1873]: Directories to watch disappeared, unintegrating AppImages formerly found in there
Jul 08 23:20:29 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:29 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:29 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:30 otomodachi systemd[1852]: Started Application launched by gnome-shell.
Jul 08 23:20:33 otomodachi gnome-shell[2098]: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:20:33 otomodachi gsd-power[2192]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:20:33 otomodachi gsd-power[2192]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:20:33 otomodachi gsd-media-keys[2190]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:20:33 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:20:33 otomodachi systemd[1852]: Reached target GNOME power management target.
Jul 08 23:20:33 otomodachi gsd-power[2192]: invalid (NULL) pointer instance
Jul 08 23:20:33 otomodachi gsd-power[2192]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:20:33 otomodachi gsd-power[2192]: invalid (NULL) pointer instance
Jul 08 23:20:33 otomodachi gsd-power[2192]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:20:33 otomodachi gsd-power[2192]: invalid (NULL) pointer instance
Jul 08 23:20:33 otomodachi gsd-power[2192]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:20:33 otomodachi gsd-power[2192]: invalid (NULL) pointer instance
Jul 08 23:20:33 otomodachi gsd-power[2192]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:20:33 otomodachi gnome-software[2350]: Failed to load /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: failed to open plugin /usr/lib/gnome-software/plugins-20/libgs_plugin_fwupd.so: libfwupd.so.2: cannot open shared object file: No such file or directory
Jul 08 23:20:33 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.Epiphany.WebAppProvider.
Jul 08 23:20:33 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Epiphany.WebAppProvider@0.service.
Jul 08 23:20:37 otomodachi gnome-shell[2098]: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:20:40 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:40 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Calculator.SearchProvider@1.service.
Jul 08 23:20:40 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Contacts.SearchProvider@1.service.
Jul 08 23:20:40 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:40 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:40 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:45 otomodachi gnome-calendar[2835]: Failed to load portals: Error calling StartServiceByName for org.freedesktop.portal.Desktop: Timeout was reached. Aborting...
Jul 08 23:20:45 otomodachi systemd-coredump[3680]: Process 2835 (gnome-calendar) of user 1000 dumped core.
Stack trace of thread 2835:
#0 0x000079c2ee146ad8 g_log_structured_array (libglib-2.0.so.0 + 0x61ad8)
#1 0x000079c2ee146dd7 g_log_default_handler (libglib-2.0.so.0 + 0x61dd7)
#2 0x000079c2ee14705c g_logv (libglib-2.0.so.0 + 0x6205c)
#3 0x000079c2ee1473d4 g_log (libglib-2.0.so.0 + 0x623d4)
#4 0x0000567e7c1cb194 n/a (gnome-calendar + 0x2f194)
#5 0x000079c2eef812b9 g_type_create_instance (libgobject-2.0.so.0 + 0x3e2b9)
#6 0x000079c2eef664a5 n/a (libgobject-2.0.so.0 + 0x234a5)
#7 0x000079c2eef67ac7 g_object_new_with_properties (libgobject-2.0.so.0 + 0x24ac7)
#8 0x000079c2eef68aa2 g_object_new (libgobject-2.0.so.0 + 0x25aa2)
#9 0x0000567e7c1c61bc n/a (gnome-calendar + 0x2a1bc)
#10 0x000079c2eef812b9 g_type_create_instance (libgobject-2.0.so.0 + 0x3e2b9)
#11 0x000079c2eef664a5 n/a (libgobject-2.0.so.0 + 0x234a5)
#12 0x000079c2eef686cb g_object_new_valist (libgobject-2.0.so.0 + 0x256cb)
#13 0x000079c2eef68a80 g_object_new (libgobject-2.0.so.0 + 0x25a80)
#14 0x0000567e7c1c279f gcal_application_new (gnome-calendar + 0x2679f)
#15 0x0000567e7c1be93f main (gnome-calendar + 0x2293f)
#16 0x000079c2edb58c88 n/a (libc.so.6 + 0x25c88)
#17 0x000079c2edb58d4c __libc_start_main (libc.so.6 + 0x25d4c)
#18 0x0000567e7c1bea45 _start (gnome-calendar + 0x22a45)
Stack trace of thread 2848:
#0 0x000079c2ee1a39f4 n/a (libglib-2.0.so.0 + 0xbe9f4)
#1 0x000079c2ee142787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#2 0x000079c2ee345494 n/a (libgio-2.0.so.0 + 0x112494)
#3 0x000079c2ee171236 n/a (libglib-2.0.so.0 + 0x8c236)
#4 0x000079c2edbc5ded n/a (libc.so.6 + 0x92ded)
#5 0x000079c2edc490dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2845:
#0 0x000079c2edc46e9d syscall (libc.so.6 + 0x113e9d)
#1 0x000079c2ee19c9e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x000079c2ee10a8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x000079c2ee176687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x000079c2ee171236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079c2edbc5ded n/a (libc.so.6 + 0x92ded)
#6 0x000079c2edc490dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2849:
#0 0x000079c2edc3b39d __poll (libc.so.6 + 0x10839d)
#1 0x000079c2ee1a38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000079c2ee140f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000079c2e2129fde n/a (libdconfsettings.so + 0x5fde)
#4 0x000079c2ee171236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079c2edbc5ded n/a (libc.so.6 + 0x92ded)
#6 0x000079c2edc490dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2846:
#0 0x000079c2edc3b39d __poll (libc.so.6 + 0x10839d)
#1 0x000079c2ee1a38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000079c2ee140f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000079c2ee140fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x000079c2ee171236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079c2edbc5ded n/a (libc.so.6 + 0x92ded)
#6 0x000079c2edc490dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:20:45 otomodachi systemd[1852]: dbus-:1.2-org.gnome.Calendar@0.service: Main process exited, code=dumped, status=5/TRAP
Jul 08 23:20:45 otomodachi systemd[1852]: dbus-:1.2-org.gnome.Calendar@0.service: Failed with result 'core-dump'.
Jul 08 23:20:47 otomodachi gnome-shell[2098]: mct_app_filter_is_content_type_allowed: assertion 'is_valid_content_type (content_type)' failed
Jul 08 23:20:47 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.Calendar@1.service.
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:47 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-character[2916]: JS LOG: Characters Application started
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi systemd[1852]: Created slice Slice /app/dbus-:1.2-org.gnome.NautilusPreviewer.
Jul 08 23:20:48 otomodachi systemd[1852]: Started dbus-:1.2-org.gnome.NautilusPreviewer@0.service.
Jul 08 23:20:48 otomodachi systemd[1852]: Started GnuPG cryptographic agent and passphrase cache.
Jul 08 23:20:48 otomodachi gpg-agent[3789]: gpg-agent (GnuPG) 2.4.5 starting in supervised mode.
Jul 08 23:20:48 otomodachi gpg-agent[3789]: using fd 3 for ssh socket (/run/user/1000/gnupg/S.gpg-agent.ssh)
Jul 08 23:20:48 otomodachi gpg-agent[3789]: using fd 4 for extra socket (/run/user/1000/gnupg/S.gpg-agent.extra)
Jul 08 23:20:48 otomodachi gpg-agent[3789]: using fd 5 for std socket (/run/user/1000/gnupg/S.gpg-agent)
Jul 08 23:20:48 otomodachi gpg-agent[3789]: using fd 6 for browser socket (/run/user/1000/gnupg/S.gpg-agent.browser)
Jul 08 23:20:48 otomodachi gpg-agent[3789]: listening on: std=5 extra=4 browser=6 ssh=3
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Boxes.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Boxes.SearchProvider without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider firefox.desktop: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Jul 08 23:20:48 otomodachi gnome-shell[2098]: Received error from D-Bus search provider org.gnome.Terminal.desktop: Gio.IOErrorEnum: Cannot invoke method; proxy is for the well-known name org.gnome.Terminal without an owner, and proxy was constructed with the G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START flag
Jul 08 23:20:49 otomodachi systemd[1852]: Started Application launched by gnome-shell.
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Jul 08 23:20:58 otomodachi systemd[1852]: Started GNOME keyboard shortcuts service.
Jul 08 23:20:58 otomodachi systemd[1852]: Reached target GNOME keyboard shortcuts target.
Jul 08 23:20:58 otomodachi systemd[1852]: Reached target GNOME Session.
Jul 08 23:20:58 otomodachi systemd[1852]: Reached target GNOME X11 Session (session: gnome).
Jul 08 23:20:58 otomodachi systemd[1852]: Reached target Current graphical user session.
Jul 08 23:20:58 otomodachi systemd[1852]: Starting Tracker file system data miner...
Jul 08 23:20:58 otomodachi systemd[1852]: Starting Portal service (GNOME implementation)...
Jul 08 23:20:58 otomodachi gsd-power[2192]: invalid (NULL) pointer instance
Jul 08 23:20:58 otomodachi gsd-power[2192]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:20:58 otomodachi gsd-power[2192]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:screensaver
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:playback-repeat
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:playback-random
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:hibernate
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:volume-down
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:rotate-video-lock
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:volume-up
Jul 08 23:20:58 otomodachi gsd-media-keys[2190]: Failed to grab accelerator for keybinding settings:volume-mute
Jul 08 23:20:58 otomodachi systemd[1852]: Started Portal service (GNOME implementation).
Jul 08 23:20:58 otomodachi systemd[1852]: Starting Portal service (GTK/GNOME implementation)...
Jul 08 23:20:58 otomodachi systemd-coredump[4236]: Process 2192 (gsd-power) of user 1000 dumped core.
Stack trace of thread 2192:
#0 0x000074b7cb7b3e2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x000063a6608eba15 n/a (gsd-power + 0xca15)
#2 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x000074b7cb9f1385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x000074b7cb7db117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x000074b7cb9f1385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x000074b7cba5f434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x000074b7cb9f1385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x000074b7cba6120c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x000074b7cb9f1385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x000074b7cba4e9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x000074b7cb9ed135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x000074b7cb855a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x000074b7cb8b79b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x000074b7cb856787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x000074b7cbde390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x000063a6608e477a n/a (gsd-power + 0x577a)
#21 0x000074b7cb59ec88 n/a (libc.so.6 + 0x25c88)
#22 0x000074b7cb59ed4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x000063a6608e4c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 2299:
#0 0x000074b7cb817f28 g_bit_unlock (libglib-2.0.so.0 + 0x1ef28)
#1 0x000074b7cb8a0cbc g_variant_get_child_value (libglib-2.0.so.0 + 0xa7cbc)
#2 0x000074b7cb8a35d5 n/a (libglib-2.0.so.0 + 0xaa5d5)
#3 0x000074b7cb8a3b76 g_variant_get_va (libglib-2.0.so.0 + 0xaab76)
#4 0x000074b7cb8a3e1c g_variant_get (libglib-2.0.so.0 + 0xaae1c)
#5 0x000074b7cba54b40 g_dbus_message_new_from_blob (libgio-2.0.so.0 + 0x10db40)
#6 0x000074b7cba61b68 n/a (libgio-2.0.so.0 + 0x11ab68)
#7 0x000074b7cb9ed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#8 0x000074b7cb9ed135 n/a (libgio-2.0.so.0 + 0xa6135)
#9 0x000074b7cb855a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#10 0x000074b7cb8b79b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#11 0x000074b7cb856787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#12 0x000074b7cba59494 n/a (libgio-2.0.so.0 + 0x112494)
#13 0x000074b7cb885236 n/a (libglib-2.0.so.0 + 0x8c236)
#14 0x000074b7cb60bded n/a (libc.so.6 + 0x92ded)
#15 0x000074b7cb68f0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4232:
#0 0x000074b7cb68ce9d syscall (libc.so.6 + 0x113e9d)
#1 0x000074b7cb8b1337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x000074b7cb81e8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x000074b7cb88b24b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x000074b7cb885236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000074b7cb60bded n/a (libc.so.6 + 0x92ded)
#6 0x000074b7cb68f0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 3459:
#0 0x000074b7cb68139d __poll (libc.so.6 + 0x10839d)
#1 0x000074b7cb8b78fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000074b7cb854f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000074b7c9ff1fde n/a (libdconfsettings.so + 0x5fde)
#4 0x000074b7cb885236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000074b7cb60bded n/a (libc.so.6 + 0x92ded)
#6 0x000074b7cb68f0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2297:
#0 0x000074b7cb68ce9d syscall (libc.so.6 + 0x113e9d)
#1 0x000074b7cb8b09e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x000074b7cb81e8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x000074b7cb88a687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x000074b7cb885236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000074b7cb60bded n/a (libc.so.6 + 0x92ded)
#6 0x000074b7cb68f0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2298:
#0 0x000074b7cb68139d __poll (libc.so.6 + 0x10839d)
#1 0x000074b7cb8b78fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000074b7cb854f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000074b7cb854fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x000074b7cb885236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000074b7cb60bded n/a (libc.so.6 + 0x92ded)
#6 0x000074b7cb68f0dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:20:58 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:20:58 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:20:58 otomodachi systemd[1852]: Started Portal service (GTK/GNOME implementation).
Jul 08 23:20:58 otomodachi systemd[1852]: Started Portal service.
Jul 08 23:20:58 otomodachi gnome-calendar[3710]: Running Calendar as a service
Jul 08 23:20:58 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 1.
Jul 08 23:20:58 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:20:59 otomodachi gnome-character[2916]: JS LOG: Characters Application exiting
Jul 08 23:21:01 otomodachi sudo[4330]: pam_systemd_home(sudo:auth): New sd-bus connection (system-bus-pam-systemd-home-4330) opened.
Jul 08 23:21:04 otomodachi sudo[4330]: thewisenoob : TTY=pts/0 ; PWD=/home/thewisenoob ; USER=root ; COMMAND=/usr/bin/systemctl status upower.service
Jul 08 23:21:04 otomodachi sudo[4330]: pam_unix(sudo:session): session opened for user root(uid=0) by thewisenoob(uid=1000)
Jul 08 23:21:05 otomodachi gnome-control-c[2729]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:14 otomodachi sudo[4330]: pam_unix(sudo:session): session closed for user root
Jul 08 23:21:23 otomodachi tracker-miner-f[4230]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi tracker-miner-f[4230]: Unable to connect to UPower
Jul 08 23:21:23 otomodachi gnome-software[2350]: failed to connect to upower: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi gsd-power[4280]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:23 otomodachi gsd-power[4280]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:21:23 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:23 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:23 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:24 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Jul 08 23:21:24 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Jul 08 23:21:26 otomodachi gnome-software[2350]: Tried to set invalid release date: 2024-06
Jul 08 23:21:26 otomodachi gnome-software[2350]: Tried to set invalid release date: 2024-06
Jul 08 23:21:30 otomodachi gnome-control-c[2729]: g_object_get: assertion 'G_IS_OBJECT (object)' failed
Jul 08 23:21:30 otomodachi gnome-control-c[2729]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:21:30 otomodachi systemd-coredump[4710]: Process 2729 (gnome-control-c) of user 1000 dumped core.
Stack trace of thread 2729:
#0 0x00007817c7c39e2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x00005c893a60dbca n/a (gnome-control-center + 0xb0bca)
#2 0x00007817c92c92b9 g_type_create_instance (libgobject-2.0.so.0 + 0x3e2b9)
#3 0x00007817c92ae4a5 n/a (libgobject-2.0.so.0 + 0x234a5)
#4 0x00007817c92b06cb g_object_new_valist (libgobject-2.0.so.0 + 0x256cb)
#5 0x00007817c92b0a80 g_object_new (libgobject-2.0.so.0 + 0x25a80)
#6 0x00005c893a5c506b cc_panel_loader_load_by_name (gnome-control-center + 0x6806b)
#7 0x00005c893a6f91f6 n/a (gnome-control-center + 0x19c1f6)
#8 0x00007817c7015596 n/a (libffi.so.8 + 0x7596)
#9 0x00007817c701200e n/a (libffi.so.8 + 0x400e)
#10 0x00007817c7014bd3 ffi_call (libffi.so.8 + 0x6bd3)
#11 0x00007817c92a37f2 g_cclosure_marshal_generic_va (libgobject-2.0.so.0 + 0x187f2)
#12 0x00007817c92bd732 n/a (libgobject-2.0.so.0 + 0x32732)
#13 0x00007817c92bd842 g_signal_emit_valist (libgobject-2.0.so.0 + 0x32842)
#14 0x00007817c92bd904 g_signal_emit (libgobject-2.0.so.0 + 0x32904)
#15 0x00005c893a5c6c8c n/a (gnome-control-center + 0x69c8c)
#16 0x00007817c929b023 g_cclosure_marshal_VOID__OBJECTv (libgobject-2.0.so.0 + 0x10023)
#17 0x00007817c92bd732 n/a (libgobject-2.0.so.0 + 0x32732)
#18 0x00007817c92bd842 g_signal_emit_valist (libgobject-2.0.so.0 + 0x32842)
#19 0x00007817c92bd904 g_signal_emit (libgobject-2.0.so.0 + 0x32904)
#20 0x00007817c92bd732 n/a (libgobject-2.0.so.0 + 0x32732)
#21 0x00007817c92bdb22 g_signal_emit_by_name (libgobject-2.0.so.0 + 0x32b22)
#22 0x00005c893a5c7131 cc_panel_list_set_active_panel (gnome-control-center + 0x6a131)
#23 0x00005c893a5c906a n/a (gnome-control-center + 0x6c06a)
#24 0x00007817c9196d7c n/a (libglib-2.0.so.0 + 0x59d7c)
#25 0x00007817c9199a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#26 0x00007817c91fb9b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#27 0x00007817c9198f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#28 0x00007817c93c7b86 g_application_run (libgio-2.0.so.0 + 0xddb86)
#29 0x00005c893a5be6a5 main (gnome-control-center + 0x616a5)
#30 0x00007817c70afc88 n/a (libc.so.6 + 0x25c88)
#31 0x00007817c70afd4c __libc_start_main (libc.so.6 + 0x25d4c)
#32 0x00005c893a5be865 _start (gnome-control-center + 0x61865)
Stack trace of thread 3564:
#0 0x00007817c719239d __poll (libc.so.6 + 0x10839d)
#1 0x00007817c91fb8fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007817c9198f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x00007817bfe30fde n/a (libdconfsettings.so + 0x5fde)
#4 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#6 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2732:
#0 0x00007817c719de9d syscall (libc.so.6 + 0x113e9d)
#1 0x00007817c91f49e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x00007817c91628dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x00007817c91ce687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#6 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2735:
#0 0x00007817c719de9d syscall (libc.so.6 + 0x113e9d)
#1 0x00007817c91f49e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x00007817c91628dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x00007817c916294d g_async_queue_pop (libglib-2.0.so.0 + 0x2594d)
#4 0x00007817c6c275fc n/a (libpangoft2-1.0.so.0 + 0xc5fc)
#5 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#6 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#7 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4707:
#0 0x00007817c719de9d syscall (libc.so.6 + 0x113e9d)
#1 0x00007817c91f5337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x00007817c91628a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x00007817c91cf24b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#6 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2733:
#0 0x00007817c719239d __poll (libc.so.6 + 0x10839d)
#1 0x00007817c91fb8fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007817c9198f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x00007817c9198fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#6 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 2734:
#0 0x00007817c719239d __poll (libc.so.6 + 0x10839d)
#1 0x00007817c91fb8fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007817c919a787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#3 0x00007817c93fc494 n/a (libgio-2.0.so.0 + 0x112494)
#4 0x00007817c91c9236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007817c711cded n/a (libc.so.6 + 0x92ded)
#6 0x00007817c71a00dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:21:48 otomodachi tracker-miner-f[4230]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:21:48 otomodachi tracker-miner-f[4230]: Unable to connect to UPower
Jul 08 23:21:48 otomodachi systemd[1852]: Started Tracker file system data miner.
Jul 08 23:21:48 otomodachi gsd-power[4280]: invalid (NULL) pointer instance
Jul 08 23:21:48 otomodachi gsd-power[4280]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:21:48 otomodachi gsd-power[4280]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:21:48 otomodachi dleyna-renderer-service[3026]: Client :1.102 lost
Jul 08 23:21:48 otomodachi dleyna-renderer-service[3026]: Lost /com/intel/dLeynaRenderer/server/uuid_3a7efac5c9_2d8e6e_2d46d2_2d9c60_2d0e3dbcf0e005
Jul 08 23:21:48 otomodachi dleyna-renderer-service[3026]: Lost /com/intel/dLeynaRenderer/server/uuid_3a03fea75c_2d7736_2d1cef_2d0080_2d0006787bf2e2
Jul 08 23:21:49 otomodachi systemd-coredump[4966]: Process 4280 (gsd-power) of user 1000 dumped core.
Stack trace of thread 4280:
#0 0x0000760656c33e2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x0000648ba179ba15 n/a (gsd-power + 0xca15)
#2 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x0000760656edd385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x0000760656c5b117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x0000760656edd385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x0000760656f4b434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x0000760656edd385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x0000760656f4d20c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x0000760656edd385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x0000760656f3a9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x0000760656ed9135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x0000760656d41a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x0000760656da39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x0000760656d42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x00007606571e390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x0000648ba179477a n/a (gsd-power + 0x577a)
#21 0x0000760656a09c88 n/a (libc.so.6 + 0x25c88)
#22 0x0000760656a09d4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x0000648ba1794c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 4282:
#0 0x0000760656af7e9d syscall (libc.so.6 + 0x113e9d)
#1 0x0000760656d9c9e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x0000760656d0a8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x0000760656d76687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x0000760656d71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x0000760656a76ded n/a (libc.so.6 + 0x92ded)
#6 0x0000760656afa0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4284:
#0 0x0000760656d38fd0 g_source_get_context (libglib-2.0.so.0 + 0x53fd0)
#1 0x0000760656edd2c4 n/a (libgio-2.0.so.0 + 0xaa2c4)
#2 0x0000760656f4c5fd n/a (libgio-2.0.so.0 + 0x1195fd)
#3 0x0000760656f4c76d n/a (libgio-2.0.so.0 + 0x11976d)
#4 0x0000760656f4c87a n/a (libgio-2.0.so.0 + 0x11987a)
#5 0x0000760656f4dd2e n/a (libgio-2.0.so.0 + 0x11ad2e)
#6 0x0000760656ed90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#7 0x0000760656ed9135 n/a (libgio-2.0.so.0 + 0xa6135)
#8 0x0000760656d41a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#9 0x0000760656da39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#10 0x0000760656d42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#11 0x0000760656f45494 n/a (libgio-2.0.so.0 + 0x112494)
#12 0x0000760656d71236 n/a (libglib-2.0.so.0 + 0x8c236)
#13 0x0000760656a76ded n/a (libc.so.6 + 0x92ded)
#14 0x0000760656afa0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4964:
#0 0x0000760656af7e9d syscall (libc.so.6 + 0x113e9d)
#1 0x0000760656d9d337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x0000760656d0a8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x0000760656d7724b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x0000760656d71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x0000760656a76ded n/a (libc.so.6 + 0x92ded)
#6 0x0000760656afa0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4617:
#0 0x0000760656aec39d __poll (libc.so.6 + 0x10839d)
#1 0x0000760656da38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x0000760656d40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x0000760655364fde n/a (libdconfsettings.so + 0x5fde)
#4 0x0000760656d71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x0000760656a76ded n/a (libc.so.6 + 0x92ded)
#6 0x0000760656afa0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4283:
#0 0x0000760656aec39d __poll (libc.so.6 + 0x10839d)
#1 0x0000760656da38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x0000760656d40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x0000760656d40fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x0000760656d71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x0000760656a76ded n/a (libc.so.6 + 0x92ded)
#6 0x0000760656afa0dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:21:49 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:21:49 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:21:49 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 2.
Jul 08 23:21:49 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:21:50 otomodachi dleyna-renderer-service[3026]: dLeyna: Exit
Jul 08 23:22:14 otomodachi gsd-power[4996]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:22:14 otomodachi gsd-power[4996]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:22:14 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:22:14 otomodachi gsd-power[4996]: invalid (NULL) pointer instance
Jul 08 23:22:14 otomodachi gsd-power[4996]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:22:14 otomodachi gsd-power[4996]: invalid (NULL) pointer instance
Jul 08 23:22:14 otomodachi gsd-power[4996]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:22:14 otomodachi gsd-power[4996]: invalid (NULL) pointer instance
Jul 08 23:22:14 otomodachi gsd-power[4996]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:22:14 otomodachi gsd-power[4996]: invalid (NULL) pointer instance
Jul 08 23:22:14 otomodachi gsd-power[4996]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:22:16 otomodachi tracker-miner-f[4230]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:22:16 otomodachi tracker-miner-f[4230]: Unable to connect to UPower
Jul 08 23:22:19 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Jul 08 23:22:19 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Jul 08 23:22:34 otomodachi gsd-power[4996]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:22:34 otomodachi systemd-coredump[5566]: Process 4996 (gsd-power) of user 1000 dumped core.
Stack trace of thread 4996:
#0 0x00007d1f0ba92e2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x00005f7db25e7a15 n/a (gsd-power + 0xca15)
#2 0x00007d1f0bcd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x00007d1f0bcdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x00007d1f0baba117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x00007d1f0bcd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x00007d1f0bcdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x00007d1f0bd4b434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x00007d1f0bcd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x00007d1f0bcdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x00007d1f0bd4d20c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x00007d1f0bcd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x00007d1f0bcdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x00007d1f0bd3a9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x00007d1f0bcd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x00007d1f0bcd9135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x00007d1f0bb41a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x00007d1f0bba39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x00007d1f0bb42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x00007d1f0bfe390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x00005f7db25e077a n/a (gsd-power + 0x577a)
#21 0x00007d1f0b868c88 n/a (libc.so.6 + 0x25c88)
#22 0x00007d1f0b868d4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x00005f7db25e0c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 5564:
#0 0x00007d1f0b956e9d syscall (libc.so.6 + 0x113e9d)
#1 0x00007d1f0bb9d337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x00007d1f0bb0a8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x00007d1f0bb7724b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x00007d1f0bb71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007d1f0b8d5ded n/a (libc.so.6 + 0x92ded)
#6 0x00007d1f0b9590dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4997:
#0 0x00007d1f0b956e9d syscall (libc.so.6 + 0x113e9d)
#1 0x00007d1f0bb9c9e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x00007d1f0bb0a8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x00007d1f0bb76687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x00007d1f0bb71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007d1f0b8d5ded n/a (libc.so.6 + 0x92ded)
#6 0x00007d1f0b9590dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4998:
#0 0x00007d1f0b94b39d __poll (libc.so.6 + 0x10839d)
#1 0x00007d1f0bba38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007d1f0bb40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x00007d1f0bb40fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x00007d1f0bb71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007d1f0b8d5ded n/a (libc.so.6 + 0x92ded)
#6 0x00007d1f0b9590dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 4999:
#0 0x00007d1f0b94b39d __poll (libc.so.6 + 0x10839d)
#1 0x00007d1f0bba38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007d1f0bb42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#3 0x00007d1f0bd45494 n/a (libgio-2.0.so.0 + 0x112494)
#4 0x00007d1f0bb71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007d1f0b8d5ded n/a (libc.so.6 + 0x92ded)
#6 0x00007d1f0b9590dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 5318:
#0 0x00007d1f0b94b39d __poll (libc.so.6 + 0x10839d)
#1 0x00007d1f0bba38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x00007d1f0bb40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x00007d1f0a1c7fde n/a (libdconfsettings.so + 0x5fde)
#4 0x00007d1f0bb71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x00007d1f0b8d5ded n/a (libc.so.6 + 0x92ded)
#6 0x00007d1f0b9590dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:22:34 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:22:34 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:22:35 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 3.
Jul 08 23:22:35 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:23:00 otomodachi gsd-power[5597]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:23:00 otomodachi gsd-power[5597]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:23:00 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:23:00 otomodachi gsd-power[5597]: invalid (NULL) pointer instance
Jul 08 23:23:00 otomodachi gsd-power[5597]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:00 otomodachi gsd-power[5597]: invalid (NULL) pointer instance
Jul 08 23:23:00 otomodachi gsd-power[5597]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:00 otomodachi gsd-power[5597]: invalid (NULL) pointer instance
Jul 08 23:23:00 otomodachi gsd-power[5597]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:00 otomodachi gsd-power[5597]: invalid (NULL) pointer instance
Jul 08 23:23:00 otomodachi gsd-power[5597]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:05 otomodachi systemd[1852]: Started Application launched by gsd-media-keys.
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: Unsupported or unknown SSH key algorithm: ssh-ed25519
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: no private keys found in file
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: Unsupported or unknown SSH key algorithm: ssh-ed25519
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: invalid or unrecognized private SSH key: aws-eb
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: no private keys found in file
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: no private keys found in file
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: invalid or unrecognized private SSH key: aws-eb
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: invalid or unrecognized private SSH key: thewisenoob@otomodachi
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: no private keys found in file
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: invalid or unrecognized private SSH key: thewisenoob@otomodachi
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: couldn't allocate secure memory to keep passwords and or keys from being written to the disk
Jul 08 23:23:06 otomodachi gnome-keyring-daemon[1879]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/3, but it's already registered
Jul 08 23:23:06 otomodachi gnome-keyring-d[1879]: asked to register item /org/freedesktop/secrets/collection/Default_5fkeyring/3, but it's already registered
Jul 08 23:23:06 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Jul 08 23:23:06 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Jul 08 23:23:06 otomodachi chromium[5967]: [5967:5967:0708/232306.913214:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.ScreenSaver.GetActive: object_path= /org/freedesktop/ScreenSaver: org.freedesktop.DBus.Error.NotSupported: This method is not part of the idle inhibition specification: https://specifications.freedesktop.org/idle-inhibit-spec/latest/
Jul 08 23:23:25 otomodachi gsd-power[5597]: invalid (NULL) pointer instance
Jul 08 23:23:25 otomodachi gsd-power[5597]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:25 otomodachi gsd-power[5597]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:23:25 otomodachi systemd-coredump[6864]: Process 5597 (gsd-power) of user 1000 dumped core.
Stack trace of thread 5597:
#0 0x000076f5415e2e2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x00005b9a3438ca15 n/a (gsd-power + 0xca15)
#2 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x000076f540bf1385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x000076f54160a117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x000076f540bf1385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x000076f540c5f434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x000076f540bf1385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x000076f540c6120c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x000076f540bf1385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x000076f540c4e9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x000076f540bed135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x000076f540a55a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x000076f540ab79b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x000076f540a56787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x000076f540fe390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x00005b9a3438577a n/a (gsd-power + 0x577a)
#21 0x000076f5407f8c88 n/a (libc.so.6 + 0x25c88)
#22 0x000076f5407f8d4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x00005b9a34385c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 5600:
#0 0x000076f54093ca4b n/a (libc.so.6 + 0x169a4b)
#1 0x000076f540a40a0e g_str_equal (libglib-2.0.so.0 + 0x47a0e)
#2 0x000076f540a41773 g_hash_table_lookup (libglib-2.0.so.0 + 0x48773)
#3 0x000076f540aace41 g_variant_type_info_get (libglib-2.0.so.0 + 0xb3e41)
#4 0x000076f540a9f478 g_variant_new_dict_entry (libglib-2.0.so.0 + 0xa6478)
#5 0x000076f540c8d8d9 n/a (libgio-2.0.so.0 + 0x1468d9)
#6 0x000076f540c8dfaa n/a (libgio-2.0.so.0 + 0x146faa)
#7 0x000076f540c54af8 g_dbus_message_new_from_blob (libgio-2.0.so.0 + 0x10daf8)
#8 0x000076f540c61b68 n/a (libgio-2.0.so.0 + 0x11ab68)
#9 0x000076f540bed0ec n/a (libgio-2.0.so.0 + 0xa60ec)
#10 0x000076f540bed135 n/a (libgio-2.0.so.0 + 0xa6135)
#11 0x000076f540a55a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#12 0x000076f540ab79b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#13 0x000076f540a56787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#14 0x000076f540c59494 n/a (libgio-2.0.so.0 + 0x112494)
#15 0x000076f540a85236 n/a (libglib-2.0.so.0 + 0x8c236)
#16 0x000076f540865ded n/a (libc.so.6 + 0x92ded)
#17 0x000076f5408e90dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 6862:
#0 0x000076f5408e6e9d syscall (libc.so.6 + 0x113e9d)
#1 0x000076f540ab1337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x000076f540a1e8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x000076f540a8b24b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x000076f540a85236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000076f540865ded n/a (libc.so.6 + 0x92ded)
#6 0x000076f5408e90dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 5598:
#0 0x000076f5408e6e9d syscall (libc.so.6 + 0x113e9d)
#1 0x000076f540ab09e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x000076f540a1e8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x000076f540a8a687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x000076f540a85236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000076f540865ded n/a (libc.so.6 + 0x92ded)
#6 0x000076f5408e90dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 5599:
#0 0x000076f5408db39d __poll (libc.so.6 + 0x10839d)
#1 0x000076f540ab78fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000076f540a54f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000076f540a54fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x000076f540a85236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000076f540865ded n/a (libc.so.6 + 0x92ded)
#6 0x000076f5408e90dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 5909:
#0 0x000076f5408db39d __poll (libc.so.6 + 0x10839d)
#1 0x000076f540ab78fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000076f540a54f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000076f53d3f6fde n/a (libdconfsettings.so + 0x5fde)
#4 0x000076f540a85236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000076f540865ded n/a (libc.so.6 + 0x92ded)
#6 0x000076f5408e90dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:23:25 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:23:25 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:23:26 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 4.
Jul 08 23:23:26 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:23:31 otomodachi chromium[5967]: [5967:6149:0708/232331.912159:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.DBus.Properties.Get: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jul 08 23:23:51 otomodachi gsd-power[6883]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:23:51 otomodachi gsd-power[6883]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:23:51 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:23:51 otomodachi gsd-power[6883]: invalid (NULL) pointer instance
Jul 08 23:23:51 otomodachi gsd-power[6883]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:51 otomodachi gsd-power[6883]: invalid (NULL) pointer instance
Jul 08 23:23:51 otomodachi gsd-power[6883]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:51 otomodachi gsd-power[6883]: invalid (NULL) pointer instance
Jul 08 23:23:51 otomodachi gsd-power[6883]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:51 otomodachi gsd-power[6883]: invalid (NULL) pointer instance
Jul 08 23:23:51 otomodachi gsd-power[6883]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:23:56 otomodachi chromium[5967]: [5967:6149:0708/232356.930437:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.UPower.GetDisplayDevice: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jul 08 23:24:16 otomodachi gsd-power[6883]: invalid (NULL) pointer instance
Jul 08 23:24:16 otomodachi gsd-power[6883]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:24:16 otomodachi gsd-power[6883]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:24:16 otomodachi systemd-coredump[7684]: Process 6883 (gsd-power) of user 1000 dumped core.
Stack trace of thread 6883:
#0 0x000071667a5efe2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x00005f147ce37a15 n/a (gsd-power + 0xca15)
#2 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x0000716679cdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x000071667a617117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x0000716679cdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x0000716679d4b434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x0000716679cdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x0000716679d4d20c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x0000716679cdd385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x0000716679d3a9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x0000716679cd9135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x0000716679b41a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x0000716679ba39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x0000716679b42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x0000716679fe390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x00005f147ce3077a n/a (gsd-power + 0x577a)
#21 0x00007166798f1c88 n/a (libc.so.6 + 0x25c88)
#22 0x00007166798f1d4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x00005f147ce30c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 6891:
#0 0x00007166799708e6 __libc_calloc (libc.so.6 + 0xa48e6)
#1 0x0000716679b48293 g_malloc0 (libglib-2.0.so.0 + 0x63293)
#2 0x000071667a680226 g_type_create_instance (libgobject-2.0.so.0 + 0x3e226)
#3 0x000071667a6654a5 n/a (libgobject-2.0.so.0 + 0x234a5)
#4 0x000071667a666ac7 g_object_new_with_properties (libgobject-2.0.so.0 + 0x24ac7)
#5 0x000071667a667aa2 g_object_new (libgobject-2.0.so.0 + 0x25aa2)
#6 0x0000716679cdbc34 g_task_new (libgio-2.0.so.0 + 0xa8c34)
#7 0x0000716679d4c703 n/a (libgio-2.0.so.0 + 0x119703)
#8 0x0000716679d4c87a n/a (libgio-2.0.so.0 + 0x11987a)
#9 0x0000716679d4dbf4 n/a (libgio-2.0.so.0 + 0x11abf4)
#10 0x0000716679cd90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#11 0x0000716679cd9135 n/a (libgio-2.0.so.0 + 0xa6135)
#12 0x0000716679b41a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#13 0x0000716679ba39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#14 0x0000716679b42787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#15 0x0000716679d45494 n/a (libgio-2.0.so.0 + 0x112494)
#16 0x0000716679b71236 n/a (libglib-2.0.so.0 + 0x8c236)
#17 0x000071667995eded n/a (libc.so.6 + 0x92ded)
#18 0x00007166799e20dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 6889:
#0 0x00007166799dfe9d syscall (libc.so.6 + 0x113e9d)
#1 0x0000716679b9c9e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x0000716679b0a8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x0000716679b76687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x0000716679b71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000071667995eded n/a (libc.so.6 + 0x92ded)
#6 0x00007166799e20dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 6890:
#0 0x00007166799d439d __poll (libc.so.6 + 0x10839d)
#1 0x0000716679ba38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x0000716679b40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x0000716679b40fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x0000716679b71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000071667995eded n/a (libc.so.6 + 0x92ded)
#6 0x00007166799e20dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 7682:
#0 0x00007166799dfe9d syscall (libc.so.6 + 0x113e9d)
#1 0x0000716679b9d337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x0000716679b0a8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x0000716679b7724b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x0000716679b71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000071667995eded n/a (libc.so.6 + 0x92ded)
#6 0x00007166799e20dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 7370:
#0 0x00007166799d439d __poll (libc.so.6 + 0x10839d)
#1 0x0000716679ba38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x0000716679b40f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x00007166764fcfde n/a (libdconfsettings.so + 0x5fde)
#4 0x0000716679b71236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000071667995eded n/a (libc.so.6 + 0x92ded)
#6 0x00007166799e20dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:24:16 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:24:16 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:24:16 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 5.
Jul 08 23:24:16 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:24:21 otomodachi chromium[5967]: [5967:6149:0708/232421.955777:ERROR:object_proxy.cc(576)] Failed to call method: org.freedesktop.UPower.EnumerateDevices: object_path= /org/freedesktop/UPower: org.freedesktop.DBus.Error.NoReply: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.
Jul 08 23:24:41 otomodachi gsd-power[7698]: Couldn't connect to proxy: Error calling StartServiceByName for org.freedesktop.UPower: Timeout was reached
Jul 08 23:24:41 otomodachi gsd-power[7698]: up_client_get_lid_is_present: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:24:42 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:24:42 otomodachi gsd-power[7698]: invalid (NULL) pointer instance
Jul 08 23:24:42 otomodachi gsd-power[7698]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:24:42 otomodachi gsd-power[7698]: invalid (NULL) pointer instance
Jul 08 23:24:42 otomodachi gsd-power[7698]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:24:42 otomodachi gsd-power[7698]: invalid (NULL) pointer instance
Jul 08 23:24:42 otomodachi gsd-power[7698]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:24:42 otomodachi gsd-power[7698]: invalid (NULL) pointer instance
Jul 08 23:24:42 otomodachi gsd-power[7698]: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
Jul 08 23:25:01 otomodachi gnome-shell[2098]: clutter_actor_remove_child: assertion 'child->priv->parent == self' failed
Jul 08 23:25:02 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:02 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: removing device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "fd" "48"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "libinput"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: not releasing fd for 13:79, still in use
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: removing device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "fd" "48"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "libinput"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: releasing fd for 13:79
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device removed
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: removing device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "fd" "49"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "libinput"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: releasing fd for 13:82
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device removed
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: removing device Logitech MX Vertical
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "fd" "50"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "libinput"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: not releasing fd for 13:83, still in use
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: removing device Logitech MX Vertical
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "fd" "50"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) UnloadModule: "libinput"
Jul 08 23:25:04 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: releasing fd for 13:83
Jul 08 23:25:04 otomodachi pulseaudio[1874]: Get() failed: org.freedesktop.DBus.Error.NoReply: Remote peer disconnected
Jul 08 23:25:04 otomodachi gsd-power[7698]: up_client_get_devices_full: assertion 'UP_IS_CLIENT (client)' failed
Jul 08 23:25:04 otomodachi systemd-coredump[8331]: Process 7698 (gsd-power) of user 1000 dumped core.
Stack trace of thread 7698:
#0 0x000079504c89fe2f up_client_get_devices2 (libupower-glib.so.3 + 0x14e2f)
#1 0x0000629a8885ca15 n/a (gsd-power + 0xca15)
#2 0x000079504cad90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#3 0x000079504cadd385 n/a (libgio-2.0.so.0 + 0xaa385)
#4 0x000079504c8c7117 n/a (libgnome-desktop-3.so.20 + 0x1c117)
#5 0x000079504cad90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#6 0x000079504cadd385 n/a (libgio-2.0.so.0 + 0xaa385)
#7 0x000079504cb4b434 n/a (libgio-2.0.so.0 + 0x118434)
#8 0x000079504cad90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#9 0x000079504cadd385 n/a (libgio-2.0.so.0 + 0xaa385)
#10 0x000079504cb4d20c n/a (libgio-2.0.so.0 + 0x11a20c)
#11 0x000079504cad90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#12 0x000079504cadd385 n/a (libgio-2.0.so.0 + 0xaa385)
#13 0x000079504cb3a9b3 n/a (libgio-2.0.so.0 + 0x1079b3)
#14 0x000079504cad90ec n/a (libgio-2.0.so.0 + 0xa60ec)
#15 0x000079504cad9135 n/a (libgio-2.0.so.0 + 0xa6135)
#16 0x000079504c941a89 n/a (libglib-2.0.so.0 + 0x5ca89)
#17 0x000079504c9a39b7 n/a (libglib-2.0.so.0 + 0xbe9b7)
#18 0x000079504c942787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#19 0x000079504cde390f gtk_main (libgtk-3.so.0 + 0x1e390f)
#20 0x0000629a8885577a n/a (gsd-power + 0x577a)
#21 0x000079504c68ac88 n/a (libc.so.6 + 0x25c88)
#22 0x000079504c68ad4c __libc_start_main (libc.so.6 + 0x25d4c)
#23 0x0000629a88855c85 n/a (gsd-power + 0x5c85)
Stack trace of thread 7701:
#0 0x000079504c76d39d __poll (libc.so.6 + 0x10839d)
#1 0x000079504c9a38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000079504c942787 g_main_loop_run (libglib-2.0.so.0 + 0x5d787)
#3 0x000079504cb45494 n/a (libgio-2.0.so.0 + 0x112494)
#4 0x000079504c971236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079504c6f7ded n/a (libc.so.6 + 0x92ded)
#6 0x000079504c77b0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 7700:
#0 0x000079504c76d39d __poll (libc.so.6 + 0x10839d)
#1 0x000079504c9a38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000079504c940f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000079504c940fea n/a (libglib-2.0.so.0 + 0x5bfea)
#4 0x000079504c971236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079504c6f7ded n/a (libc.so.6 + 0x92ded)
#6 0x000079504c77b0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 7699:
#0 0x000079504c778e9d syscall (libc.so.6 + 0x113e9d)
#1 0x000079504c99c9e0 g_cond_wait (libglib-2.0.so.0 + 0xb79e0)
#2 0x000079504c90a8dc n/a (libglib-2.0.so.0 + 0x258dc)
#3 0x000079504c976687 n/a (libglib-2.0.so.0 + 0x91687)
#4 0x000079504c971236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079504c6f7ded n/a (libc.so.6 + 0x92ded)
#6 0x000079504c77b0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 8017:
#0 0x000079504c76d39d __poll (libc.so.6 + 0x10839d)
#1 0x000079504c9a38fd n/a (libglib-2.0.so.0 + 0xbe8fd)
#2 0x000079504c940f95 g_main_context_iteration (libglib-2.0.so.0 + 0x5bf95)
#3 0x000079504afedfde n/a (libdconfsettings.so + 0x5fde)
#4 0x000079504c971236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079504c6f7ded n/a (libc.so.6 + 0x92ded)
#6 0x000079504c77b0dc n/a (libc.so.6 + 0x1160dc)
Stack trace of thread 8327:
#0 0x000079504c778e9d syscall (libc.so.6 + 0x113e9d)
#1 0x000079504c99d337 g_cond_wait_until (libglib-2.0.so.0 + 0xb8337)
#2 0x000079504c90a8a5 n/a (libglib-2.0.so.0 + 0x258a5)
#3 0x000079504c97724b n/a (libglib-2.0.so.0 + 0x9224b)
#4 0x000079504c971236 n/a (libglib-2.0.so.0 + 0x8c236)
#5 0x000079504c6f7ded n/a (libc.so.6 + 0x92ded)
#6 0x000079504c77b0dc n/a (libc.so.6 + 0x1160dc)
ELF object binary architecture: AMD x86-64
Jul 08 23:25:04 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Main process exited, code=dumped, status=11/SEGV
Jul 08 23:25:04 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Failed with result 'core-dump'.
Jul 08 23:25:04 otomodachi systemd[1852]: org.gnome.SettingsDaemon.Power.service: Scheduled restart job, restart counter is at 6.
Jul 08 23:25:04 otomodachi systemd[1852]: Starting GNOME power management service...
Jul 08 23:25:04 otomodachi systemd[1852]: Started GNOME power management service.
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/mouse0)
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/js0)
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:25:25 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event17)
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event15)
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event15 13:79 fd 50 paused 0
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event15"
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device removed
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: needs a virtual subdevice
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0009/input/input32/event15"
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: MOUSE, id 9)
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) selected scheme none/0
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) acceleration factor: 2.000
Jul 08 23:25:26 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: (accel) acceleration threshold: 4
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is tagged by udev as: Keyboard
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) event15 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: device is a keyboard
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: Applying InputClass "libinput keyboard catchall"
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard'
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: returning pre-existing fd for /dev/input/event15 13:79
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: always reports core events
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event15"
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard: is a virtual subdevice
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0009/input/input32/event15"
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard" (type: KEYBOARD, id 10)
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse (/dev/input/event18)
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Applying InputClass "libinput pointer catchall"
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse'
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event18 13:82 fd 63 paused 0
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: always reports core events
Jul 08 23:25:28 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event18"
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device removed
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:1B1C:1B2D.0009/input/input35/event18"
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse" (type: MOUSE, id 11)
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) selected scheme none/0
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration factor: 2.000
Jul 08 23:25:29 otomodachi /usr/lib/gdm-x-session[1937]: (**) Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: (accel) acceleration threshold: 4
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: is tagged by udev as: Mouse
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) event18 - Corsair Corsair Gaming K95 RGB PLATINUM Keyboard Mouse: device is a pointer
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Corsair Corsair Gaming K95 RGB PLATINUM Keyboard (/dev/input/event16)
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Logitech MX Vertical (/dev/input/mouse1)
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) No input driver specified, ignoring this device.
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) This device may have been added with another device file.
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) config/udev: Adding input device Logitech MX Vertical (/dev/input/event19)
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput pointer catchall"
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput keyboard catchall"
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Logitech MX Vertical'
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: got fd for /dev/input/event19 13:83 fd 79 paused 0
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: always reports core events
Jul 08 23:25:30 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event19"
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: is tagged by udev as: Keyboard Mouse
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a pointer
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a keyboard
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device removed
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: needs a virtual subdevice
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.000D/0003:046D:407B.000E/input/input36/event19"
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Logitech MX Vertical" (type: MOUSE, id 13)
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "AccelerationScheme" "none"
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) selected scheme none/0
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) acceleration factor: 2.000
Jul 08 23:25:31 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: (accel) acceleration threshold: 4
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: is tagged by udev as: Keyboard Mouse
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a pointer
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) event19 - Logitech MX Vertical: device is a keyboard
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput pointer catchall"
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: Applying InputClass "libinput keyboard catchall"
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) Using input driver 'libinput' for 'Logitech MX Vertical'
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) systemd-logind: returning pre-existing fd for /dev/input/event19 13:83
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (**) Logitech MX Vertical: always reports core events
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "Device" "/dev/input/event19"
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: is a virtual subdevice
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) libinput: Logitech MX Vertical: Step value 0 was provided, libinput Fallback acceleration function is used.
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:14.0/usb1/1-1/1-1.3/1-1.3:1.2/0003:046D:C52B.000D/0003:046D:407B.000E/input/input36/event19"
Jul 08 23:25:32 otomodachi /usr/lib/gdm-x-session[1937]: (II) XINPUT: Adding extended input device "Logitech MX Vertical" (type: KEYBOARD, id 14)
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:32 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x6155698fa820 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x61556988b1d0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x6155698fa820 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x6155696dc8c0 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x6155698fa820 StBoxLayout ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: st_widget_get_theme_node called on the widget [0x6155696b2650 StLabel.vitals-panel-label:insensitive ("…")] which is not in the stage.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaWindowActorX11] is on because it needs an allocation.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: Can't update stage views actor unnamed [MetaSurfaceActorX11] is on because it needs an allocation.
Jul 08 23:25:37 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
Jul 08 23:25:37 otomodachi gnome-shell[2098]: Window manager warning: Overwriting existing binding of keysym ff09 with keysym ff09 (keycode 17).
EDIT:
I'm still not sure how to fix this, but I figured out what caused it. After two reinstalls of Arch the same issue occurred directly after I backed up my home directly with timeshift. Not sure how it's the cause, but it's definitely the cause. This problem started after I started backing up my home drive with timeshift. Previously I excluded it, which is the recommended setting. I assumed the cause was me updating right after first backing up the home drive. Two more reinstalls and then it happening right after backing up my home drive confirms timeshift + backing up home directly is the cause. Hope this helps somebody else. I will stick to excluding it for now and go back to using Pika Backup for my home drive.
EDIT 2:
timeshift was not the cause. The issue is intermittent between restarts. Not sure what's going on. upower also eventually starts segfaulting even if it has no problem after a restart. No idea what's going on. Some issue with my motherboard perhaps? No idea really.
EDIT 3: September 3rd, 2024 - An update seems to have fixed this issue. I'm guessing there was a bug with upower or something related..
Last edited by thewisenoob (2024-09-03 12:11:30)
Offline