You are not logged in.
Pages: 1
Anyone tips how to debug this problem. My (thunar) based desktop icons are broken, for example: "Trash" and "Home". Shortcuts for textfiles (Kate) are working fine.
If i use the start menu i can start Thunar just fine.
Offline
Hello and welcome.
What exactly do you mean by "broken"? Also what distro and version of Xfce are you running?
If your distro has an ~/.xsession-errors log file, perhaps post back its contents.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yeah, i was not clear enough. Broken is: it does not do anything when double-clicking the icon.
I am using Suse Thumbleweed witch latest packages installed. The "about" only tells xfce 4 and not subversions.
Can not find the mentioned logfile.
That said. It seems Thunar related and long time ago i needed to compile it myself to verify a bug report. Tried to uninstall and reinstall thunar but the thunar about still mentioned 4.17.7git-d34837e2. That is probably not the official version and hopefully some other updates broke something. I have to find my old notes/bugreport because it was also not easy to actually use a own compiled version.
Offline
Ok undone the manually compiled version: https://gitlab.xfce.org/xfce/thunar/-/i … note_40016
Probably not useful for other members.
Actual steps done:
edwin@linux-5q3o:~/temp> thunar -q /usr/local/bin/thunar
edwin@linux-5q3o:~/TEMP/thunar/thunar> sudo make uninstall
linux-5q3o:~ # zypper remove thunar
linux-5q3o:~ # zypper install thunar thunar-plugin-archive
edwin@linux-5q3o:~> which thunar
/usr/bin/thunar
edwin@linux-5q3o:~> thunar
thunar: symbol lookup error: thunar: undefined symbol: xfce_gtk_handle_tab_accels
cd ~/TEMP/thunar/
cd libxfce4util && sudo make uninstall && cd ..
cd xfconf && sudo make uninstall && cd ..
cd libxfce4ui && sudo make uninstall && cd ..
cd exo && sudo make uninstall && cd ..
Offline
Pages: 1
[ Generated in 0.016 seconds, 7 queries executed - Memory usage: 524.42 KiB (Peak: 530.34 KiB) ]