
Better Desktop Dropshadows
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
After parsing through the KDE source code and looking through the net, I'd finally figured out how to make KDE 3.2/3.1 desktop dropshadows look a lot better.
As we all know, the default dropshadows look and smell like penguin poo! :)
Here's to hoping someone writes a GUI configuration program for this though. In the meantime, you now have my tutorial...
16 years ago
December 27, 2004 - A couple small changes
May 4, 2004 - updated URL
16 years ago
December 27, 2004 - A couple small changes
May 4, 2004 - updated URL
PotajiTo
15 years ago
Report
SegFault
16 years ago
Please take a look at
http://kde-apps.org/content/show.php?content=19329
Report
lokheed
16 years ago
Report
philipacamaniac
16 years ago
Someone needs to submit a bug to KDE and
a) Request this option be added into the "Configure Desktop - Advanced Options" GUI
b) Request that the default ShadowParameters be adjusted to look better, because let's face it, they look like crap until you apply one of these new settings.
Report
polemos
16 years ago
Report
srgato
16 years ago
Report
Ekardnam
16 years ago
Report
PARENA
16 years ago
Thanks for the tip, this is going into 'remember this stuff' file for me. :)
Report
siliziumm
16 years ago
http://ximian.dulug.duke.edu/screenshots/large/GnopernicusMagnification.png
Report
thomas12777
16 years ago
Report
timothysaddress
16 years ago
Report
EliasP
16 years ago
Greetings
Elias P.
Report
timothysaddress
16 years ago
Report
abby
16 years ago
Go for it :)
Report
leinir
16 years ago
And, by the way, great work with figuring the different shadows out :)
Report
aivs
16 years ago
Report
thomas12777
16 years ago
shouldn't it be enough to just restart kdesktop or even just call
dcop kdesktop KDesktopIface refresh
to update? (haven't tried yet - shadows seemed ok to me)
Report
echobucket
16 years ago
Turn off the icons:
dcop kdesktop KDesktopIface setIconsEnabled 0
Then Turn them back on:
dcop kdesktop KDesktopIface setIconsEnabled 1
Report
hoodedone
16 years ago
Restarting kdesktop would probably do the trick, but it'd be even more awkward for most people than just restarting KDE.
Report
abby
16 years ago
I'll try out other methods today. Thanks for bringing this up.
Report
hoodedone
16 years ago
A configuration UI would make this even better, as well as the ability to redraw the shadows without restarting KDE (possible wishlist items?), but this is a great start.
Report