Xfce Forum

Sub domains
 

You are not logged in.

#1 2019-06-22 13:08:31

Jerry3904
Member
Registered: 2013-11-09
Posts: 850

get long icon titles on desktop

A while ago ToZ published this bit of code to allow longer icon titles on the desktop:

style “xfdesktop-icon-view” {
    XfdesktopIconView::ellipsize-icon-labels = 0
}
widget_class “*XfdesktopIconView*” style “xfdesktop-icon-view”

Now testing Xfce 4.14.4 on our early MX-19 alpha, I've moved that into the css at the new location ~/.config/gtk-3.0. The icon title ("Users Manual") is full length in 2 rows when selected, but reads "Users..." when not selected. This may have been the case earlier, I am no longer sure; it's also possible, always, that I made a mistake somewhere,

Is there a way to have the desired two-word title show correctly without being selected?

TIA


MX-23 (based on Debian Stable) with our flagship Xfce 4.18.

Offline

#2 2019-06-22 13:15:58

ToZ
Administrator
From: Canada
Registered: 2011-06-02
Posts: 10,949

Re: get long icon titles on desktop

Jerry, here are the GTK3 versions of those xfdesktop settings:

/* xfdesktop */
XfdesktopIconView.view {
	-XfdesktopIconView-label-alpha:0;
	-XfdesktopIconView-selected-label-alpha:0;
	-XfdesktopIconView-ellipsize-icon-labels:0;
	-XfdesktopIconView-tooltip-size:128;
	-XfdesktopIconView-cell-spacing:0;
	-XfdesktopIconView-cell-padding:20;
	-XfdesktopIconView-cell-text-width-proportion:3.3;
}

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

#3 2019-06-22 14:21:31

Jerry3904
Member
Registered: 2013-11-09
Posts: 850

Re: get long icon titles on desktop

Why yes it does!

Thanks, as always, ToZ--it's great for us to have backup on things like this!


MX-23 (based on Debian Stable) with our flagship Xfce 4.18.

Offline

#4 2019-08-27 09:38:00

jack_the_pirate
Member
Registered: 2016-09-10
Posts: 59

Re: get long icon titles on desktop

Hi,

You might want to give a look at this thread:
https://forum.xfce.org/viewtopic.php?id=13284


Queen - Megadeth - Metallica - 80's

Offline

#5 2019-08-27 10:11:21

Jerry3904
Member
Registered: 2013-11-09
Posts: 850

Re: get long icon titles on desktop

thanks


MX-23 (based on Debian Stable) with our flagship Xfce 4.18.

Offline

Board footer

Powered by FluxBB