Description: 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.
After make -f Makefile.cvs i try make but i gett
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
had some troubles too so here's how i got it to compile
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 :)
Same here.
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.
I didn't know that 1.9.3 < 1.6.1
# 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
hi! i got the same problem with ./configure. is there a way to manage it configure anyway? or is there even someone out there willing to make an rpm for suse9.2. would be great! i like your style.
1. The configure dialogues are huge. Is there anyway of splitting these up to a tabbed based configure box?
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 ;)
Ratings & Comments
11 Comments
After make -f Makefile.cvs i try make but i gett 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
had some troubles too so here's how i got it to compile 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 :)
Same here. 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.
I didn't know that 1.9.3 < 1.6.1 # 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
I think you have to add in /admin/cvs.sh in line 69 this: " | automake*1.9* "
folder icons. which iconset are you using in your screenshot ? thx
hi! i got the same problem with ./configure. is there a way to manage it configure anyway? or is there even someone out there willing to make an rpm for suse9.2. would be great! i like your style.
configure: error: cannot find sources (acinclude.m4) in . or .. Suse 9.2 - KDE 3.4
nice porting dude... great!!! keep this great work!!!
This is a really cool deco. I like everything but the shaded view, but I'll live. This fits with all my dark themes ;)
1. The configure dialogues are huge. Is there anyway of splitting these up to a tabbed based configure box? 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 ;)