Remove icons in gnome application menu

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
5
down vote

favorite
1












How can you hide unwanted apps from the gnome app menu?



I've installed alacarte/main menu, unticked the apps but they still appear.



I've also checked in /usr/share/applications and viewed one the apps I don't want to appear and it says NoDisplay=true but still it shows.










share|improve this question























  • Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
    – Phil Stephenson
    Aug 9 '14 at 17:21










  • Tried both, neither works.
    – wayofthefuture
    Aug 2 '17 at 19:24














up vote
5
down vote

favorite
1












How can you hide unwanted apps from the gnome app menu?



I've installed alacarte/main menu, unticked the apps but they still appear.



I've also checked in /usr/share/applications and viewed one the apps I don't want to appear and it says NoDisplay=true but still it shows.










share|improve this question























  • Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
    – Phil Stephenson
    Aug 9 '14 at 17:21










  • Tried both, neither works.
    – wayofthefuture
    Aug 2 '17 at 19:24












up vote
5
down vote

favorite
1









up vote
5
down vote

favorite
1






1





How can you hide unwanted apps from the gnome app menu?



I've installed alacarte/main menu, unticked the apps but they still appear.



I've also checked in /usr/share/applications and viewed one the apps I don't want to appear and it says NoDisplay=true but still it shows.










share|improve this question















How can you hide unwanted apps from the gnome app menu?



I've installed alacarte/main menu, unticked the apps but they still appear.



I've also checked in /usr/share/applications and viewed one the apps I don't want to appear and it says NoDisplay=true but still it shows.







gnome3 icons menu






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Aug 8 '14 at 0:22









Gilles

511k12010141544




511k12010141544










asked Aug 7 '14 at 21:22









Phil Stephenson

17627




17627











  • Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
    – Phil Stephenson
    Aug 9 '14 at 17:21










  • Tried both, neither works.
    – wayofthefuture
    Aug 2 '17 at 19:24
















  • Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
    – Phil Stephenson
    Aug 9 '14 at 17:21










  • Tried both, neither works.
    – wayofthefuture
    Aug 2 '17 at 19:24















Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
– Phil Stephenson
Aug 9 '14 at 17:21




Hi don, spot on with the ~/.local/share/applications I found a few .desktop files in there. Also seems that it should be Hidden=true rather than NoDisplay=true which alacarte sets.
– Phil Stephenson
Aug 9 '14 at 17:21












Tried both, neither works.
– wayofthefuture
Aug 2 '17 at 19:24




Tried both, neither works.
– wayofthefuture
Aug 2 '17 at 19:24










1 Answer
1






active

oldest

votes

















up vote
0
down vote













According to the FreeDesktop documentation (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) the correct option is NoDisplay=true for what you want to achieve.



Try to create a copy of an existing file from /usr/share/applications to ~/.local/share/applications (with a different name so that you can easily identify it) and set both options to see the behaviour.






share|improve this answer




















    Your Answer







    StackExchange.ready(function()
    var channelOptions =
    tags: "".split(" "),
    id: "106"
    ;
    initTagRenderer("".split(" "), "".split(" "), channelOptions);

    StackExchange.using("externalEditor", function()
    // Have to fire editor after snippets, if snippets enabled
    if (StackExchange.settings.snippets.snippetsEnabled)
    StackExchange.using("snippets", function()
    createEditor();
    );

    else
    createEditor();

    );

    function createEditor()
    StackExchange.prepareEditor(
    heartbeatType: 'answer',
    convertImagesToLinks: false,
    noModals: false,
    showLowRepImageUploadWarning: true,
    reputationToPostImages: null,
    bindNavPrevention: true,
    postfix: "",
    onDemand: true,
    discardSelector: ".discard-answer"
    ,immediatelyShowMarkdownHelp:true
    );



    );













     

    draft saved


    draft discarded


















    StackExchange.ready(
    function ()
    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f149100%2fremove-icons-in-gnome-application-menu%23new-answer', 'question_page');

    );

    Post as a guest






























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes








    up vote
    0
    down vote













    According to the FreeDesktop documentation (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) the correct option is NoDisplay=true for what you want to achieve.



    Try to create a copy of an existing file from /usr/share/applications to ~/.local/share/applications (with a different name so that you can easily identify it) and set both options to see the behaviour.






    share|improve this answer
























      up vote
      0
      down vote













      According to the FreeDesktop documentation (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) the correct option is NoDisplay=true for what you want to achieve.



      Try to create a copy of an existing file from /usr/share/applications to ~/.local/share/applications (with a different name so that you can easily identify it) and set both options to see the behaviour.






      share|improve this answer






















        up vote
        0
        down vote










        up vote
        0
        down vote









        According to the FreeDesktop documentation (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) the correct option is NoDisplay=true for what you want to achieve.



        Try to create a copy of an existing file from /usr/share/applications to ~/.local/share/applications (with a different name so that you can easily identify it) and set both options to see the behaviour.






        share|improve this answer












        According to the FreeDesktop documentation (https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) the correct option is NoDisplay=true for what you want to achieve.



        Try to create a copy of an existing file from /usr/share/applications to ~/.local/share/applications (with a different name so that you can easily identify it) and set both options to see the behaviour.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered May 23 at 2:46









        cesar.rickinho

        334




        334



























             

            draft saved


            draft discarded















































             


            draft saved


            draft discarded














            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f149100%2fremove-icons-in-gnome-application-menu%23new-answer', 'question_page');

            );

            Post as a guest













































































            Popular posts from this blog

            How to check contact read email or not when send email to Individual?

            Christian Cage

            How to properly install USB display driver for Fresco Logic FL2000DX on Ubuntu?