Results 1 to 8 of 8

Thread: any way to hide applications?

  1. #1
    Join Date
    Nov 2021
    Beans
    7

    any way to hide applications?

    hey guys, had a question that i cant seem to get an answer to anywhere else and thought i'd try here. i was wondering if there was a way to hide application launchers from showing up in the 'show applications' page? essentially meaning that i would have to search for the app like with gnome tweaks. i tried searching this online and all the links i get only tell me how to get rid of stuff from my home page. would this be possible?

  2. #2
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: any way to hide applications?

    If you want to search for applications from the Applications Overview Search rather than see the icon display, press the Super (aka Windows) Key rather than clicking the Show Applications dock icon and start typing. OR click on 'Activities' on the panel (left end) for the same result. Sometimes there is an icon there instead.

  3. #3
    Join Date
    Jul 2005
    Location
    I think I'm here! Maybe?
    Beans
    Hidden!
    Distro
    Xubuntu 22.04 Jammy Jellyfish

    Re: any way to hide applications?

    So you actually want certain applications not to appear in the Applications page, ie, when you click on Applications in the top left of screen?

    My first question is, why?

    However, I wonder what would happen if you temporarily removed that application's desktop file from /usr/share/applications.
    That might stop it showing but I really do not know; I do not use Ubuntu with its gnome DE and have no way to look and see if that would work so be warned, doing so might give you problems that I can not even imagine occurring.

  4. #4
    Join Date
    Jun 2007
    Location
    Arizona U.S.A.
    Beans
    5,739

    Re: any way to hide applications?

    You could prevent one application from appearing in the "Show Applications" display or Applications Menu by adding the key NoDisplay=true to it's desktop file, if that's what you had in mind. But, then you would not find it in the Overview search either. You would have to run it from the terminal.

  5. #5
    Join Date
    Aug 2021
    Beans
    194
    Distro
    Xubuntu

    Lightbulb Re: any way to hide applications?

    Check this question on AskUbuntu https://askubuntu.com/questions/1262...w-applications.

  6. #6
    Join Date
    Nov 2021
    Beans
    7

    Re: any way to hide applications?

    Quote Originally Posted by Dennis N View Post
    You could prevent one application from appearing in the "Show Applications" display or Applications Menu by adding the key NoDisplay=true to it's desktop file, if that's what you had in mind. But, then you would not find it in the Overview search either. You would have to run it from the terminal.
    how exactly would i do that? im not that knowledgeable on this kinda stuff

  7. #7
    GhX6GZMB is offline Iced Almond Soy Ubuntu, No Foam
    Join Date
    Jun 2019
    Beans
    1,093

    Re: any way to hide applications?

    For the "main" user you need to edit the desktop files in /usr/share/applications.
    For other users it would be the desktop files in $HOME/.local/share/applications.

    Just add the line NoDisplay=true to each of the desktop files.

  8. #8
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: any way to hide applications?

    I'd just change the permissions on the .desktop files for those programs I don't want viewable - if the current userid doesn't have 'read' permissions, then it won't be able to see them and they won't show up in any menu.

    .desktop files are only used by the menu systems, so it won't have any impact on other aspects of the system and the programs will still be available for anyone that knows the actual name of the program.

    For example, the current permissions for synaptic.desktop are:
    Code:
    -rw-r--r--   1 root root   275 Mar 29  2018 synaptic.desktop
    if I change them to
    Code:
    -rw-r-----   1 root root   275 Mar 29  2018 synaptic.desktop
    then synaptic don't be available in any menu. Simple. Elegant.

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
  •