You are not logged in.
I'm trying to see how I can fiddle with my arch appearance (w/ xfce4 desktop environment), I can't find a .gtkrc2.0 file to edit, when I created it and applied some style lines, nothing happened.
What I'm trying to achieve is change this for example:
Without having to click on the icon to see the full name of the file. I just want to show the full name of the file at all times for all files.
Thanks in advance. ![]()
Last edited by aksilarch (2021-11-13 02:04:34)
archlinux cures my depression.
Offline
Add the following to ~/.config/gtk-3.0/gtk.css:
XfdesktopIconView.view { -XfdesktopIconView-ellipsize-icon-labels: 0; }and restart xfdesktop.
Offline
Add the following to ~/.config/gtk-3.0/gtk.css:
XfdesktopIconView.view { -XfdesktopIconView-ellipsize-icon-labels: 0; }and restart xfdesktop.
The file didn't exist, so I created it and added the line to it, worked so thanks but I'm wondering if there is another location where those style settings are stored?
Marking this thread as solved.
archlinux cures my depression.
Offline
but I'm wondering if there is another location where those style settings are stored?
Unfortunately no. There is no gui setting for this. Its a hidden setting/property.
Offline