remove 'System' menu from top panel

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








up vote
0
down vote

favorite












I have Mate desktop installed on Ubuntu and I'm trying to hide the complete 'System' menu on the top panel using commandline but couldn't figure out how to do that.



Please could anyone provide some help?
Thanks







share|improve this question























    up vote
    0
    down vote

    favorite












    I have Mate desktop installed on Ubuntu and I'm trying to hide the complete 'System' menu on the top panel using commandline but couldn't figure out how to do that.



    Please could anyone provide some help?
    Thanks







    share|improve this question





















      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I have Mate desktop installed on Ubuntu and I'm trying to hide the complete 'System' menu on the top panel using commandline but couldn't figure out how to do that.



      Please could anyone provide some help?
      Thanks







      share|improve this question











      I have Mate desktop installed on Ubuntu and I'm trying to hide the complete 'System' menu on the top panel using commandline but couldn't figure out how to do that.



      Please could anyone provide some help?
      Thanks









      share|improve this question










      share|improve this question




      share|improve this question









      asked Jun 5 at 1:52









      yis

      83




      83




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          It’s



          $ gsettings set org.mate.panel.menubar show-desktop false





          share|improve this answer























          • this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
            – yis
            Jun 10 at 23:50











          • I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
            – yis
            Jun 11 at 0:08











          • It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
            – petermbauer
            Jun 12 at 3:35











          Your Answer







          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "89"
          ;
          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: true,
          noModals: false,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          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%2faskubuntu.com%2fquestions%2f1043672%2fremove-system-menu-from-top-panel%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



          accepted










          It’s



          $ gsettings set org.mate.panel.menubar show-desktop false





          share|improve this answer























          • this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
            – yis
            Jun 10 at 23:50











          • I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
            – yis
            Jun 11 at 0:08











          • It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
            – petermbauer
            Jun 12 at 3:35















          up vote
          0
          down vote



          accepted










          It’s



          $ gsettings set org.mate.panel.menubar show-desktop false





          share|improve this answer























          • this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
            – yis
            Jun 10 at 23:50











          • I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
            – yis
            Jun 11 at 0:08











          • It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
            – petermbauer
            Jun 12 at 3:35













          up vote
          0
          down vote



          accepted







          up vote
          0
          down vote



          accepted






          It’s



          $ gsettings set org.mate.panel.menubar show-desktop false





          share|improve this answer















          It’s



          $ gsettings set org.mate.panel.menubar show-desktop false






          share|improve this answer















          share|improve this answer



          share|improve this answer








          edited Jun 5 at 9:33









          Melebius

          3,61041636




          3,61041636











          answered Jun 5 at 6:18









          petermbauer

          161




          161











          • this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
            – yis
            Jun 10 at 23:50











          • I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
            – yis
            Jun 11 at 0:08











          • It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
            – petermbauer
            Jun 12 at 3:35

















          • this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
            – yis
            Jun 10 at 23:50











          • I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
            – yis
            Jun 11 at 0:08











          • It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
            – petermbauer
            Jun 12 at 3:35
















          this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
          – yis
          Jun 10 at 23:50





          this works if I do it using terminal within Ubuntu . how can I achieve the same if I ssh to the machine? I got a dconf-WARNING error.failed to commit changes to dconf: Cannot autolaunch D-Bus without X11 $DISPLAY. where does gsettings store it file? Thanks
          – yis
          Jun 10 at 23:50













          I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
          – yis
          Jun 11 at 0:08





          I found out I need to edit /usr/share/glib-2.0/schemas/org.mate.panel.menubar.gschema.xml change 'show-desktop' to false, and recompile schemas using glib-compile-schemas
          – yis
          Jun 11 at 0:08













          It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
          – petermbauer
          Jun 12 at 3:35





          It depends on whether the user session is currently running or not. So you either need to attach to the current D-Bus session or launch a new one, see askubuntu.com/questions/457016/…
          – petermbauer
          Jun 12 at 3:35













           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1043672%2fremove-system-menu-from-top-panel%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          pylint3 and pip3 broken

          Missing snmpget and snmpwalk

          How to enroll fingerprints to Ubuntu 17.10 with VFS491