
ASSK beta3 Alienware
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 the latest beta release of ASSK beta 3, the alienware theme.
this is the end of this codebase because is not easy to mantain and require too much C++ knowledge for normal users. So the next releases should be set of libraries integrated into kde which load images and other stuffs from a compressed file(yeah like windowsblind or icewm), in other way i need optimize drawing code even more so what the hell.
enjoy it and wait to see what's coming
XamDM
15 years ago
ake[2]: Gehe in Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare /kwin«
Making all in .
make[3]: Gehe in Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare /kwin«
make[3]: *** Keine Regel vorhanden, um das Target »changelog«,
benötigt von »all-am«, zu erstellen. Schluss.
make[3]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWar e/kwin«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWar e/kwin«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWar e«
make: *** [all] Fehler 2
lars@eisbaer:~/Downloads/kde-themes/ASSKKwinAlienWare$ make
make all-recursive
make[1]: Gehe in Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare«
Making all in kwin
make[2]: Gehe in Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare/kwin«
Making all in .
make[3]: Gehe in Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare/kwin«
make[3]: *** Keine Regel vorhanden, um das Target »changelog«,
benötigt von »all-am«, zu erstellen. Schluss.
make[3]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare/kwin«
make[2]: *** [all-recursive] Fehler 1
make[2]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare/kwin«
make[1]: *** [all-recursive] Fehler 1
make[1]: Verlasse Verzeichnis »/home/lars/Downloads/kde-themes/ASSKKwinAlienWare«
make: *** [all] Fehler 2
I'm Using Kubuntu
Report
patroche
16 years ago
extract the file, go in the dir and type "make -f Makefile.cvs"
then enter the kwin directory
edit the files "Makefile, Makefile.am, Makefile.in" and comment out the line:
"noinst_DATA = changelog todoAKDC.txt shadows.txt" (it's present in all 3 files)
then ./configure , make, make install.
without editing the files i got an error, no rules to make changelog.
deco looks nice :)
Report
paulatz
16 years ago
# make -f Makefile.cvs
This Makefile is only for the CVS repository
This will be deleted before making the distribution
*** YOU'RE USING automake (GNU automake) 1.9.3.
*** KDE requires automake 1.6.1 or newer
make[1]: *** [cvs] Error 1
make: *** [all] Error 2
Report
brumgabrasch
16 years ago
Report
p0z3r
16 years ago
Btw, there seems to be a lot of drawing going on that uses more cpu than many other window decs. I've not looked at the code yet, but I'm sure something can be done to minimize some of the drawing.
Report
mononoke
16 years ago
thx
Report
tom2301
16 years ago
Report
netfranz
16 years ago
Suse 9.2 - KDE 3.4
Report
magoseitor
16 years ago
great!!!
keep this great work!!!
Report
nightdragon
16 years ago
I like everything but the shaded view, but I'll live. This fits with all my dark themes ;)
Report
nightdragon
16 years ago
2. I had to comment line 280 in the make file from the kwin directory in order to for this to compile. It kept saying there is no rule to make changelog.
Well, going to go play around with this thing and see what it looks like ;)
Report