
Various KDE 1.-4. Improvements
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
KDE 3.3 port of this one:
http://www.kde-look.org/content/show.php?content=10567
it's an alternative to the programs using xcomposite extension, but it's kinda slower :/
kde 3.2.3/3.2.2/3.2.1/3.2 is supported as well, but won't be maintained any-more.
this patch, gives kwin the ability to put a shadow around any type of window.
configuration is done in kcontrol->appearance & themes->window decorations->shadows
two notes:
-shadows are calculated by cpu, so don't use this on slow machines
-focus-follows-mouse could be a bad idea -> lots of shadow-redrawing
16 years ago
made patch apply cleanly onto kde3.3.1
added debian package - thx to phretor
added gentoo-patch sent by Chris D.
added freebsd package - thx to tweakBSD
updated kdelibs-patch dir-naming-scheme, so that it behaves like the kdebase-patch (thanks to Stephen L. for pointing that out)
see CHANGELOG in the patch-file
16 years ago
made patch apply cleanly onto kde3.3.1
added debian package - thx to phretor
added gentoo-patch sent by Chris D.
added freebsd package - thx to tweakBSD
updated kdelibs-patch dir-naming-scheme, so that it behaves like the kdebase-patch (thanks to Stephen L. for pointing that out)
see CHANGELOG in the patch-file
zuxez
15 years ago
well, i thought about re-porting the patch to kde3.4 kde3.5-cvs, as my notebook is too lame to handle xcomposite very well. and on the other side, the (xc|k)ompmgr kills my xserver regularly, so i'm not using it at all xD
i just got back to kde last week, after trying to get kde-cvs (aka kde4) running, but qt4 doesn't seem to like my system, as i haven't got any fonts running in qt4 - thats not soo good ;-)
i have no clue about the xinerama-problem. i tried to re-write the compositing manager, but have failed on a very slow and lame program...
so if i get some time, i'll do my very best to re-port the patch, but i can't guarantee anything...
Report
zuxez
15 years ago
Report
dunkelstern
13 years ago
Report
beeef
15 years ago
I don't have the kdebase directory. I searched for it, tried locate, but no success.
nice shadows. I only want it too ^_^
Report
zuxez
15 years ago
but beware to have the right version!
Report
flohr
15 years ago
Point is that my graphics card cannot support 3D direct rendering and xcompmgr simultaneously, since I rely on the ATI proprietary driver fglrx for the 3D rendering. This driver does not support the damage extension. It does not work together with xcompmgr.
I believe, I am not alone with this problem, so a port of the fake drop shadow patch to KDE 3.4 would be great.
Moreover, xcompmgr is still experimental. In my experience, the fake shadows, although they sometimes do not work perfectly, work very stable and reliable, while xcompmgr ist still flaky and crashes often.
Report
Laphroaig15
15 years ago
will there be a kwin drop shadow patch for KDE 3.4? I know that with KDE 3.4, kwin supports xcompmgr, but unfortunately, this does not seem to work with xinerama. So users wanting xinerama and drop shadows still rely on your patch (which is great work, by the way!).
Cheers,
Ingo
Report
zuxez
15 years ago
Report
tweakBSD
16 years ago
Report
Sagittarius
16 years ago
See:
http://membres.lycos.fr/billery/10.1/unstable/KDE_3.2.3_with_drop_shadows/
Report
codyman
16 years ago
Report
jadrian
16 years ago
Could you tell where you got those packages? I searched SUSE and APT mirrors and found no 9.2 rpms.
Report
codyman
16 years ago
Report
jadrian
16 years ago
I don't want that, I'm still running 8.2 and cannot afford to mess up my system now. But I did install SuSE 9.1 KDE-fied OpenOffice rpms, and the one in SUSE 9.2 seems even better (kde menus) so I was wondering if I could get it somewhere.
Report
zuxez
16 years ago
if you wan't to use xorg's composite extension, than checkout this:
http://www.kde-look.org/content/show.php?content=16114
if you still want to use this patch here, than get urself a kdebase-3.3.1.tar.bz2 or whatever kdebase-3.3.1-source-package you want and unpack it, cd into kdebase-3.3.1 and do:
patch -p0 < /path/to/kwin_shadow_patch/kdebase-XXX.patch
./configure --prefix=`kde-config --prefix` --disable-debug
cd kwin
make
make install (as root)
ps ax | grep kwin
kill && kwin &
exit (if kwin started)
thats all, simple, isn't it? :)
Report
gsocarvalho
16 years ago
Report
zuxez
16 years ago
take this, if the other link is broken again. i hope the author doesn't mind...
link:http://user.cs.tu-berlin.de/~zuxez/projects/kwin_shadow/
Report
phretor
16 years ago
would need it.
http://fedem.publicshout.org/resources/debs/kwin-3.3.0-shadow-0.8.0_0.8.0-1_i386.deb
DISCLAIMER: I provide no support and no guarantee about that package.
Report
datoch
16 years ago
dpkg -i kwin-3.3.0-shadow-0.8.0_0.8.0-1_i386.deb
(Reading database ... 80761 files and directories currently installed.)
Unpacking kwin-3.3.0-shadow-0.8.0 (from kwin-3.3.0-shadow-0.8.0_0.8.0-1_i386.deb) ...
dpkg: error processing kwin-3.3.0-shadow-0.8.0_0.8.0-1_i386.deb (--install):
trying to overwrite `/usr/bin/kwin', which is also in package kwin
dpkg-deb: subprocess paste killed by signal (Broken pipe)
Errors were encountered while processing:
kwin-3.3.0-shadow-0.8.0_0.8.0-1_i386.deb
Report
zuxez
16 years ago
Report
datoch
16 years ago
Report
zuxez
16 years ago
Report
datoch
16 years ago
Report
zuxez
16 years ago
http://www.kde-look.org/content/show.php?content=16114
i'm posting there patches too :)
Report
zoroaster1982
16 years ago
I created them like
/usr/kde/3.3/kdebase/kwin and placed the patch and the kdebase source file kdebase-3.3.0-rc2.tar.bz2 in there.
It failed.
What am I doin wrong?
Please help.
Report