You are not logged in.
Pages: 1
Hello!!! So I installed Xfce arch using zen installer, everything is working fine except I noticed that when I'm using "thunar in root" mode thumbnails doesn't show up.
Is there some configuration or setting I need to enable?
Offline
It should be automatic. Is tumberd running?
Siduction
Debian Sid
Xfce 4.18
Offline
Automatic X11 dbus spawning was disabled in Arch linux a while back as a security precaution, and this prevents tumblerd from automatically starting in root mode when root thunar is initiated. If you try to run "pkexec thunar" in a terminal window on Arch you should see something like:
ThunarThumbnailer: failed to create proxy: Error spawning command line “dbus-launch --autolaunch=78411821b9964bb583290cc4c33a07f3 --binary-syntax --close-stderr”: Child process exited with code 1
The way to work around this is to manually create a one time dbus connection using "dbus-run-session". This seems to work easiest with gksu (from the AUR) and a command like:
gksu dbus-run-session thunar
Make sure that your thunar root custom action uses this command.
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
Automatic X11 dbus spawning was disabled in Arch linux a while back as a security precaution, and this prevents tumblerd from automatically starting in root mode when root thunar is initiated. If you try to run "pkexec thunar" in a terminal window on Arch you should see something like:
ThunarThumbnailer: failed to create proxy: Error spawning command line “dbus-launch --autolaunch=78411821b9964bb583290cc4c33a07f3 --binary-syntax --close-stderr”: Child process exited with code 1
The way to work around this is to manually create a one time dbus connection using "dbus-run-session". This seems to work easiest with gksu (from the AUR) and a command like:
gksu dbus-run-session thunar
Make sure that your thunar root custom action uses this command.
thank you very much!!!
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 528.34 KiB (Peak: 529.63 KiB) ]