Warning: session_start(): open(/tmp/sess_aamaoutggdnbgapbob7dj549r4, 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:  1  2  3 

-
.

 help please !

 
 by manor on: Oct 22 2002
 
Score 50%

Hi thormedia !

Great work ! The screenshots look
very cool !!!

Alas, i am not able to compile it :-(

I use SuSE 8.1 too and have problems to compile a lot of programs that worked with 7.3 and gcc 2.95

It's every time the same problem:

checking for c++... c++
checking whether the C++ compiler (c++ ) works... no
configure: error: installation or configuration problem: C++ compiler cannot create executables.

But i was able to compile other programs like sim (kde icq messenger).

I opened config.log and here is what i have there:

configure:1201: checking whether we are using GNU C
configure:1210: gcc -E conftest.c
configure:1229: checking whether gcc accepts -g
configure:1294: checking for c++
configure:1326: checking whether the C++ compiler (c++ ) works
configure:1347: rm -rf SunWS_cache; c++ -o conftest conftest.C 1>&5
c++: installation problem, cannot exec `cpp0': No such file or directory
configure: failed program was:

#line 1342 "configure"
#include "confdefs.h"

int main(){return(0);}

Can anyone help me with my problem ?

Thanks in advance for help.

And thanks for kwinacqua_mod !


Reply to this

-
.

 You need cpp

 
 by kailed on: Oct 23 2002
 
Score 50%

HI,

[dan@karma ~ ] > rpm -qf /usr/lib/gcc-lib/i486-suse-linux/3.2/cpp0
cpp-3.2-36

Bye.


Reply to this

-
.

 Thank you

 
 by manor on: Oct 24 2002
 
Score 50%

I had the same output cpp-3.2-36
in console.

It is installed.


Reply to this

-
.

 it wasn't me!

 
 by soto on: Oct 23 2002
 
Score 50%

Just to keep the record straight; this decoration is the happy child of Mr. James Liu.

I just played with it; added a couple of lines and deleted a couple of others. In a very crude manner too, since I'm not a programmer!


Reply to this

-

 Kicker

 
 by beorn on: Oct 23 2002
 
Score 50%

Somewhat unrelated, this, but wouldn't it be neat if the kicker had rounded corners too?


Reply to this

-
.

 whatcha mean?

 
 by soto on: Oct 23 2002
 
Score 50%

like it was an oval instead of a rectangle?

For one thing that would involve patching kicker; I'm not the right guy to ask!


Reply to this

-

 works well for me

 
 by wizactive on: Oct 23 2002
 
Score 50%

I got that compiled, it complained bacouse I only have qt-3.0.5 but it worked fine after I removed exit from qt check in configure =)


Reply to this

-
.

 buahahaha :(

 
 by manor on: Oct 23 2002
 
Score 50%

I want to use this decoration too.
Spent the whole night to read newsgroups - made symlinks from cpp to cpp0 - nothing helped.

Would someone with a SuSE 8.1
provide a rpm ?

buahahahahaha :(


Reply to this

-

 how comes?

 
 by soto on: Oct 23 2002
 
Score 50%

looks like you never installed c++ suport! check your installation...


Reply to this

-

 I have everything...

 
 by manor on: Oct 23 2002
 
Score 50%

installed that my Distribution
provides under "Development".

I had no problems with dependencies
or something else.

Some apps compile fine.


Reply to this

-
.

 MOC error

 
 by seblueye on: Oct 24 2002
 
Score 50%

Have problems with ,,compiling'' the .moc-files.

Can anybody send me the created .moc-files (STEP 6) from ./kwinacqua_mod/acqua directory?

Cauz Suse.Workstation hasn't moc?!

Thanx

Cya.
SeBluEye


Reply to this

-
.

 moc...You got it!

 
 by thormedia on: Oct 24 2002
 
Score 50%

I think you will find that moc is not in your path.

Either export it, or add it to your /etc/profile.

To find moc, do this:

find / -iname moc

Mine is in: /usr/lib/qt-3.0.5/bin/moc

Hope this sorts you out!


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