Skip to content

Please make settings of all panel-plugins configurable by system-wide rc-files

Submitted by Daniel Reichelt

Assigned to Florian Rivoal

Link to original bug (#11824)

Description

Hi folks,

I just stumbled over the plugins cpufreq and netload, which cannot be pre-configured via rc-files in /etc/xdg/... They just ignore the XDG_CONFIG_DIRS and create their own private rc-files in $HOME upon the first configuration by the user.

Said plugins could easily be patched by replacing the calls to xfce_resource_save_location(*plugin, bool) by xfce_panel_plugin_lookup_rc_file(*plugin) when reading the plugin settings, like e.g. cpugraph is already doing. Works fine here.

Possibly other plugins might be affected/could be improved by this as well.

Thanks Daniel

Version: git

See also