Network printer stuck at “Getting printer information” from system GTK print dialog











up vote
0
down vote

favorite












At work we have a bunch of printers connected to a central CUPS server in the internal network.



Running Ubuntu 16.04 with Unity DE, whenever I try to print something in an application using the system's GTK print dialog as shown in the screenshot below, I see all available printers, some of them even with a status message like "no toner left". Whichever printer I select though, the "Print" button stays locked and the printer's status is shown as "Getting printer information..." forever.



GTK print dialog: Getting printer information...



The printers are working fine though, as I am able to print correctly through applications that do not use the GTK dialog, like Chromium, which has a print dialog built in. Only the GTK dialog is broken.



I found these old bug reports describing pretty much the same behaviour:





  • GTK print dialog does not allow printing and does not show options of a remote DNS-SD/Bonjour printer (2012, fix released for Ubuntu 12.10 apparently)


  • Printer dialog stuck on "Getting printer information..." (2014, unresolved)


I also have read somewhere that the package libnss-mdns is required for this functionality, but was missing in some installations. However, I verified that I have version 0.10-7 of that library installed.



How else can I troubleshoot this issue? Any workarounds or fixes?










share|improve this question


























    up vote
    0
    down vote

    favorite












    At work we have a bunch of printers connected to a central CUPS server in the internal network.



    Running Ubuntu 16.04 with Unity DE, whenever I try to print something in an application using the system's GTK print dialog as shown in the screenshot below, I see all available printers, some of them even with a status message like "no toner left". Whichever printer I select though, the "Print" button stays locked and the printer's status is shown as "Getting printer information..." forever.



    GTK print dialog: Getting printer information...



    The printers are working fine though, as I am able to print correctly through applications that do not use the GTK dialog, like Chromium, which has a print dialog built in. Only the GTK dialog is broken.



    I found these old bug reports describing pretty much the same behaviour:





    • GTK print dialog does not allow printing and does not show options of a remote DNS-SD/Bonjour printer (2012, fix released for Ubuntu 12.10 apparently)


    • Printer dialog stuck on "Getting printer information..." (2014, unresolved)


    I also have read somewhere that the package libnss-mdns is required for this functionality, but was missing in some installations. However, I verified that I have version 0.10-7 of that library installed.



    How else can I troubleshoot this issue? Any workarounds or fixes?










    share|improve this question
























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      At work we have a bunch of printers connected to a central CUPS server in the internal network.



      Running Ubuntu 16.04 with Unity DE, whenever I try to print something in an application using the system's GTK print dialog as shown in the screenshot below, I see all available printers, some of them even with a status message like "no toner left". Whichever printer I select though, the "Print" button stays locked and the printer's status is shown as "Getting printer information..." forever.



      GTK print dialog: Getting printer information...



      The printers are working fine though, as I am able to print correctly through applications that do not use the GTK dialog, like Chromium, which has a print dialog built in. Only the GTK dialog is broken.



      I found these old bug reports describing pretty much the same behaviour:





      • GTK print dialog does not allow printing and does not show options of a remote DNS-SD/Bonjour printer (2012, fix released for Ubuntu 12.10 apparently)


      • Printer dialog stuck on "Getting printer information..." (2014, unresolved)


      I also have read somewhere that the package libnss-mdns is required for this functionality, but was missing in some installations. However, I verified that I have version 0.10-7 of that library installed.



      How else can I troubleshoot this issue? Any workarounds or fixes?










      share|improve this question













      At work we have a bunch of printers connected to a central CUPS server in the internal network.



      Running Ubuntu 16.04 with Unity DE, whenever I try to print something in an application using the system's GTK print dialog as shown in the screenshot below, I see all available printers, some of them even with a status message like "no toner left". Whichever printer I select though, the "Print" button stays locked and the printer's status is shown as "Getting printer information..." forever.



      GTK print dialog: Getting printer information...



      The printers are working fine though, as I am able to print correctly through applications that do not use the GTK dialog, like Chromium, which has a print dialog built in. Only the GTK dialog is broken.



      I found these old bug reports describing pretty much the same behaviour:





      • GTK print dialog does not allow printing and does not show options of a remote DNS-SD/Bonjour printer (2012, fix released for Ubuntu 12.10 apparently)


      • Printer dialog stuck on "Getting printer information..." (2014, unresolved)


      I also have read somewhere that the package libnss-mdns is required for this functionality, but was missing in some installations. However, I verified that I have version 0.10-7 of that library installed.



      How else can I troubleshoot this issue? Any workarounds or fixes?







      networking printing gtk






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Sep 12 at 10:06









      Byte Commander

      62.4k26169282




      62.4k26169282






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote













          Having same issue, in a much easier enviroment (single printer), on Ubuntu 18.x



          Solved with



          sudo perl -i.bak -pe 's/^(Listen .*cups.sock)/#$1/' /etc/cups/cupsd.conf
          sudo /etc/init.d/cups restart


          source How to speed up “Getting printer information”?
          . You may also refer to the very detailed DebuggingPrintingProblems






          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',
            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%2f1074565%2fnetwork-printer-stuck-at-getting-printer-information-from-system-gtk-print-dia%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








            up vote
            1
            down vote













            Having same issue, in a much easier enviroment (single printer), on Ubuntu 18.x



            Solved with



            sudo perl -i.bak -pe 's/^(Listen .*cups.sock)/#$1/' /etc/cups/cupsd.conf
            sudo /etc/init.d/cups restart


            source How to speed up “Getting printer information”?
            . You may also refer to the very detailed DebuggingPrintingProblems






            share|improve this answer



























              up vote
              1
              down vote













              Having same issue, in a much easier enviroment (single printer), on Ubuntu 18.x



              Solved with



              sudo perl -i.bak -pe 's/^(Listen .*cups.sock)/#$1/' /etc/cups/cupsd.conf
              sudo /etc/init.d/cups restart


              source How to speed up “Getting printer information”?
              . You may also refer to the very detailed DebuggingPrintingProblems






              share|improve this answer

























                up vote
                1
                down vote










                up vote
                1
                down vote









                Having same issue, in a much easier enviroment (single printer), on Ubuntu 18.x



                Solved with



                sudo perl -i.bak -pe 's/^(Listen .*cups.sock)/#$1/' /etc/cups/cupsd.conf
                sudo /etc/init.d/cups restart


                source How to speed up “Getting printer information”?
                . You may also refer to the very detailed DebuggingPrintingProblems






                share|improve this answer














                Having same issue, in a much easier enviroment (single printer), on Ubuntu 18.x



                Solved with



                sudo perl -i.bak -pe 's/^(Listen .*cups.sock)/#$1/' /etc/cups/cupsd.conf
                sudo /etc/init.d/cups restart


                source How to speed up “Getting printer information”?
                . You may also refer to the very detailed DebuggingPrintingProblems







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited Nov 26 at 22:25

























                answered Nov 26 at 21:44









                augusto

                1499




                1499






























                    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.





                    Some of your past answers have not been well-received, and you're in danger of being blocked from answering.


                    Please pay close attention to the following guidance:


                    • 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%2f1074565%2fnetwork-printer-stuck-at-getting-printer-information-from-system-gtk-print-dia%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

                    Quarter-circle Tiles

                    build a pushdown automaton that recognizes the reverse language of a given pushdown automaton?

                    Mont Emei