-
Notifications
You must be signed in to change notification settings - Fork 5
Support for Fedora 41? #66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Can you show me the CLI output that leads to the crash? |
Thanks so much for the prompt reply! Confirmation required services are running➜ ~ ps aux | grep pipewire
azakaria 5062 0.0 0.0 324560 11916 ? S<sl 16:14 0:00 /usr/bin/pipewire
azakaria 6326 0.0 0.0 321876 8060 ? S<sl 16:16 0:00 /usr/bin/pipewire-pulse
azakaria 7360 0.0 0.0 230468 2284 pts/1 S+ 16:21 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv pipewire
➜ ~ ps aux | grep wireplumber
azakaria 5063 0.1 0.1 935016 25136 ? S<sl 16:14 0:00 /usr/bin/wireplumber
azakaria 7408 0.0 0.0 230468 2260 pts/1 S+ 16:22 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv wireplumber
➜ ~ ps aux | grep upower
root 935 0.0 0.0 539972 9912 ? Ssl 16:11 0:00 /usr/libexec/upowerd
azakaria 7577 0.0 0.0 230336 2232 pts/1 S+ 16:23 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv upower
➜ ~ ps aux | grep logind
root 930 0.1 0.0 20216 11084 ? Ss 16:11 0:01 /usr/lib/systemd/systemd-logind
azakaria 7613 0.0 0.0 230336 2136 pts/1 S+ 16:23 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv logind
➜ ~ ps aux | grep dbus
dbus 908 0.0 0.0 9240 4532 ? Ss 16:11 0:00 /usr/bin/dbus-broker-launch --scope system --audit
dbus 909 0.1 0.0 11872 7212 ? S 16:11 0:01 dbus-broker --log 4 --controller 9 --machine-id c6b1fa8d012048d88fc1366e57521d71 --max-bytes 536870912 --max-fds 4096 --max-matches 131072 --audit
root 932 0.2 0.0 611308 9656 ? Ssl 16:11 0:02 /usr/sbin/thermald --systemd --dbus-enable --adaptive
azakaria 4998 0.0 0.0 8736 3872 ? Ss 16:14 0:00 /usr/bin/dbus-broker-launch --scope user
azakaria 5002 0.0 0.0 5428 2756 ? S 16:14 0:00 dbus-broker --log 4 --controller 9 --machine-id c6b1fa8d012048d88fc1366e57521d71 --max-bytes 100000000000000 --max-fds 25000000000000 --max-matches 5000000000
azakaria 5115 0.0 0.0 8608 3776 ? S 16:14 0:00 /usr/bin/dbus-broker-launch --config-file=/usr/share/defaults/at-spi2/accessibility.conf --scope user
azakaria 5116 0.0 0.0 4932 2784 ? S 16:14 0:00 dbus-broker --log 4 --controller 9 --machine-id c6b1fa8d012048d88fc1366e57521d71 --max-bytes 100000000000000 --max-fds 6400000 --max-matches 5000000000
azakaria 7740 0.0 0.0 230336 2260 pts/1 S+ 16:23 0:00 grep --color=auto --exclude-dir=.bzr --exclude-dir=CVS --exclude-dir=.git --exclude-dir=.hg --exclude-dir=.svn --exclude-dir=.idea --exclude-dir=.tox --exclude-dir=.venv --exclude-dir=venv dbus Maybe these lines are relevant (in addition to Warning and Error lines: way-shell:9971): Gtk-DEBUG: 16:32:25.124: Connecting to session manager
(way-shell:9971): Gtk-DEBUG: 16:32:25.124: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned
(way-shell:9971): Gtk-DEBUG: 16:32:25.125: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned way-shell output (way-shell:9971): GLib-GIO-DEBUG: 16:32:25.029: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
(way-shell:9971): GLib-GIO-DEBUG: 16:32:25.114: _g_io_module_get_default: Found default implementation dconf (DConfSettingsBackend) for ‘gsettings-backend’
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/desktop/interface/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/desktop/peripherals/mouse/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/desktop/sound/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/desktop/privacy/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/desktop/wm/preferences/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.114: watch_fast: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.115: watch_fast: "/org/gnome/desktop/a11y/" (establishing: 0, active: 0)
(way-shell:9971): dconf-DEBUG: 16:32:25.115: watch_fast: "/org/gnome/desktop/a11y/interface/" (establishing: 0, active: 0)
(way-shell:9971): GLib-GIO-DEBUG: 16:32:25.115: Using cross-namespace EXTERNAL authentication (this will deadlock if server is GDBus < 2.73.3)
(way-shell:9971): dconf-DEBUG: 16:32:25.118: watch_established: "/org/gnome/desktop/interface/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.118: watch_established: "/org/gnome/desktop/peripherals/mouse/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.118: watch_established: "/org/gnome/desktop/sound/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.119: watch_established: "/org/gnome/desktop/privacy/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.119: watch_established: "/org/gnome/desktop/wm/preferences/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.119: watch_established: "/org/gnome/settings-daemon/plugins/xsettings/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.119: watch_established: "/org/gnome/desktop/a11y/" (establishing: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.119: watch_established: "/org/gnome/desktop/a11y/interface/" (establishing: 1)
(way-shell:9971): Gtk-DEBUG: 16:32:25.124: Connecting to session manager
(way-shell:9971): Gtk-DEBUG: 16:32:25.124: Failed to get the GNOME session proxy: The name org.gnome.SessionManager is not owned
(way-shell:9971): Gtk-DEBUG: 16:32:25.125: Failed to get the Xfce session proxy: The name org.xfce.SessionManager is not owned
(way-shell:9971): GLib-GIO-DEBUG: 16:32:25.130: _g_io_module_get_default: Found default implementation gvfs (GDaemonVfs) for ‘gio-vfs’
(way-shell:9971): Adwaita-DEBUG: 16:32:25.172: Setting org.freedesktop.appearance.contrast of type u not found
(way-shell:9971): Adwaita-DEBUG: 16:32:25.176: Setting org.freedesktop.appearance.accent-color of type (ddd) not found
** (way-shell:9971): DEBUG: 16:32:25.227: main.c: activate(): activating services
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: org.freedesktop.DBus
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: org.freedesktop.DBus
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.0
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.0
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.1
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.1
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.2
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.2
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.3
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.3
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.4
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.4
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.5
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.5
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.6
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.6
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.7
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.7
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.8
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.8
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.9
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.9
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.10
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.10
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.11
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.11
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.12
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.12
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.13
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.13
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.14
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.14
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.15
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.15
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.16
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.16
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.18
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.18
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.19
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.19
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.20
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.20
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.21
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.21
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.22
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.22
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.25
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.25
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.26
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.26
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.28
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.28
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.32
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.32
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.40
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.40
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.60
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.60
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.79
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.79
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.137
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.137
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.138
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.138
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.209
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.209
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.214
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.214
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.215
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.215
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.216
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.216
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.217
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.217
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.219
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.219
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.220
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.220
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.221
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.221
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.222
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.222
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.223
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.223
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.224
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.224
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.226
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.226
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:name owner changed on system bus: :1.227
** (way-shell:9971): DEBUG: 16:32:25.229: dbus_service.c:adding name to set: :1.227
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: :1.228
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: :1.228
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: :1.229
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: :1.229
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: :1.230
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: :1.230
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: :1.239
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: :1.239
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: fi.w1.wpa_supplicant1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: fi.w1.wpa_supplicant1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: net.hadess.PowerProfiles
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: net.hadess.PowerProfiles
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: net.hadess.SwitcherooControl
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: net.hadess.SwitcherooControl
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.bluez
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.bluez
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.fedoraproject.FirewallD1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.fedoraproject.FirewallD1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.Accounts
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.Accounts
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.Avahi
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.Avahi
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.ColorManager
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.ColorManager
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.LowMemoryMonitor
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.LowMemoryMonitor
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.ModemManager1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.ModemManager1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.NetworkManager
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.NetworkManager
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.Passim
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.Passim
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.PolicyKit1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.PolicyKit1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.RealtimeKit1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.RealtimeKit1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.UDisks2
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.UDisks2
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.UPower
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.UPower
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.UPower.PowerProfiles
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.UPower.PowerProfiles
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.UResourced
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.UResourced
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.bolt
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.bolt
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.fwupd
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.fwupd
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.home1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.home1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.login1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.login1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.machine1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.machine1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.oom1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.oom1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.problems.daemon
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.problems.daemon
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.resolve1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.resolve1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.systemd1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.systemd1
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.freedesktop.thermald
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.freedesktop.thermald
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:name owner changed on system bus: org.gnome.DisplayManager
** (way-shell:9971): DEBUG: 16:32:25.230: dbus_service.c:adding name to set: org.gnome.DisplayManager
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.DBus
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.0
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.1
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.2
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.4
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.5
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.6
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.9
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.10
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.11
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.12
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.13
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.14
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.15
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.16
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.17
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.18
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.19
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.20
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.21
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.22
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.23
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.24
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.25
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.26
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.27
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.28
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.29
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.30
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.31
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.32
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.34
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.39
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.40
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.54
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.57
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: :1.59
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: ca.desrt.dconf
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: net.tenshu.Terminator2c167fcb65036abc0f3dbe526aaa2db94
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.a11y.Bus
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.ReserveDevice1.Audio0
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.StatusNotifierHost-5030
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.StatusNotifierWatcher
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.impl.portal.PermissionStore
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.impl.portal.desktop.gtk
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.impl.portal.desktop.wlr
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.portal.Desktop
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.portal.Documents
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.secrets
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.freedesktop.systemd1
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.gnome.keyring
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.gtk.vfs.Daemon
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.gtk.vfs.Metadata
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.kde.StatusNotifierHost-5030
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.kde.StatusNotifierWatcher
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.ldelossa.way-shell
** (way-shell:9971): DEBUG: 16:32:25.232: dbus_service.c:name owner changed on session bus: org.pulseaudio.Server
** (way-shell:9971): DEBUG: 16:32:25.232: clock_service.c:emit_tick() emitting signal.
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 1, interface: wl_shm, version: 2
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 2, interface: zwp_linux_dmabuf_v1, version: 4
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 3, interface: wl_compositor, version: 6
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 4, interface: wl_subcompositor, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 5, interface: wl_data_device_manager, version: 3
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 6, interface: zwlr_gamma_control_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 7, interface: zxdg_output_manager_v1, version: 3
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 8, interface: ext_idle_notifier_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 9, interface: zwp_idle_inhibit_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 10, interface: zwlr_layer_shell_v1, version: 4
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 11, interface: xdg_wm_base, version: 5
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 12, interface: zwp_tablet_manager_v2, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 13, interface: org_kde_kwin_server_decoration_manager, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 14, interface: zxdg_decoration_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 15, interface: zwp_relative_pointer_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 16, interface: zwp_pointer_constraints_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 17, interface: wp_presentation, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 18, interface: wp_alpha_modifier_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 19, interface: zwlr_output_manager_v1, version: 4
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 20, interface: zwlr_output_power_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 21, interface: zwp_input_method_manager_v2, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 22, interface: zwp_text_input_manager_v3, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 23, interface: ext_foreign_toplevel_list_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 24, interface: zwlr_foreign_toplevel_manager_v1, version: 3
(way-shell:9971): dconf-DEBUG: 16:32:25.233: watch_fast: "/org/ldelossa/way-shell/window-manager/" (establishing: 0, active: 0)
** (way-shell:9971): DEBUG: 16:32:25.233: foreign_toplevel.c:on_ignored_toplevels_app_ids_changed(): key: ignored-toplevels-app-ids
** (way-shell:9971): DEBUG: 16:32:25.233: foreign_toplevel.c:on_ignored_toplevels_titles_changed(): key: ignored-toplevels-titles
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 25, interface: ext_session_lock_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 26, interface: wp_drm_lease_device_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 27, interface: zwlr_export_dmabuf_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 28, interface: zwlr_screencopy_manager_v1, version: 3
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 29, interface: zwlr_data_control_manager_v1, version: 2
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 30, interface: wp_security_context_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 31, interface: wp_viewporter, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 32, interface: wp_single_pixel_buffer_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 33, interface: wp_content_type_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 34, interface: wp_fractional_scale_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 35, interface: wp_tearing_control_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 36, interface: zxdg_exporter_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 37, interface: zxdg_importer_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 38, interface: zxdg_exporter_v2, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 39, interface: zxdg_importer_v2, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 40, interface: xdg_activation_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 41, interface: wp_cursor_shape_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 42, interface: zwp_virtual_keyboard_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 43, interface: zwlr_virtual_pointer_manager_v1, version: 2
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 44, interface: zwp_keyboard_shortcuts_inhibit_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 45, interface: zwp_pointer_gestures_v1, version: 3
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 46, interface: ext_transient_seat_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 47, interface: wl_seat, version: 9
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 49, interface: zwp_primary_selection_device_manager_v1, version: 1
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:registry_handle_global(): name: 50, interface: wl_output, version: 4
** (way-shell:9971): DEBUG: 16:32:25.233: core.c:wayland_core_service_init Wayland service initialized
(way-shell:9971): dconf-DEBUG: 16:32:25.233: watch_fast: "/org/ldelossa/way-shell/system/" (establishing: 0, active: 0)
** (way-shell:9971): DEBUG: 16:32:25.234: theme_service.c:on_settings_changed(): settings changed
** (way-shell:9971): DEBUG: 16:32:25.234: theme_service.c:theme_service_set_dark_theme(): setting dark theme
(way-shell:9971): dconf-DEBUG: 16:32:25.234: watch_established: "/org/ldelossa/way-shell/window-manager/" (establishing: 1)
(way-shell:9971): Gtk-WARNING **: 16:32:25.234: Theme parser warning: way-shell-dark.css:46:2-47:1: Expected ';' at end of block
(way-shell:9971): dconf-DEBUG: 16:32:25.234: watch_established: "/org/ldelossa/way-shell/system/" (establishing: 1)
(way-shell:9971): Gtk-WARNING **: 16:32:25.235: Theme parser error: way-shell-dark.css:436:3-11: No property named "overflow"
(way-shell:9971): Gtk-WARNING **: 16:32:25.235: Theme parser error: way-shell-dark.css:607:40-53: No class name after '.' in selector
(way-shell:9971): Gtk-WARNING **: 16:32:25.235: Theme parser warning: way-shell-dark.css:608:2-609:1: Expected ';' at end of block
(way-shell:9971): Gtk-WARNING **: 16:32:25.235: Theme parser error: way-shell-dark.css:610:40-53: No class name after '.' in selector
(way-shell:9971): Gtk-WARNING **: 16:32:25.235: Theme parser error: way-shell-dark.css:613:40-53: No class name after '.' in selector
(way-shell:9971): Gtk-WARNING **: 16:32:25.236: Theme parser warning: way-shell-dark.css:940:3-941:1: Expected ';' at end of block
(way-shell:9971): Gtk-WARNING **: 16:32:25.236: Theme parser warning: way-shell-dark.css:992:5-993:1: Expected ';' at end of block
(way-shell:9971): dconf-DEBUG: 16:32:25.238: change_fast
** (way-shell:9971): DEBUG: 16:32:25.238: network_manager_service.c:network_manager_service_global_init() initializing global network manager service
** (way-shell:9971): DEBUG: 16:32:25.249: network_manager_service.c:on_change() called
** (way-shell:9971): DEBUG: 16:32:25.249: upower.c:upower_service_global_init() initializing upower service.
** (way-shell:9971): DEBUG: 16:32:25.261: upower_service.c:upower_service_init_is_battery() discovered battery
native-path: BAT0
vendor: LGC
model: 01AV489
serial: 6778
power supply: yes
updated: Fri 10 Jan 2025 04:32:14 PM EST (11 seconds ago)
has history: yes
has statistics: yes
battery
present: yes
rechargeable: yes
state: discharging
warning-level: none
energy: 13.49 Wh
energy-empty: 0 Wh
energy-full: 15.55 Wh
energy-full-design: 23.94 Wh
energy-rate: 4.532 W
voltage: 11.773 V
charge-cycles: 100
time to empty: 3.0 hours
percentage: 86%
capacity: 64.9541%
technology: lithium-polymer
charge-start-threshold: 75%
charge-end-threshold: 80%
charge-threshold-supported: 1
icon-name: 'battery-full-symbolic'
History (charge):
1736544704 86.000 discharging
History (rate):
1736544704 4.532 discharging
1736544674 4.923 discharging
1736544644 4.945 discharging
** (way-shell:9971): DEBUG: 16:32:25.261: upower_service.c:upower_service_init_is_battery() discovered AC
native-path: AC
power supply: yes
updated: Fri 10 Jan 2025 04:11:09 PM EST (1276 seconds ago)
has history: no
has statistics: no
line-power
warning-level: none
online: no
icon-name: 'ac-adapter-symbolic'
** (way-shell:9971): DEBUG: 16:32:25.261: wireplumber_service.c:wire_plumber_service_global_init() called
** (way-shell:9971): DEBUG: 16:32:25.261: wireplumber_service.c:wire_plumber_service_init() called
** (way-shell:9971): DEBUG: 16:32:25.261: wireplumber_service.c:wire_plumber_service_connect() called
** (way-shell:9971): DEBUG: 16:32:25.266: wireplumber_service.c:wire_plumber_service_init_pulseaudio() called
** (way-shell:9971): DEBUG: 16:32:25.266: wireplumber_service.c:context_state_cb() called
(way-shell:9971): dconf-DEBUG: 16:32:25.267: watch_fast: "/org/ldelossa/way-shell/window-manager/" (establishing: 0, active: 1)
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_find_socket_path() called
** (way-shell:9971): DEBUG: 16:32:25.267: window_manager_service_sway.c:wm_service_sway_init found socket path: /run/user/1000/sway-ipc.1000.5006.sock
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_ipc_connect() called
** (way-shell:9971): DEBUG: 16:32:25.267: window_manager_service_sway.c:wm_service_sway_init connected to self ipc socket: 22.
(way-shell:9971): dconf-DEBUG: 16:32:25.267: watch_fast: "/org/ldelossa/way-shell/window-manager/" (establishing: 0, active: 2)
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_ipc_subscribe_req() called
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_ipc_send() called
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_ipc_send() called
** (way-shell:9971): DEBUG: 16:32:25.267: sway_client.c:sway_client_ipc_send() called
** (way-shell:9971): DEBUG: 16:32:25.267: notifications_service.c:notifications_service_init() called
** (way-shell:9971): DEBUG: 16:32:25.268: notifications_service.c:export_notifications_dbus() called
** (way-shell:9971): DEBUG: 16:32:25.268: power_profiles_service.c:power_profiles_service_global_init() called
** (way-shell:9971): DEBUG: 16:32:25.268: power_profiles_service.c:power_profiles_service_init() called
** (way-shell:9971): DEBUG: 16:32:25.270: power_profiles_service.c:on_power_profiles_service_profiles_change() called
** (way-shell:9971): DEBUG: 16:32:25.270: power_profiles_service.c:on_power_profiles_service_active_profile_change() called
** (way-shell:9971): DEBUG: 16:32:25.270: ipc_service.c:ipc_service_setup_ipc_sock() called
** (way-shell:9971): DEBUG: 16:32:25.273: logind_service.c:logind_service_global_init():
** (way-shell:9971): DEBUG: 16:32:25.273: logind_service.c:logind_service_init():
** (way-shell:9971): DEBUG: 16:32:25.273: logind_service.c:logind_service_manager_dbus_connect():
** (way-shell:9971): DEBUG: 16:32:25.313: logind_service.c:logind_service_session_dbus_connect():
** (way-shell:9971): DEBUG: 16:32:25.315: logind_service.c:logind_service_init(): found session id: (null) session_obj_path: (null)
(way-shell:9971): dconf-DEBUG: 16:32:25.315: watch_fast: "/org/ldelossa/way-shell/system/" (establishing: 0, active: 1)
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:brightness_service_global_init(): initializing global service.
(way-shell:9971): dconf-DEBUG: 16:32:25.315: watch_fast: "/org/ldelossa/way-shell/system/" (establishing: 0, active: 2)
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_backlight_directory_changed(): called
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_backlight_directory_changed(): device path: /sys/class/backlight/intel_backlight
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_backlight_directory_changed(): brightness file: /sys/class/backlight/intel_backlight/brightness
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_backlight_directory_changed(): max_brightness file: /sys/class/backlight/intel_backlight/max_brightness
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_fd_write(): brightness: 254
** (way-shell:9971): DEBUG: 16:32:25.315: brightness_service.c:on_backlight_keyboard_changed(): called
** (way-shell:9971): DEBUG: 16:32:25.315: media_player_service.c:media_player_service_init(): initializing media player service
** (way-shell:9971): DEBUG: 16:32:25.315: media_player_service.c:media_player_service_dbus_connect(): connecting to dbus
(way-shell:9971): dconf-DEBUG: 16:32:25.315: watch_fast: "/org/ldelossa/way-shell/panel/" (establishing: 0, active: 0)
** (way-shell:9971): DEBUG: 16:32:25.316: status_notifier_service.c:status_notifier_service_init() called
** (way-shell:9971): DEBUG: 16:32:25.316: main.c: activate(): activating subsystems
(way-shell:9971): dconf-DEBUG: 16:32:25.316: watch_established: "/org/ldelossa/way-shell/panel/" (establishing: 1)
** (way-shell:9971): DEBUG: 16:32:25.321: main.c: activate(): dialog_overlay subsystems activated
(way-shell:9971): dconf-DEBUG: 16:32:25.321: watch_fast: "/org/ldelossa/way-shell/window-manager/" (establishing: 0, active: 3)
(way-shell:9971): Gtk-CRITICAL **: 16:32:25.322: gtk_entry_set_placeholder_text: assertion 'GTK_IS_ENTRY (entry)' failed
** (way-shell:9971): DEBUG: 16:32:25.371: main.c: activate(): activities subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.371: main.c: activate(): app_switcher subsystems activated
** (way-shell:9971): WARNING **: 16:32:25.372: window_manager_service_sway.c:wm_service_sway_get_outputs() outputs not initialized.
** (way-shell:9971): DEBUG: 16:32:25.372: output_switcher.c:on_outputs_changed() called.
** (way-shell:9971): DEBUG: 16:32:25.372: main.c: activate(): output_switcher subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.373: main.c: activate(): rename_switcher subsystems activated
** (way-shell:9971): WARNING **: 16:32:25.374: window_manager_service_sway.c:wm_service_sway_get_workspaces() workspaces not initialized.
** (way-shell:9971): DEBUG: 16:32:25.374: workspace_switcher.c:on_workspaces_changed() called.
** (way-shell:9971): DEBUG: 16:32:25.374: main.c: activate(): workspace_switcher subsystems activated
(way-shell:9971): dconf-DEBUG: 16:32:25.376: watch_fast: "/org/ldelossa/way-shell/notifications/" (establishing: 0, active: 0)
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.376: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.377: invalid (NULL) pointer instance
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.377: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(way-shell:9971): dconf-DEBUG: 16:32:25.377: watch_established: "/org/ldelossa/way-shell/notifications/" (establishing: 1)
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.384: ../gobject/gsignal.c:2532: signal 'message-tray-req-open' is invalid for instance '0x561b749d7990' of type 'MessageTray'
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.384: ../gobject/gsignal.c:2532: signal 'message-tray-req-close' is invalid for instance '0x561b749d7990' of type 'MessageTray'
(way-shell:9971): GLib-GObject-CRITICAL **: 16:32:25.384: ../gobject/gsignal.c:2532: signal 'message-tray-req-shrink' is invalid for instance '0x561b749d7990' of type 'MessageTray'
** (way-shell:9971): DEBUG: 16:32:25.384: main.c: activate(): message_tray subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.384: upower_service.c:upower_device_map_icon_name() called.
** (way-shell:9971): DEBUG: 16:32:25.384: upower_service.c:upower_device_map_icon_name() icon: battery-full-symbolic state: 2 rechargable: 1 percent: 86.000000
** (way-shell:9971): DEBUG: 16:32:25.385: quick_settings_battery_menu.c:quick_settings_battery_menu_init() called.
** (way-shell:9971): DEBUG: 16:32:25.385: quick_settings_battery_button.c:on_power_dev_notify() called.
** (way-shell:9971): DEBUG: 16:32:25.385: upower_service.c:upower_device_map_icon_name() called.
** (way-shell:9971): DEBUG: 16:32:25.385: upower_service.c:upower_device_map_icon_name() icon: battery-full-symbolic state: 2 rechargable: 1 percent: 86.000000
** (way-shell:9971): DEBUG: 16:32:25.385: Battery time: 2 Hours 58 Minutes Remaining
** (way-shell:9971): DEBUG: 16:32:25.385: quick_settings_power_menu.c:quick_settings_power_menu_init() called.
** (way-shell:9971): DEBUG: 16:32:25.386: wireplumber_service.c:wire_plumber_service_get_db() called
** (way-shell:9971): DEBUG: 16:32:25.386: quick_settings_header_mixer.c:on_wire_plumber_service_database_changed() called.
** (way-shell:9971): DEBUG: 16:32:25.386: wireplumber_service.c:wire_plumber_service_get_streams() called
** (way-shell:9971): DEBUG: 16:32:25.386: wireplumber_service.c:wire_plumber_service_get_sinks() called
** (way-shell:9971): DEBUG: 16:32:25.386: wireplumber_service.c:wire_plumber_service_get_sources() called
** (way-shell:9971): DEBUG: 16:32:25.386: quick_settings_grid.c:on_network_manager_change() called
** (way-shell:9971): DEBUG: 16:32:25.387: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.387: quick_settings_grid_wifi_menu.c:do_scan() scanning wifi network...
(way-shell:9971): nm-CRITICAL **: 16:32:25.387: ((../src/libnm-client-impl/nm-device-wifi.c:380)): assertion '<dropped>' failed
** (way-shell:9971): DEBUG: 16:32:25.388: quick_settings_grid_wifi.c:on_state_changed() called
** (way-shell:9971): DEBUG: 16:32:25.388: quick_settings_grid_wifi.c:on_active_access_point() called
** (way-shell:9971): DEBUG: 16:32:25.388: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_global() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_global() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_profiles() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_global() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_global() called
** (way-shell:9971): DEBUG: 16:32:25.388: power_profiles_service.c:power_profiles_service_get_active_profile() called
** (way-shell:9971): DEBUG: 16:32:25.388: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.389: logind_service.c:logind_service_get_global():
** (way-shell:9971): DEBUG: 16:32:25.389: logind_service.c:logind_service_get_global():
** (way-shell:9971): DEBUG: 16:32:25.389: logind_service.c:logind_service_get_idle_inhibit(): called
** (way-shell:9971): DEBUG: 16:32:25.389: quick_settings_grid_idle_inhibitor.c: on_idle_inhibit_changed(): idle inhibitor changed: 0
(way-shell:9971): Gtk-CRITICAL **: 16:32:25.389: gtk_widget_add_css_class: assertion 'GTK_IS_WIDGET (widget)' failed
** (way-shell:9971): DEBUG: 16:32:25.389: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.390: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.391: quick_settings_grid_airplane_mode_button.c: on_networking_enabled_changed(): networking enabled changed: 1
(way-shell:9971): Gtk-CRITICAL **: 16:32:25.391: gtk_widget_add_css_class: assertion 'GTK_IS_WIDGET (widget)' failed
** (way-shell:9971): DEBUG: 16:32:25.391: quick_settings_grid.c:add_button() called
(way-shell:9971): Gtk-CRITICAL **: 16:32:25.391: gtk_widget_remove_css_class: assertion 'GTK_IS_WIDGET (widget)' failed
** (way-shell:9971): DEBUG: 16:32:25.391: quick_settings_grid.c:add_button() called
** (way-shell:9971): DEBUG: 16:32:25.392:
8000
quick_settings_scales.c:quick_settings_scales_class_init() called.
** (way-shell:9971): DEBUG: 16:32:25.392: quick_settings_scales.c:quick_settings_scales_init() called.
(way-shell:9971): Gtk-CRITICAL **: 16:32:25.392: gtk_widget_set_name: assertion 'GTK_IS_WIDGET (widget)' failed
** (way-shell:9971): DEBUG: 16:32:25.392: wireplumber_service.c:wire_plumber_service_get_default_sink() called
** (way-shell:9971): DEBUG: 16:32:25.392: quick_settings_scales.c:on_default_sink_change() called.
** (way-shell:9971): DEBUG: 16:32:25.392: wireplumber_service.c:wire_plumber_service_get_default_sink() called
** (way-shell:9971): DEBUG: 16:32:25.392: quick_settings_scales.c:on_default_sink_change() called.
** (way-shell:9971): DEBUG: 16:32:25.392: quick_settings_scales.c:quick_settings_scales_get_widget() called.
** (way-shell:9971): DEBUG: 16:32:25.393: main.c: activate(): quick_settings subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.393: main.c: activate(): osd subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.393: panel.c:panel_activate() initializing bars with synthetic monitor event.
** (way-shell:9971): DEBUG: 16:32:25.393: panel.c:panel_on_monitor_added(): called.
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: linux_read_sorted_physical_devices:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Original order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] llvmpipe (LLVM 19.1.0, 256 bits)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Sorted order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] llvmpipe (LLVM 19.1.0, 256 bits)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: linux_read_sorted_physical_devices:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Original order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] llvmpipe (LLVM 19.1.0, 256 bits)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Sorted order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] llvmpipe (LLVM 19.1.0, 256 bits)
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 0 into new device 0
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 1 into new device 1
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: linux_read_sorted_physical_devices:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Original order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] llvmpipe (LLVM 19.1.0, 256 bits)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Sorted order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] llvmpipe (LLVM 19.1.0, 256 bits)
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 0 into new device 0
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 1 into new device 1
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: linux_read_sorted_physical_devices:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Original order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] llvmpipe (LLVM 19.1.0, 256 bits)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: Sorted order:
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [0] Intel(R) UHD Graphics 620 (KBL GT2)
Gdk-INFO: 16:32:25.448: Vulkan: Loader Message: [1] llvmpipe (LLVM 19.1.0, 256 bits)
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 0 into new device 0
(way-shell:9971): Gdk-DEBUG: 16:32:25.448: Vulkan: Loader Message: Copying old device 1 into new device 1
Gdk-INFO: 16:32:25.449: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_radeon.so due to not having any physical devices
Gdk-INFO: 16:32:25.449: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_powervr_mesa.so due to not having any physical devices
Gdk-INFO: 16:32:25.449: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_panfrost.so due to not having any physical devices
Gdk-INFO: 16:32:25.449: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_nouveau.so due to not having any physical devices
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_intel_hasvk.so due to not having any physical devices
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_freedreno.so due to not having any physical devices
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: Removing driver /usr/lib64/libvulkan_broadcom.so due to not having any physical devices
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: Failed to find vkGetDeviceProcAddr in layer "libVkLayer_MESA_device_select.so"
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: vkCreateDevice layer callstack setup to:
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: <Application>
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: ||
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: <Loader>
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: ||
Gdk-INFO: 16:32:25.450: Vulkan: Loader Message: <Device>
Gdk-INFO: 16:32:25.451: Vulkan: Loader Message: Using "Intel(R) UHD Graphics 620 (KBL GT2)" with driver: "/usr/lib64/libvulkan_intel.so"
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:763: FINISHME: support YUV colorspace with DRM format modifiers
MESA-INTEL: warning: ../src/intel/vulkan/anv_formats.c:794: FINISHME: support more multi-planar formats with DRM modifiers
** (way-shell:9971): WARNING **: 16:32:25.464: window_manager_service_sway.c:wm_service_sway_get_workspaces() workspaces not initialized.
** (way-shell:9971): DEBUG: 16:32:25.464: workspace_bar.c:on_workspaces_update() called
** (way-shell:9971): WARNING **: 16:32:25.464: workspaces_bar.c:on_workspaces_update() workspaces is NULL
(way-shell:9971): dconf-DEBUG: 16:32:25.464: watch_fast: "/org/ldelossa/way-shell/panel/" (establishing: 0, active: 1)
(way-shell:9971): dconf-DEBUG: 16:32:25.464: watch_fast: "/org/ldelossa/way-shell/notifications/" (establishing: 0, active: 1)
** (way-shell:9971): DEBUG: 16:32:25.465: logind_service.c:logind_service_get_global():
** (way-shell:9971): DEBUG: 16:32:25.465: logind_service.c:logind_service_get_global():
** (way-shell:9971): DEBUG: 16:32:25.465: logind_service.c:logind_service_get_idle_inhibit(): called
** (way-shell:9971): DEBUG: 16:32:25.465: panel_status_bar_network_button.c:on_nm_change() called.
** (way-shell:9971): DEBUG: 16:32:25.465: panel_status_bar_sound_button.c:on_microphone_active() called. active: 0
** (way-shell:9971): DEBUG: 16:32:25.465: wireplumber_service.c:wire_plumber_service_get_default_sink() called
** (way-shell:9971): DEBUG: 16:32:25.465: upower_service.c:upower_device_map_icon_name() called.
** (way-shell:9971): DEBUG: 16:32:25.465: upower_service.c:upower_device_map_icon_name() icon: battery-full-symbolic state: 2 rechargable: 1 percent: 86.000000
** (way-shell:9971): DEBUG: 16:32:25.465: indicator_bar.c:indicator_bar_init() called.
** (way-shell:9971): DEBUG: 16:32:25.465: indicator_bar.c:indicator_bar_init_layout() called.
** (way-shell:9971): DEBUG: 16:32:25.465: panel.c:panel_on_monitor_added(): added bar for monitor: [(null)]
** (way-shell:9971): DEBUG: 16:32:25.465: panel.c:panel_activate() init finished, listening for monitor events.
** (way-shell:9971): DEBUG: 16:32:25.465: main.c: activate(): panel subsystems activated
** (way-shell:9971): DEBUG: 16:32:25.465: main.c: activate(): connecting mediator signals
** (way-shell:9971): DEBUG: 16:32:25.465: core.c:on_fd_read(): fd: 12, condition: 1
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_mgr_new_toplevel(): new toplevel handle
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_mgr_new_toplevel(): new toplevel handle
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_mgr_new_toplevel(): new toplevel handle
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_mgr_new_toplevel(): new toplevel handle
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_title(): title: way-shell 2>&1 | wl-copy
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_title(): top_level->title: way-shell 2>&1 | wl-copy
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_app_id(): app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_app_id(): top_level->app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_state(): toplevel handle state
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_parent(): toplevel handle parent
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.465: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: way-shell 2>&1 | wl-copy, toplevel->entered: 0, toplevel->activated: 1
** (way-shell:9971): DEBUG: 16:32:25.465: app_switcher.c:on_top_level_changed: creating new widget: terminator title: way-shell 2>&1 | wl-copy
** (way-shell:9971): DEBUG: 16:32:25.485: app_switcher_app_widget: search_apps_by_app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.505: app_switcher_app_widget: search_apps_by_app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_title(): title: azakaria@fedora:~
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_title(): top_level->title: azakaria@fedora:~
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_app_id(): app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_app_id(): top_level->app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_state(): toplevel handle state
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_parent(): toplevel handle parent
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.505: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: azakaria@fedora:~, toplevel->entered: 0, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.526: app_switcher_app_widget: search_apps_by_app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_title(): title: 1. ChatGPT - Google Chrome
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_title(): top_level->title: 1. ChatGPT - Google Chrome
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_app_id(): app_id: Google-chrome
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_app_id(): top_level->app_id: Google-chrome
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_state(): toplevel handle state
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_parent(): toplevel handle parent
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.526: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: Google-chrome, toplevel->title: 1. ChatGPT - Google Chrome, toplevel->entered: 0, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.526: app_switcher.c:on_top_level_changed: creating new widget: Google-chrome title: 1. ChatGPT - Google Chrome
** (way-shell:9971): DEBUG: 16:32:25.546: app_switcher_app_widget: search_apps_by_app_id: Google-chrome
** (way-shell:9971): DEBUG: 16:32:25.565: app_switcher_app_widget: search_apps_by_app_id: Google-chrome
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_title(): title: azakaria@fedora:~
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_title(): top_level->title: azakaria@fedora:~
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_app_id(): app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_app_id(): top_level->app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_state(): toplevel handle state
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_parent(): toplevel handle parent
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.565: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: azakaria@fedora:~, toplevel->entered: 0, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.582: app_switcher_app_widget: search_apps_by_app_id: terminator
** (way-shell:9971): DEBUG: 16:32:25.582: wl_seat.c:seat_listener_name(): name: seat0
** (way-shell:9971): DEBUG: 16:32:25.582: wl_seat.c:seat_listener_name(): seat_data->name: seat0
** (way-shell:9971): DEBUG: 16:32:25.582: wl_seat.c:seat_listener_capabilities(): capabilities: 7
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_geometry(): x: 0, y: 0, physical_width: 310, physical_height: 170, subpixel: 0, make: InfoVision Optoelectronics (Kunshan) Co.,Ltd China, model: 0x057D, transform: 0
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_geometry(): output_data->make: InfoVision Optoelectronics (Kunshan) Co.,Ltd China, output_data->model: 0x057D
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_mode(): flags: 1, width: 1920, height: 1080, refresh: 60010
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_scale(): scale: 1
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_name(): name: eDP-1
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_name(): output_data->name: eDP-1
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_description(): description: InfoVision Optoelectronics (Kunshan) Co.,Ltd China 0x057D (eDP-1)
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_description(): output_data->desc: InfoVision Optoelectronics (Kunshan) Co.,Ltd China 0x057D (eDP-1)
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_done(): output done
** (way-shell:9971): DEBUG: 16:32:25.582: wl_output.c:wl_output_handle_done(): output_data->name: eDP-1, output_data->desc: InfoVision Optoelectronics (Kunshan) Co.,Ltd China 0x057D (eDP-1), output_data->make: InfoVision Optoelectronics (Kunshan) Co.,Ltd China, output_data->model: 0x057D
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_output_enter(): toplevel handle output enter
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_output_enter(): toplevel handle output enter
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_output_enter(): toplevel handle output enter
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_output_enter(): toplevel handle output enter
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: azakaria@fedora:~, toplevel->entered: 1, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: Google-chrome, toplevel->title: 1. ChatGPT - Google Chrome, toplevel->entered: 1, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: azakaria@fedora:~, toplevel->entered: 1, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel handle done
** (way-shell:9971): DEBUG: 16:32:25.582: foreign_toplevel.c:toplevel_handle_done(): toplevel->app_id: terminator, toplevel->title: way-shell 2>&1 | wl-copy, toplevel->entered: 1, toplevel->activated: 0
** (way-shell:9971): DEBUG: 16:32:25.583: wireplumber_service.c:context_state_cb() called
** (way-shell:9971): DEBUG: 16:32:25.583: window_manager_service_sway.c:on_ipc_recv() received ipc message.
** (way-shell:9971): DEBUG: 16:32:25.583: sway_client.c:sway_client_ipc_recv() called
** (way-shell:9971): DEBUG: 16:32:25.583: sway_client.c:sway_client_ipc_recv() received ipc msg of type 2 and size 17
** (way-shell:9971): DEBUG: 16:32:25.583: window_manager_service_sway.c:on_ipc_recv_dispatch() dispatching ipc message.
** INFO: 16:32:25.583: window_manager_service_sway.c:on_ipc_recv_dispatch() sway_client_ipc_subscribe_resp received subscribed: true
** (way-shell:9971): DEBUG: 16:32:25.583: dbus_service.c:name owner changed on session bus: org.freedesktop.Notifications
** (way-shell:9971): DEBUG: 16:32:25.583: dbus_service.c:adding name to set: org.freedesktop.Notifications
** (way-shell:9971): DEBUG: 16:32:25.583: notifications_service.c:on_name_acquired() acquired name org.freedesktop.Notifications
** (way-shell:9971): DEBUG: 16:32:25.583: dbus_service.c:name owner changed on session bus: org.kde.StatusNotifierHost-9971
** (way-shell:9971): DEBUG: 16:32:25.583: dbus_service.c:adding name to set: org.kde.StatusNotifierHost-9971
** (way-shell:9971): DEBUG: 16:32:25.583: media_player_service.c:media_player_service_on_name_owner_changed(): NameOwnerChanged signal received
** (way-shell:9971): ERROR **: 16:32:25.583: status_notifier_service.c:on_name_lost() lost name org.kde.StatusNotifierWatcher
|
Something else is owning the StatusNotifier dbus name: ** (way-shell:9971): ERROR **: 16:32:25.583: status_notifier_service.c:on_name_lost() lost name org.kde.StatusNotifierWatcher Do you have another desktop session running ? |
Okay, I’ll look into StatusNotifier a bit. I’m not sure if I have another desktop session running…the way I run way-shell is that I start sway from Fedora default login manager, then I launch a terminal, and run way-shell. Is this the way to do it? I’m just running sway (so I don’t think I’m running a DE just a WM?) with the default bar. Sorry if I’m asking silly questions or missing something obvious. After your reply I’ll spare your time and look into things more on my own :) |
Yup that should work fine. Odd that something else is taking the Watcher name on dbus... If you want to dig in a bit, you can introspect DBUS to see who owns the StatusNotifierWatcher dbus name. |
@adam-zakaria I just read your comment over again.
What do you mean the default bar here? This could be causing the issue. |
Hi @ldelossa sorry I need to get back to this. I mean my screen looks like this: just Sway with that bar at the top (with the 1 for workspace 1). Then, I try to launch way-shell from a terminal. |
Do you want to try to start Sway without sway-bar running, and start way-shell like you did on the CLI? Maybe sway-bar is getting in the way. |
Yes definitely, I'm working right now on another computer, but will have time tonight. Thank you very much for your help and consideration :) |
Hello! I love your project! It's exactly what I want - Sway with all the bells and whistles of a modern DE (especially wifi and bluetooth in the app bar).
I'm running Sway and I have Gnome installed (I can use either from my login manager), but cannot figure out how to get the app bar (top bar) displayed. Do I just run way-shell from the command line? Doing this results in an error (maybe because I'm on Fedora 41)
TLDR:
How do I run way-shell on Fedora 41? Doing it from the cli results in a crash.
Thanks so much!
The text was updated successfully, but these errors were encountered: