You are not logged in.
Pages: 1
i am now running Xubuntu 20.04 with Xfce 4,14. i was previously running Xubuntu 18.04 with Xfce 4,12.
previously, icons created with xxxx.desktop files in ~/Desktop would show up to 3 lines of text under the icon image. usually, i would set them to have just 2 lines since with 3 lines it would bump into the icon below. now, in 20.04, the labels show no more than 1 line. does anyone know what causes this and how to get at least 2 lines to show up?
Offline
Try disabling ellipsized icon labels. Add the following to ~/.config/gtk-3.0/gtk.css:
XfdesktopIconView.view { -XfdesktopIconView-ellipsize-icon-labels: 0; }
...and re-load xfdesktop:
pkill xfdesktop
More info gtk3 xfdesktop theme/config options here.
Last edited by ToZ (2022-05-29 01:00:33)
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
that file does not exist. should i create it and put that line in it?
Offline
do you mean ~/.config/gtk-3.0/gtk.css (note the "-")? that directory exists but only one file "bookmarks" is in there.
Offline
Yes, sorry for the typo. Create the file if it doesn't exist.
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
that "fixed" it. thanks!
Last edited by Skaperen (2022-05-29 02:04:48)
Offline
Pages: 1
[ Generated in 0.014 seconds, 8 queries executed - Memory usage: 540.88 KiB (Peak: 541.72 KiB) ]