You are not logged in.
Pages: 1
Hello,
Can somebody please help me to translate the following gtk2 statement to gtk3?
style "xfdesktop-icon-view" {
XfdesktopIconView::ellipsize-icon-labels = 0
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
The problem is that I'm now using a distro that has xfce4 gtk3 and I would like to have my icon labels in full, not truncated, on my desktop.
Any help will be much appreciated.
Offline
I don't have a GTK3 Xfce nearby right now to test with, but give this a try in ~/.config/gtk-3.0/gtk.css:
* {
-XfdesktopIconView-ellipsize-icon-labels: 0;
}
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 Toz,
Very good to meet you again. Always there for us, like a lifeguard.
Yes it works perfectly, thank you, once again.
Best regards
José
Offline
Pages: 1
[ Generated in 0.007 seconds, 7 queries executed - Memory usage: 521.98 KiB (Peak: 524.33 KiB) ]