Results 1 to 5 of 5

Thread: How to remove application from Application Launcher?

  1. #1
    Join Date
    Mar 2008
    Beans
    253

    How to remove application from Application Launcher?

    I've found that in my Application Launcher (the leftmost button in the panel that then has categories of applications and then the applications themselves), I have two entries in the "Graphics" section for Digikam. One is at the top, the other at the bottom. One runs an older version of digikam that I don't use, the other starts up 8.1. At some point I will probably remember which is which, but I don't use Digikam that often and thus, whenever I'm trying to start it, I inevitably start the wrong instance and have to close it and choose the other one.

    It would be so nice if there were a Right Click > Remove from Launcher option but that's not there. How do I remove these or order them? Like if I wanted to sort them alphabetically or put the one I use most at the top?

    Thank you.

  2. #2
    Join Date
    Sep 2022
    Beans
    Hidden!
    Distro
    Lubuntu 20.04 Focal Fossa

    Re: How to remove application from Application Launcher?

    Go to /usr/share/applications and identify the offending entry. Open it with a text editor and add the line "NoDisplay=true" to the file.
    Entry is now removed, but can be reactivated later if needed.

  3. #3
    Join Date
    Mar 2008
    Beans
    253

    Re: How to remove application from Application Launcher?

    Thank you @ne29914. I'm looking at /usr/share/applications and can't see any obvious entry there for Digikam. Is there any chance this is part of a different package? Or is in .local or somewhere else?

    Again, thank you for the suggestion. Assuming I can find it, I think the "NoDisplay=true" is exactly what I'm looking for. (Though I probably don't need it, now that I'm using a newer version.)

  4. #4
    Join Date
    Mar 2010
    Location
    USA
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: How to remove application from Application Launcher?

    Tip:
    Code:
    grep -i 'digikam' /usr/share/applications/*
    Choose from those choices...

    "Concurrent coexistence of Windows, Linux and UNIX..." || Ubuntu user # 33563, Linux user # 533637
    Sticky: Graphics Resolution | UbuntuForums 'system-info' Script | Posting Guidelines | Code Tags

  5. #5
    Join Date
    Mar 2008
    Beans
    253

    Re: How to remove application from Application Launcher?

    That worked! However it turned out the offending file was indeed in .local/share/applications, and I had to use the --exclude-dir=wine to get grep to stop failing when it found a directory. But I did edit that file, and it did vanish from the menu, so I'm all set. I'd love to know how to place the remaining digiKam up at the top of the menu instead of buried in the middle. But thank you all, this was exactly the solution I needed.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •