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)

      • BCsven@lemmy.ca
        link
        fedilink
        arrow-up
        1
        ·
        4 hours ago

        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)

        • Mwas alt (prob)@thelemmy.clubOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          edit-2
          3 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
      link
      fedilink
      arrow-up
      1
      ·
      7 hours ago

      @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
        link
        fedilink
        arrow-up
        1
        ·
        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.