Application System Tray - GNOME 18.04












2















I have the problem that system trays in Ubuntu 18.04.1 (using GNOME) are not visible. I found a similar topic (Missing system tray icons Ubuntu Gnome 18.04) but the command sudo cpan -i Gtk2::AppIndicator did not solve the problem. Maybe this can be of interest. During the removal operation of unity, I got the following error, which is related to the appIndicator:



Configuring O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz with Makefile.PL
pkg-config --cflags appindicator-0.1 gtk+-2.0 didn't succeed, make sure it is righly installed at Makefile.PL line 17.
Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
/usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK


No system tray is visible and if I open skype or pidgin and close the application window, I cannot re-open the application in an easy way. Any link, support is appreciated. Thank you, Tobi










share|improve this question





























    2















    I have the problem that system trays in Ubuntu 18.04.1 (using GNOME) are not visible. I found a similar topic (Missing system tray icons Ubuntu Gnome 18.04) but the command sudo cpan -i Gtk2::AppIndicator did not solve the problem. Maybe this can be of interest. During the removal operation of unity, I got the following error, which is related to the appIndicator:



    Configuring O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz with Makefile.PL
    pkg-config --cflags appindicator-0.1 gtk+-2.0 didn't succeed, make sure it is righly installed at Makefile.PL line 17.
    Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
    OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
    /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK


    No system tray is visible and if I open skype or pidgin and close the application window, I cannot re-open the application in an easy way. Any link, support is appreciated. Thank you, Tobi










    share|improve this question



























      2












      2








      2








      I have the problem that system trays in Ubuntu 18.04.1 (using GNOME) are not visible. I found a similar topic (Missing system tray icons Ubuntu Gnome 18.04) but the command sudo cpan -i Gtk2::AppIndicator did not solve the problem. Maybe this can be of interest. During the removal operation of unity, I got the following error, which is related to the appIndicator:



      Configuring O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz with Makefile.PL
      pkg-config --cflags appindicator-0.1 gtk+-2.0 didn't succeed, make sure it is righly installed at Makefile.PL line 17.
      Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
      OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
      /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK


      No system tray is visible and if I open skype or pidgin and close the application window, I cannot re-open the application in an easy way. Any link, support is appreciated. Thank you, Tobi










      share|improve this question
















      I have the problem that system trays in Ubuntu 18.04.1 (using GNOME) are not visible. I found a similar topic (Missing system tray icons Ubuntu Gnome 18.04) but the command sudo cpan -i Gtk2::AppIndicator did not solve the problem. Maybe this can be of interest. During the removal operation of unity, I got the following error, which is related to the appIndicator:



      Configuring O/OE/OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz with Makefile.PL
      pkg-config --cflags appindicator-0.1 gtk+-2.0 didn't succeed, make sure it is righly installed at Makefile.PL line 17.
      Warning: No success on command[/usr/bin/perl Makefile.PL INSTALLDIRS=site]
      OESTERHOL/Gtk2-AppIndicator-0.15.tar.gz
      /usr/bin/perl Makefile.PL INSTALLDIRS=site -- NOT OK


      No system tray is visible and if I open skype or pidgin and close the application window, I cannot re-open the application in an easy way. Any link, support is appreciated. Thank you, Tobi







      18.04 gnome system-tray pidgin






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Jan 12 at 22:10









      Hugo

      681618




      681618










      asked Jan 12 at 17:21









      TobiTobi

      112




      112






















          1 Answer
          1






          active

          oldest

          votes


















          0














          According to the search on https://packages.ubuntu.com you need to install the following packages - libappindicator-dev and libgtk2.0-dev:



          sudo apt install libappindicator-dev libgtk2.0-dev


          and then retry with sudo cpan -i Gtk2::AppIndicator.






          share|improve this answer
























          • Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

            – Tobi
            Jan 13 at 17:11











          • By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

            – N0rbert
            Jan 13 at 17:32











          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',
          autoActivateHeartbeat: false,
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          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%2f1109173%2fapplication-system-tray-gnome-18-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          0














          According to the search on https://packages.ubuntu.com you need to install the following packages - libappindicator-dev and libgtk2.0-dev:



          sudo apt install libappindicator-dev libgtk2.0-dev


          and then retry with sudo cpan -i Gtk2::AppIndicator.






          share|improve this answer
























          • Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

            – Tobi
            Jan 13 at 17:11











          • By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

            – N0rbert
            Jan 13 at 17:32
















          0














          According to the search on https://packages.ubuntu.com you need to install the following packages - libappindicator-dev and libgtk2.0-dev:



          sudo apt install libappindicator-dev libgtk2.0-dev


          and then retry with sudo cpan -i Gtk2::AppIndicator.






          share|improve this answer
























          • Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

            – Tobi
            Jan 13 at 17:11











          • By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

            – N0rbert
            Jan 13 at 17:32














          0












          0








          0







          According to the search on https://packages.ubuntu.com you need to install the following packages - libappindicator-dev and libgtk2.0-dev:



          sudo apt install libappindicator-dev libgtk2.0-dev


          and then retry with sudo cpan -i Gtk2::AppIndicator.






          share|improve this answer













          According to the search on https://packages.ubuntu.com you need to install the following packages - libappindicator-dev and libgtk2.0-dev:



          sudo apt install libappindicator-dev libgtk2.0-dev


          and then retry with sudo cpan -i Gtk2::AppIndicator.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Jan 12 at 18:09









          N0rbertN0rbert

          22.3k648106




          22.3k648106













          • Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

            – Tobi
            Jan 13 at 17:11











          • By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

            – N0rbert
            Jan 13 at 17:32



















          • Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

            – Tobi
            Jan 13 at 17:11











          • By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

            – N0rbert
            Jan 13 at 17:32

















          Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

          – Tobi
          Jan 13 at 17:11





          Hi @NOrbert, thank you for the hints. However, it does not work. Well, the removal is working now but I still do not have any system trays.

          – Tobi
          Jan 13 at 17:11













          By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

          – N0rbert
          Jan 13 at 17:32





          By installing this packages I have solved the warning message problem. You can use search on this site to get trayicons on modern GNOME (usually with the help of extensions).

          – N0rbert
          Jan 13 at 17:32


















          draft saved

          draft discarded




















































          Thanks for contributing an answer to Ask Ubuntu!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid



          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1109173%2fapplication-system-tray-gnome-18-04%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          flock() on closed filehandle LOCK_FILE at /usr/bin/apt-mirror

          Mangá

           ⁒  ․,‪⁊‑⁙ ⁖, ⁇‒※‌, †,⁖‗‌⁝    ‾‸⁘,‖⁔⁣,⁂‾
”‑,‥–,‬ ,⁀‹⁋‴⁑ ‒ ,‴⁋”‼ ⁨,‷⁔„ ‰′,‐‚ ‥‡‎“‷⁃⁨⁅⁣,⁔
⁇‘⁔⁡⁏⁌⁡‿‶‏⁨ ⁣⁕⁖⁨⁩⁥‽⁀  ‴‬⁜‟ ⁃‣‧⁕‮ …‍⁨‴ ⁩,⁚⁖‫ ,‵ ⁀,‮⁝‣‣ ⁑  ⁂– ․, ‾‽ ‏⁁“⁗‸ ‾… ‹‡⁌⁎‸‘ ‡⁏⁌‪ ‵⁛ ‎⁨ ―⁦⁤⁄⁕