Panel plugins maintainers
Maximilien Noal
noal.maximilien at gmail.com
Wed May 30 18:01:53 CEST 2012
On 05/30/2012 03:11 PM, Landry Breuil wrote:
>
> Le 30 mai 2012 14:31, "Liviu Andronic" <landronimirc at gmail.com
> <mailto:landronimirc at gmail.com>> a écrit :
> >
> > On Wed, May 30, 2012 at 12:42 PM, Guido Berhoerster
> <gber at opensuse.org <mailto:gber at opensuse.org>> wrote:
> > >> weather (26 open bugs)
> > >
> > > the weather plugin might involve quite a bit of work since free
> access to
> > > the webservice it relies on has been canceled (bug 8105).
> > >
> > I'm not sure if this is relevant or proper. On Ubuntu the weather
> > plug-in works just fine when built with the following patch:
> > Index: xfce4-weather-plugin-0.7.4/panel-plugin/weather.h
> > ===================================================================
> > --- xfce4-weather-plugin-0.7.4.orig/panel-plugin/weather.h
> 2011-02-02
> > 15:31:29.000000000 -0500
> > +++ xfce4-weather-plugin-0.7.4/panel-plugin/weather.h 2011-11-05
> > 21:04:15.214103897 -0400
> > @@ -21,8 +21,8 @@
> > #include <libxfce4panel/libxfce4panel.h>
> > #include <libxfce4util/libxfce4util.h>
> > #define PLUGIN_WEBSITE
> > "http://goodies.xfce.org/projects/panel-plugins/xfce4-weather-plugin"
> > -#define PARTNER_ID "1121946239"
> > -#define LICENSE_KEY "3c4cd39ee5dec84f"
> > +#define PARTNER_ID "1003666583"
> > +#define LICENSE_KEY "4128909340a9b2fc"
>
> That's clearly an ugly bandaid, squatting the licence key of another
> client is gross.
> Fixing bug #8105 properly would be more appropriate..
Surprisingly, the fix on ArchLinux[1] is the same, only the PARTNER_ID
is different:
> # Switch to a working license key
> # https://bugs.archlinux.org/task/26815
> sed -i \
> -e 's/^#define PARTNER_ID.*/#define PARTNER_ID "1003666583"/' \
> -e 's/^#define LICENSE_KEY.*/#define LICENSE_KEY "4128909340a9b2fc"/' \
> panel-plugin/weather.h
[1]
https://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/xfce4-weather-plugin
More information about the Xfce4-dev
mailing list