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?
But it's all right, when you're all in pain and you feel the rain come down
It's alright, when you find your way, then you see it disappear
It's alright....
Chris Cornell
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 1The 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 thunarMake sure that your thunar root custom action uses this command.
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
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 1The 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 thunarMake sure that your thunar root custom action uses this command.
thank you very much!!!
Offline
Pages: 1
[ Generated in 0.014 seconds, 7 queries executed - Memory usage: 559.73 KiB (Peak: 589.69 KiB) ]