-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans  . 

'CylonMinimal' Window Decoration for KDE

  

Window Decoration native KDE 3.2 +

Score 74%
'CylonMinimal' Window Decoration for KDE
zoom


'CylonMinimal' Window Decoration for KDE
zoom


'CylonMinimal' Window Decoration for KDE
zoom


Link:  Link
Downloads:  12005
Submitted:  Jan 21 2007
Updated:  Oct 2 2007

Description:

‘CylonMinimal’ for KDE 3.2+ is a windeco inspired by the Cylons of the new “Battlestar Galactica” - Series, created by Ron Moore.

-----------------------------------------


Installation:
Unpack and cd to the directory
./configure
make
sudo make install

In case it doesn’t work, please try to “prefix” your KDE directory, e.g. for Kubuntu ./configure –-prefix=/usr


-----------------------------------------

made with DecGen 0.5 http://kde-look.org/content/show.php?content=28848




Changelog:

* (hopefully) fixed the bug with the white gap between the minimize and maximize button
* smaller radiuses at the buttons edges
* slicker titlebar reflections
* thinner borders (only 1 px)




LicenseGPL
(CylonMinimal 0.1)
(Cylonminimal 0.2)
(DecGen HOWTO (german))
Send to a friend
Subscribe
Other  Content  from industrie13
Report inappropriate content



goto page:  1  2  3 

-
.

 doesn't compile

 
 by Tryke on: Jan 21 2007
 
Score 50%

I'm impressed by your screenshots, but I can't get this to install. First off, some files weren't set to be executable, so I just did a "chmod 777 * -R" in the cylonminimal directory. After configure, I try to run "make" and get the following output:

ryan@KOMGZ:~/Downloads/cylonminimal-0.1$ make
make all-recursive
make[1]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1'
Making all in kwin
make[2]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
Making all in .
make[3]: Entering directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
/bin/bash ../libtool --silent --mode=link g++ -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -O2 -fno-exceptions -fno-check-new -fno-common -o kwin3_cylonminimal.la -rpath /usr/lib/kde3 -L/usr/lib -L/usr/share/qt3/lib -avoid-version -module -no-undefined -R /usr/lib -R /usr/share/qt3/lib -R /usr/lib -module cylonminimal.lo -lkdeui /usr/lib/libkdecorations.la
g++: .libs/cylonminimal.o: No such file or directory
make[3]: *** [kwin3_cylonminimal.la] Error 1
make[3]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1/kwin'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/ryan/Downloads/cylonminimal-0.1'
make: *** [all] Error 2

any ideas?


Reply to this

-
.

 Re: doesn't compile

 
 by D3f0 on: Jan 22 2007
 
Score 50%

The same here :'(


Reply to this

-

 Re: doesn't compile

 
 by Superstoned on: Jan 22 2007
 
Score 50%

and same here.


Reply to this

-

 Re: doesn't compile

 
 by niro on: Jan 30 2007
 
Score 50%

Just run 'make -f admin/Makefile.common && make clean' before you run the standard configure,make,make install triple. That worked for me ;)


Reply to this

-

 build errors

 
 by Brandybuck on: Jan 22 2007
 
Score 50%

Doesn't build for me either. Same errors as everyone else. Something in your build system is screwed up.


Reply to this

-

 nope: doesn't build

 
 by PARENA on: Feb 8 2007
 
Score 50%

Even when using "make -f admin/Makefile.common && make clean" like suggested, no dice. That command gives:

*** YOU'RE USING autoconf (GNU Autoconf) 2.61.
*** KDE requires autoconf 2.53 or newer
make: *** [cvs] Error 1

Makes no sense at all. :/


Reply to this

-
.

 Re: nope: doesn't build

 
 by enby on: Feb 22 2007
 
Score 50%

do u happen to use gentoo? if so, then syncronize ur portage and then emerge the newer gcc... worked for me


Reply to this

-

 Re: Re: nope: doesn'

 
 by PARENA on: Feb 22 2007
 
Score 50%

My system is up to date (AMD64). But like the error says: I need 2.53 or newer, but I HAVE newer: 2.61... weird...


Reply to this

-
.

 Re: nope: doesn't bu

 
 by petersi on: Apr 10 2007
 
Score 50%

As on many different places, the make -f thingy-command is no good for there is some nutty version-checking in the admin/cvs.sh. This check is way too picky about version-numbers returned from automake.(I'd simply comment this part of the code out)

Furthermore, a lot of developers simply do not use a standard KDE-installation for testing (if they did, these kind of errors wouldn't show up so commonly!)
DEVELOPERS: Get it right, please!

Then: ./configure produces an error: expected an absolute directory-name for <...>
You have to go: make -f Makefile.cvs
Then ./configure (the plain command!), make and make install (as usual)

I'll now have a look if installation went into the proper subdirs...


Reply to this

-

 Re: Re: nope: doesn'

 
 by petersi on: Apr 10 2007
 
Score 50%

Nah, didn't think so. This package won't do on a plain Mandriva-install, nor a PCLinuxOS-install. Directories are not default, references to libraries are not standard.
Sorry, need some work.
I'd say: please do so, for the screen-shots are very nice and very original!


Reply to this

-

 Re: Re: Re: nope: do

 
 by petersi on: Apr 10 2007
 
Score 50%

Might work if you'd copy the material from /usr/local/<whatever> to /usr<whatever> or you MUST have the path to /usr/local/lib active (which is not standard under Mandriva).
Got it working and i'm happy...


Reply to this

-

 cant choose

 
 by chaotic on: Mar 8 2007
 
Score 50%

well I´ve complied it as u say but in the control-center it doesn´t appear :(


sry, my english sucks :D


Reply to this

-

 Re: cant choose

 
 by chaotic on: Mar 8 2007
 
Score 50%

ok, I got it: I have to use /usr as prefix


Reply to this

-

 Working Ubuntu 7.04

 
 by ashenphoenix on: May 12 2007
 
Score 50%

The following worked on an Ubuntu 7.04 system:

./configure --prefix=$(kde-config --prefix)
make
sudo checkinstall


Reply to this

-

 drawing errors

 
 by eldrich on: Jun 21 2007
 
Score 50%

This decoration is showing some drawing errors on the title bars. It seems to happen when choosing not to draw the application icon and having the titlebar text alligned to the left.


Reply to this

goto page:  1  2  3 

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team