
Human Blue
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
13 years ago
0.3
- added rounded corners
- modified some pixels in buttons
0.2
- repainted buttons
wusc1
12 years ago
like it
Report
zolix
12 years ago
Report
tisource
13 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
13 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
13 years ago
Report
digweed
13 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
13 years ago
Report
squall38
13 years ago
$ cd kwin/config
$ uic -o humanblueconfig.h humanblueconfig.ui
$ moc -o config.moc humanblueconfig.h
$ cd ../../
$ make
Report
tisource
13 years ago
distro: openSUSE 10.2
kernel: 2.6.18.8-0.3-default
processor: x86_64 (Intel dual-core)
Report
Gega
14 years ago
./configure: line 1363: syntax error: unexpected end of file
I've got this error .
Report
apike001
14 years ago
thanks
--ap
Report
sphincter
13 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
14 years ago
Report
arisu
14 years ago
Report
megaspaz
14 years ago
Perhaps this should be moved to the Native KDE 3.2 + section.
Report
digweed
14 years ago
Report
megaspaz
14 years ago
Report
dummy_double
14 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
14 years ago
Report
sandeepgk
14 years ago
Report
sandeepgk
14 years ago
Report
enef
14 years ago
# installpkg humanblue-0.1-i686-1enef.tgz
Report
Enso
14 years ago
Report
lazyboy
14 years ago
Report
viahack
14 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