Xfce Forum

Sub domains
 

You are not logged in.

#1 2017-11-09 19:09:14

jssilva
Member
Registered: 2017-10-06
Posts: 6

ellipsize-icon-labels format on gtk3

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

#2 2017-11-09 20:40:31

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 11,000

Re: ellipsize-icon-labels format on gtk3

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 ---

Online

#3 2017-11-09 21:45:43

jssilva
Member
Registered: 2017-10-06
Posts: 6

Re: ellipsize-icon-labels format on gtk3

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

Board footer

Powered by FluxBB