
kbox
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
Allows the native use of blackbox, fluxbox, and openbox styles within kwin.
18 years ago
0.3 - Jan 18th, 2003
port to kde3
make window shading behavior more like blackbox (not possible with kde 2.x)
fix kwin reset bug
support using kde's fonts/colors
support using background of style
0.1 - Nov 2nd, 2001
18 years ago
0.3 - Jan 18th, 2003
port to kde3
make window shading behavior more like blackbox (not possible with kde 2.x)
fix kwin reset bug
support using kde's fonts/colors
support using background of style
0.1 - Nov 2nd, 2001
doublefailure
18 years ago
clean
very good
thanks
Report
anonymous-hive
18 years ago
Successfully compiled as root with
./configure
make
make install
No errors.
However, I get no new "Window Decoration" option (for any user).
What am I doing wrong?
Thanks,
Matt
Report
Yaba
18 years ago
Report
anonymous-hive
18 years ago
Report
reks
18 years ago
Cheers!
--Reks
Report
infernal-quack
18 years ago
Thanks a lot
Report
flohr
18 years ago
autoconf (2.52) and automake (1.5)
I get the following when doing
make -f Makefile.cvs :
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set the
environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
*** Creating configure
*** Creating config.h template
*** Creating Makefile templates
automake: blackbox/config/Makefile.am: `kwin_blackbox_config.la' is not a standard libtool library name
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
Can anybody help me here?
Report
fault
18 years ago
instead, try ./configure (perhaps with prefix)
Report
schmolch
18 years ago
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../../i686-pc-linux-gnu/bin/ld: cannot find -lkfile
collect2: ld returned 1 exit status
make[2]: *** [libkwinkbox_config.la.closure] Error 1
make[2]: Leaving directory `/home/gast/kbox-0.1/config'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gast/kbox-0.1'
make: *** [all-recursive-am] Error 2
yeah, im using gcc3.2, anyone got it working with it?
Report
fault
18 years ago
Report
Doug
19 years ago
./configure --prefix=/opt/kde2
then type:
make
and then:
make install
and you are done! :)
Report
Doug
19 years ago
make -f Makefile.cvs
So do:
1.) make -f Makefile.cvs
2.) ./configure --prefix=/opt/kde2
3.) make
4.) make install
Sorry for the mix up. :(
Report
anonymous-hive
19 years ago
Report
anonymous-hive
19 years ago
Now I can combine the ease of use of KDE with the simple and elegant themes of Blackbox.
Thank you very much for your work !
--Alex
Report
anonymous-hive
19 years ago
but how come it's so big ? ... KDE's standart decoration is like at least 1.5 size of it ...
http://www.antonr.com/bb-shot.jpg
any way to fix this ?
thx :)
Report
anonymous-hive
19 years ago
Report
fault
19 years ago
to fix this problem, i'd suggest that you goto the kbox settings, and uncheck "Use font specified in style". then goto the font settings in kcontrol and set a font for the titlebar.
the titlebar should be as large enough to fit the font in properly then :)
Report
anonymous-hive
19 years ago
Can you please tell me where I can find that nice wallpaper? (I'm a physisist :)
Report
anonymous-hive
19 years ago
search for "pure genius"
Report
anonymous-hive
19 years ago
Report
anonymous-hive
19 years ago
Looks very nice!!
Report
fault
19 years ago
Report
anonymous-hive
19 years ago
Report
anonymous-hive
19 years ago
*(*see note below) 8). stick the styles files in ~/.kde/share/apps/kwin/blackbox-styles
* update: some people are apparently having trouble with putting the blackbox styles in the right place. if you are getting just a black screen, that means that kbox can't find the style. try untarring the tarball. then moving the style file (it may be named anything, but is usually the only file in the tarball other than images that are not needed) from the tarball into the blackbox-styles directory.
Report
anonymous-hive
19 years ago
Here's the error:
In file included from /opt/kde2/include/kconfig.h:53,
from config.h:18,
from config.cpp:6:
/opt/kde2/include/kconfigbase.h: In method `const char * KConfigBase::getGroup() const':
/opt/kde2/include/kconfigbase.h:218: implicit declaration of function `int debug(...)'
/opt/kde2/include/kconfigbase.h: In method `KConfigGroupSaver::KConfigGroupSaver(KConfigBase *, QString)':
/opt/kde2/include/kconfigbase.h:741: no matching function for call to `KConfigBase::setGroup (QString &)'
/opt/kde2/include/kconfigbase.h:203: candidates are: void KConfigBase::setGroup(const char *)
/opt/kde2/include/kconfigbase.h: In method `KConfigGroupSaver::~KConfigGroupSaver()':
/opt/kde2/include/kconfigbase.h:746: no matching function for call to `KConfigBase::setGroup (QString &)'
/opt/kde2/include/kconfigbase.h:203: candidates are: void KConfigBase::setGroup(const char *)
config.cpp: In method `KBoxConfig::KBoxConfig(KConfig *, QWidget *)':
config.cpp:116: no matching function for call to `KURLLabel::setURL (QString &)'
/opt/kde2/include/kurllabel.h:282: candidates are: void KURLLabel::setURL(const char *)
config.cpp: In method `void KBoxConfig::callURL(const QString &)':
config.cpp:172: no matching function for call to `KApplication::invokeBrowser (const QString &)'
config.cpp: In method `void KBoxConfig::save(KConfig *)':
config.cpp:213: call of overloaded `writeEntry(const char[13], QString)' is ambiguous
/opt/kde2/include/kconfigbase.h:561: candidates are: const char * KConfigBase::writeEntry(const char *, const QFont &, bool = true, bool = false, bool = false)
/opt/kde2/include/kconfigbase.h:579: void KConfigBase::writeEntry(const char *, const QColor &, bool = true, bool = false, bool = false)
make[2]: *** [config.lo] Error 1
make[2]: Leaving directory `/home/ben/kdecrap/kbox-0.1/config'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ben/kdecrap/kbox-0.1'
make: *** [all-recursive-am] Error 2
zsh: 24699 exit 2 make
Report