
Real Transparency for Katapult 0.3.1.4
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
This patch enables real transparency support for Katapult when running a compositing manager (e.g Beryl, compiz, kompmgr).
To use it, uncompress the file and then run 'patch -p1 <realtransparency.diff' in the same directory as the sources.
e.g.
sources are extracted at ~/ so the directory ~/katapult-0.3.1.4 exists.
Using an open terminal application such as konsole, navigate to the directory containing the sources, in this case ~/.
$ cd (the directory)
$ patch -p1 <realtransparency.diff
$ cd katapult-0.3.1.4
$ cmake -DREALTRANSPARENCY=1 -DCMAKE_INSTALL_PREFIX=$KDEDIR && make
Then install as root.
Known Issues:
This patch relies on the same code as konsole with real-transparency. As such it is subject to the same side-effects. On my computer this is manifested by the following behavior.
- white rectangular halo around system tray icon
- non-transparent menus with artifacts
- Faux transparency no longer works
(Sorry about the <'s above, have no clue how to put the less than sign properly)
13 years ago
0.3.1.4-r2:
- Added uninstall target for cmake
0.3.1.4-r1:
- Switched to cmake.
- Disabled fade transitions. There is no elegant way to enable fade transitions in Qt3.
13 years ago
0.3.1.4-r2:
- Added uninstall target for cmake
0.3.1.4-r1:
- Switched to cmake.
- Disabled fade transitions. There is no elegant way to enable fade transitions in Qt3.
Renze
13 years ago
Report
andreasb123
13 years ago
Report
infernalroot
13 years ago
Report
Divilinux
13 years ago
with video on back..katapult ges artifact effect in trasparency
I've succesfully applied the patch..tnx
Report
Ekardnam
13 years ago
Sounds great. However, I have some problems with the patch:
hans@localhost:~/program/kde/katapult$ patch -p0 <katapult-real-transparency.diff
[2] 867
bash: lt: command not found
[2]+ Stopped patch -p0
bash: ./katapult-real-transparency.diff: Permission denied
Please note that the 'katapult' directory contains all versions of Katapult I have, for example 'katapult-0.3.1.4'..
I use Slackware 11.0. Why can't I run the patch, and what do I need to install?
Another, unrelated question: how to fix transparency in Yakuake? I applied a patch, and then all Schema with a transparent background (faux) become transparent - with 0 % opacity, which is very annoying.
Patch: http://bugs.kde.org/show_bug.cgi?id=135870
I use kompmgr with Nvidia. Thanks in advance.
Report
bitcrazy
13 years ago
the command line is:
patch -p0<katapult-real-transparency.diff
The < means 'lower then' in html. It's accidently substituted here. It's not a command.
Greetings
m0nk
Report
Ekardnam
13 years ago
The background is black in the beginning/end of the animation, but I guess I can live with that.
Now, if only I could get Yakuake to work...
Report
Divilinux
13 years ago
tnx for advice
Report
Yaccin
13 years ago
because when i install konsole alpha on my nvidia-desktop it makes konsole and adept crashes instantly... on my ati-laptop it just works :)
Report
dilettante
13 years ago
Report
Yaccin
13 years ago
Report
linmain
13 years ago
Report
Yaccin
13 years ago
could you mail me your xorg.conf to seelenwinter@gmail.com ?
or do you have some other settings i dont? ^^
Report
Divilinux
13 years ago
btw..katapult version is the same
Report
dilettante
13 years ago
Faux transparency works well until the contents of the underlying windows change.
I've been a Gentoo user since the 1.4 days and I don't plan on shifting to Kubuntu so I really can't tell if real transparency is working there. Would be interesting to see the code though.
Report
MaxAuthority
13 years ago
looks nice, but it would be better to use the alpha channel to only make the background transparent, but not the icon/text.
Report
Blahord
13 years ago
when you set the opacity of katapult to 100% the background is transluent, but not the icons/texts :)
Report
dilettante
13 years ago
Hopefully it'll be fixed in a while.
Report
Dapper
13 years ago
Report
dilettante
13 years ago
Hopefully they're working on the KDE4 version which should have native support for real transparency but its not in svn and I don't have access to the bazaar repositories.
Report
Yaba
13 years ago
Report