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

Configure Hydroxygen

   0.0.2-2~ppa7  

GNOME Icon

Score 76%
Configure Hydroxygen
zoom


Configure Hydroxygen
zoom


Configure Hydroxygen
zoom


Downloads:  12542
Submitted:  Feb 11 2009
Updated:  Mar 12 2009

Description:

ithis is a small program written in python to install and manage the icon theme hydroxygen.


UBUNTU installation instruction:
insert into the file "/etc/apt/sources.list" the repositories:
#######################
deb http://ppa.launchpad.net/alberto-rinaudo/ppa/ubuntu intrepid main
deb-src http://ppa.launchpad.net/alberto-rinaudo/ppa/ubuntu intrepid main
#######################

then open a terminal and type:
gpg --keyserver hkp://wwwkeys.eu.pgp.net --recv-keys 86CF6890405250D9
gpg --armor --export 86CF6890405250D9 | sudo apt-key add -
sudo apt-get update && sudo apt-get install hydroxygen

Alternatively you can download the .deb file and install it.


OTHER SYSTEM:
download the sources file, extract it and open a shell in the extraction directory.
then run the script install.sh


the program icon is located in Applications -> Accessories
alternatively, open a terminal or Alt + f2 and type "hydroxygen"




Changelog:

hydroxygen (0.0.2-2~ppa7) intrepid; urgency=low

* Inserimento script Install/Uninstall
* correzione bug: barra estrazione tar e rimozione file
* eliminazione temporanea svn
* correzione bug: Hydroxygen.desktop
* Inserimento repo SVN
* Initial release




LicenseGPL
Ubuntu(Configure Hydroxygen)
Source(Sources)
(Hydroxygen)
Send to a friend
Subscribe
Other  Content  from syco
Report inappropriate content



goto page: prev   1  2  3  4  5 

-

 amazing

 
 by donoterase on: Feb 18 2009
 
Score 50%

My friend, I give you 2 thumbs up for writing such a simple yet effective program. It is something that all themes should take on board. It gives this one that professional feel to it. Keep up the good work.


LinuxFreak
Reply to this

-

 God

 
 by Majki-Fajki on: Mar 2 2009
 
Score 50%

You are a god :)


Reply to this

-
.

 404

 
 by sirloinsalot on: Mar 8 2009
 
Score 50%

I'd like to try out your script, but it seems that none of the download links are valid.

:(


Reply to this

-

 Re: 404

 
 by gh0stp0p on: Mar 10 2009
 
Score 50%

Try starting here instead:

http://ppa.launchpad.net/alberto-rinaudo/ppa/ubuntu/pool/main/h/hydroxygen/


Reply to this

-
.

 Build from source in Debian 5

 
 by stumpjunkman on: Mar 12 2009
 
Score 50%

How can I build this from source for Debian Lenny?


Reply to this

-
.

 Used the Script

 
 by stumpjunkman on: Mar 12 2009
 
Score 50%

I used the bash script and I keep getting an error that says:

Traceback (most recent call last):
File "/opt/Hydroxygen/Hydroxygen.py", line 140, in configure
SetupConfiguration.Setup()
File "/opt/Hydroxygen/SetupConfiguration.py", line 12, in __init__
self.set_icon_list(icon)
TypeError: icons must be GdkPixbufs
^CTraceback (most recent call last):
File "/opt/Hydroxygen/Hydroxygen.py", line 153, in <module>
MainWindow()
File "/opt/Hydroxygen/Hydroxygen.py", line 99, in __init__
gtk.main()
KeyboardInterrupt


Reply to this

-
.

 Used the Script

 
 by stumpjunkman on: Mar 12 2009
 
Score 50%

I used the bash script and I keep getting an error that says:

Traceback (most recent call last):
File "/opt/Hydroxygen/Hydroxygen.py", line 140, in configure
SetupConfiguration.Setup()
File "/opt/Hydroxygen/SetupConfiguration.py", line 12, in __init__
self.set_icon_list(icon)
TypeError: icons must be GdkPixbufs
^CTraceback (most recent call last):
File "/opt/Hydroxygen/Hydroxygen.py", line 153, in <module>
MainWindow()
File "/opt/Hydroxygen/Hydroxygen.py", line 99, in __init__
gtk.main()
KeyboardInterrupt


Reply to this

-

 Re: Used the Script

 
 by syco on: Mar 12 2009
 
Score 50%

maybe there is some unspecified dependence that is not met, which versions of python and pygtk do you have?


Reply to this

-
.

 Good work...

 
 by send4m3 on: Mar 13 2009
 
Score 50%

Hi syco, good idea. I already installed my hydroxygen icon in my system and your program too successfully installed.

Unfortunately, I just get menu box with just one option that is.. installed hydroxygen from .tar.gz

Where is the other 2 option like yours ?

Thank you


Reply to this

-

 Re: Good work...

 
 by syco on: Mar 14 2009
 
Score 50%

continues to be the only option because it did not find the file options.csv or the folder "Hydroxygen". the theme was installed manually? is a recent version or older? the file options.csv is included only in the last version. however the server where to download the package is no longer available. when the server will again be reached or will be changed you will find an update.


Reply to this

-
.

 Some bugs

 
 by marcaemus on: Mar 15 2009
 
Score 50%

Using the tar.gz to install, permissions aren't set correctly; I needed to change then to 755 to run as a regular user.

Second, the gdkpixbuf thing, change line 12 of SetupConfiguration.py:
-- ("./images/logo.png", 48)
++ ("/opt/Hydroxygen/images/logo.png", 48)

After that, all I get is "cannot find icon:application-default-icon and an empty list in the configurator screens. I might come back to this when it works.


...when all the worlds collide.
Reply to this

-

 Re: Some bugs

 
 by bugchucker on: Mar 23 2009
 
Score 50%

To fix this I had to manually copy the file "options.csv" from /opt/Hydroxygen to my .icons/Hydrogen folder.

So to install properly on my Fedora system, after running the install script I needed to manually change permissions of all installed files, chmod 755, and then manually copy the "options.csv" file to ~/.icons/Hydroxygen.


Reply to this

goto page: prev   1  2  3  4  5 

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