Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • KDE GTK Configurator KDE GTK Configurator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Bugzilla
    • Bugzilla
  • Merge requests 4
    • Merge requests 4
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • PlasmaPlasma
  • KDE GTK ConfiguratorKDE GTK Configurator
  • Merge requests
  • !23

Use the same configs for watching and reading

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged David Redondo requested to merge work/sameconfig into master Jan 28, 2021
  • Overview 0
  • Commits 1
  • Pipelines 0
  • Changes 2

KColorScheme uses KSharedConfig::openConfig() when no config is specified, we were watching a KSharedConfig::openConfig("kdeglobals") which seemingly is not updated instantly because it technically is different even though effectively it's the same config. Watching the same configs solves the theme not updating when the global theme is switched BUG:421745 FIXED-IN:5.21

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: work/sameconfig