[Goodies-dev] [Bug 12248] settings are lost after

bugzilla-daemon at xfce.org bugzilla-daemon at xfce.org
Mon Jul 18 13:43:21 CEST 2016


https://bugzilla.xfce.org/show_bug.cgi?id=12248

Jan Do <gogo44471 at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gogo44471 at gmail.com

--- Comment #2 from Jan Do <gogo44471 at gmail.com> ---
I can confirm. this bug occurs sometimes. Applet shows "No Data", and all
settings are lost. I have found a workaround for restoring settings:

once you configured weather plugin go to ~/.config/xfce4/panel/, find file 
weather-*.rc and copy it to weather-*.rc.fix in the same directory. Now create
а script:

-------------------------------------------------
#!/bin/sh

cfgdir="~/.config/xfce4/panel"

bckfile=`ls $cfgdir/weather*.rc.fix`
cfgfile=${bckfile%.*}

cp $bckfile $cfgfile 
pid=`ps -ef | grep -m 1 libweather.so | awk '{print $2}'`
kill $pid
-------------------------------------------------

this script will restore your settings and relaunch weather plugin. You can
execute it from desktop launcher when plugin shows "No Data".

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Goodies-dev mailing list