Crash of applications shortly after login

No further ideas.
Especially when a new user account has the same issues.

The system logs and ~/.xsession-errors might also hold clues.

like here:

when I do:

ls -al /usr/lib/libgtk-3.so*
lrwxrwxrwx 1 root root      13 Oct 12 18:51 /usr/lib/libgtk-3.so -> libgtk-3.so.0
lrwxrwxrwx 1 root root      21 Oct 12 18:51 /usr/lib/libgtk-3.so.0 -> libgtk-3.so.0.2411.32
-rwxr-xr-x 1 root root 8070456 Oct 12 18:51 /usr/lib/libgtk-3.so.0.2411.32

and compare,
I have a different version of this library.

You have libgtk-3.so.0.2416.32
I have libgtk-3.so.0.2411.32

I do not know the significance of this - but this is where the coredump starts.

I’m on Testing branch, and can confirm that I also have libgtk-3.so.0.2411.32 on my up-to-date system. There was a recent downgrade of gtk pushed through on the Testing repos:

[2025-01-30T08:16:08+1100] [ALPM] downgraded gtk3 (1:3.24.48-1 -> 1:3.24.43-4)

The OP might want to see if downgrading to the version of gtk3 (and some other packages that were also downgraded such as fakeroot) in the repos fixes the issue:

sudo pacman -Syyuu
2 Likes

Hi scotty65,

downgrading gtk3 to version 3.24.43-4 did the trick - many thanks! :slight_smile:

3 Likes
inxi -Farz

note the r, returns repos.
And thats what I usually ask for.
The other common one that is slightly more comprehensive is inxi -zv8.
It may be worth noting the differences between Farz and zv8 are mostly negligible differences in reporting extra memory info, processor flags, chroma color info, USB and volume information (including UUIDs), and top running processes (top 5 of each cpu and ram).

inxi -Fz was a user invention for whatever reason.


There should have also been no reason to use -Syyuu which would unnecessarily force resync and hammer the server. -Syuu should have sufficed to allow downgrades.


Also the ‘problem with xfce apps and packages rolled back’ is detailed in some other thread(s) that I dont care to go looking for just now.

These float to top;

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.