You are not logged in.
My system indexes several times a day. Moving files around triggers it which makes sense but does it have to do it so often? It's not only annoying (at the most inconvenient times), it makes the system unusable until it finishes doing it's thing. I can't remember exactly when this started but it's been happening for a while. I've just been lazy about attending to it. Is there a conf somewhere to regulate this behavior?
Offline
It's not (usually) a file system thing, so I'd imagine you have some kind of 'indexing service' running? Without more details, it's going to be difficult to say. If it's something which starts with a particular desktop you're running, just disable it.
Offline
It's not (usually) a file system thing, so I'd imagine you have some kind of 'indexing service' running? Without more details, it's going to be difficult to say. If it's something which starts with a particular desktop you're running, just disable it.
If I did have an indexing sevice I wouldn't know how/where to find it. AFAIK it's just a standard Xfce. I do have catfish search tool installed. That's the only thing I can think of that might be responsible. If anyone knows of a better GUI search tool, please do share.
Offline
cynwulf wrote:It's not (usually) a file system thing, so I'd imagine you have some kind of 'indexing service' running? Without more details, it's going to be difficult to say. If it's something which starts with a particular desktop you're running, just disable it.
If Idid have an indexing sevice I wouldn't know how/where to find it. AFAIK it's just a standard Xfce. I do have catfish search tool installed. That's the only thing I can think of that might be responsible. If anypone knows of a better GUI search tool, please do share.
Doesn't thunar have a search function?
To kill unwanted start-up services, try Boot-Up-Manager (BUM) from the repo for a nice GUI tool to enable/disable services at startup and/or kill/start them during session.
https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
Doesn't thunar have a search function?
Nope. Not a native one. An external search function can be added as a thunar custom action. This from the archwiki:
Search for files and folders
To use this action you need to have catfish installed. The optional dependency mlocate should be installed as well.
Name Command File patterns Appears if selection contains
Search catfish --path=%f * Directories
To kill unwanted start-up services, try Boot-Up-Manager (BUM) from the repo for a nice GUI tool to enable/disable services at startup and/or kill/start them during session.
Thanks for the suggestion.
Offline
Keep a terminal open with top running and look at it when the thrashing starts. Or click on the cpu activity monitor in the panel - it will open a terminal with top.
Offline
Thanks to fsmithred, I found the culprit with top - tumblerd! I work with a lot of graphics and video (not so much these days) and that app creates image icons. fsr confirmed that it "causes some serious thrashing". If I can ever get the theming for ascii finished, I'll do some reading about how to deal with it - SP produced plenty of reading.
Offline
# apt-get purge tumbler
Online
Problem is that the thumbnailer is useful . . .
Offline
greenjeans wrote:Doesn't thunar have a search function?
Nope. Not a native one. An external search function can be added as a thunar custom action.
Wow, kinda lame that. Even Pcmanfm has a built-in search function (not a very good one but it's there). Best native search function that i've tried is in Caja (Mate file manager), it works really well for me.
https://sourceforge.net/projects/vuu-do/
Vuu-do GNU/Linux, minimal Devuan-based openbox systems to build on, maximal versions if you prefer your linux fully-loaded.
Please donate to support Devuan and init freedom! https://devuan.org/os/donate
Offline
You could try editing /etc/xdg/tumbler/tumbler.rc to reduce the priority of the image thumbnailers. The range is -20 to 19. Try something like -17. (or +17 if I'm wrong about which way the scale goes.)
Offline