You are not logged in.
Pages: 1
Hi there and Happy New Year,
well, just a little question: I have many pdf files and they are shown not as pdf symbol, but as a small preview. Is it possible to change them just as symbol? Same happens also with video media files.
Thanks
Offline
Have a look at the tumbler documentation here - specifically the configuration section where you can override the default configuration file and enable/disable certain thumbnailers.
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
Thank you for your rapid answer.
I have done as show, but every time I get the directory "tumbler" in the system directory and not in my HOME. What I did from path of my Home:
sudo mkdir -p $XDG_CONFIG_HOME/tumbler
sudo cp /etc/xdg/tumbler/tumbler.rc $XDG_CONFIG_HOME/tumbler/
is there something wrong or am I wrong?
Offline
First, don't use sudo. You don't need it as you will be creating a local copy. Did the directory get created?
ls -l ~/.config | grep tumbler
Secondly, does $XDG_CONFIG_HOME return anything on your system?
echo $XDG_CONFIG_HOME
And finally, does tumbler.rc exist in /etc/xdg?
locate tumbler.rc
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
Well,
using those command from the link you have posted it has been created a directory in my file system "/tumbler/tumbler.rc", but any with XDG_CONFIG_HOME.
If I try suggestions you have posted I get nothing from the first one - nothing from the second - and from the third "/etc/xdg/tumbler/tumbler.rc", but this last has bee installed long time ago not today.
Offline
In that case, try these instructions:
First close any open thunar windows.
Then:
mkdir -p ~/.config/tumbler
cp /etc/xdg/tumbler/tumbler.rc ~/.config/tumbler
...then edit the ~/.config/tumbler/tumbler.rc file and set "Disabled=true" in the "[PopplerThumbnailer]" section so it looks like:
# PDF/PS thumbnailer
[PopplerThumbnailer]
Disabled=true
Priority=1
Locations=
MaxFileSize=0
Then delete the existing thumbnails:
rm -rf ~/.cache/thumbnails
And log out and back in again.
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
Well, it works! Thank you a lot for your support and I am sorry if I cant reciprocate.
Offline
Pages: 1
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 541.98 KiB (Peak: 543.27 KiB) ]