File no_icon_substitution.diff of Package owncloud-client
--- src/libsync/theme.cpp.orig 2017-06-17 22:20:33.743559594 +0200 +++ src/libsync/theme.cpp 2017-06-17 22:23:24.624139166 +0200 @@ -131,7 +131,9 @@ if (cached.isNull()) { if (QIcon::hasThemeIcon(name)) { // use from theme - return cached = QIcon::fromTheme(name); + // or don't: https://github.com/owncloud/ownbrander/issues/715 + // return cached = QIcon::fromTheme(name); + } QList<int> sizes;