Linux Lite Forums

Full Version: Desktop Icon Label "Ghosting"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
(07-16-2016, 08:11 PM)JmaCWQ link Wrote: [ -> ]I'm not seeing the shadows on a fresh LL 3 32-bit install I did about 12 hours ago, fully updated.
Was thinking it might be a 64-bit thing but ebduca above appears to be running 32-bit LL.
I've changed the desktop icon size to 16, icon text size to 7 & am using this in my .gtkrc-2.0 file:

Code:
gtk-menu-popdown-delay = 0
gtk-menu-bar-popup-delay = 0
gtk-enable-animations = 0
gtk-timeout-expand = 0

style "xfdesktop-icon-view" {
    XfdesktopIconView::label-alpha = 0
    XfdesktopIconView::selected-label-alpha = 170
    XfdesktopIconView::ellipsize-icon-labels = 1

    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 = 1
    XfdesktopIconView::cell-padding = 1
    XfdesktopIconView::cell-text-width-proportion = 2.0

    base[NORMAL] = "#004e00"
    base[SELECTED] = "#004e00"
    base[ACTIVE] = "#004e00"

    fg[NORMAL] = "#ffffff"
    fg[SELECTED] = "#ffffff"
    fg[ACTIVE] = "#ffffff"
}
widget_class "*XfdesktopIconView*" style "xfdesktop-icon-view"


[Image: H0zLPah.png]

nothing's changedSad
Several complaints about this on xfce fora. I resolved it by adjusting icon font size downward on my friend's machine.
(07-16-2016, 08:23 PM)TMG1961 link Wrote: [ -> ]Not sure if this is how it should be or that something is wrong at my side but my .gtkrc-2.0 file doesnt contain that much.

Yours is a default .gtkrc-2.0 TMG1961, I added the extra lines to mine to change the spacing between icons, removal of the permanent highlighting around the icons (now only highlighted when selected) & the highlight colour.
Explanation here under HIDDEN CUSTOMISATIONS http://git.xfce.org/xfce/xfdesktop/tree/README
(07-16-2016, 08:28 PM)zboraon link Wrote: [ -> ]nothing's changedSad

Make any difference if you open Desktop Settings, Icons tab, change Icon type under Appearance to None, logout & back in, then change Icon type back to File/launcher icons, logout & back in again?
Or perhaps changing the icon theme in the Appearance settings?
I'm guessing not but I'd probably try those if I had a similar issue.
As well as having the icon size set to 16 & custom font size set to 7 in the desktop settings I have Show icon tooltips checked, size 128, Show thumbnails unchecked, Show hidden files on the desktop checked, Single click to activate items unchecked.


Thank you for the reply. I tried the downward adjustment in icon font size just as you said. The only effect it had was just as expected but it did not resolve the issue for me.
I can confirm this issue. Must have been in one of the updated packages. Will look into it and try to find a solution.
Has anybody experienced this outside of a VM, that is to say, on real hardware, no virtual machines?

There's a couple of threads that I found that seem to share the same issue on their host machine:
  1. https://www.linuxliteos.com/forums/other.../#msg25074
  2. https://www.linuxliteos.com/forums/other.../#msg25045
I can confirm this also on my laptop. I will keep looking for a solution.
This is a bug in the arc-theme. Not an icon issue as far as I can tell. Fix is listed as of 5/16/16 I believe. gtk 3 thing apparently. Good luck. May have began because the arc-theme outran the humanity- icon theme in updates, or vice versa. Typical Ubuntu.

https://github.com/horst3180/arc-theme/issues/479

https://github.com/horst3180/arc-theme/c...52034a092e

TC
Pages: 1 2 3 4