NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
17.01k stars 13.36k forks source link

kdePackages.koko: QtQuick.Dialogs is needed #327310

Open me00001 opened 1 month ago

me00001 commented 1 month ago

Steps To Reproduce

Steps to reproduce the behavior:

  1. Be in nixos-unstable
  2. Run koko from kdePackages.koko
  3. Open a photo
  4. Click edit button
  5. Nothing happen
  6. See the log after you click

Expected behavior

Edit the photo

Log after click

QQmlComponent: Component is not ready
file:///nix/store/f2258464d97iwk3kiby6qp64n6hj3xlx-kirigami-6.3.0/lib/qt-6/qml/org/kde/kirigami/PageRow.qml:784:5: QML StackView: push: qrc:/qml/EditorView.qml:13 module "QtQuick.Dialogs" version 1.3 is not installed
qrc:/qml/ImageViewPage.qml:109: TypeError: Cannot call method 'connect' of undefined

Full log

[suliman@nixos:~]$ LANG=C.UTF-8 koko 
QList("/home/suliman/Pictures")
Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls")
qrc:/qml/Main.qml:135:9: QML AlbumView: Created graphical object was not placed in the graphics scene.
QQuickItem::stackBefore: Cannot stack QQuickRectangle(0x1dd04a0, parent=0x1f7c460, geometry=0,0 0x0) before QQuickPopupItem(0x2111c30), which must be a sibling
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qrc:/qml/AlbumView.qml:461:13: QML SelectionButton: Binding loop detected for property "iconMouseArea"
qt.qml.context: qrc:/qml/AlbumDelegate.qml:133:5 Parameter "event" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
qt.qml.context: qrc:/qml/AlbumView.qml:378:5 Parameter "event" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
qrc:/qt/qml/org/kde/kirigami/private/PrivateActionToolButton.qml:70:5: QML Binding: Binding loop detected for property "value"
Cannot initialize model with data QJsonObject(). missing: QJsonValue(string, "urls")
file:///nix/store/f2258464d97iwk3kiby6qp64n6hj3xlx-kirigami-6.3.0/lib/qt-6/qml/org/kde/kirigami/PageRow.qml:1098:5: QML RowLayout: StackView has detected conflicting anchors. Transitions may not execute properly.
qt.qml.context: qrc:/qml/ImageViewPage.qml:221:5 Parameter "event" is not declared. Injection of parameters into signal handlers is deprecated. Use JavaScript functions with formal parameters instead.
QQmlComponent: Component is not ready
file:///nix/store/f2258464d97iwk3kiby6qp64n6hj3xlx-kirigami-6.3.0/lib/qt-6/qml/org/kde/kirigami/PageRow.qml:784:5: QML StackView: push: qrc:/qml/EditorView.qml:13 module "QtQuick.Dialogs" version 1.3 is not installed
qrc:/qml/ImageViewPage.qml:109: TypeError: Cannot call method 'connect' of undefined
QQmlComponent: Component is not ready
file:///nix/store/f2258464d97iwk3kiby6qp64n6hj3xlx-kirigami-6.3.0/lib/qt-6/qml/org/kde/kirigami/PageRow.qml:784:5: QML StackView: push: qrc:/qml/EditorView.qml:13 module "QtQuick.Dialogs" version 1.3 is not installed
qrc:/qml/ImageViewPage.qml:109: TypeError: Cannot call method 'connect' of undefined
QSqlDatabase requires a QCoreApplication
QSqlDatabase requires a QCoreApplication

Notify maintainers

@ilya-fedin @K900 @LunNova ....

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[suliman@nixos:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.39, NixOS, 24.11 (Vicuna), 24.11pre652179.7e7c39ea35c5`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - channels(root): `"nixos"`
 - channels(suliman): `""`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`

Add a :+1: reaction to issues you find important.

me00001 commented 1 month ago

module "QtQuick.Dialogs" version 1.3 is not installed