“no system tray detected on this system.”












10















"no system tray detected on this system." Appears starting Gnome and Cinnamon in Oneiric 11.10; starting with Gnome Classic and Unity no problem at all. How to solve?










share|improve this question

























  • Did you install hplip?

    – Rinzwind
    Feb 6 '12 at 11:30











  • @Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

    – Jo-Erlend Schinstad
    Feb 6 '12 at 12:06











  • Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

    – tonwillems.pc
    Feb 6 '12 at 13:12













  • @ Jo-Erlend Schinstad not if you knew what the problem is ;)

    – Rinzwind
    Feb 6 '12 at 13:14
















10















"no system tray detected on this system." Appears starting Gnome and Cinnamon in Oneiric 11.10; starting with Gnome Classic and Unity no problem at all. How to solve?










share|improve this question

























  • Did you install hplip?

    – Rinzwind
    Feb 6 '12 at 11:30











  • @Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

    – Jo-Erlend Schinstad
    Feb 6 '12 at 12:06











  • Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

    – tonwillems.pc
    Feb 6 '12 at 13:12













  • @ Jo-Erlend Schinstad not if you knew what the problem is ;)

    – Rinzwind
    Feb 6 '12 at 13:14














10












10








10


1






"no system tray detected on this system." Appears starting Gnome and Cinnamon in Oneiric 11.10; starting with Gnome Classic and Unity no problem at all. How to solve?










share|improve this question
















"no system tray detected on this system." Appears starting Gnome and Cinnamon in Oneiric 11.10; starting with Gnome Classic and Unity no problem at all. How to solve?







system-tray






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 3 '13 at 18:23









Jorge Castro

36.4k106422617




36.4k106422617










asked Feb 6 '12 at 11:19









tonwillems.pctonwillems.pc

51113




51113













  • Did you install hplip?

    – Rinzwind
    Feb 6 '12 at 11:30











  • @Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

    – Jo-Erlend Schinstad
    Feb 6 '12 at 12:06











  • Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

    – tonwillems.pc
    Feb 6 '12 at 13:12













  • @ Jo-Erlend Schinstad not if you knew what the problem is ;)

    – Rinzwind
    Feb 6 '12 at 13:14



















  • Did you install hplip?

    – Rinzwind
    Feb 6 '12 at 11:30











  • @Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

    – Jo-Erlend Schinstad
    Feb 6 '12 at 12:06











  • Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

    – tonwillems.pc
    Feb 6 '12 at 13:12













  • @ Jo-Erlend Schinstad not if you knew what the problem is ;)

    – Rinzwind
    Feb 6 '12 at 13:14

















Did you install hplip?

– Rinzwind
Feb 6 '12 at 11:30





Did you install hplip?

– Rinzwind
Feb 6 '12 at 11:30













@Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

– Jo-Erlend Schinstad
Feb 6 '12 at 12:06





@Rinzwind: That question deserves some explanation. To my eyes, it seems like it could possibly be meant for another question. :)

– Jo-Erlend Schinstad
Feb 6 '12 at 12:06













Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

– tonwillems.pc
Feb 6 '12 at 13:12







Yes, I installed hplip; the problem is not the printer. Some explanation: The full pop-up starting Oneiric-desktop-choice Gnome", or "Cinnamon" is: "No system tray detected on this system. Unable to start, exiting ."

– tonwillems.pc
Feb 6 '12 at 13:12















@ Jo-Erlend Schinstad not if you knew what the problem is ;)

– Rinzwind
Feb 6 '12 at 13:14





@ Jo-Erlend Schinstad not if you knew what the problem is ;)

– Rinzwind
Feb 6 '12 at 13:14










4 Answers
4






active

oldest

votes


















8














In your start up programs there is a line regarding starting hplip.
Change ...



sh -c "sleep 15; exec hp-systray"


to



sh -c "sleep 45; exec hp-systray"


and the problem is gone.



hplip is expecting a system tray and that got removed (and was changed into notification area). All this does is postpone startup of hp-systray so if your system is slow to respond this notice might come back and bite you again.



Found it here on Bugzilla (has a fix released on 2011.11.25 (...)).
Besides the bug I found the following sources: Linuxquestions, Ubuntuforums






share|improve this answer


























  • Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

    – tonwillems.pc
    Feb 8 '12 at 14:12













  • Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

    – Rinzwind
    Feb 8 '12 at 14:13











  • BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

    – tonwillems.pc
    Feb 8 '12 at 16:00











  • see freecode's comment: askubuntu.com/questions/74031/…

    – Rinzwind
    Feb 8 '12 at 16:07













  • Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

    – tonwillems.pc
    Feb 14 '12 at 15:03



















2














sudo apt-get install hplip hplip-gui


will install a newer release of hplip that might fix the issue.



See




  • https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662

  • https://answers.launchpad.net/hplip/+question/207699


for more discussion of the issue






share|improve this answer

































    1














    I had this error on every boot on ubuntu 18.04 Bionic Beaver after installing the drivers for my HP printer.



    I just deleted the file



    /etc/xdg/autostart/hplip-systray.desktop


    to get rid of the problem.






    share|improve this answer































      0














      note: you can navigate to "/etc/xdg/autostart"



      then look for the file: "hplip-systray.desktop"



      In the meantime open a terminal and login as root.



      write in terminal:



      sudo rm -R



      then drag "hplip-systray.desktop" file and drop in treminal and hit enter. that's all.



      note: or simply login as root in terminal and write:



      sudo rm -R hplip-systray.desktop



      and hit enter






      share|improve this answer























        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%2f101828%2fno-system-tray-detected-on-this-system%23new-answer', 'question_page');
        }
        );

        Post as a guest















        Required, but never shown

























        4 Answers
        4






        active

        oldest

        votes








        4 Answers
        4






        active

        oldest

        votes









        active

        oldest

        votes






        active

        oldest

        votes









        8














        In your start up programs there is a line regarding starting hplip.
        Change ...



        sh -c "sleep 15; exec hp-systray"


        to



        sh -c "sleep 45; exec hp-systray"


        and the problem is gone.



        hplip is expecting a system tray and that got removed (and was changed into notification area). All this does is postpone startup of hp-systray so if your system is slow to respond this notice might come back and bite you again.



        Found it here on Bugzilla (has a fix released on 2011.11.25 (...)).
        Besides the bug I found the following sources: Linuxquestions, Ubuntuforums






        share|improve this answer


























        • Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 14:12













        • Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

          – Rinzwind
          Feb 8 '12 at 14:13











        • BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 16:00











        • see freecode's comment: askubuntu.com/questions/74031/…

          – Rinzwind
          Feb 8 '12 at 16:07













        • Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

          – tonwillems.pc
          Feb 14 '12 at 15:03
















        8














        In your start up programs there is a line regarding starting hplip.
        Change ...



        sh -c "sleep 15; exec hp-systray"


        to



        sh -c "sleep 45; exec hp-systray"


        and the problem is gone.



        hplip is expecting a system tray and that got removed (and was changed into notification area). All this does is postpone startup of hp-systray so if your system is slow to respond this notice might come back and bite you again.



        Found it here on Bugzilla (has a fix released on 2011.11.25 (...)).
        Besides the bug I found the following sources: Linuxquestions, Ubuntuforums






        share|improve this answer


























        • Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 14:12













        • Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

          – Rinzwind
          Feb 8 '12 at 14:13











        • BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 16:00











        • see freecode's comment: askubuntu.com/questions/74031/…

          – Rinzwind
          Feb 8 '12 at 16:07













        • Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

          – tonwillems.pc
          Feb 14 '12 at 15:03














        8












        8








        8







        In your start up programs there is a line regarding starting hplip.
        Change ...



        sh -c "sleep 15; exec hp-systray"


        to



        sh -c "sleep 45; exec hp-systray"


        and the problem is gone.



        hplip is expecting a system tray and that got removed (and was changed into notification area). All this does is postpone startup of hp-systray so if your system is slow to respond this notice might come back and bite you again.



        Found it here on Bugzilla (has a fix released on 2011.11.25 (...)).
        Besides the bug I found the following sources: Linuxquestions, Ubuntuforums






        share|improve this answer















        In your start up programs there is a line regarding starting hplip.
        Change ...



        sh -c "sleep 15; exec hp-systray"


        to



        sh -c "sleep 45; exec hp-systray"


        and the problem is gone.



        hplip is expecting a system tray and that got removed (and was changed into notification area). All this does is postpone startup of hp-systray so if your system is slow to respond this notice might come back and bite you again.



        Found it here on Bugzilla (has a fix released on 2011.11.25 (...)).
        Besides the bug I found the following sources: Linuxquestions, Ubuntuforums







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited Feb 6 '12 at 13:30

























        answered Feb 6 '12 at 13:22









        RinzwindRinzwind

        206k28395527




        206k28395527













        • Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 14:12













        • Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

          – Rinzwind
          Feb 8 '12 at 14:13











        • BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 16:00











        • see freecode's comment: askubuntu.com/questions/74031/…

          – Rinzwind
          Feb 8 '12 at 16:07













        • Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

          – tonwillems.pc
          Feb 14 '12 at 15:03



















        • Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 14:12













        • Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

          – Rinzwind
          Feb 8 '12 at 14:13











        • BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

          – tonwillems.pc
          Feb 8 '12 at 16:00











        • see freecode's comment: askubuntu.com/questions/74031/…

          – Rinzwind
          Feb 8 '12 at 16:07













        • Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

          – tonwillems.pc
          Feb 14 '12 at 15:03

















        Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

        – tonwillems.pc
        Feb 8 '12 at 14:12







        Thank ouy Rinzwind for your answer. BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

        – tonwillems.pc
        Feb 8 '12 at 14:12















        Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

        – Rinzwind
        Feb 8 '12 at 14:13





        Not a problem @tonwillems.pc :) if the answer is what you needed do not forget to accept it ;)

        – Rinzwind
        Feb 8 '12 at 14:13













        BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

        – tonwillems.pc
        Feb 8 '12 at 16:00





        BUT: where can I find that line in my Start-up programs "sh -c" etc.? I tried Grub, .hplip and the systray-itself,start-up programs.

        – tonwillems.pc
        Feb 8 '12 at 16:00













        see freecode's comment: askubuntu.com/questions/74031/…

        – Rinzwind
        Feb 8 '12 at 16:07







        see freecode's comment: askubuntu.com/questions/74031/…

        – Rinzwind
        Feb 8 '12 at 16:07















        Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

        – tonwillems.pc
        Feb 14 '12 at 15:03





        Thanks a lot for last link given. Yesterday in my update was a patch for the "no system tray"-issue: I quote:PROPOSED UPDATE.....

        – tonwillems.pc
        Feb 14 '12 at 15:03













        2














        sudo apt-get install hplip hplip-gui


        will install a newer release of hplip that might fix the issue.



        See




        • https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662

        • https://answers.launchpad.net/hplip/+question/207699


        for more discussion of the issue






        share|improve this answer






























          2














          sudo apt-get install hplip hplip-gui


          will install a newer release of hplip that might fix the issue.



          See




          • https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662

          • https://answers.launchpad.net/hplip/+question/207699


          for more discussion of the issue






          share|improve this answer




























            2












            2








            2







            sudo apt-get install hplip hplip-gui


            will install a newer release of hplip that might fix the issue.



            See




            • https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662

            • https://answers.launchpad.net/hplip/+question/207699


            for more discussion of the issue






            share|improve this answer















            sudo apt-get install hplip hplip-gui


            will install a newer release of hplip that might fix the issue.



            See




            • https://bugs.launchpad.net/ubuntu/+source/hplip/+bug/335662

            • https://answers.launchpad.net/hplip/+question/207699


            for more discussion of the issue







            share|improve this answer














            share|improve this answer



            share|improve this answer








            edited Apr 18 '14 at 15:22

























            answered Mar 21 '13 at 19:54









            Wolfgang FahlWolfgang Fahl

            230212




            230212























                1














                I had this error on every boot on ubuntu 18.04 Bionic Beaver after installing the drivers for my HP printer.



                I just deleted the file



                /etc/xdg/autostart/hplip-systray.desktop


                to get rid of the problem.






                share|improve this answer




























                  1














                  I had this error on every boot on ubuntu 18.04 Bionic Beaver after installing the drivers for my HP printer.



                  I just deleted the file



                  /etc/xdg/autostart/hplip-systray.desktop


                  to get rid of the problem.






                  share|improve this answer


























                    1












                    1








                    1







                    I had this error on every boot on ubuntu 18.04 Bionic Beaver after installing the drivers for my HP printer.



                    I just deleted the file



                    /etc/xdg/autostart/hplip-systray.desktop


                    to get rid of the problem.






                    share|improve this answer













                    I had this error on every boot on ubuntu 18.04 Bionic Beaver after installing the drivers for my HP printer.



                    I just deleted the file



                    /etc/xdg/autostart/hplip-systray.desktop


                    to get rid of the problem.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Jun 19 '18 at 20:36









                    edelansedelans

                    1235




                    1235























                        0














                        note: you can navigate to "/etc/xdg/autostart"



                        then look for the file: "hplip-systray.desktop"



                        In the meantime open a terminal and login as root.



                        write in terminal:



                        sudo rm -R



                        then drag "hplip-systray.desktop" file and drop in treminal and hit enter. that's all.



                        note: or simply login as root in terminal and write:



                        sudo rm -R hplip-systray.desktop



                        and hit enter






                        share|improve this answer




























                          0














                          note: you can navigate to "/etc/xdg/autostart"



                          then look for the file: "hplip-systray.desktop"



                          In the meantime open a terminal and login as root.



                          write in terminal:



                          sudo rm -R



                          then drag "hplip-systray.desktop" file and drop in treminal and hit enter. that's all.



                          note: or simply login as root in terminal and write:



                          sudo rm -R hplip-systray.desktop



                          and hit enter






                          share|improve this answer


























                            0












                            0








                            0







                            note: you can navigate to "/etc/xdg/autostart"



                            then look for the file: "hplip-systray.desktop"



                            In the meantime open a terminal and login as root.



                            write in terminal:



                            sudo rm -R



                            then drag "hplip-systray.desktop" file and drop in treminal and hit enter. that's all.



                            note: or simply login as root in terminal and write:



                            sudo rm -R hplip-systray.desktop



                            and hit enter






                            share|improve this answer













                            note: you can navigate to "/etc/xdg/autostart"



                            then look for the file: "hplip-systray.desktop"



                            In the meantime open a terminal and login as root.



                            write in terminal:



                            sudo rm -R



                            then drag "hplip-systray.desktop" file and drop in treminal and hit enter. that's all.



                            note: or simply login as root in terminal and write:



                            sudo rm -R hplip-systray.desktop



                            and hit enter







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Jan 20 at 19:28









                            eugeneugen

                            263




                            263






























                                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%2f101828%2fno-system-tray-detected-on-this-system%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á

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