Posts: 227
Threads: 17
Joined: Jun 2014
Reputation:
0
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.
Posts: 16
Threads: 2
Joined: May 2014
Reputation:
0
(07-13-2016, 08:08 PM)zboraon link Wrote: 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/9bwhk7shzlh5ge...3.png?dl=0).
I've changed the .gtkrc-2.0 file as described in 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 ...
I teach people everything I know, and they still don't know anything - may the farce be with you
Posts: 591
Threads: 46
Joined: Nov 2014
Reputation:
0
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
Life on earth is expensive but it does include a free trip around the sun.
Posts: 2
Threads: 0
Joined: Jun 2016
Reputation:
0
I am having the same problem after updating the OS this week
Posts: 43
Threads: 15
Joined: Aug 2015
Reputation:
0
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.
Posts: 7
Threads: 2
Joined: Jul 2016
Reputation:
0
07-14-2016, 07:18 PM
(This post was last modified: 07-14-2016, 07:59 PM by zboraon.)
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.
Posts: 5
Threads: 1
Joined: Jul 2016
Reputation:
0
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.
- I have added the following lines in the .gtkrc-2.0 file in the home directory as someone in the forum suggested.
[glow=green,2,300]style "xfdesktop-icon-view" {
XfdesktopIconView::label-alpha = 75
XfdesktopIconView:elected-label-alpha = 100
XfdesktopIconVIew::ellipsize-icon-labels = 1
XfdesktopIconView:hadow-x-offset = 0
XfdesktopIconView:hadow-y-offset = 0
XfdesktopIconView:hadow-color = "#000000"
XfdesktopIconView:elected-shadow-x-offset = 0
XfdesktopIconView:elected-shadow-y-offset = 0
XfdesktopIconView:elected-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"[/glow]
- After saving the file, I made three attempts (log out, reboot, shutdown). However, the changes indicated does not seem to take effect.
- This is when I started to suspect that what I'm looking at may not be a shadow after all. I dragged the icons across the screen to see if it will follow and I noticed that the dark icon labels are not shadows but are the actual icon label and that there are no shadows at all. I played around with the values of the shadow-x-offset and shadow-y-offset and gained expected results.
Here (
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.
MINT 18 CINNAMON - Asus M51AD | Asus X555LA
Posts: 591
Threads: 46
Joined: Nov 2014
Reputation:
0
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:
gtk-menu-popdown-delay = 0
gtk-menu-bar-popup-delay = 0
gtk-enable-animations = 0
gtk-timeout-expand = 0
Life on earth is expensive but it does include a free trip around the sun.