Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • xfce4-panel-profiles xfce4-panel-profiles
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • 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
  • AppsApps
  • xfce4-panel-profilesxfce4-panel-profiles
  • Issues
  • #37
Closed
Open
Issue created Apr 12, 2022 by Akbarkhon Variskhanov@KBarContributor

Configuration of additional or readded Whisker menus is not saved

I removed the Whisker Menu and then decided to add it back. Its plugin ID changed for something other than 1. Currently, its hard-coded to only pick up whiskermenu-1.rc:

whiskermenu_file = 'whiskermenu-1.rc'
whiskermenu_path = os.path.join(GLib.get_home_dir(), '.config/xfce4/panel/', whiskermenu_file)

which causes this problem.

I suggest two options:

  1. Save all of the active instances, i.e. those that are set and appear in /plugins/plugin-N 'whiskermenu'
  2. Save only the most recently added one (determined either by its date or ID)
Assignee
Assign to
Time tracking