Why doesn't Rofi show icons on Debian 9 when run with drun-icon-theme option?











up vote
0
down vote

favorite












I use i3 as my primary user interface. To start applications I use Rofi which I execute as:



rofi -show drun -drun-icon-theme MacBuntu-Remix


where MacBuntu-Remix is a theme I have installed in ~/.icons. On Gentoo Linux this command causes icons to appear next to application names in Rofi, but under Debian this exact same command, with the exact same ~/.icons folder, produces a Rofi menu without these icons next to applications. Anyone know why? Did the Debian packagers decide not to compile rofi with this option, or?



To fix this I've tried switching from using Rofi in the Stretch repositories to using Rofi in the unstable repository, in the hope it was simply an older version of Rofi that was causing the problem, this didn't fix it, however. I have also tried switching icon themes to something I was certain was installed properly (although I was confident MacBuntu-Remix was it appeared fine under GNOME), Adwaita. The icons didn't appear then either. Here's a screenshot of Rofi running under Debian 9, started with the above MacBuntu-Remix theme command:



enter image description here










share|improve this question




























    up vote
    0
    down vote

    favorite












    I use i3 as my primary user interface. To start applications I use Rofi which I execute as:



    rofi -show drun -drun-icon-theme MacBuntu-Remix


    where MacBuntu-Remix is a theme I have installed in ~/.icons. On Gentoo Linux this command causes icons to appear next to application names in Rofi, but under Debian this exact same command, with the exact same ~/.icons folder, produces a Rofi menu without these icons next to applications. Anyone know why? Did the Debian packagers decide not to compile rofi with this option, or?



    To fix this I've tried switching from using Rofi in the Stretch repositories to using Rofi in the unstable repository, in the hope it was simply an older version of Rofi that was causing the problem, this didn't fix it, however. I have also tried switching icon themes to something I was certain was installed properly (although I was confident MacBuntu-Remix was it appeared fine under GNOME), Adwaita. The icons didn't appear then either. Here's a screenshot of Rofi running under Debian 9, started with the above MacBuntu-Remix theme command:



    enter image description here










    share|improve this question


























      up vote
      0
      down vote

      favorite









      up vote
      0
      down vote

      favorite











      I use i3 as my primary user interface. To start applications I use Rofi which I execute as:



      rofi -show drun -drun-icon-theme MacBuntu-Remix


      where MacBuntu-Remix is a theme I have installed in ~/.icons. On Gentoo Linux this command causes icons to appear next to application names in Rofi, but under Debian this exact same command, with the exact same ~/.icons folder, produces a Rofi menu without these icons next to applications. Anyone know why? Did the Debian packagers decide not to compile rofi with this option, or?



      To fix this I've tried switching from using Rofi in the Stretch repositories to using Rofi in the unstable repository, in the hope it was simply an older version of Rofi that was causing the problem, this didn't fix it, however. I have also tried switching icon themes to something I was certain was installed properly (although I was confident MacBuntu-Remix was it appeared fine under GNOME), Adwaita. The icons didn't appear then either. Here's a screenshot of Rofi running under Debian 9, started with the above MacBuntu-Remix theme command:



      enter image description here










      share|improve this question















      I use i3 as my primary user interface. To start applications I use Rofi which I execute as:



      rofi -show drun -drun-icon-theme MacBuntu-Remix


      where MacBuntu-Remix is a theme I have installed in ~/.icons. On Gentoo Linux this command causes icons to appear next to application names in Rofi, but under Debian this exact same command, with the exact same ~/.icons folder, produces a Rofi menu without these icons next to applications. Anyone know why? Did the Debian packagers decide not to compile rofi with this option, or?



      To fix this I've tried switching from using Rofi in the Stretch repositories to using Rofi in the unstable repository, in the hope it was simply an older version of Rofi that was causing the problem, this didn't fix it, however. I have also tried switching icon themes to something I was certain was installed properly (although I was confident MacBuntu-Remix was it appeared fine under GNOME), Adwaita. The icons didn't appear then either. Here's a screenshot of Rofi running under Debian 9, started with the above MacBuntu-Remix theme command:



      enter image description here







      debian icons rofi






      share|improve this question















      share|improve this question













      share|improve this question




      share|improve this question








      edited Nov 26 at 0:50









      Rui F Ribeiro

      38.3k1475127




      38.3k1475127










      asked Apr 8 at 5:22









      Brenton Horne

      1,48032249




      1,48032249






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          0
          down vote



          accepted










          I wasn't seeing icons on Debian Sid either.



          Have you tried the -show-icons option?



          rofi -modi drun,run -show drun -font "DejaVu Sans 10" -show-icons





          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: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            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%2funix.stackexchange.com%2fquestions%2f436289%2fwhy-doesnt-rofi-show-icons-on-debian-9-when-run-with-drun-icon-theme-option%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
            0
            down vote



            accepted










            I wasn't seeing icons on Debian Sid either.



            Have you tried the -show-icons option?



            rofi -modi drun,run -show drun -font "DejaVu Sans 10" -show-icons





            share|improve this answer

























              up vote
              0
              down vote



              accepted










              I wasn't seeing icons on Debian Sid either.



              Have you tried the -show-icons option?



              rofi -modi drun,run -show drun -font "DejaVu Sans 10" -show-icons





              share|improve this answer























                up vote
                0
                down vote



                accepted







                up vote
                0
                down vote



                accepted






                I wasn't seeing icons on Debian Sid either.



                Have you tried the -show-icons option?



                rofi -modi drun,run -show drun -font "DejaVu Sans 10" -show-icons





                share|improve this answer












                I wasn't seeing icons on Debian Sid either.



                Have you tried the -show-icons option?



                rofi -modi drun,run -show drun -font "DejaVu Sans 10" -show-icons






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Aug 31 at 6:55









                nab

                16




                16






























                    draft saved

                    draft discarded




















































                    Thanks for contributing an answer to Unix & Linux Stack Exchange!


                    • 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%2funix.stackexchange.com%2fquestions%2f436289%2fwhy-doesnt-rofi-show-icons-on-debian-9-when-run-with-drun-icon-theme-option%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

                    Entries order in /etc/network/interfaces

                    新発田市

                    Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)