Skip to content
Commit 42897f89 authored by Harald Sitter's avatar Harald Sitter 🐧 Committed by Albert Astals Cid
Browse files

Fix theme selector theme lookup

knewstuff puts downloaded assets into subdirs like
`.local/share/kblocks/themes/brlublur-hotstuff-access/` which we found
correctly using a subdir iterator, but then failed to preserve the subdir
portion for later loading through KGameTheme in the same function.
to make sure KGameTheme can properly resolve the full path we need to pass
the desktop file path *relative* to data dir we found it in.

REVIEW: 129238
parent 517aad5e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment