Skip to content

Fix cascading of okularpartrc

Previously, okularpartrc was loaded specifically using the absoulate path of its writable location. This broke KConfig cascading and thus made (for example) pre-configuration harder than needed. Fix this by simply passing the name only. KConfig is then able to figure out the correct paths properly on its own.

Merge request reports