Fix Firefox profile location lookup after location has changed
ClosedPublic

Authored by bruns on Sep 3 2018, 9:33 PM.

Details

Summary

When the profile has initially been looked up, the location is saved to
the global config. Afterwards, the location is never updated even if
the profile has been replaced, due to an inverted exits() check.

Test Plan
  1. Check dbfile in kdeglobals is pointing to a valid profile

2a. Change the dbfile setting - or -
2b. Remove the existing profile and create a new one

  1. Restart krunner - it should fix the config entry/use the new profile

Diff Detail

Repository
R120 Plasma Workspace
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
bruns created this revision.Sep 3 2018, 9:33 PM
Restricted Application added a project: Plasma. · View Herald TranscriptSep 3 2018, 9:33 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
bruns requested review of this revision.Sep 3 2018, 9:33 PM
apol accepted this revision.Sep 3 2018, 11:46 PM
This revision is now accepted and ready to land.Sep 3 2018, 11:46 PM
bruns updated this revision to Diff 41271.Sep 9 2018, 4:07 PM

Squash D15257, otherwise the favicon DB path will not be set

This revision was automatically updated to reflect the committed changes.