Custom GTK Themes always have menu bars with no padding

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








up vote
1
down vote

favorite












I'm having a consistent problem when trying to use custom GTK themes in Ubuntu, as well as Linux Mint.



For every theme that I try, the padding on the menu buttons is gone, except for in the default theme, and there are areas where widgets are "too close together".



Here are examples of what I mean:



Ubuntu with the United-Ubuntu theme:



.



Linux Mint, also with the United-Ubuntu theme, same problem:



.



Ubuntu with the Vimix theme:



.



I usually just search for an answer from the internet for all of my Linux problems, but this is a special case where I cannot find anything on this whatsoever - I seem to be the only person with this sort of problem.



I'm guessing it's not a consistent design choice - is there something wrong with my setup? Do I need to update my software? Will I need to edit the .css files myself?



Any general steps in the right direction will be highly appreciated - it would make finding and using custom themes a treat instead of a chore!



Ubuntu Version: 16.04 LTS



Linux Mint Version: 18.3 Cinnamon



Both of the above screenshots were taken after installing, and after running sudo apt-get update and sudo apt-get upgrade.







share|improve this question


























    up vote
    1
    down vote

    favorite












    I'm having a consistent problem when trying to use custom GTK themes in Ubuntu, as well as Linux Mint.



    For every theme that I try, the padding on the menu buttons is gone, except for in the default theme, and there are areas where widgets are "too close together".



    Here are examples of what I mean:



    Ubuntu with the United-Ubuntu theme:



    .



    Linux Mint, also with the United-Ubuntu theme, same problem:



    .



    Ubuntu with the Vimix theme:



    .



    I usually just search for an answer from the internet for all of my Linux problems, but this is a special case where I cannot find anything on this whatsoever - I seem to be the only person with this sort of problem.



    I'm guessing it's not a consistent design choice - is there something wrong with my setup? Do I need to update my software? Will I need to edit the .css files myself?



    Any general steps in the right direction will be highly appreciated - it would make finding and using custom themes a treat instead of a chore!



    Ubuntu Version: 16.04 LTS



    Linux Mint Version: 18.3 Cinnamon



    Both of the above screenshots were taken after installing, and after running sudo apt-get update and sudo apt-get upgrade.







    share|improve this question
























      up vote
      1
      down vote

      favorite









      up vote
      1
      down vote

      favorite











      I'm having a consistent problem when trying to use custom GTK themes in Ubuntu, as well as Linux Mint.



      For every theme that I try, the padding on the menu buttons is gone, except for in the default theme, and there are areas where widgets are "too close together".



      Here are examples of what I mean:



      Ubuntu with the United-Ubuntu theme:



      .



      Linux Mint, also with the United-Ubuntu theme, same problem:



      .



      Ubuntu with the Vimix theme:



      .



      I usually just search for an answer from the internet for all of my Linux problems, but this is a special case where I cannot find anything on this whatsoever - I seem to be the only person with this sort of problem.



      I'm guessing it's not a consistent design choice - is there something wrong with my setup? Do I need to update my software? Will I need to edit the .css files myself?



      Any general steps in the right direction will be highly appreciated - it would make finding and using custom themes a treat instead of a chore!



      Ubuntu Version: 16.04 LTS



      Linux Mint Version: 18.3 Cinnamon



      Both of the above screenshots were taken after installing, and after running sudo apt-get update and sudo apt-get upgrade.







      share|improve this question














      I'm having a consistent problem when trying to use custom GTK themes in Ubuntu, as well as Linux Mint.



      For every theme that I try, the padding on the menu buttons is gone, except for in the default theme, and there are areas where widgets are "too close together".



      Here are examples of what I mean:



      Ubuntu with the United-Ubuntu theme:



      .



      Linux Mint, also with the United-Ubuntu theme, same problem:



      .



      Ubuntu with the Vimix theme:



      .



      I usually just search for an answer from the internet for all of my Linux problems, but this is a special case where I cannot find anything on this whatsoever - I seem to be the only person with this sort of problem.



      I'm guessing it's not a consistent design choice - is there something wrong with my setup? Do I need to update my software? Will I need to edit the .css files myself?



      Any general steps in the right direction will be highly appreciated - it would make finding and using custom themes a treat instead of a chore!



      Ubuntu Version: 16.04 LTS



      Linux Mint Version: 18.3 Cinnamon



      Both of the above screenshots were taken after installing, and after running sudo apt-get update and sudo apt-get upgrade.









      share|improve this question













      share|improve this question




      share|improve this question








      edited May 8 at 17:07









      pomsky

      22k76795




      22k76795










      asked May 8 at 16:56









      drwhut

      82




      82




















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Simple answer is those themes are incompatible with your system. Both the themes require GTK+ 3.20 or later, whereas Ubuntu 16.04 LTS has GTK+ 3.18 (or some lower version, you can check it by running apt-cache policy libgtk-3-0). So naturally those themes don't work properly in your system.



          You can try requesting the developers of these themes to provide support for GTK+ 3.18 and hope that they'll do so.



          You may also consider upgrading to a newer release like Ubuntu 17.10 or Ubuntu 18.04 LTS, both have GTK+ 3.22.






          share|improve this answer




















          • Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
            – drwhut
            May 8 at 17:11










          • All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
            – drwhut
            May 8 at 17:33










          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%2f1033673%2fcustom-gtk-themes-always-have-menu-bars-with-no-padding%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
          1
          down vote



          accepted










          Simple answer is those themes are incompatible with your system. Both the themes require GTK+ 3.20 or later, whereas Ubuntu 16.04 LTS has GTK+ 3.18 (or some lower version, you can check it by running apt-cache policy libgtk-3-0). So naturally those themes don't work properly in your system.



          You can try requesting the developers of these themes to provide support for GTK+ 3.18 and hope that they'll do so.



          You may also consider upgrading to a newer release like Ubuntu 17.10 or Ubuntu 18.04 LTS, both have GTK+ 3.22.






          share|improve this answer




















          • Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
            – drwhut
            May 8 at 17:11










          • All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
            – drwhut
            May 8 at 17:33














          up vote
          1
          down vote



          accepted










          Simple answer is those themes are incompatible with your system. Both the themes require GTK+ 3.20 or later, whereas Ubuntu 16.04 LTS has GTK+ 3.18 (or some lower version, you can check it by running apt-cache policy libgtk-3-0). So naturally those themes don't work properly in your system.



          You can try requesting the developers of these themes to provide support for GTK+ 3.18 and hope that they'll do so.



          You may also consider upgrading to a newer release like Ubuntu 17.10 or Ubuntu 18.04 LTS, both have GTK+ 3.22.






          share|improve this answer




















          • Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
            – drwhut
            May 8 at 17:11










          • All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
            – drwhut
            May 8 at 17:33












          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          Simple answer is those themes are incompatible with your system. Both the themes require GTK+ 3.20 or later, whereas Ubuntu 16.04 LTS has GTK+ 3.18 (or some lower version, you can check it by running apt-cache policy libgtk-3-0). So naturally those themes don't work properly in your system.



          You can try requesting the developers of these themes to provide support for GTK+ 3.18 and hope that they'll do so.



          You may also consider upgrading to a newer release like Ubuntu 17.10 or Ubuntu 18.04 LTS, both have GTK+ 3.22.






          share|improve this answer












          Simple answer is those themes are incompatible with your system. Both the themes require GTK+ 3.20 or later, whereas Ubuntu 16.04 LTS has GTK+ 3.18 (or some lower version, you can check it by running apt-cache policy libgtk-3-0). So naturally those themes don't work properly in your system.



          You can try requesting the developers of these themes to provide support for GTK+ 3.18 and hope that they'll do so.



          You may also consider upgrading to a newer release like Ubuntu 17.10 or Ubuntu 18.04 LTS, both have GTK+ 3.22.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered May 8 at 17:06









          pomsky

          22k76795




          22k76795











          • Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
            – drwhut
            May 8 at 17:11










          • All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
            – drwhut
            May 8 at 17:33
















          • Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
            – drwhut
            May 8 at 17:11










          • All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
            – drwhut
            May 8 at 17:33















          Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
          – drwhut
          May 8 at 17:11




          Ah, I thought it might be something to do with verison mis-matching, but I didn't know that command existed! Is there a more "memorable" way to check the version of a library like GTK? Anyway, I'll download and install 18.04 now, see if it fixes the problem. Thank you!
          – drwhut
          May 8 at 17:11












          All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
          – drwhut
          May 8 at 17:33




          All is good! I found a command that I can memorise for finding the version: sudo dpkg -l | grep libgtk
          – drwhut
          May 8 at 17:33












           

          draft saved


          draft discarded


























           


          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1033673%2fcustom-gtk-themes-always-have-menu-bars-with-no-padding%23new-answer', 'question_page');

          );

          Post as a guest













































































          Popular posts from this blog

          Which professions warranted travel in Medieval times?

          How do so many people here on Academia.SE, and in general, afford lavish higher education programs?

          Trouble downloading packages list due to a “Hash sum mismatch” error