You are not logged in.
Pages: 1
Debian Stretch
and Arch desktop
Where is that "switch" to have full icon name (like Arch) on Debian desktop? I am missing that ....
br KH
Offline
It depends on your GTK theme: http://docs.xfce.org/xfce/xfdesktop/advanced
Offline
Thank you for answering, those are the ~/.gtkrc-2.0 files
>> ARCH <<
style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 10
base[NORMAL] = "#000000"
base[SELECTED] = "#71B9FF"
base[ACTIVE] = "#71B9FF"
fg[NORMAL] = "#fcfcfc"
fg[SELECTED] = "#ffffff"
fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
>> DERBIAN Stretch <<
style "xfdesktop-icon-view" {
## opacity of text background (0 - 255, 0 = transparent)
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 150
## Text colors you can delete these if you want you use gtk theme colors
fg[NORMAL] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
style "my-details-view"
{
GtkTreeView::horizontal-separator = 10
}
widget_class "*ThunarDetailsView*" style "my-details-view"
I deleted the content of ~/.gtkrc-2.0 (DEBIAN) and passed in the Arch setting, rebooted and --- no difference ???
br KH
Offline
because you forgot to set XfdesktopIconView::ellipsize-icon-labels to 0.
~/.gtkrc-2.0 is only the current users configuration, on arch the setting comes from somewhere else (eg /etc/xdg/gtkrc-2.0 or /usr/share/theme/<theme>/gtkrc-2.0)
Offline
That did it, but it seems, that making those fine adjustments under XFCE ist quite difficult.
br KH
Offline
Looks better now, but how to get the icon text aligned/wrapped as in Arch?
br KH
Last edited by k-3.14 (2017-06-11 12:36:52)
Offline
Found this thread here
https://forum.xfce.org/viewtopic.php?id=6097
Giving it a try ....
br KH
... tried adding
XfdesktopIconView::cell-spacing = 6
XfdesktopIconView::cell-padding = 6
XfdesktopIconView::cell-text-width-proportion = 2.5
NO EFFECT, strange ... XFCE 4.12
Last edited by k-3.14 (2017-06-11 13:54:50)
Offline
Think. I got it now ...
with
style "xfdesktop-icon-view" {
## opacity of text background (0 - 255, 0 = transparent)
XfdesktopIconView::label-alpha = 0
XfdesktopIconView::selected-label-alpha = 150
XfdesktopIconView::cell-spacing = 1
XfdesktopIconView::cell-padding = 1
XfdesktopIconView::cell-text-width-proportion = 2.1
## XfdesktopIconView::ellipsize-icon-labels = 0
## Text colors you can delete these if you want you use gtk theme colors
fg[NORMAL] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"
style "my-details-view"
{
GtkTreeView::horizontal-separator = 10
}
widget_class "*ThunarDetailsView*" style "my-details-view"
Could it be, that the "XfdesktopIconView::ellipsize-icon-labels = 0" command is interfering with
"XfdesktopIconView::cell-spacing = 1
XfdesktopIconView::cell-padding = 1
XfdesktopIconView::cell-text-width-proportion = 2.1"
???
Last edited by k-3.14 (2017-06-15 06:48:06)
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 542.22 KiB (Peak: 543.06 KiB) ]