You are not logged in.
Pages: 1
Hi, I'm using in virtualbox Linux Mint 18.1 with Xfce4, adding window menu plugin to the main panel and setting in properties Button Layout = Arrow looks like this:
in the older version of Linux Mint 18 looks better:
Please how to fix it in Linux Mint 18.1?
Thanks.
Last edited by wuwei (2017-04-28 12:23:54)
Offline
I don't have a Mint install to test this and I didn't think it was possible anymore (since gtk-menu-icons stopped working) but I think I stumbled on an alternative.
Assuming that you are using the Mint-Y-Dark theme, create a ~/trans.png file that is 1x1 in size and fully transparent. Then place this snippet in ~/.gtkrc-2.0:
style "my-windowmenu"
{
engine "pixmap"
{
image
{
function = BOX
recolorable = TRUE
state = NORMAL
file = "trans.png"
border = { 1, 1, 0, 0 }
stretch = TRUE
}
}
}
widget "*windowmenu*" style "my-windowmenu"
Restart the panel to test.
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
Your suggestion works fine.
I realized that was depending on gtk theme Mint-Y used in the VM, in the real computer with the older version of Linux Mint 18 I setted up Arc-Darker as gtk theme.
Thanks a lot ToZ!
Offline
Pages: 1
[ Generated in 0.008 seconds, 8 queries executed - Memory usage: 524.27 KiB (Peak: 525.11 KiB) ]