You are not logged in.
dowgrading to 1:49:0 "solves" the issuse.
by freeze i mean:
only the mouse is "working" but i can't press anything.
it's just moving around...
the keyboard is not responding.
so the system is unusable
Last edited by andav (Yesterday 11:02:53)
Offline
https://bbs.archlinux.org/viewtopic.php?id=309465 - did you keep systemd at 257 because otherwise gnome would bounce system sleeps?
Online
https://bbs.archlinux.org/viewtopic.php?id=309465 - did you keep systemd at 257 because otherwise gnome would bounce system sleeps?
im on systemd 258.1-1.
do i need to downgrade it to 257?
the system is working fine for couple of hours with just donwgrading gnome-shell.
Offline
No!
There's a bug where gnome bounces sleeps (wakes up and immediately goes to sleep again once) w/ systemd 258, so some users stuck w/ 257, but gnome 49.1 doesn't work w/ systemd-userdbd < 258
Apparently that's not your issue.
Please post your complete system journal for the boot, eg.
sudo journalctl -b -1 | curl -F 'file=@-' 0x0.st
for the previous (-1) one.
Online
Offline
אוק 15 13:33:18 Mamadoosh gnome-shell-calendar-server[4013]: /usr/lib/gnome-shell-calendar-server: error while loading shared libraries: libecal-2.0.so.3: cannot open shared object file: No such file or directory
אוק 15 13:33:18 Mamadoosh systemd[2165]: dbus-:1.2-org.gnome.Shell.CalendarServer@0.service: Main process exited, code=exited, status=127/n/a
אוק 15 13:33:18 Mamadoosh systemd[2165]: dbus-:1.2-org.gnome.Shell.CalendarServer@0.service: Failed with result 'exit-code'.
Looks related to evolution?
אוק 15 13:33:19 Mamadoosh systemd[2165]: Starting Portal service (GTK/GNOME implementation)...
אוק 15 13:33:19 Mamadoosh gnome-shell[945]: Using public X11 display :1024, (using :1025 for managed services)
אוק 15 13:33:19 Mamadoosh gnome-shell[945]: Gio.DBusError: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
Stack trace:
asyncCallback@resource:///org/gnome/gjs/modules/core/overrides/Gio.js:115:23
_initializeUI/<@resource:///org/gnome/shell/ui/main.js:279:14
אוק 15 13:33:19 Mamadoosh gnome-shell[3940]: DING: (gjs:5014): Gtk-WARNING **: 13:33:19.554: Failed to parse /home/parosh/.config/gtk-3.0/settings.ini: Key file does not have group “Settings”
אוק 15 13:33:19 Mamadoosh xdg-desktop-portal-gtk[5076]: Failed to parse /home/parosh/.config/gtk-3.0/settings.ini: Key file does not have group “Settings”
There's some bogus stuff in your gtk3 settings ini and portal is somehow using X11
printenv
pacman -Qs evolution
Online
printenv:
https://pastebin.com/00uLhiK5
i didn't install evolution.
i'm not using it.
the command:
pacman -Qs evolution
return nothing.
(i get back into the command prompt without any output)
Offline
printenv actually looks unsuspicious - session type is wayland, wayland display is exported, dbus path is normal, no bogus xdg-* variables
What happens if you remove https://archlinux.org/packages/extra/x8 … -calendar/ ?
And what does your /home/parosh/.config/gtk-3.0/settings.ini look like (not sure whether that's capable of throwing off gnome, but we might want to take a look regardless)
Online
gnome-calendar is not installed on my system...
bat /home/parosh/.config/gtk-3.0/settings.ini
───────┬────────────────────────────────────────────────────────────────────────
│ File: /home/parosh/.config/gtk-3.0/settings.ini
───────┼────────────────────────────────────────────────────────────────────────
1 │ #[Settings]
2 │ #gtk-application-prefer-dark-theme = true
───────┴──────────────────────────────────────────────────────
Offline
pacman -Qo /usr/lib/gnome-shell-calendar-server
Edit: that's actually from gnome-shell, trying to load some evolution library.
Red herring?
Does a gnome session w/ a different (fresh) user experience the same problems?
The gtk3 settings.ini is de-facto just empty
Last edited by seth (Today 07:37:40)
Online