Launchpad has imported 3 comments from the remote bug at https://bugzilla.xfce.org/show_bug.cgi?id=12248.
If you reply to an imported comment from within Launchpad, your comment will be sent to the remote bug automatically. Read more about Launchpad's inter-bugtracker facilities at https://help.launchpad.net/InterBugTracking. ------------------------------------------------------------------------ On 2015-10-08T23:29:54+00:00 Pes93 wrote: Created attachment 6475 This shows me the plugin in panel after reboot The plugin settings are lost after a reboot.This happens not always, but often. I have to reconfigure the plugin after a reboot.I have the cache files in the directory /home/user/.cache/xfce4/weather/, but the plugin shows in panel "no data". I can provide logs, but I can't find anything about weather plugin. I don't use desktop manager. Xfce starts from console manually. debian testing, linux kernel 4.2.0-1-amd64, xfce 4.12 from repository. Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-weather- plugin/+bug/1613014/comments/0 ------------------------------------------------------------------------ On 2015-10-10T00:36:05+00:00 Pes93 wrote: I don't save session before poweroff. .xsession-errors contains: ============== Xsession: X session started for mixtape at Сб окт 10 02:47:35 MSK 2015 localuser:mixtape being added to access control list /usr/bin/x-session-manager: X server already running on display :0 xrdb: "Xft.hintstyle" on line 9 overrides entry on line 6 xrdb: "Xft.hinting" on line 10 overrides entry on line 5 xfce4-session-Message: SSH authentication agent is already running (xfce4-session:1074): xfce4-session-WARNING **: xfsm_manager_load_session: Something wrong with /home/mixtape/.cache/sessions/xfce4-session-machine:0, Does it exist? Permissions issue? ** (nm-applet:1097): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files ** (polkit-gnome-authentication-agent-1:1115): WARNING **: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files No systemtrayicon available Произошла ошибка: Не удалось инициализировать модуль =============== Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-weather- plugin/+bug/1613014/comments/1 ------------------------------------------------------------------------ On 2016-07-18T11:43:21+00:00 Gogo44471 wrote: 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". Reply at: https://bugs.launchpad.net/ubuntu/+source/xfce4-weather- plugin/+bug/1613014/comments/2 ** Changed in: xfce4-weather-plugin Status: Unknown => Confirmed ** Changed in: xfce4-weather-plugin Importance: Unknown => Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1613014 Title: xfce4-weather-plugin does not retain configuration To manage notifications about this bug go to: https://bugs.launchpad.net/xfce4-weather-plugin/+bug/1613014/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
