You are not logged in.
Pages: 1
Hello.
After upgrade to Xubuntu Bionic (18.04.1) I am struggling with too small icons in panel launchers. It's probably related to padding or margins.
I tried all recipes I found:
https://forum.xfce.org/viewtopic.php?id=12575
https://bbs.archlinux.org/viewtopic.php?id=222292
None of them works for me. :-(
Old look (OK):
Version: xfce4-panel 4.12.0 (Xfce 4.12)
New look (too small):
Version: xfce4-panel 4.12.2 (Xfce 4.12)
Panel is 24 px in height.
Could you please give me some advice?
Last edited by horakmar (2018-12-30 20:31:09)
Offline
Hello and welcome.
Which GTK Appearance themes are being used in both of those images?
Are those icons launchers or the Window Buttons plugin?
Note that the info from the first link won't work because the 4.12 branch of xfce4-panel is still based on GTK2.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello.
Both images are taken from Adwaita theme.
They are Program Launchers, but Window Buttons behaves similar way.
I tried also this: https://forum.xfce.org/viewtopic.php?id=8120
If it's still GTK2 based, it probably should work, but it doesn't.
My ~/.gtkcr-2.0 looks like this:
style "mlaunch" {
xthickness = 1
ythickness = 1
}
widget "*launcher*" style "mlaunch"
But has no effect at all.
Offline
No idea so far?
Offline
Sorry for the delay.
This is a difficult one in that I don't understand why that isn't working. If you do this instead:
style "mlaunch" {
xthickness = 0
ythickness = 0
}
class "GtkButton" style "mlaunch"
...then it does work, but it will affect all GtkButtons being displayed (which might be acceptable to you - I don't know). But I really don't know why your initial snippet doesn't work with the gtk2 Adwaita theme.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Sorry, my fault! I had bad filename (.gtkcr-2.0 instead of .gtkrc-2.0)
Now it works, both variants:
class "GtkButton" style "mlaunch"
and
widget "*launcher*" style "mlaunch"
So I used the latter.
Thank you very much!
Offline
Pages: 1
[ Generated in 0.008 seconds, 7 queries executed - Memory usage: 531.88 KiB (Peak: 532.73 KiB) ]