Custom GTK Themes always have menu bars with no padding
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.
themes gtk button
add a comment |Â
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.
themes gtk button
add a comment |Â
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.
themes gtk button
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.
themes gtk button
edited May 8 at 17:07
pomsky
22k76795
22k76795
asked May 8 at 16:56
drwhut
82
82
add a comment |Â
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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
add a comment |Â
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.
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.
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
add a comment |Â
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
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password