Skip to content

Don't assert if the theme is not found, just warn

David Faure requested to merge work/dfaure/plasma-theme-assert into master

Testcase: XDG_DATA_DIRS=/nonexistent bin/dialogstatetest

Before: ASSERT: "!packageBasePath.isEmpty()" in file plasma/private/theme_p.cpp

After: The test passes

Edited by David Faure

Merge request reports