
MKUltra with Optional Knifty-like Buttons
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 is MKUltra window decoration for KDE 3.2 with added support for Knifty button style. I also fixed a small bug that was previously reported on kde-look (please see http://www.kde-look.org/content/show.php?content=2865).
rasmussen
15 years ago
---CUT---
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License, v2 or later
# $Header:$
inherit kde
need-kde 3
S="${WORKDIR}/mkultra"
DESCRIPTION="KDE kwin decoration"
SRC_URI="http://www.snakefighting.com/mkultra/mkultra-0.4.1.tar.gz"
HOMEPAGE="http://www.kde-look.org/content/show.php?content=25375"
RESTRICT="nomirror"
LICENSE="GPL-2"
KEYWORDS="x86"
SLOT="0"
IUSE=""
---CUT---
Put it in e.g. x11-themes/mkultra/mkultra.0.4.1.ebuild of your portage overlay (usually /usr/local/portage) and type "ebuild mkultra-0.4.1.ebuild digest" followed by "emerge mkultra" to install it.
Report
poison
15 years ago
I'm very pleased that finally there is another windeco thats looking nice and doesn't waste precious space =)
oh ... one thing ... could you add support for the extra always on top /below others buttons ? I miss them as I did with the web windeco ^^
But once again ... thank you =)
Report
jirie
15 years ago
Cheers
Report
jirie
15 years ago
The missing buttons are keep above, keep below, shade, and resize. Very few window decorations have buttons for these. They can indeed be added, but what should they look like?
Also, MKUltra doesn't display the menu icon and spacers. Should these be added as well?
Please let me know what you think.
Report
crimanekdoten
15 years ago
I´ve run ./configure
make
and make install
but now I can´t see no mkultra in control-center -> appearance -> window-decorations...
how do I select this theme after installing it??
Thanks!
Juan
Report
SynTruth
15 years ago
Depending on your linux distro, it might have gotten installed in the wrong place.
What does 'kde-config --prefix' tell you on the command line? It should have gotten installed in the directory returned by that command, but when you ran configure, it might have gotten the wrong path, which sometimes happens.
Trying doing this:
./configure --prefix="`kde-config --prefix`"
...note the back-ticks inside the double quotes. :)
Report