Announcement

Collapse
No announcement yet.

disable remove krunner baloo

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    [SOLVED] disable remove krunner baloo

    Is it possible to disable or remove krunner?
    I want to save memory.

    I want to also remove, disable baloo.

    This options:
    https://imgur.com/a/Ayu6iAC

    In Kubuntu 16.04 cannot be disabled. Unmarking them doesn't work.

    #2
    How much memory do you have?
    Kubuntu 20.04

    Comment


      #3
      3,9GB but that is not important. I don't want unwanted processes. Most memory is consumed by web browser anyway.

      When I disable krunner and baloo Dolphin still will have search function. Correct?
      I just don't want indexing all the time.

      Comment


        #4
        seems there is a console command that can. I'll see if I can find that.

        Comment


          #5
          Try this in a Konsole session. --> balooctl disable

          Code:
          User1@MyPC:~$ balooctl disable
          Disabling the File Indexer
          User1@MyPC:~$
          EDIT: Also to note, once done, even on reboot it should stay off. At least it does here. Never had to rerun that. Yes, I actually turn that off too.
          Last edited by MoonRise; Jun 22, 2018, 11:33 AM.

          Comment


            #6
            Code:
            balooctl disable
            It works. Thanks.

            Comment


              #7
              No problem.

              Also, you can do "balooctl status".

              It'll let you know if it is or isn't running.

              Comment


                #8
                I disabled krunner by removing it’s executable bit.
                Code:
                sudo chmod -x /usr/bin/krunner
                Then restart or kill the running process.

                Comment

                Working...
                X