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
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
Please run systemsettings from a command line and paste any output
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
all qml-module-qtquick-controls2 and libkf5kirigami2-5 qml-module-org-kde-kirigami2 are installed.
"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
>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
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
Created attachment 122851 [details] ActionToolBar.qml
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
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