[Breeze] [Bug 355906] Please consider unification for themes' data paths.

Martin Gräßlin via KDE Bugzilla bugzilla_noreply at kde.org
Thu Nov 26 16:06:20 UTC 2015


https://bugs.kde.org/show_bug.cgi?id=355906

--- Comment #14 from Martin Gräßlin <mgraesslin at kde.org> ---
The problem with the proposed change is how we look up stuff.

Currently we use an approach of one directory for a "theme element" and all
themes install there. We can do a simple list of it. So we can easily see
whether $theme supports the theme element and we can easily fall back to
$default if it's not present.

With the proposed change we need to go into the directory of the theme, look up
there whether the element is present, if not go to system variant of the theme,
look up there whether the element is present, then start the whole process
again for the default theme. Because in that setup we don't even know whether
the default theme is supported.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Plasma-devel mailing list