You are not logged in.
os : arch linux
xfce 4.20
The optional dependency packages have all been installed, but the cursor image of x11 still does not display
https://fars.ee/ylei.png
I don't know if thunar doesn't support displaying x11 cursor images
Last edited by RethLibc (2025-05-02 23:54:54)
Offline
I'm not sure what type of image they are but it's likely because of a missing library. Maybe bitmap?
I AM CANADIAN!
Siduction
Debian Sid
Xfce 4.20 with Wayland/Labwc
Offline
You can create custom desktop thumbnailer for them.
Install the packages "imagemagick" and "xcur2png"
Create the file /usr/share/thumbnailers/xcusrsor.thumbnailer with the following content:
[Thumbnailer Entry]
Version=1.0
Encoding=UTF-8
Type=X-Thumbnailer
Name=Xcursor Thumbnailer
MimeType=image/x-xcursor;
Exec=/usr/local/bin/xcursorthumbs %i %o %s
Create the file /usr/local/bin/xcursorthumbs with the following content:
#!/usr/bin/env bash
if TEMP=$(mktemp --directory --tmpdir tumbler-xcur-XXXXXX); then
xcur2png -d $TEMP -q -c - $1 > /dev/null 2>&1
convert -thumbnail "$3" "$TEMP/*_000.png" "$2" &>/dev/null
rm -rf $TEMP
fi
...and make the file executable.
Either log out and back in again, or kill both the thunar and tumblerd process to force a re-read of the new configurations.
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
@Toz Hello, the problem hasn't been solved yet,He still doesn't work
1. It seems that archlinux does not consider Tumbler as a dependency of xfce4, which means that my system does not have Tumbler installed,Then I installed Tumbler
2. It seems that it has less dependence:
May 02 21:50:38 thinkpad tumblerd[1395]: Failed to load plugin "tumbler-odf-thumbnailer.so": libxml2.so.16: cannot open shared object file: No such file or director y
1 May 02 21:50:39 thinkpad tumblerd[1395]: Failed to load plugin "tumbler-gepub-thumbnailer.so": libgepub-0.7.so.0: cannot open shared object file: No such file or di rectory
1455 May 02 21:50:39 thinkpad tumblerd[1395]: Failed to load plugin "tumbler-raw-thumbnailer.so": libopenrawgnome.so.9: cannot open shared object file: No such file or d irectory
3 .
resolving dependencies...
looking for conflicting packages...
error: failed to prepare transaction (could not satisfy dependencies)
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by ardour
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by electron31
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by electron34
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by electron35
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by libarchive
:: installing libxml2 (2.14.2-2) breaks dependency 'libxml2.so=2-64' required by sane
It seems that I have to update the system…
I think it should be caused by the failed startup of tumbler?
Last edited by RethLibc (2025-05-02 14:15:44)
Offline
2. Those are optional dependencies. See: https://archlinux.org/packages/extra/x86_64/tumbler/.
3. Where is this error message from?
Mark solved threads as [SOLVED] to make it easier for others to find solutions.
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
3. Where is this error message from?
This was an error reported by pacman, but I have solved it now
Thank you for your help!;)
Offline
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 547.82 KiB (Peak: 548.66 KiB) ]