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.
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 Произошла ошибка: Не удалось инициализировать модуль ===============
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".
-- GitLab Migration Automatic Message -- This bug has been migrated to xfce.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/issues/2. Please create an account or use an existing account on one of our supported OAuth providers. If you want to fork to submit patches and merge requests please continue reading here: https://docs.xfce.org/contribute/dev/git/start#gitlab_forks_and_merge_requests Also feel free to reach out to us on the mailing list https://mail.xfce.org/mailman/listinfo/xfce4-dev