this post was submitted on 30 Oct 2024
134 points (99.3% liked)

Linux

47940 readers
1154 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
 

So a few months back I asked about you guys os in c/asklemmy, so this time I wanna ask about your desktops you use on this same account.
(I use kde but plan to move to cinnamon I find kde buggy and gnome tracker3 randomly broke for no reason + themeing so yh idk if these happened to anybody)

you are viewing a single comment's thread
view the rest of the comments
[–] BCsven@lemmy.ca 1 points 8 hours ago (2 children)

What broke with tracker3 ?

[–] Mwa@thelemmy.club 1 points 5 hours ago (1 children)

Idk,it would not run anymore.

[–] BCsven@lemmy.ca 1 points 4 hours ago (1 children)

Easy to force a tracker reset, or enable disable. Or even reinstall. Seems easier than findinf a new DE no?

Also tracker ahould not be using up so much diskIO or CPU like people mention, if it is it is tripping up on a files internal data, and status/logs will show which file(s)

[–] Mwa@thelemmy.club 1 points 4 hours ago* (last edited 4 hours ago)

Oh, I couldn't figure out how to reset or reinstall it so I just went back to kde.(also themeing which I didn't mention)

[–] nanook@friendica.eskimo.com 1 points 7 hours ago (2 children)

@BCsven @Mwa I disabled tracker and use plocate from a shell to find stuff. The reason, tracker's crawl of the disk space is extremely inefficient, but plocate keeps track of things like directory update times so does not recrawl a directory if the time stamps have not changed, thus saving a lot of disk I/O.

[–] BCsven@lemmy.ca 1 points 4 hours ago

Tracker should not be recrawling everything, unless you delete the index with a tracker3 reset

Once it builds the initial index only new files or changed files should be recrawled for meta data.

The only time I have seen Tracker use cpu was when it got hung up on a file that had special code in it that was messing with parsing the data and so it would fail and retry over and over.