
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
The concept of this style is harmony of sharpness and softness.
And this style was created based on keramik.
(Please do not ask me about the origin of this style name.)
Notice:
The kwin client is not contained in this style.
You will be able to get it at the following URL.
http://www.kde-look.org/content/show.php?content=11460
To Install:
./configure --prefix="`kde-config --prefix`"
make
make install
(Please restart KDE after installation)
16 years ago
Ver 1.2.1
*"Surround the taskbar buttons with dark borders" option was added to "Extra Options" group.
(See 3rd screenshot)
*"Disable KMenu Titles" option was added to "Features to disable" group.
Ver 1.2
*The version of Keramik used as a basis was changed to what is contained in KDE-3.2.2.
*"Remove 'subtract-line' area from 'add-line' button of scrollbar" option was added to "Extra Options".
*The custom color option for the statusbar borders was added to "Border Colors" group in "Custom Colors" category.
Ver 1.1.8a(maintenance release)
*Fixed styleconf/activeheartconf.cpp file against the compile error relating to "getenv" function.
Ver 1.1.8
*Scheme manager can read the global scheme files now.
The global scheme file means the scheme files stored in "$KDEDIR/share/apps/kdisplay/styleconfs" directory.
(This feature is mainly based on Piotr Szymanki's work. And I improved it.)
*The custom color option for the menu separators was added to "Menu Colors" group.
*"Border's thickness of menubar and toolbar follows contrast" option was added to "Extra Options"
Ver 1.1.7
*"Reduce pushbutton size" option was added to "Extra Options".
Ver 1.1.6
*Changed the light weight combobox's pulldown buttons thinly.
*"Highlight the active taskbar button with the active tabline color" option was added to "Extra options".
BTW: I do not know a way for adding the "Apply" button to config dialog.
16 years ago
Ver 1.2.1
*"Surround the taskbar buttons with dark borders" option was added to "Extra Options" group.
(See 3rd screenshot)
*"Disable KMenu Titles" option was added to "Features to disable" group.
Ver 1.2
*The version of Keramik used as a basis was changed to what is contained in KDE-3.2.2.
*"Remove 'subtract-line' area from 'add-line' button of scrollbar" option was added to "Extra Options".
*The custom color option for the statusbar borders was added to "Border Colors" group in "Custom Colors" category.
Ver 1.1.8a(maintenance release)
*Fixed styleconf/activeheartconf.cpp file against the compile error relating to "getenv" function.
Ver 1.1.8
*Scheme manager can read the global scheme files now.
The global scheme file means the scheme files stored in "$KDEDIR/share/apps/kdisplay/styleconfs" directory.
(This feature is mainly based on Piotr Szymanki's work. And I improved it.)
*The custom color option for the menu separators was added to "Menu Colors" group.
*"Border's thickness of menubar and toolbar follows contrast" option was added to "Extra Options"
Ver 1.1.7
*"Reduce pushbutton size" option was added to "Extra Options".
Ver 1.1.6
*Changed the light weight combobox's pulldown buttons thinly.
*"Highlight the active taskbar button with the active tabline color" option was added to "Extra options".
BTW: I do not know a way for adding the "Apply" button to config dialog.
alzen
14 years ago
ok, just wanted to tell that it was your style that made me try kde again. thanks for your work.
Report
andeity
14 years ago
Awesome work by the way, I love to see something beautiful and original among so many dumbass aqua, longhorn, etc. ripoffs!
Report
angrykeyboarder
15 years ago
./configure --prefix="`kde-config --prefix`"
[.....]
Good - your configure finished. Start make now
$~/Downloads/Themes/KDE/Styles/activeheart-1.2.1$ make
make all-recursive
make[1]: Entering directory `/home/scott/Downloads/Themes/KDE/Styles/activeheart-1.2.1'
Making all in kcs
make[2]: Entering directory `/home/scott/Downloads/Themes/KDE/Styles/activeheart-1.2.1/kcs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/scott/Downloads/Themes/KDE/Styles/activeheart-1.2.1/kcs'
Making all in styleconf
make[2]: Entering directory `/home/scott/Downloads/Themes/KDE/Styles/activeheart-1.2.1/styleconf'
/usr/share/qt3/bin/moc ./activeheartconf.h -o activeheartconf.moc
source='activeheartconf.cpp' object='activeheartconf.lo' libtool=yes \
depfile='.deps/activeheartconf.Plo' tmpdepfile='.deps/activeheartconf.TPlo' \
depmode=gcc3 /bin/sh ../admin/depcomp \
/bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -c -o activeheartconf.lo `test -f 'activeheartconf.cpp' || echo './'`activeheartconf.cpp
activeheartconf.cpp: In constructor 'ActiveHeartStyleConfig::ActiveHeartStyleConfig(QWidget*)':
activeheartconf.cpp:136: warning: unused variable 'borderColBtnLbl'
activeheartconf.cpp:196: warning: unused variable 'menubgfileLbl'
activeheartconf.cpp:202: warning: unused variable 'menubgfileLbldmy1'
activeheartconf.cpp:212: warning: unused variable 'useMenuBGILbl1'
activeheartconf.cpp:213: warning: unused variable 'useMenuBGILbl2'
activeheartconf.cpp:223: warning: unused variable 'enableMenu3dLbl'
activeheartconf.cpp:224: warning: unused variable 'enableMenu3dLbldmy1'
activeheartconf.cpp:227: warning: unused variable 'enableMenu3dLbldmy2'
activeheartconf.cpp:230: warning: unused variable 'enableMenu3dLbldmy3'
activeheartconf.cpp:231: warning: unused variable 'enableMenu3dLbl2'
activeheartconf.cpp:232: warning: unused variable 'enableMenu3dLbl3'
activeheartconf.cpp:265: warning: unused variable 'uplOrLbl'
activeheartconf.cpp:505: warning: unused variable 'dsbShdLblDmy'
activeheartconf.cpp:529: warning: unused variable 'lwwLblDmy'
activeheartconf.cpp:574: warning: unused variable 'schemeDmyLbl1'
activeheartconf.cpp:575: warning: unused variable 'schemeDmyLbl2'
activeheartconf.cpp:576: warning: unused variable 'schemeDmyLbl3'
activeheartconf.cpp:577: warning: unused variable 'schemeDmyLbl4'
activeheartconf.cpp:580: warning: unused variable 'schemeLbl'
activeheartconf.cpp:590: warning: unused variable 'schemeDmyLbl11'
activeheartconf.cpp:591: warning: unused variable 'schemeDmyLbl12'
activeheartconf.cpp:592: warning: unused variable 'schemeDmyLbl13'
activeheartconf.cpp:593: warning: unused variable 'schemeDmyLbl14'
activeheartconf.cpp:594: warning: unused variable 'schemeDmyLbl15'
activeheartconf.cpp: At global scope:
activeheartconf.cpp:1175: warning: unused parameter 'en'
/usr/share/qt3/include/private/qucom_p.h:69: warning: 'struct QUBuffer' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:77: warning: 'struct QUType' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:104: warning: 'struct QUType_Null' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:287: warning: 'struct QUType_enum' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:307: warning: 'struct QUType_ptr' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:326: warning: 'struct QUType_iface' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:345: warning: 'struct QUType_idisp' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:364: warning: 'struct QUType_bool' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:383: warning: 'struct QUType_int' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:403: warning: 'struct QUType_double' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:423: warning: 'struct QUType_charstar' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucom_p.h:444: warning: 'struct QUType_QString' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucomextra_p.h:65: warning: 'struct QUType_QVariant' has virtual functions but non-virtual destructor
/usr/share/qt3/include/private/qucomextra_p.h:87: warning: 'struct QUType_varptr' has virtual functions but non-virtual destructor
/bin/sh ../libtool --silent --mode=link --tag=CXX g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -o kstyle_activeheart_config.la -rpath /usr/lib/kde3 -L/usr/X11R6/lib -L/usr/share/qt3/lib -L/usr/lib -avoid-version -module -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined -R /usr/lib -R /usr/share/qt3/lib -R /usr/X11R6/lib -module activeheartconf.lo -lkdeui -lkio
grep: /lib/libacl.la: No such file or directory
/bin/sed: can't read /lib/libacl.la: No such file or directory
libtool: link: `/lib/libacl.la' is not a valid libtool archive
make[2]: *** [kstyle_activeheart_config.la] Error 1
Report
inckie
15 years ago
I was having the same output:
grep: /lib/libacl.la: No such file or directory
/bin/sed: can't read /lib/libacl.la: No such file or directory
libtool: link: `/lib/libacl.la' is not a valid libtool archive
then I googled for this libacl.la and soon discovered I didn't have the libacl1-dev package... i installed it, and the output changed to:
grep: /lib/libattr.la: No such file or directory
/bin/sed: can't read /lib/libattr.la: No such file or directory
libtool: link: `/lib/libattr.la' is not a valid libtool archive
Then my guess was that I didn't have libattr1-dev... BINGO! I installed it, and then make spit out a ton of warnings, but, anyway, I'm using activeheart right now. YAY!
I'm using Kubuntu 5.10 "breezy badger". I hope this can help you.
Report
angrykeyboarder
15 years ago
Has anyone complied this for KDE 3.5?
Report
daihardM3
15 years ago
Report
polrus
15 years ago
Report
islander
16 years ago
...
checking for rpath... yes
checking for KDE... configure: error:
in the prefix, you've chosen, are no KDE headers installed. This will fail.
So, check this please and use another prefix!
how do I fix it?
Report
deadnotborn
15 years ago
Report
Rufus
16 years ago
Report
tjerk
16 years ago
tw:/home/tjerk/downloaded/activeheart-1.2.1# ./configure --prefix="'kde-config --prefix'"
configure: error: expected an absolute directory name for --prefix: 'kde-config--prefix'
What should i do
Report
Nobber
16 years ago
./configure --prefix="`kde-config --prefix`"
If you can't find the backtick on your keyboard - it's usually to the left of the "1" key - then just run
kde-config --prefix
and use the output from that instead, e.g. if it gives you "/opt/kde" then do
./configure --prefix="/opt/kde"
Report
sagefire
16 years ago
I built (and posted http://kde-look.org/content/show.php?content=14569 ) a SuSE 9.1 RPM for this theme. It is such an improvement over Keramik. I applaud your design sense.
I am putting together a Color Scheme to blend it with the Crystal Icon set and I found a winamp skin that I am going to blend to match that.
This should DEFINITELY be part of the KDE default theme set.
Report
blaster999
16 years ago
Report
blaster999
16 years ago
Report
hobbes300
16 years ago
Report
xeridia
16 years ago
Report
ssawan786
16 years ago
Report
shimon
16 years ago
Report
zammi
16 years ago
Report
r1a2w3
16 years ago
http://animeworld.com/lyrics/activeheart.html
Enjoy all, and keep up the above excellent work amaterasu. I look forward to many future versions of this theme.
Report
schopfer
16 years ago
But I want to stay in the subject ! ActiveHeart is my favourite KDE style ! Continue like that ! ;-)
Report
schopfer
16 years ago
Report
caspar
16 years ago
checking for KDE... libraries /usr/kde/3.2/lib, headers /usr/kde/3.2/include
checking if UIC has KDE plugins available...
configure: error: you need to install kdelibs first.
The kdelibs are definitely installed.
Maybe someone can help. I also executed 'ldconfig' before running configure.
Report
zammi
16 years ago
Report