My compilation error is:
make[3]: Entering directory `/home/gopher/themes/humanblue-0.3/kwin/config'
/usr/local/Trolltech/Qt-4.2.3/bin/uic -o humanblueconfig.h ./humanblueconfig.ui
uic: File generated with too old version of Qt Designer
File './humanblueconfig.ui' is not valid
config.cpp:65: error: 'ui' was not declared in this scope
config.cpp:65: error: expected type-specifier before 'HumanblueConfigUI'
config.cpp:65: error: expected `;' before 'HumanblueConfigUI'
config.cpp: In destructor 'virtual HumanblueConfig::~HumanblueConfig()':
config.cpp:85: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::load(KConfig*)':
config.cpp:91: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::save(KConfig*)':
config.cpp:123: error: 'ui' was not declared in this scope
config.cpp:129: error: 'ui' was not declared in this scope
config.cpp:136: error: 'ui' was not declared in this scope
config.cpp:143: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::defaults()':
config.cpp:161: error: 'ui' was not declared in this scope
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/home/alari/humanblue-0.3/kwin/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alari/humanblue-0.3/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alari/humanblue-0.3'
make: *** [all] Error 2
download the file to /tmp
cd to /tmp
run tar -jxf humanblue-0.3.tar.bz2
cd humanblue-0.3
./configure --prefix=`kde-config --prefix` (assuming you've got kde-devel installed)
or
./configure --prefix=/usr
make
sudo make install (if you don't have kde-devel installed)
Select the new decoration from kcontrol, or wait until someone makes a .dep package for kubuntu.
I like it, but unfortunately the titlebar text overlaps the application icon and the theme seems to redraw very often while moving a window causing high CPU consumption.
First of all thanks for the effort on Human Blue deco! It is very beautiful windeco.
I've found this problem while using it:
Window title is not left of application icon (while caption is positionned in the left) but under it (it covers the icon).
wusc1
9 years ago
like it
Report
zolix
9 years ago
Report
tisource
10 years ago
./configure --prefix='/opt/kde3' --libdir='/opt/kde3/lib64' --with-qt-libraries='/usr/lib/qt3/lib64'
make
sudo make install
Hope this helps someone.
Report
goph-R
10 years ago
My compilation error is:
make[3]: Entering directory `/home/gopher/themes/humanblue-0.3/kwin/config'
/usr/local/Trolltech/Qt-4.2.3/bin/uic -o humanblueconfig.h ./humanblueconfig.ui
uic: File generated with too old version of Qt Designer
File './humanblueconfig.ui' is not valid
Can i do something with this?
Report
goph-R
10 years ago
Report
digweed
10 years ago
config.cpp:65: error: expected type-specifier before 'HumanblueConfigUI'
config.cpp:65: error: expected `;' before 'HumanblueConfigUI'
config.cpp: In destructor 'virtual HumanblueConfig::~HumanblueConfig()':
config.cpp:85: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::load(KConfig*)':
config.cpp:91: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::save(KConfig*)':
config.cpp:123: error: 'ui' was not declared in this scope
config.cpp:129: error: 'ui' was not declared in this scope
config.cpp:136: error: 'ui' was not declared in this scope
config.cpp:143: error: 'ui' was not declared in this scope
config.cpp: In member function 'void HumanblueConfig::defaults()':
config.cpp:161: error: 'ui' was not declared in this scope
make[3]: *** [config.lo] Error 1
make[3]: Leaving directory `/home/alari/humanblue-0.3/kwin/config'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/alari/humanblue-0.3/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/alari/humanblue-0.3'
make: *** [all] Error 2
Report
gnagnibu
10 years ago
Report
squall38
10 years ago
$ cd kwin/config
$ uic -o humanblueconfig.h humanblueconfig.ui
$ moc -o config.moc humanblueconfig.h
$ cd ../../
$ make
Report
tisource
10 years ago
distro: openSUSE 10.2
kernel: 2.6.18.8-0.3-default
processor: x86_64 (Intel dual-core)
Report
Gega
11 years ago
./configure: line 1363: syntax error: unexpected end of file
I've got this error .
Report
apike001
11 years ago
thanks
--ap
Report
sphincter
10 years ago
cd to /tmp
run tar -jxf humanblue-0.3.tar.bz2
cd humanblue-0.3
./configure --prefix=`kde-config --prefix` (assuming you've got kde-devel installed)
or
./configure --prefix=/usr
make
sudo make install (if you don't have kde-devel installed)
Select the new decoration from kcontrol, or wait until someone makes a .dep package for kubuntu.
Report
Xemanth
11 years ago
Report
arisu
11 years ago
Report
megaspaz
11 years ago
Perhaps this should be moved to the Native KDE 3.2 + section.
Report
digweed
11 years ago
Report
megaspaz
11 years ago
Report
dummy
11 years ago
when compiling I get a lot of errors when typing make
(./configure --> make)
I have gcc etc installed
stil a good theme
Report
dehydr8
11 years ago
Report
sandeepgk
11 years ago
Report
sandeepgk
11 years ago
Report
enef
11 years ago
# installpkg humanblue-0.1-i686-1enef.tgz
Report
Enso
11 years ago
Report
lazyboy
11 years ago
Report
viahack
11 years ago
I've found this problem while using it:
Window title is not left of application icon (while caption is positionned in the left) but under it (it covers the icon).
Report