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

Acqua

   3.2  

Theme/Style for KDE 3.2 +

Score 52%
Acqua
zoom


Link:  http://www.aronnax.it
Downloads:  379489
Submitted:  Oct 10 2001
Updated:  Apr 20 2004

Description:

'Acqua' is the italian translation of the term 'Water'.
This style it's written with the old KDE pixmap engine, so it doesn't support the trasparent menu effect.
The applications you see in the screenshot are:
GKrellM: System monitoring tool with Acqua skin. http://www.gkrellm.net
Konqueror: Web browser. http://www.konqueror.org
Kopete: Multiprotocol istant messaging client. http://kopete.kde.org
SuperKaramba Kroller applet: MacOSX like dockbar. http://www.kde-look.org
If you want to download this GKrellM skin visit my Home Page. http://www.aronnax.it




Changelog:

20/04/04 - v3.2
================

Alessandro 'Aronnax' Rossini:
o Added support for KDE 3.2




LicenseGPL
Send to a friend
Subscribe
Other  Content  from aronnax
Report inappropriate content



goto page: prev  ... 6  7  8  9  10  11  12  13  14  15  16  17 

-
.

 Nice work!

 
 by GAMaus on: May 27 2004
 
Score 50%

Installation success on first try!

I did like the readme sayd and everything
worked fine!

Using Suse 9.1 with KDE 3.2.2


Reply to this

-

 Re: Nice work!

 
 by thedude on: Jul 3 2004
 
Score 50%

hi GAMaus.

For some reason my Suse 9.1 don't have kinstalltheme.

Any suggestion where I can find it? Search and look for it in my YAst2 software install and I can't find it? Please advise? Thanks.

The Dude


Reply to this

-
.

 Re: Re: Nice work!

 
 by GAMaus on: Jul 3 2004
 
Score 50%

I think it's in the kdeartwork3 package.


Reply to this

-
.

 Acqua Icons?

 
 by jcridge on: May 28 2004
 
Score 50%

What happened to the Acqua icons? They used to be in an icon theme archive called Acqua.icons.tar.gz, but no such icon theme archive was included with the 153-acqua-3.2.tar.bz2 archive. Did I miss something?

I loved those icons, please let me know where I can find them.

John


Reply to this

-

 Doesn't quite work

 
 by mousse-man on: May 29 2004
 
Score 50%

On a Mandrake 10 Powerpack, it doesn't seem to work as expected.

I run the script and get this output:

[root@penguin acqua-3.2]# ./install.sh
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
kded: WARNING: KGenericFactory: instance requested but no instance name passed to the constructor!
kded: WARNING: KGenericFactory: instance requested but no instance name passed to the constructor!
Acqua for KDE installed.


After that, of course, I don't have the Acqua theme....

The script used to install it is

#!/bin/bash
KDEHOME=/usr
mkdir -p /usr/share/apps/kstyle/pixmaps/acqua
mkdir -p /usr/share/apps/kwin/icewm-themes/Acqua
cp -rf pixmaps/acqua/* /usr/share/apps/kstyle/pixmaps/acqua/
cp -rf themes/* /usr/share/apps/kstyle/themes/
cp -rf icewm-themes/Acqua/* /usr/share/apps/kwin/icewm-themes/Acqua/
cp -rf wallpapers/* /usr/share/wallpapers/
kinstalltheme
echo Acqua for KDE installed.

since I want to install it site-wide on all clients.


Reply to this

-

 Re: Doesn't quite wo

 
 by mousse-man on: May 29 2004
 
Score 50%

It works now.

I had to reinstall everything for the Acqua theme twice, and then kill X and relaunch.


Reply to this

-
.

 Re: Re: Doesn't quit

 
 by Roby on: May 31 2004
 
Score 50%

Hem... I got just the same stuff in the Konsole when running install.sh :

QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
Acqua for KDE installed.

I try the install many times. I finally found the "acqua" style, but not the IceWM in the list though I found it installed in /home/roby/.kde/share/apps/kwin/

I looked for it in the oldest comments, but I don't found a solution.

What do you mean by "kill X" please ?

Thanks in advance, to anyone who can help.


Roby
Reply to this

-

 FC 2 wont install

 
 by neilmarj on: Jun 18 2004
 
Score 50%

I can't seem to get this running on Fedora Core 2. I have installed the theme in my home directory, and into the KDE default directories. kinstalltheme just produces :

QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
QPixmap: Cannot create a QPixmap when no GUI is being used
kbuildsycoca running...
Mutex destroy failure: Device or resource busy
ICE default IO error handler doing an exit(), pid = 10288, errno = 0

Any clues anyone?


Reply to this

-
.

 cannot find IceWM

 
 by miku on: Jun 24 2004
 
Score 50%

I have properly ran the shell script and installed everything. I was able to select acqua from "Style" and the wallpaper etc. The only thing that is missing is the "Style"?? According to the instruction, there is supposed to be an "IceWM" selection in "Style" and then press "configure" to select "acqua".

Problem is that "IceWm"is missing from the list under "Style". What's more, there isn´t any "Configure" button in the menu either.

Is this because the instruction is referring to an earlier version of KDE and hence doesn´t work. My KDE should be the latest one since I have just installed SUSE 9.2.

Does anyone know how to select "Acqua" for "Style" for my case??

Thank you!!


Reply to this

-

 sorry a typo!!

 
 by miku on: Jun 25 2004
 
Score 50%

Sorry all!! There is a typo in my question, the following is a revised version:-

The only thing that is missing is the "Windows Decoration"?? According to the instruction, there is supposed to be an "IceWM" selection in "Windows Decoration" and then press "configure" to select "acqua".

Problem is that "IceWm"is missing from the list under "Windows Decoration". What's more, there isn‘²t any "Configure" button in the menu either.

Is this because the instruction is referring to an earlier version of KDE and hence doesn‘²t work. My KDE should be the latest one since I have just installed SUSE 9.2.

Does anyone know how to select "Acqua" for "Windows Decorations" for my case??

Thank you!!


Reply to this

-

 Re: sorry a typo!!

 
 by pigreco314 on: Jul 21 2004
 
Score 50%

Tried on Slackware 10.0 and KDE 3.2.3 and got exactly the same problem.
Cannot find IceWM entry in Windows Decoration.
Anybody can help?
Thanks


Reply to this

goto page: prev  ... 6  7  8  9  10  11  12  13  14  15  16  17 

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