Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xfce4-timer-plugin xfce4-timer-plugin
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare
  • Issues 14
    • Issues 14
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Panel PluginsPanel Plugins
  • xfce4-timer-pluginxfce4-timer-plugin
  • Merge requests
  • !5

Properly save settings for many plugin instances

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged cryptogopher requested to merge cryptogopher/xfce4-timer-plugin:proper-saving-of-settings-for-multiple-instances into master Oct 04, 2020
  • Overview 6
  • Commits 1
  • Pipelines 2
  • Changes 2

Plugin saves configuration to ~/.config/xfce4/panel/XfceTimer.rc and loads it from there instead of per-instance rc files ~/.config/xfce4/panel/xfce4-timer-plugin-ID.rc. This causes configuration of all but one plugin instance to be lost on restart. This has been fixed.

To be honest I don't know the reason for panel rc configuration bypass with XfceTimer.rc. Source does not mention it. I'm guessing that there could have been some problem with rc file handling in the past which has been resolved in the meantime. For me everything works correctly now.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: proper-saving-of-settings-for-multiple-instances