Linux Lite Forums

Software - Support => Other => Topic started by: zboraon on July 13, 2016, 04:08:33 PM

Title: Desktop Icon Label "Ghosting"
Post by: zboraon on July 13, 2016, 04:08:33 PM
Dear all,

After a clean install, I have installed some apps etc. But now my issue is there is an ugly shadow effect on the desktop item texts (https://www.dropbox.com/s/9bwhk7shzlh5ger/Screenshot_2016-07-13_22-56-43.png?dl=0 (https://www.dropbox.com/s/9bwhk7shzlh5ger/Screenshot_2016-07-13_22-56-43.png?dl=0)).

I've changed the  .gtkrc-2.0 file as described in http://git.xfce.org/xfce/xfdesktop/tree/README (http://git.xfce.org/xfce/xfdesktop/tree/README), but probably I am doing smt wrong, because these shadows came into life before I modify this file.

Please help me to solve it, don't want to reinstall everything.

Thanks in advance,

Bora
Title: Re: Desktop Icon Label "Ghosting"
Post by: JmaCWQ on July 14, 2016, 04:47:30 AM
Try changing in the .gtkrc-2.0 file the value of any lines containing shadow-x-offset & shadow-y-offset to 0, logout & back in again.
That should remove the shadows altogether.
Title: Re: Desktop Icon Label "Ghosting"
Post by: 0bWAN on July 14, 2016, 09:05:58 AM
Dear all,

After a clean install, I have installed some apps etc. But now my issue is there is an ugly shadow effect on the desktop item texts (https://www.dropbox.com/s/9bwhk7shzlh5ger/Screenshot_2016-07-13_22-56-43.png?dl=0 (https://www.dropbox.com/s/9bwhk7shzlh5ger/Screenshot_2016-07-13_22-56-43.png?dl=0)).

I've changed the  .gtkrc-2.0 file as described in http://git.xfce.org/xfce/xfdesktop/tree/README (http://git.xfce.org/xfce/xfdesktop/tree/README), but probably I am doing smt wrong, because these shadows came into life before I modify this file.

Please help me to solve it, don't want to reinstall everything.

Thanks in advance,

Bora

Indeed - I see this on EVERY machine now and can't seem to find a fix.

This is REALLY BAD

Any help MUCH Appreciated ...
Title: Re: Desktop Icon Label "Ghosting"
Post by: TMG1961 on July 14, 2016, 10:05:44 AM
I havent changed anything, all the same since installation of LL3.0 and i also see those shadows. I am not sure if they were there from the start and i havent noticed them or that it is something from the past few days
Title: Re: Desktop Icon Label "Ghosting"
Post by: ebduca on July 14, 2016, 11:07:14 AM
I am having the same problem after updating the OS this week
Title: Re: Desktop Icon Label "Ghosting"
Post by: Xorcist on July 14, 2016, 12:08:30 PM
I've got the same issue (just installed LL3.0 fresh today), I think it may have happened after running the system updates, it definitely wasn't there with the Live Boot Disc.
Title: Re: Desktop Icon Label "Ghosting"
Post by: zboraon on July 14, 2016, 03:18:43 PM
Thank you for your suggestion JmaCWQ. I've already tried that. Furthermore, I have already installed the missing packages suggested at the start of the link I have given in the first message. But no change. Whenever I change the parameters in the file things change, but the ugly shadows, no.
Title: Re: Desktop Icon Label "Ghosting"
Post by: matt on July 15, 2016, 07:56:23 PM
Hi Everyone,

I just installed LL3 yesterday in my VM. This is a test run so I can see how it performs prior to installing it on my older notebook. The host machine is on Mint 18 Cinnamon. This particular issue did not show itself during the live boot and after installation. It occurred after updates were installed. It only applies to Desktop icons.

I have searched across the forum for a particular resolution to this case as I've actually mistaken it for shadow offset placement.

Here (https://s31.postimg.org/avq3rdxgb/screenshot.png (https://s31.postimg.org/avq3rdxgb/screenshot.png)) is the screenshot of the "ghosting" that occurs as a white icon label, while the ones that I've mistaken as shadows are the actual icon labels and are located directly below the icon where they should be. The style I'm using is Arc-Dark and the icons are Humanity-Dark.

Final Thoughts
Linux Lite 3 is awesome for both newer and older machines. The Xfce environment is perfect because it's light. The only snag that I ran into so far is the issue above.
Title: Re: Desktop Icon Label "Ghosting"
Post by: JmaCWQ on July 16, 2016, 04:11:14 PM
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: [Select]
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"


(http://i.imgur.com/H0zLPah.png)
Title: Re: Desktop Icon Label "Ghosting"
Post by: TMG1961 on July 16, 2016, 04:23:03 PM
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.
This is it:
Code: [Select]
gtk-menu-popdown-delay = 0
gtk-menu-bar-popup-delay = 0
gtk-enable-animations = 0
gtk-timeout-expand = 0
Title: Re: Desktop Icon Label "Ghosting"
Post by: zboraon on July 16, 2016, 04:28:18 PM
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: [Select]
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"


(http://i.imgur.com/H0zLPah.png)

nothing's changed:(
Title: Re: Desktop Icon Label "Ghosting"
Post by: paul1149 on July 16, 2016, 05:45:32 PM
Several complaints about this on xfce fora. I resolved it by adjusting icon font size downward on my friend's machine.
Title: Re: Desktop Icon Label "Ghosting"
Post by: JmaCWQ on July 16, 2016, 05:47:24 PM
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 (http://git.xfce.org/xfce/xfdesktop/tree/README)
Title: Re: Desktop Icon Label "Ghosting"
Post by: JmaCWQ on July 16, 2016, 06:02:13 PM
nothing's changed:(

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.
Title: Re: Desktop Icon Label "Ghosting"
Post by: matt on July 16, 2016, 07:20:46 PM
@paul1149

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.
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 01:41:36 AM
I can confirm this issue. Must have been in one of the updated packages. Will look into it and try to find a solution.
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 02:03:40 AM
Has anybody experienced this outside of a VM, that is to say, on real hardware, no virtual machines?
Title: Re: Desktop Icon Label "Ghosting"
Post by: matt on July 17, 2016, 02:54:50 AM
@Jerry
There's a couple of threads that I found that seem to share the same issue on their host machine:
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 03:05:36 AM
I can confirm this also on my laptop. I will keep looking for a solution.
Title: Re: Desktop Icon Label "Ghosting"
Post by: trinidad on July 17, 2016, 07:54:39 AM
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/commit/2afe04636050cc06ed48843c1ee2b852034a092e

TC
Title: Re: Desktop Icon Label "Ghosting"
Post by: teamtom on July 17, 2016, 03:56:20 PM
i also have experienced this on my laptop
as i am a newbie any help on this would be greatly appreciated

screenshot: https://goo.gl/photos/LGZ6LD3AaFYqggQm9

thanks
Title: Re: Desktop Icon Label "Ghosting"
Post by: TMG1961 on July 17, 2016, 04:03:38 PM
i also have experienced this on my laptop
as i am a newbie any help on this would be greatly appreciated

screenshot: https://goo.gl/photos/LGZ6LD3AaFYqggQm9

thanks

I changed the Style in Appearance to Greybird after that i did log out and back in and ghosting was one
Go to Menu/All Settings/Appearance and then Style, havent checked if any other styles will fix it too
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 10:01:32 PM
Here is a list of updates from before the ghosting appeared:

Code: [Select]
1 : Name: base-files INSTALLED: 9.4ubuntu4 AVAILABLE: 9.4ubuntu4.1
2 : Name: bash INSTALLED: 4.3-14ubuntu1 AVAILABLE: 4.3-14ubuntu1.1
3 : Name: libpython2.7 INSTALLED: 2.7.11-7ubuntu1 AVAILABLE: 2.7.12-1~16.04
4 : Name: libpython2.7-minimal INSTALLED: 2.7.11-7ubuntu1 AVAILABLE: 2.7.12-1~16.04
5 : Name: libpython2.7-stdlib INSTALLED: 2.7.11-7ubuntu1 AVAILABLE: 2.7.12-1~16.04
6 : Name: python2.7-minimal INSTALLED: 2.7.11-7ubuntu1 AVAILABLE: 2.7.12-1~16.04
7 : Name: python2.7 INSTALLED: 2.7.11-7ubuntu1 AVAILABLE: 2.7.12-1~16.04
8 : Name: grub-pc INSTALLED: 2.02~beta2-36ubuntu3 AVAILABLE: 2.02~beta2-36ubuntu3.1
9 : Name: grub2-common INSTALLED: 2.02~beta2-36ubuntu3 AVAILABLE: 2.02~beta2-36ubuntu3.1
10 : Name: grub-pc-bin INSTALLED: 2.02~beta2-36ubuntu3 AVAILABLE: 2.02~beta2-36ubuntu3.1
11 : Name: lsb-base INSTALLED: 9.20160110 AVAILABLE: 9.20160110ubuntu0.2
12 : Name: grub-common INSTALLED: 2.02~beta2-36ubuntu3 AVAILABLE: 2.02~beta2-36ubuntu3.1
13 : Name: language-pack-en INSTALLED: 1:16.04+20160415 AVAILABLE: 1:16.04+20160627
14 : Name: language-pack-en-base INSTALLED: 1:16.04+20160415 AVAILABLE: 1:16.04+20160627
15 : Name: language-pack-gnome-en INSTALLED: 1:16.04+20160415 AVAILABLE: 1:16.04+20160627
16 : Name: language-pack-gnome-en-base INSTALLED: 1:16.04+20160415 AVAILABLE: 1:16.04+20160627
17 : Name: libcc1-0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
18 : Name: binutils INSTALLED: 2.26-8ubuntu2.1 AVAILABLE: 2.26.1-1ubuntu1~16.04
19 : Name: libgomp1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
20 : Name: libitm1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
21 : Name: libatomic1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
22 : Name: libasan2 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
23 : Name: libubsan0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
24 : Name: libcilkrts5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
25 : Name: libmpx0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
26 : Name: libquadmath0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
27 : Name: g++-5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
28 : Name: libstdc++-5-dev INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
29 : Name: gcc-5-multilib INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
30 : Name: gcc-5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
31 : Name: libgcc-5-dev INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
32 : Name: lib64gomp1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
33 : Name: libx32gomp1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
34 : Name: lib64itm1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
35 : Name: libx32itm1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
36 : Name: lib64atomic1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
37 : Name: libx32atomic1 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
38 : Name: lib64asan2 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
39 : Name: libx32asan2 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
40 : Name: lib64stdc++6 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
41 : Name: lib64ubsan0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
42 : Name: libx32stdc++6 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
43 : Name: libx32ubsan0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
44 : Name: lib64cilkrts5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
45 : Name: libx32cilkrts5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
46 : Name: lib64mpx0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
47 : Name: lib64quadmath0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
48 : Name: libx32quadmath0 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
49 : Name: lib64gcc-5-dev INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
50 : Name: libx32gcc-5-dev INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
51 : Name: cpp-5 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
52 : Name: libgfortran3 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
53 : Name: gcc-5-base INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
54 : Name: libstdc++6 INSTALLED: 5.3.1-14ubuntu2.1 AVAILABLE: 5.4.0-6ubuntu1~16.04.1
55 : Name: uno-libs3 INSTALLED: 5.1.3-0ubuntu1 AVAILABLE: 5.1.4-0ubuntu1
56 : Name: ure INSTALLED: 5.1.3-0ubuntu1 AVAILABLE: 5.1.4-0ubuntu1
57 : Name: libreoffice-calc INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
58 : Name: libreoffice-impress INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
59 : Name: libreoffice-draw INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
60 : Name: libreoffice-gtk INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
61 : Name: libreoffice-style-tango INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
62 : Name: libreoffice-style-elementary INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
63 : Name: libreoffice-style-galaxy INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
64 : Name: libreoffice-common INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
65 : Name: libreoffice-pdfimport INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
66 : Name: libreoffice-gtk3 INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
67 : Name: python3-uno INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
68 : Name: libreoffice-base-core INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
69 : Name: libreoffice-math INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
70 : Name: libreoffice-avmedia-backend-gstreamer INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
71 : Name: libreoffice-writer INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
72 : Name: libreoffice-core INSTALLED: 1:5.1.3-0ubuntu1 AVAILABLE: 1:5.1.4-0ubuntu1
73 : Name: libgtk-3-common INSTALLED: 3.18.9-1ubuntu3 AVAILABLE: 3.18.9-1ubuntu3.1
74 : Name: libgtk-3-dev INSTALLED: 3.18.9-1ubuntu3 AVAILABLE: 3.18.9-1ubuntu3.1
75 : Name: gir1.2-gtk-3.0 INSTALLED: 3.18.9-1ubuntu3 AVAILABLE: 3.18.9-1ubuntu3.1
76 : Name: libgtk-3-0 INSTALLED: 3.18.9-1ubuntu3 AVAILABLE: 3.18.9-1ubuntu3.1
77 : Name: fonts-opensymbol INSTALLED: 2:102.7+LibO5.1.3-0ubuntu1 AVAILABLE: 2:102.7+LibO5.1.4-0ubuntu1
78 : Name: libnspr4 INSTALLED: 2:4.11-1ubuntu1 AVAILABLE: 2:4.12-0ubuntu0.16.04.1
79 : Name: libnss3-1d INSTALLED: 2:3.21-1ubuntu4 AVAILABLE: 2:3.23-0ubuntu0.16.04.1
80 : Name: libnss3-nssdb INSTALLED: 2:3.21-1ubuntu4 AVAILABLE: 2:3.23-0ubuntu0.16.04.1
81 : Name: libnss3 INSTALLED: 2:3.21-1ubuntu4 AVAILABLE: 2:3.23-0ubuntu0.16.04.1
82 : Name: lightdm INSTALLED: 1.18.1-0ubuntu1 AVAILABLE: 1.18.2-0ubuntu1
83 : Name: libgnutls-openssl27 INSTALLED: 3.4.10-4ubuntu1 AVAILABLE: 3.4.10-4ubuntu1.1
84 : Name: libgnutls30 INSTALLED: 3.4.10-4ubuntu1 AVAILABLE: 3.4.10-4ubuntu1.1
85 : Name: gtk2-engines-murrine INSTALLED: 0.98.2-0ubuntu2 AVAILABLE: 0.98.2-0ubuntu2.1
86 : Name: libboost-system1.58.0 INSTALLED: 1.58.0+dfsg-5ubuntu3 AVAILABLE: 1.58.0+dfsg-5ubuntu3.1
87 : Name: libboost-filesystem1.58.0 INSTALLED: 1.58.0+dfsg-5ubuntu3 AVAILABLE: 1.58.0+dfsg-5ubuntu3.1
88 : Name: libgtk-3-bin INSTALLED: 3.18.9-1ubuntu3 AVAILABLE: 3.18.9-1ubuntu3.1
89 : Name: ubuntu-mono INSTALLED: 14.04+16.04.20160415-0ubuntu2 AVAILABLE: 14.04+16.04.20160621-0ubuntu1
90 : Name: tzdata INSTALLED: 2016d-0ubuntu0.16.04 AVAILABLE: 2016f-0ubuntu0.16.04
91 : Name: lsb-release INSTALLED: 9.20160110 AVAILABLE: 9.20160110ubuntu0.2
92 : Name: vim-tiny INSTALLED: 2:7.4.1689-3ubuntu1 AVAILABLE: 2:7.4.1689-3ubuntu1.1
93 : Name: vim-common INSTALLED: 2:7.4.1689-3ubuntu1 AVAILABLE: 2:7.4.1689-3ubuntu1.1
94 : Name: command-not-found-data INSTALLED: 0.3ubuntu16.04.1 AVAILABLE: 0.3ubuntu16.04.2
95 : Name: python-commandnotfound INSTALLED: 0.3ubuntu16.04.1 AVAILABLE: 0.3ubuntu16.04.2
96 : Name: python3-commandnotfound INSTALLED: 0.3ubuntu16.04.1 AVAILABLE: 0.3ubuntu16.04.2
97 : Name: command-not-found INSTALLED: 0.3ubuntu16.04.1 AVAILABLE: 0.3ubuntu16.04.2
98 : Name: lshw INSTALLED: 02.17-1.1ubuntu3.1 AVAILABLE: 02.17-1.1ubuntu3.2
99 : Name: adobe-flash-properties-gtk INSTALLED: 1:20160616.1-0ubuntu0.16.04.1 AVAILABLE: 1:20160712.1-0ubuntu0.16.04.1
100 : Name: adobe-flashplugin INSTALLED: 1:20160616.1-0ubuntu0.16.04.1 AVAILABLE: 1:20160712.1-0ubuntu0.16.04.1
101 : Name: dkms INSTALLED: 2.2.0.3-2ubuntu11 AVAILABLE: 2.2.0.3-2ubuntu11.1
102 : Name: libecryptfs1 INSTALLED: 111-0ubuntu1 AVAILABLE: 111-0ubuntu1.1
103 : Name: ecryptfs-utils INSTALLED: 111-0ubuntu1 AVAILABLE: 111-0ubuntu1.1
104 : Name: gimp INSTALLED: 2.8.16-1ubuntu1 AVAILABLE: 2.8.18-0x2~ppa
105 : Name: libgimp2.0 INSTALLED: 2.8.16-1ubuntu1 AVAILABLE: 2.8.18-0x2~ppa
106 : Name: gimp-data INSTALLED: 2.8.16-1ubuntu1 AVAILABLE: 2.8.18-0x2~ppa
107 : Name: libgnome-menu-3-0 INSTALLED: 3.13.3-6ubuntu3 AVAILABLE: 3.13.3-6ubuntu3.1
108 : Name: gir1.2-gmenu-3.0 INSTALLED: 3.13.3-6ubuntu3 AVAILABLE: 3.13.3-6ubuntu3.1
109 : Name: gnome-menus INSTALLED: 3.13.3-6ubuntu3 AVAILABLE: 3.13.3-6ubuntu3.1
110 : Name: libarchive13 INSTALLED: 3.1.2-11ubuntu0.16.04.1 AVAILABLE: 3.1.2-11ubuntu0.16.04.2
111 : Name: libboost-date-time1.58.0 INSTALLED: 1.58.0+dfsg-5ubuntu3 AVAILABLE: 1.58.0+dfsg-5ubuntu3.1
112 : Name: libboost-iostreams1.58.0 INSTALLED: 1.58.0+dfsg-5ubuntu3 AVAILABLE: 1.58.0+dfsg-5ubuntu3.1
113 : Name: libdebian-installer4 INSTALLED: 0.102ubuntu1 AVAILABLE: 0.102ubuntu1.1
114 : Name: libgd3 INSTALLED: 2.1.1-4ubuntu0.16.04.1 AVAILABLE: 2.1.1-4ubuntu0.16.04.2
115 : Name: libgif7 INSTALLED: 5.1.2-0.2 AVAILABLE: 5.1.4-0.3~16.04
116 : Name: libusbmuxd4 INSTALLED: 1.0.10-2 AVAILABLE: 1.0.10-2ubuntu0.1
117 : Name: libimobiledevice6 INSTALLED: 1.2.0+dfsg-2.1build1 AVAILABLE: 1.2.0+dfsg-3~ubuntu0.2
118 : Name: liblightdm-gobject-1-0 INSTALLED: 1.18.1-0ubuntu1 AVAILABLE: 1.18.2-0ubuntu1
119 : Name: mysql-common INSTALLED: 5.7.12-0ubuntu1 AVAILABLE: 5.7.12-0ubuntu1.1
120 : Name: libmysqlclient20 INSTALLED: 5.7.12-0ubuntu1 AVAILABLE: 5.7.12-0ubuntu1.1
121 : Name: libunity-scopes-json-def-desktop INSTALLED: 7.1.4+15.10.20151002-0ubuntu2 AVAILABLE: 7.1.4+16.04.20160701-0ubuntu1
122 : Name: libunity-protocol-private0 INSTALLED: 7.1.4+15.10.20151002-0ubuntu2 AVAILABLE: 7.1.4+16.04.20160701-0ubuntu1
123 : Name: libunity9 INSTALLED: 7.1.4+15.10.20151002-0ubuntu2 AVAILABLE: 7.1.4+16.04.20160701-0ubuntu1
124 : Name: libupower-glib3 INSTALLED: 0.99.4-2ubuntu0.2 AVAILABLE: 0.99.4-2ubuntu0.3
125 : Name: libwnck-common INSTALLED: 1:2.30.7-5ubuntu1 AVAILABLE: 1:2.30.7-5ubuntu1.1
126 : Name: libwnck22 INSTALLED: 1:2.30.7-5ubuntu1 AVAILABLE: 1:2.30.7-5ubuntu1.1
127 : Name: linux-firmware INSTALLED: 1.157 AVAILABLE: 1.157.2
128 : Name: linux-libc-dev INSTALLED: 4.4.0-24.43 AVAILABLE: 4.4.0-31.50
129 : Name: network-manager-openconnect-gnome INSTALLED: 1.0.2-1build1 AVAILABLE: 1.2.0-0ubuntu0.16.04.1
130 : Name: network-manager-openconnect INSTALLED: 1.0.2-1build1 AVAILABLE: 1.2.0-0ubuntu0.16.04.1
131 : Name: software-properties-gtk INSTALLED: 0.96.20.1 AVAILABLE: 0.96.20.2
132 : Name: software-properties-common INSTALLED: 0.96.20.1 AVAILABLE: 0.96.20.2
133 : Name: python3-software-properties INSTALLED: 0.96.20.1 AVAILABLE: 0.96.20.2
134 : Name: python-software-properties INSTALLED: 0.96.20.1 AVAILABLE: 0.96.20.2
135 : Name: snapd INSTALLED: 2.0.8 AVAILABLE: 2.0.10
136 : Name: upower INSTALLED: 0.99.4-2ubuntu0.2 AVAILABLE: 0.99.4-2ubuntu0.3
137 : Name: virtualbox-guest-x11 INSTALLED: 5.0.18-dfsg-2build1 AVAILABLE: 5.0.18-dfsg-2ubuntu1
138 : Name: virtualbox-guest-utils INSTALLED: 5.0.18-dfsg-2build1 AVAILABLE: 5.0.18-dfsg-2ubuntu1
139 : Name: virtualbox-guest-dkms INSTALLED: 5.0.18-dfsg-2build1 AVAILABLE: 5.0.18-dfsg-2ubuntu1
140 : Name: kpartx-boot INSTALLED: 0.5.0+git1.656f8865-5ubuntu2 AVAILABLE: 0.5.0+git1.656f8865-5ubuntu2.1
141 : Name: kpartx INSTALLED: 0.5.0+git1.656f8865-5ubuntu2 AVAILABLE: 0.5.0+git1.656f8865-5ubuntu2.1
142 : Name: libruby2.3 INSTALLED: 2.3.0-5ubuntu1 AVAILABLE: 2.3.1-2~16.04
143 : Name: ruby2.3 INSTALLED: 2.3.0-5ubuntu1 AVAILABLE: 2.3.1-2~16.04
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 10:08:14 PM
Topics merged.
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 10:23:36 PM
I've located and patched the issue and will provide an updated package today after testing. Once the update has been applied, you will need to logout/in again.
Title: Re: Desktop Icon Label "Ghosting"
Post by: matt on July 17, 2016, 10:47:00 PM
It's patched and it works. Thank you Jerry! :)
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 17, 2016, 10:48:28 PM
Update released. Please confirm this is working and has no adverse effects. Thank you.
Title: Re: Desktop Icon Label "Ghosting"
Post by: torreydale on July 17, 2016, 10:59:06 PM
Worked for me.  On LL 3.0 64bit.
Title: Re: Desktop Icon Label "Ghosting"
Post by: TMG1961 on July 18, 2016, 03:26:02 AM
Worked for me too.  Am on LL 3.0 64bit.
Title: Re: Desktop Icon Label "Ghosting"
Post by: zboraon on July 18, 2016, 04:14:42 AM
Update released. Please confirm this is working and has no adverse effects. Thank you.

Dear Jerry,
Since I've changed the desktop to gnome, I cannot confirm:(
But thanks for the quick effort.
Bora
Title: Re: Desktop Icon Label "Ghosting"
Post by: teamtom on July 18, 2016, 04:16:44 AM
it works! thank you LL 3.0 32bit
Title: Re: Desktop Icon Label "Ghosting"
Post by: DLX on July 18, 2016, 07:09:58 AM
After update fixed Linux Lite 3.0 64bit

Thanks  8)
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 18, 2016, 07:11:09 AM
Ok, looking good so far. Thanks folks :)
Title: Re: Desktop Icon Label "Ghosting"
Post by: ebduca on July 18, 2016, 08:27:05 AM
Feito atualização hoje no linux lite 32 bits tudo voltou a normal, thx
Title: Re: Desktop Icon Label "Ghosting"
Post by: firenice03 on July 18, 2016, 12:27:34 PM
Noticed the ghosting on the 32bit version, ran updates today and rebooted all better again!!

This was on the mini in sig, non vm
Title: Re: Desktop Icon Label "Ghosting"
Post by: trinidad on July 18, 2016, 01:52:11 PM
All fixed Jerry. Just installed 3.0/64 on the little woman's Dell. Every single thing went smoothly, about an hour in total, including download and burn, and all works perfectly. Seems faster than 2.8 on the same box, notably Firefox. Nice.

TC
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 18, 2016, 04:17:25 PM
Cheers TC. For those that are interested in the technical aspects of this bug, see the following articles:

https://github.com/horst3180/arc-theme/issues/607 (https://github.com/horst3180/arc-theme/issues/607)

https://github.com/horst3180/arc-theme/pull/606 (https://github.com/horst3180/arc-theme/pull/606)

https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/1598316 (https://bugs.launchpad.net/ubuntu/+source/gtk2-engines-murrine/+bug/1598316)
Title: Re: Desktop Icon Label "Ghosting"
Post by: Jerry on July 26, 2016, 07:56:33 AM
Update for lite-themes released using code from latest Arc source code, including proper fix for Desktop icon shadows.

https://github.com/horst3180/arc-theme/commit/ee4485647d81378c87ea3b226457cceedd2bdecd