Warning: session_start(): open(/tmp/sess_16upao4mht8pkirujsqakff4p2, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Kwinacqua_Mod openDesktop.org
-
 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  . 

Kwinacqua_Mod

  

Window Decoration native KDE 3.x

Score 59%
Kwinacqua_Mod
zoom


Kwinacqua_Mod
zoom


Link:  http://
Downloads:  6822
Submitted:  Oct 22 2002
Updated:  Nov 4 2002

Description:

11/04/2002:

A few new alterations (See screenshoot 2)

1) The right hand button has now been made wider.

2) The title bar font now has a subtle drop shadow

3) You can choose if you want the bottom edges rounded (Edit the acqua/Acqua.cpp file, and alter the #undef BOTTOMROUNDED to #def to enable these.)

4) The edge of the window is not black, it is now grey, which makes it softer.

Were looking into ways of making this deco have some form of transparency when inactive.... Any ideas and sugestions will be very much appreciated! Please post them here if you do.

PS: If you wish to use the deco from screenshot 1, please download from: http://www.thormedia.co.uk/linux/decorations/kwinaqua_mod.tgz

10/23/2002:

This decoration was initially created by Mr. James Liu, and has been modifed by M.J.Soto.

This version has all corners rounded, and the Close, Min, Max buttons are located on the left side of the window. Also the GTK mouse pointer bug has now been fixed.

Please read the following carefully to install (Tried and tested on SuSE 8.1, with KDE 3.0.4 and QT-3.0.5):

1) Download and extract the decoration
2) CD in to the kwinacqua_mod directory
3) ./configure --prefix=/opt/kde3 --includedir=/opt/kde3/include --with-qt-includes=/usr/lib/qt-3.0.5/include/ --with-qt-libraries=/usr/lib/qt-3.0.5/lib --with-extra-includes=/opt/kde3/include

(NB: Those are the ones working on SuSE 8.1. Set the above to the correct locations of KDE headers an QT, and NOT as root, just user)

4) cd acqua/
5) rm *.moc
6) for i in *.h; do moc -o `basename $i .h`.moc $i; done
6) edit the Makefile
7) replace ALL instances of kde2 with kde3
8) save out the Makefile
9) make (as user)
10) su (this will then prompt you for root password)
11) make install
12) exit

You should now be back to normal user, exit again, and restart KDE.

When restarted, goto Control Center -> Look and Feel -> Windows Decoration, and choose Acqua.

Enjoy!




Send to a friend
Subscribe
Other  Content  from thormedia
Report inappropriate content



goto page: prev   1  2  3 

-
.

 I got it now !

 
 by manor on: Oct 26 2002
 
Score 50%

! YEAHHHHHHHHHHH !

Puhhhh ! After a lot of pain i got it !

I had problems (see above) to compile this decoration.

I tried everything: Found alternative
old gcc 2.95 for 8.1 from SuSE. Then i had the problem
"qt >= 2.2.2 not foun/usr/lib/gcc-lib/i486-suse-linux/3.2/d". --enable-mt didn't help me.

Last thing i made (and that worked !)
I symlinked every file that config.log wasn't able to find

example: /usr/lib/gcc-lib/i486-suse-linux/3.2/cpp0
to /usr/bin
and /usr/lib/gcc-lib/i486-suse-linux/3.2/crtbegin.o to /usr/lib

after 7 or 8 files i had enough ! Config.log wanted every object file out of
/usr/lib/gcc-lib/i486-suse-linux/3.2/ !

So i exported this path as LD_Library Path and the gcc check from configure
didn't say "... C++ compiler cannot create executables." anymore.

The only problem now was that the qt libs were not found. Believe me i had it already
in my ld.so.conf and exported it as QTDIR.

Finally i tried "--enable-mt" and it worked !!!!

Now my question to users of SuSE 8.1:

Did your SuSE put /usr/lib/gcc-lib/i486-suse-linux/3.2/ in your LD_Library Path or
do you have symlinks in /usr/bin (cpp0) ?

It would help me a lot, because i want to repair it the proper way not as i did it.

Wow ! This decoration is it worth to do this ! :-)


Reply to this

-
.

 Slackware Linux

 
 by MrMaire on: Oct 27 2002
 
Score 50%

Para cuando lo tendremos que funcione con Slackware?


Reply to this

-
.

 cuando quieras....

 
 by soto on: Oct 28 2002
 
Score 50%

Esta decoración es código fuente; sólo tienes que compilarlo.

Contacta conmigo si tienes problemas para compilar.
(¿Qué versiones de QT y KDE tienes?)


Reply to this

-
.

 Could not build RH8

 
 by arnonmoscona on: Oct 29 2002
 
Score 50%

Could not build on RedHat 8:

./Makefile.am:3: EXTRA_DIST multiply defined in condition TRUE

EXTRA_DIST (User, where = ./Makefile.am:3) =
{
TRUE => AUTHORS COPYING ChangeLog INSTALL README TODO
}
make: *** [Makefile.in] Error 1

make again...

aclocal.m4:2509: error: m4_defn: undefined macro: _m4_divert_diversion
autoconf/functions.m4:1053: AM_FUNC_OBSTACK is expanded from...
aclocal.m4:2509: the top level
make: *** [configure] Error 1


Reply to this

-
.

 mmm

 
 by soto on: Oct 29 2002
 
Score 50%

I compiled it on RH 8. Did you ./configure ?


Reply to this

-

 Yes. I did.

 
 by arnonmoscona on: Nov 4 2002
 
Score 50%

I've had this or a similar problem with several other builds that I downloaded from kde-look (but not all).

I think I have some problem with the version of some library or tool or something...


Reply to this

-
.

 right hand smaller ?

 
 by manor on: Nov 4 2002
 
Score 50%

Looks great thormedia !!!

I prefer the smaller right hand, but i want to keep your improvements (softer edge, shadowed text). So how can i use it with the old style right button ?

I tried to exchange AcquaButtonMenu.cpp with the one from the version before. The result is i have the old style right button for the active Window and a corrupted square without button for the inactive Window. I also copied the inactive.xpm to menu_inactive.xpm.

Would you help me please ?


Reply to this

-
.

 Smaller button

 
 by thormedia on: Nov 4 2002
 
Score 50%

I will talk with Soto and will see if we can have this as an option... Leave it with me.


Reply to this

-

 yeah!

 
 by soto on: Nov 5 2002
 
Score 50%

I sent new code to thormedia with an option to keep the old menu button. It'll make its way in a couple of days. Also it includes "poor man's transparency" by removing 1 out of every 2 pixels in the title bar.

You'll get options editing "FEATURES.h". (This idea is stolen from the ACE version). When I have time to steal more code, I'll add it as a configurable option.

Any Volunteers for cooking up a kcm-module?


Reply to this

-
.

 thanks you thormedia

 
 by manor on: Nov 4 2002
 
Score 50%

As an option would be fine.


Reply to this

-
.

 Just a little wanted

 
 by ASpirit on: Nov 4 2002
 
Score 50%

I like a lot that window decoration, but i recently changed my KDE style to something darker... and i have to say that this WHITE window decoration isn't ok for dark colors.
So maybe you would be able to make color changes available on it...

Otherwise, good job ! ;o)


Reply to this

goto page: prev   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