Linux Lite Forums

General => On Topic => Topic started by: elliott on June 27, 2014, 05:16:18 PM

Title: disable thumbnails? Thunar did not work?
Post by: elliott on June 27, 2014, 05:16:18 PM
please see bottom comment and if anyone has any other ways to turn off thumbnails it would be appreciated. i dont like having this folder at all.
Title: Re: disable thumbnails? privacy?
Post by: Scott on June 27, 2014, 06:55:44 PM
Hello Elliott.

Navitgate to Menu > Accessories > Home Folder

At the Home Folder window click

Edit > Preferences > Display Tab > Show Thumbnails

Change Show Thumbnails to "never"
Title: Re: disable thumbnails? privacy?
Post by: elliott on June 27, 2014, 08:12:29 PM
no idea how i missed this i even installed something to replace thunar to try to find something that was right in front of my face, sorry and thanks. i know how to disable swap i think i have it crypted instead but partion manager reads it as unknown so its off maybe, any more tips welcomed.

sorry and thanks again for the quick response.
Title: Re: disable thumbnails? privacy?
Post by: Scott on June 27, 2014, 09:44:01 PM
You're welcome and no worries. :)
Title: Re: disable thumbnails? privacy?
Post by: elliott on July 09, 2014, 08:20:32 AM
Hi i hope you don't mind me replying to this old thread where you answered my question but, when i turned off thumbnails i noticed it still adds thumbnails into the same .thumbnail folder whenever i view any images on the computer, even when i turn off thumbnails preview in the default image program. is their any way to actually disable the folder so everything i do is not cached into this folder? this seems easy in windows xp by using "disable thumbnails" but maybe linux does not allow you to turn the feature off completely? i would think it would seeing it seems to give so much control compared to xp but i am clueless where and if their is a setting other than in thunar that will really disable .thumbnails?
Title: Re: disable thumbnails? Thunar did not work?
Post by: Scott on July 09, 2014, 11:41:48 AM
I may have something for you to try soon but first please reply with your Linux Lite version. Thanks.
Title: Re: disable thumbnails? Thunar did not work?
Post by: elliott on July 10, 2014, 01:32:20 AM
hi Scott :)

2.0, any advice would be appreciated as always. i see your still using 1, any reason you did not switch to 2? just curious. anyways thanks again, you've been a big help to this forum and me personally.
Title: Re: disable thumbnails? Thunar did not work?
Post by: gold_finger on July 10, 2014, 04:23:52 AM
Hi Elliot,

This might be what you're looking for:  http://docs.xfce.org/xfce/thunar/tumbler (http://docs.xfce.org/xfce/thunar/tumbler).

Bookmark this search engine:  Linux Beginner Search Engine (https://www.google.com/cse/home?cx=017607476515012185699:b_owgx6xyi0).  I found the above by just searching for "disable thumbnails in xfce" with that search engine.
Title: Re: disable thumbnails? Thunar did not work?
Post by: elliott on July 10, 2014, 10:59:25 PM
this is my first time using linux so something like this might take me awhile to figure out... i will definetly read more on this and am willing to learn. i wonder if Nautilus is superior for changing settings without risk. any idea?

i'm moving the said file into /tumbler/ and hoping that modifying it is not too difficult because its something i've yet have done.. if it is as simple as opening it as txt and changing Disabled=true then i think i will have accomplished it. i will test for results after a reboot. but i understand this might be too much to walk a beginner through but i will do my best to learn and hopefully not damaging my system, again thanks for finding these links they are bookmarked to my toolbar and i have a feeling i will be using *a lot* of the search engine because i love being able to tweek stuff.

i'm hoping # is linux code to ignore that line, because i am unsure if i need to remove the directions in the file in order for it to work. i will try keeping it at first and see what results come from this. you've been super helpful. :)

elliott
Title: Re: disable thumbnails? Thunar did not work?
Post by: gold_finger on July 11, 2014, 11:24:46 AM
Sorry Elliot,

I didn't have time yesterday to explain that link.

Basically you are going to create your own user config file for the thumbnailer program and set all of the defaults to NOT make thumbnails.  I just tested this out and it will work.

Open up a Terminal and follow directions below.

First make a directory under your home to hold the config file.  (Substitute your username where I have "$USER" below.) (Nevermind about substituting for $USER -- I changed the commands from what I originally wrote, but forgot to take out notice to make substitution.)
Code: [Select]
mkdir ~/.config/tumbler

Next we'll copy the default system config file for it over to your new directory.
Code: [Select]
cp /etc/xdg/tumbler/tumbler.rc ~/.config/tumbler

Now we will open the file with your text editor, leafpad
Code: [Select]
leafpad ~/.config/tumbler/tumbler.rc

You will see a file that looks like this:

(http://ibin.co/1SxkS0BwZeyb)


Just go down the file and make sure that each category of thumbnails and change "Disabled = False" on each one to "Disabled = True".  Then just save the file and close out the leafpad text editor.  Close the terminal too.

Done.

No more thumbnails will be generated!
Title: Re: disable thumbnails? Thunar did not work?
Post by: Scott on July 11, 2014, 12:36:35 PM
Great work as usual gold_finger.

I came across one point on this topic that's probably worth mentioning.

The tumbler service must be 0.1.27 or later
Linux Lite 2.0 passes this test but others reading this may not be using LL 2.0.

To check your tumbler service version
open a terminal and type
Code: [Select]
dpkg -p tumbler | grep Version

Example, in Linux Lite 2.0
Code: [Select]
dpkg -p tumbler | grep Version
Version: 0.1.30-1ubuntu1


Example, in Linux Lite 1.8
Code: [Select]
dpkg -p tumbler | grep Version
Version: 0.1.24-0ubuntu1

So this solution would not work in Linux Lite 1.8 with the stock tumbler version.
Title: Re: disable thumbnails? Thunar did not work?
Post by: elliott on July 11, 2014, 04:07:27 PM
thanks to gold_finger! and also scott for informing those not using 2.0. great work helping a new person, i thank you for taking your time and explaining!

i would not have figured this out and the search engine is also something i plan to use a lot of in the future, so double thanks. :)

you both have helped me a lot, really amazing work guys.
Title: Re: disable thumbnails? Thunar did not work?
Post by: gold_finger on July 12, 2014, 09:02:53 AM
@elliot
Your welcome elliot.  And thanks for asking the question.  I learned something new from it -- didn't know how to do that until looking it up for you.


@Scott(0),
Thanks for adding note on other versions - I wasn't aware of that.  Do you happen to know what procedure is for the earlier versions of tumbler?  (I'm just curious -- don't "need" to know, so don't bother going crazy looking for solution if you don't already know it.)
Title: Re: disable thumbnails? Thunar did not work?
Post by: Scott on July 12, 2014, 11:27:02 AM
@gold_finger

Quote
Thanks for adding note on other versions - I wasn't aware of that.  Do you happen to know what procedure is for the earlier versions of tumbler?  (I'm just curious -- don't "need" to know, so don't bother going crazy looking for solution if you don't already know it.)

Hi Gold_Finger

I've only read about these options regarding earlier version of tumbler, I haven't tried/tested any of them.

Turning thumbnails(tumbler) off in Thunar
Thunar > Edit > Preferences > Display Tab
Check/Uncheck - The Show Thumbnails setting

Upgrading tumbler
The references I saw on this discussed the option of enabling certain PPAs to upgrade tumbler.

Removing tumbler
I haven't tested if removing tumbler would cause problems someplace else in the system but I did do a simulation removal and it looks like it may work (i.e. not a bunch of dependencies being removed also).

Code: [Select]
apt-get -s remove tumbler
NOTE: This is only a simulation!
      apt-get needs root privileges for real execution.
      Keep also in mind that locking is deactivated,
      so don't depend on the relevance to the real current situation!
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following packages will be REMOVED:
  tumbler
0 upgraded, 0 newly installed, 1 to remove and 0 not upgraded.
Remv tumbler [0.1.24-0ubuntu1]





Title: Re: disable thumbnails? Thunar did not work?
Post by: gold_finger on July 13, 2014, 10:39:49 AM
Scott(0),
Thanks again.  Haven't tested removing tumbler either, but looks like won't cause any issues from your output above.
Title: Re: disable thumbnails? Thunar did not work?
Post by: elliott on July 16, 2014, 04:04:24 PM
i followed the directions and modified the file and the .thumbnails are still generated the same. ill try to repeat the process but so far nothing i tried can disable them. :(

thanks anyway tho
Title: Re: disable thumbnails? Thunar did not work?
Post by: gold_finger on July 16, 2014, 04:21:32 PM
Not sure what might be wrong.  When I tested creating and modifying that file it worked to stop the creation of thumbnails.

Open a terminal and post back the output of this command so we can see what your tumbler config file looks like:
Code: [Select]
cat ~/.config/tumbler/tumbler.rc

One note:  when disabling thumbnails with that config file, I don't think that alone will delete any prior existing thumbnails.  You should manually delete them from the folder(s) they are in.  From that point forward, no more thumbnails should be produced.
Title: Re: disable thumbnails? Thunar did not work?
Post by: elliott on July 18, 2014, 07:50:11 PM
i had that tile in root /tumbler/, i just edited it in the /.config folder dumb mistake, will test after reboot thanks :)