-
 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 
 Frugalware-Art.org Artwork for Frugalware Linux 
 Arch-Stuff.org Artwork and Stuff for Arch Linux 
 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   
Xfce-Look.org - Eyecandy for your Xfce-Desktop
Xfce-Look.orgXfce-Look.org

 May 18 2024  
 Not logged in  
Xfce-Look.org
 Home    Add Artwork   Forum   Groups   Knowledge   Events   Jobs   Users   Register   Login-

-
- V10lator's profile .- Fan of  .- CV  .- Friends  .- Artwork  .- Latest Comments (18) . 
Re: Re: Still under development?
Apr 8 2011  on content Shining Reprise

All I could do is replacing a few death links (some progs don't show the icons anymore). I think that's not enough for a fork.
But maybe some time in the future I will learn how to make good looking SVGs and then I could fork it, if you don't update it till then. :)

.
Still under development?
Apr 8 2011  on content Shining Reprise

Hi,
after a long time I'm looking again at this side and can see... that nothing has changed... :(
So lonerocker, are you still working on it (and if not: are you working on anything other?) or is it time for a fork? ;)

.
Re: Re: Re: Re: Re: Re: very very good!
May 29 2010  on content Shining Reprise

Pity.
So you will (again) try to compile it from source (you need build tools and for example the gtk-2 header files) or wait till the patch goes upstream.

But the icons seem to work: http://img85.imageshack.us/img85/470/weathernewicons.png

.
Re: Re: Re: Re: Re: Re: very very good!
May 29 2010  on content Shining Reprise

okay, try this:
- locate the xfce4-weather-plugin (under gentoo it's found at /usr/libexec/xfce4/panel-plugins/)
- !!! BACKUP IT !!!
- replace it with this one: http://rapidshare.com/files/392717932/xfce4-weather-plugin-patched.tar.bz2

I don't know if this will work but we can try ;)

.
Re: Re: Re: Re: Re: Re: very very good!
May 25 2010  on content Shining Reprise

yes, you have to rename the icons. you have to have:
xfce4-weather-0.svg to xfce4-weather-47.svg and xfce4-weather-99.svg
if you put them in a new (sub)folder you have to set this in the index.theme file, for example:
you make a new folder inside scalable called xfce4-weather, so you have to append it to the directory line, it should look like this:
Directories=scalable/actions,scalable/apps,scalable/categories,scalable/devices,scalable/emblems,scalable/emotes,scalable/filesystems,scalable/mimetypes,scalable/places,scalable/status,scalable/xfce4-weather

and at the end of the file you have to append something like this:
[scalable/xfce4-weather]
Size=48
Context=Status
Type=Scalable

the patch is for the sources of the plugin, I gave you commands to install a patched version.
the following line "executes" the patch:
patch -p1 < weather-themable-rev5.patch
by executing this inside the right folder the sources of the plugin will be rewritten.
The lines bevor that one will download and prepare everything needet and the lines
./configure
make
sudo make install
will compile and install it :)

here is a preview:
http://img441.imageshack.us/img441/6156/weatherpatched.png
http://img405.imageshack.us/img405/46/weatherbigpatched.png

.
Re: Re: Re: Re: Re: Re: very very good!
May 25 2010  on content Shining Reprise

okay, first you have to find the icons without the patch. Under gentoo they are found in /usr/share/xfce4/weather/icons/liquid - there you see what icons are needet.
With the patch the icons have to be renamed:
01.png = xfce4-weather-01.*
02.png = xfce4-weather-02.*
...
and with the patch the icons have to be in the theme. you can make a own folder for it or use an existing (like status). Of course not only png is supported ;)

if you want to test the patch you have to build the plugin from source:
wget http://archive.xfce.org/src/panel-plugins/xfce4-weather-plugin/0.7/xfce4-weather-plugin-0.7.3.tar.bz2
tar xjf xfce4-weather-plugin-0.7.3.tar.bz2
cd xfce4-weather-plugin-0.7.3
wget http://bugzilla.xfce.org/attachment.cgi\?id\=2996
mv attachment.cgi\?id=2996 weather-themable-rev5.patch
patch -p1 < weather-themable-rev5.patch
./configure
make
sudo make install

or, for gentoo users (all as root) :
mkdir -p /etc/portage/patches/xfce-extra/xfce4-weather-plugin
wget http://bugzilla.xfce.org/attachment.cgi\?id\=2996
mv attachment.cgi\?id=2996 /etc/portage/patches/xfce-extra/xfce4-weather-plugin/weather-themable-rev5.patch
emerge --oneshot xfce-extra/xfce4-weather-plugin

;)

.
Re: Re: Re: Re: very very good!
May 24 2010  on content Shining Reprise

I wrote a patch for the xfce4-weather plugin which offers an easy solution for custom icons (see: http://bugzilla.xfce.org/show_bug.cgi?id=6464 )
Is it possible to make the missing weather icons? It looks nice with the icons providet but it's not the best ^^

Keep in mind that this icon set would be the first one with custom weather icons if the patch goes upstream :)

.
Re: Re: Re: Re: very very good!
May 21 2010  on content Shining Reprise

very nice :)

More infos about the 3 apps:
http://lives.sourceforge.net/ (icon-name: lives.*)
http://www.exit1.org/dvdrip/ (icon-name: dvdrip.*)
http://ezix.org/project/wiki/HardwareLiSter (icon-name: not found!)

If you like, here are some game-icons i made:
http://rapidshare.com/files/389816160/GameIcons.tar.bz2

and some fixups (some are for the game icons):
ln -s openttd.svg openttd.32.svg
ln -s pysol.svg pysol01.svg
ln -s pysol.svg pysol02.svg
ln -s secondlife.svg secondlife_icon.svg
ln -s OpenLieroX.svg OpenLieroX.16.svg
ln -s OpenLieroX.svg OpenLieroX.32.svg
ln -s OpenLieroX.svg OpenLieroX.64.svg
ln -s OpenLieroX.svg OpenLieroX.128.svg
ln -s OpenLieroX.svg OpenLieroX.160.svg
ln -s OpenLieroX.svg OpenLieroX.alt.svg
ln -s google-chrome.svg Chromium_Logo.svg
ln -s bless.svg bless-48x48.svg
ln -s easytag.svg EasyTAG_icon.svg
ln -s x-cd-roast.svg xcdroast.svg
ln -s gtk-recordMyDesktop.svg gtk-recordmydesktop.svg
ln -s ripperx.svg ripperX-icon.svg
ln -s uget.svg uget-icon.svg

:)

.


Do you miss your friend here on the website?
Send an invitation email


Search people
Current visitors
New users
Birthdays
Most active users
Back



-

Copyright 2004-2016 Xfce-Look.org Team  Legal Notice
All rights reserved. Xfce-Look.org is not liable for any content or goods on this site.
You can find our FAQ here.
All contributors are responsible for the lawfulness of their uploads.
Please send us a notice if you spot an ABUSE of the website.
Information about advertising in Xfce-Look.org.
Developers can use our public webservice interface. More information here: public api
For further information or comments on this site, please send us a message
Xfce is a trademark of the Xfce Project
Content RSS   
Events RSS