You are not logged in.

#1 Yesterday 10:41:58

andav
Member
Registered: 2006-12-04
Posts: 147

it seems that latest gnome-shell (1:49:1) "freezes" the system.

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

#2 Yesterday 12:29:08

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,056

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

https://bbs.archlinux.org/viewtopic.php?id=309465 - did you keep systemd at 257 because otherwise gnome would bounce system sleeps?

Offline

#3 Yesterday 13:00:45

andav
Member
Registered: 2006-12-04
Posts: 147

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

seth wrote:

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

#4 Yesterday 13:06:03

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,056

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

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.

Offline

#5 Yesterday 13:09:18

andav
Member
Registered: 2006-12-04
Posts: 147

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

Offline

#6 Yesterday 15:35:41

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,056

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

אוק 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

x-ref, https://bbs.archlinux.org/viewtopic.php?id=309540

Offline

#7 Yesterday 15:47:11

andav
Member
Registered: 2006-12-04
Posts: 147

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

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

#8 Yesterday 18:27:24

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,056

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

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)

Offline

#9 Yesterday 22:24:32

andav
Member
Registered: 2006-12-04
Posts: 147

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

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

#10 Today 07:34:44

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 69,056

Re: it seems that latest gnome-shell (1:49:1) "freezes" the system.

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)

Offline

Board footer

Powered by FluxBB