Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] XFCE graphical sessions no longer open after this morning's update (Read 1631 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[SOLVED] XFCE graphical sessions no longer open after this morning's update

Since running sudo pacman -Syu on two Artix OpenRC XLibre XFCE PCs, the XFCE graphical session no longer opens, and I remain stuck on the SDDM login window.
One of these PCs uses an AMD GPU and the other an Intel one.

I tried downgrading GTK4, but the graphical session won't start.

pacman-Syu.txt with the list of updated packages on both machines:
https://drive.google.com/file/d/1t_E9A3VjfMQAtENlb9iloA59ehYgqSzw/view?usp=sharing

Two other .txt files (from the same PC) :
dmesg_good.txt (on an unupdated Artix partition):
https://drive.google.com/file/d/1ed8Ou_bD1iHws9QwLAdSo92ji7eMCYp_/view?usp=sharing

dmesg_bad.txt (on an updated Artix partition):
https://drive.google.com/file/d/1rP07cpwxodpUBdBCdvYvrio9gFJ-KuOj/view?usp=sharing

Re: XFCE graphical sessions no longer open after this morning's update

Reply #1
Pls start xfce from the console and provide the output and xorg.log file.
Thx.

artist

Re: XFCE graphical sessions no longer open after this morning's update

Reply #2
I just had trouble with this as well. Downgrade libdisplay-info and it will start. This breaks mpv which you're fairly likely to use as well, but downgrade that as well.

Re: XFCE graphical sessions no longer open after this morning's update

Reply #3
Hello and thank you for helping me!

Pls start xfce from the console and provide the output and xorg.log file.
Indeed, when I downgrade libdisplay-info to version 0.2.0-2 XFCE4 launches.


Code: [Select]
startxfce4 
/usr/bin/startxfce4: X server already running on display :0
xfce4-session: error while loading shared libraries: libdisplay-info.so.2: cannot open shared object file: No such file or directory


My  /var/log/Xorg.0.log
https://drive.google.com/file/d/1_uYCsfqhCPNq71mytV9BmlVkCC7h5M1I/view?usp=sharing

Re: XFCE graphical sessions no longer open after this morning's update

Reply #4
Hello and thank you for saving me,  8)

I just had trouble with this as well. Downgrade libdisplay-info and it will start.
Indeed, libdisplay-info 2.0.2-2 allows XFCE to launch!


Quote
This breaks mpv which you're fairly likely to use as well, but downgrade that as well.
I'll see if I can downgrade it as well...


Re: XFCE graphical sessions no longer open after this morning's update

Reply #5
 Encountered this issue this night when studying, after rebooting my computer. I did not downgrade libdisplay.

I symlinked the old name of the file with the new one.

No idea if that's a bad thing to do, I guess it is, but it just works.



Re: XFCE graphical sessions no longer open after this morning's update

Reply #6
Same with Xfce-Runit.

After restore I solve it with:
Code: [Select]
sudo pacman -Syu --ignore=libdisplay-info,mpv

Re: XFCE graphical sessions no longer open after this morning's update

Reply #7
The problematic patches were brought in sync about an hour ago, so updating should not cause problems anymore.

artist

 

Re: XFCE graphical sessions no longer open after this morning's update

Reply #9
Thank you tintin and Artist, everything is OK now  :)
Artix with dinit and XLibre

Re: [SOLVED] XFCE graphical sessions no longer open after this morning's update

Reply #10
Thx for the feedback; always welcome :)

artist