You are not logged in.
Pages: 1
Hello Vysserk3,
Indeed there is, checkout http://git.xfce.org/xfce/xfdesktop/tree/README and read the HIDDEN CUSTOMIZATIONS portion
Offline
Interesting. Mine only has the last six items. I take it that all I'd need to add would be the first three, then log out, log back in to have them take effect?
Registered Linux user #470359
Permanently recovered BOFH
Any advice in this post is worth exactly what you paid for it.
Offline
s0ulslack > thx, but it seems the only relevant setting affects the cell size as well (and not only the text area) :
XfdesktopIconView::cell-text-width-proportion = 5
As you can see here , the entire text is visible (though it could use some line return) but cell spacing is way too big....
I've tried to change
XfdesktopIconVIew::cell-spacing = 0
XfdesktopIconView::cell-padding = 0
But without any success....
Any idea ? Would it be possible to use another program similar to xfdesktop ?
Last edited by Vysserk3 (2011-07-09 14:21:25)
Offline
XfdesktopIconView::ellipsize-icon-labels = 0
Offline
etnlWings > thx, but it doesn't change anything....
Offline
Remove your earlier settings, or create a file with a really long name. Also xkill xfdesktop, to make sure changes take effect.
Offline
With Xfce 4.6, disabling ellipsize makes icon text wrap properly.
Offline
I'm running Xfce 4.8.0.2 in Linux Mint Debian Edition. It might be a bug then ?
Offline
Possibly.
Offline
Doesn't seem to work with 4.8.2 here either
Offline
Must be a regression, then. The variable is still listed in the GIT readme.
Offline
Please note that there are two typos in the README file: a capital 'I' where it should be 'i' in the following entries (see XfdesktopIconV[i/I]ew).
- XfdesktopIconVIew::ellipsize-icon-labels = 1
^
- XfdesktopIconVIew::cell-spacing = 6
^
If you copy/paste from there to your .gtkrc-2.0 file (as I did) this options will be ignored.
Maybe that is your problem too.
jimezam.
Last edited by jimezam (2011-08-08 01:01:55)
Offline
jimezam > sorry for the delay, it works now with
XfdesktopIconView::ellipsize-icon-labels = 0
(I've tested this on Xubuntu 11.10 not Linux Mint though)
Offline
Thank you for the pointer. I have had a couple of frustrations with the XFCE desktop personally including:
1. the single line file descriptor on the Desktop -and-
2. the non-transparent background of the Desktop Icons
Courtesy of your leads I have both of the above "fixed" in my 4.8 XFCE Xubuntu 11.10 install. My remaining frustration is that thumbnails do not function ala gnome 2 on my Desktop. By way of sharing my solution(s) generated with your help here is a copy of my .gtkrc-2.0 file ... perhaps this will help another.
In terminal mode enter:
$ leafpad ~/.gtkrc-2.0
Then insert the following (change the colors to whatever you like):
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 170
# XfdesktopIconVIew::ellipsize-icon-labels = 2 (old non-wrapping icon label with error)
XfdesktopIconView::ellipsize-icon-labels = 0
XfdesktopIconView::shadow-x-offset = 0
XfdesktopIconView::shadow-y-offset = 0
XfdesktopIconView::shadow-color = "#000000"
XfdesktopIconView::selected-shadow-x-offset = 0
XfdesktopIconView::selected-shadow-y-offset = 0
XfdesktopIconView::selected-shadow-color = "#ffffff"
XfdesktopIconVIew::cell-spacing = 6
XfdesktopIconView::cell-padding = 6
XfdesktopIconView::cell-text-width-proportion = 2.5
base[NORMAL] = "#cccccc"
base[SELECTED] = "#cccccc"
base[ACTIVE] = "#cccccc"
fg[NORMAL] = "#ffffff"
fg[SELECTED] = "#000000"
fg[ACTIVE] = "#000000"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
Again, thanks!
Offline
Pages: 1
[ Generated in 0.010 seconds, 7 queries executed - Memory usage: 569.63 KiB (Peak: 586.48 KiB) ]