You are not logged in.

#1 2022-12-15 21:32:29

toothandnail
Member
From: Oxfordshire, UK
Registered: 2012-05-05
Posts: 90

[Solved]Xfce 4.18 upgrade problem

An upgrade done a few hours ago included Xfce 4.18. After the upgrade, I noticed some problems with opening some applications from within another application. I restarted the machine, which resulted in more problems - no panel when the desktop loaded. Also, Thunar would not start.

Going through the journal, I found the following:

Dec 15 19:39:04 zeta Thunar[894]: /usr/bin/Thunar: symbol lookup error: /usr/bin/Thunar: undefined symbol: xfce_gtk_toggle_tool_button_new_from_action_entry
Dec 15 19:39:04 zeta systemd[542]: thunar.service: Main process exited, code=exited, status=127/n/a
Dec 15 19:39:04 zeta systemd[542]: thunar.service: Failed with result 'exit-code'.
Dec 15 19:39:04 zeta systemd[542]: Failed to start Thunar file manager.

I didn't see any other errors in the journal, and I've no idea where to go next. This laptop has a fairly old Arch install (installed about 3 years ago). As a test, I ran updates on another machine with has a much more recent Arch install. It shows exactly the same problem.

Has anyone else hit this problem? Any suggestions as to how to cure the problem?

Last edited by toothandnail (2022-12-16 15:45:21)

Offline

#2 2022-12-15 22:02:31

foutrelis
Developer
From: Athens, Greece
Registered: 2008-07-28
Posts: 705
Website

Re: [Solved]Xfce 4.18 upgrade problem

Either you haven't fully upgraded (-Syu) or Thunar is loading a non-stock copy of libxfce4ui-2.

Check that you have libxfce4ui 4.18.0-1 installed and/or try to see which libxfce4ui-2 it's loading (LD_DEBUG=files thunar |& grep libxfce4ui-2).

Offline

#3 2022-12-16 01:55:41

madscience
Member
From: Ontario, Canada
Registered: 2014-02-11
Posts: 83
Website

Re: [Solved]Xfce 4.18 upgrade problem

I'm getting errors with Thunar as well:

❯ thunar

(thunar:47207): Gtk-WARNING **: 20:46:28.799: Theme parsing error: gtk.css:5:0: Expected a valid selector

(thunar:47207): Gtk-WARNING **: 20:46:28.799: Theme parsing error: gtk.css:8:0: Expected a valid selector

(thunar:47207): Gtk-WARNING **: 20:46:28.873: Could not load a pixbuf from icon theme.
This may indicate that pixbuf loaders or the mime database could not be found.
**
Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
Bail out! Gtk:ERROR:../gtk/gtk/gtkiconhelper.c:494:ensure_surface_for_gicon: assertion failed (error == NULL): Failed to load /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg: Unrecognized image file format (gdk-pixbuf-error-quark, 3)
zsh: IOT instruction (core dumped)  thunar

Last edited by madscience (2022-12-16 02:04:48)

Offline

#4 2022-12-16 08:19:25

seth
Member
From: Won't reply 2 private help req
Registered: 2012-09-03
Posts: 76,418

Re: [Solved]Xfce 4.18 upgrade problem

That's not the same at all, the OP has incompatible libraries and for you, thunar aborts because of some gdk-pixbuf-error, possibly w/ the icon theme.
Open a new thread and post the output of

stat /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg
file /usr/share/icons/Papirus-Dark/24x24/status/image-missing.svg

Offline

#5 2022-12-16 15:44:42

toothandnail
Member
From: Oxfordshire, UK
Registered: 2012-05-05
Posts: 90

Re: [Solved]Xfce 4.18 upgrade problem

foutrelis wrote:

Either you haven't fully upgraded (-Syu) or Thunar is loading a non-stock copy of libxfce4ui-2.

Check that you have libxfce4ui 4.18.0-1 installed and/or try to see which libxfce4ui-2 it's loading (LD_DEBUG=files thunar |& grep libxfce4ui-2).

Thanks. Non-stock version of libxfce4ui-2. I vaguely remember installing it, though I have no memory of installing it to other machines, which I must have done. Removed and replaced with the correct version and things are back to normal.

Offline

Board footer

Powered by FluxBB