Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
last of the GTK+3.18 theming issues #1047
Comments
|
ok - final patch I'm holding also resolves the menu spacing issue
|
JosephMcc
commented
Jul 29, 2017
|
@fossfreedom I'm attempting to build budgie from git master on LinuxMint18/Ubuntu16.04. The issue I've run into is
I'm not too familiar with meson and I'm wondering how you are working around this. I know it's a bit off topic of your post but does relate to building the theme ;) |
|
@JosephMcc you need to patch your GLib or meson, because meson reqiures GLib >= 2.51.1 to work with those stuffs. https://github.com/mesonbuild/meson/blob/master/mesonbuild/modules/gnome.py#L41 |
|
No need to patch GLib or meson - there is a workaround. Its possible to carry a patch to invoke sassc separately via distro packaging instead of src/themes/meson.build. Therefore you can remove the callout to sassc and hence the warning @JosephMcc encounters will not occur. I'll be doing this for the Ubuntu 16.04 packaging. |
fossfreedom commentedJul 19, 2017
git master
ubuntu 16.04 / GTK+3.18
The issue encountered
budgie panel is not arc-themed. Errors thrown when running budgie-panel --replace - that the theme could not be loaded
...
Steps to reproduce the issue
compile and install git master
...
errors fixed via this patch:
Lastly,
.budgie-menubar - padding between the GtkMenuItems is 8px.
Any thoughts how to reduce this to 2px to style in the same way as other panel icon spacing?
Have tried the following:
didnt work
if I run budgie-panel via Gtk Inspector the CSS here works