Avoid needless config parse
ClosedPublic

Authored by davidedmundson on Oct 23 2018, 1:23 PM.

Details

Summary

There's practically no reason to ever open kdeglobals. The way the kde
cascading configuration system works is that we'll have those settings
included in our plasmashellrc which we've already loaded.

Not only is it faster but we also honour any kdeglobals setting
overrides from /etc/ .

Test Plan

Changed setting in kdeglobals
Setting still applied

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
davidedmundson created this revision.Oct 23 2018, 1:23 PM
Restricted Application added a project: Plasma. · View Herald TranscriptOct 23 2018, 1:23 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
davidedmundson requested review of this revision.Oct 23 2018, 1:23 PM
broulik added a reviewer: hein.Nov 5 2018, 5:45 PM
apol accepted this revision.Nov 6 2018, 12:50 AM
This revision is now accepted and ready to land.Nov 6 2018, 12:50 AM
This revision was automatically updated to reflect the committed changes.