You are not logged in.

#1 Yesterday 10:41:58

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

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,068

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: 149

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,068

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: 149

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,068

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: 149

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,068

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: 149

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,068

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

#11 Today 14:25:51

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

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

i added `fresh` (literally smile) user and just added it to the wheel group and also added hebrew input language in gnome settings.
it took two or three minutes after login and eventually i got the same behaviour: system freezes.
mouse is moving but i cant press anything and the keyboard is not responding.

Offline

#12 Today 14:49:00

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

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

Oh, this is a delayed problem - the session doesn't freeze right away on start?
Does either of ghostty or google-chrome-stable trigger this ?
For chrome, try to run it w/ "--ozone-platform=x11"

Offline

#13 Today 15:33:30

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

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

there are 2 edits in the end.


i don't know what is going on.
i installed back gnome-shell 1:49.1 and logout.
after login again i noticed that the shortcut to change input language (ALT + SHIFT) not changing the language but trigger the freezing (so i thought/think, i don't know...)
then i rebooted
log into my *regular* user.
i opened chrome without the `--ozone-platform=x11` thing.
i opened other apps (also ghostty), and everything is working without a problem.
no freezing on the horizon (Del key still doesn't work in chrome but it's another problem we already discussed :-)).
my uptime is 25 minutes already.

but now when i press ALT + SHIFT the language *isn't* changing but the system still behave normally.
i can change the input language using the mouse.

i'll reboot again to see if ill get into freezing again.

(i saved the message till here before rebooting)

i rebooted 3 times.
after first reboot, i immediatelly pressed ALT + SHIFT and system freezes.
rebooted again, open gnome-text-editor, closed it, maybe did another thing ( i don't rememeber) and then i pressed ALT + SHIFT and again system freezes.
reboored third time and this time i will send this message.
and the system is still works fine for couple of minutes (i didn't press ALT + SHIFT yet).
so again i don't know what is going on.

[EDIT]
i can confirm that after sending this message i pressed ALT + SHIFT and immediatelly the system freezed.

[ANOTHER EDIT]
i disabled the ALT SHIFT shortcut in gnome tweaks.
so now if i press it the system doesn't freeze.
i see that in gnome settings the shortcut to change input language (`Switch to next input source`) is used by the combination of  SUPER + SPACE which is working (and no freezing).
but i can't edit this shortcut to ALT +SHIFT.
it doesn't allow this and ignore my pressing.
i can change it to something else for example CTRL + TAB but i want ALT + SHIFT...

Last edited by andav (Today 15:52:48)

Offline

Board footer

Powered by FluxBB