Bug 412202 - THEMES AND ICONS NOT SHOWING
Summary: THEMES AND ICONS NOT SHOWING
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_desktoptheme (show other bugs)
Version: 5.14.5
Platform: Debian unstable Linux
: NOR major
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-09-22 16:15 UTC by Paolo
Modified: 2019-09-25 19:47 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Window_Screenshot (20.28 KB, image/png)
2019-09-22 16:15 UTC, Paolo
Details
ActionToolBar.qml (8.02 KB, text/plain)
2019-09-25 05:20 UTC, Cherkah
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo 2019-09-22 16:15:58 UTC
Created attachment 122801 [details]
Window_Screenshot

SUMMARY
After last update, changing themes (both gtk themes and icon themes) via system settings does not work: the field beside is empty, though having downloaded a couple of new themes

STEPS TO REPRODUCE
1. Open system settings
2. Choose desktop themes
3. 

OBSERVED RESULT
No themes available, though installed

EXPECTED RESULT
Preview of installed themes

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
Linux/KDE Plasma: Debian Sid / Unstable
(available in About System)
KDE Plasma Version: 5.14.5
KDE Frameworks Version: 5.62.0
Qt Version: 5.11.3

ADDITIONAL INFORMATION
Comment 1 Cherkah 2019-09-24 09:43:56 UTC
same issue!

 PLUS:
-all category in user space appearance are empty

-in regional settings, language is empty

appear after last update  lidkf5* stuff
 

same SOFTWARE/OS VERSIONS
Comment 2 David Edmundson 2019-09-24 10:53:43 UTC
Please run systemsettings from a command line and paste any output
Comment 3 Cherkah 2019-09-24 19:41:03 UTC
results:

QCoreApplication::arguments: Please instantiate the QApplication object first
Icon theme "gnome" not found.
Icon theme "gnome" not found.
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
kf5.kactivity.stat: [Error at ResultSetPrivate::initQuery]:  QSqlError("1", "Impossible d'exécuter l'instruction", "no such column: rl.initiatingAgent")
kf5.kactivity.stat: [Error at ResultSetPrivate::initQuery]:  QSqlError("1", "Impossible d'exécuter l'instruction", "no such column: rl.initiatingAgent")
org.kde.kcoreaddons: Error loading plugin "kcm_lookandfeel" "La bibliothèque partagée est introuvable." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
"file:///usr/share/kpackage/kcms/kcm_lookandfeel/contents/ui/main.qml" 
 "Error loading QML file.\n44: Type Kirigami.Action unavailable\n21: module \"QtQuick.Controls\" version 2.5 is not installed\n"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:214: TypeError: Cannot read property 'createObject' of null
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead
org.kde.kcoreaddons: Error loading plugin "kcm_desktoptheme" "La bibliothèque partagée est introuvable." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
"file:///usr/share/kpackage/kcms/kcm_desktoptheme/contents/ui/main.qml" 
 "Error loading QML file.\n93: Type Kirigami.Action unavailable\n21: module \"QtQuick.Controls\" version 2.5 is not installed\n"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:214: TypeError: Cannot read property 'createObject' of null
org.kde.kcoreaddons: Error loading plugin "kcm_cursortheme" "La bibliothèque partagée est introuvable." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
"file:///usr/share/kpackage/kcms/kcm_cursortheme/contents/ui/main.qml" 
 "Error loading QML file.\n34: Type Delegate unavailable\n55: Type Kirigami.Action unavailable\n21: module \"QtQuick.Controls\" version 2.5 is not installed\n"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:214: TypeError: Cannot read property 'createObject' of null
log_user_manager: 1000
org.kde.kcoreaddons: Error loading plugin "kcm_translations" "La bibliothèque partagée est introuvable." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
"file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml" 
 "Error loading QML file.\n133: Type Kirigami.InlineMessage unavailable\n77: Type T.InlineMessage unavailable\n263: Type Kirigami.ActionToolBar unavailable\n175: Unexpected token `>'\n175: Unexpected token `>'\n"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:214: TypeError: Cannot read property 'createObject' of null
Comment 4 Cherkah 2019-09-24 19:44:59 UTC
all qml-module-qtquick-controls2 and libkf5kirigami2-5 qml-module-org-kde-kirigami2
are installed.
Comment 5 David Edmundson 2019-09-24 21:31:00 UTC
"file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml" 
 "Error loading QML file.\n133: Type Kirigami.InlineMessage unavailable\n77:
Type T.InlineMessage unavailable\n263: Type Kirigami.ActionToolBar
unavailable\n175: Unexpected token `>'\n175: Unexpected token `>'\n"

what.

Do you have a self built kirigami? Can I see your 
/usr/lib/qml/org/kde/kirigami.2/ActionToolBar.qml

file
Comment 6 Cherkah 2019-09-24 22:09:15 UTC
>Do you have a self built kirigami? Can I see your 
>/usr/lib/qml/org/kde/kirigami.2/ActionToolBar.qml
>file

this file like this is present on my system:
ls /usr/lib/qml/org/kde/kirigami.2/ActionToolBar.qml
none
ls /usr/lib/qml/org/kde/
none
/usr/lib/qml/org/
none
/usr/lib/qml/
none
Comment 7 Christoph Feck 2019-09-25 01:58:55 UTC
The 'qml' directory may not be a direct subdirectory of /usr/lib. On my system (openSUSE), it is /usr/lib64/qt5/qml/org/kde/kirigami.2/ActionToolBar.qml

If you cannot find it, let the system search it:

    cd /usr
    find | grep ActionToolBar.qml
Comment 8 Cherkah 2019-09-25 05:20:16 UTC
Created attachment 122851 [details]
ActionToolBar.qml
Comment 9 David Edmundson 2019-09-25 11:12:19 UTC
   175	                children: Array.prototype.map.call(root.actions, i => i).concat(Array.prototype.map.call(hiddenActions, i => i))"

aha! New style ECMA script used on an old Qt.

Fixed with d2570246a5552177d2cf8056ad3942e1466955d0
Comment 10 Cherkah 2019-09-25 19:47:04 UTC
thanks guys for the fix in the kirigami update.
but in systemsettings5 > regional settings > langage = empty
 the cmd giving to mee:

org.kde.kcoreaddons: Error loading plugin "kcm_translations" "La bibliothèque partagée est introuvable." 
Plugin search paths are ("/usr/lib/x86_64-linux-gnu/qt5/plugins", "/usr/bin") 
The environment variable QT_PLUGIN_PATH might be not correctly set
"file:///usr/share/kpackage/kcms/kcm_translations/contents/ui/main.qml" 
 "Error loading QML file.\n180: Type Kirigami.SwipeListItem unavailable\n25: Type T.SwipeListItem unavailable\n264: Syntax error\n"
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/PageRow.qml:214: TypeError: Cannot read property 'createObject' of null
WARNING: viewBackgroundColor is deprecated, use backgroundColor with colorSet: Theme.View instead

regards