| Summary: | Kalk starts with empty window with only hamburger menu visible | ||
|---|---|---|---|
| Product: | [Applications] Kalk | Reporter: | Peter Ped Helcmanovsky <ped> |
| Component: | General | Assignee: | hanyoung |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | espidev, kde.org, mashkal2000, sombragris |
| Priority: | NOR | ||
| Version First Reported In: | 23.01.0 | ||
| Target Milestone: | --- | ||
| Platform: | Neon | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | kalk package info in aptitude | ||
|
Description
Peter Ped Helcmanovsky
2022-12-02 16:28:18 UTC
can you paste the output of running kalk in terminal? * initial launch:
$ kalk
kf.kirigami: (qrc:/qml/CalculationPage.qml:232:21: Type NumberPad unavailable
NumberPad {
^, qrc:/qml/NumberPad.qml:14:5: Type PortraitPad unavailable
PortraitPad {
^, qrc:/qml/PortraitPad.qml:17:5: Type NumberButton unavailable
NumberButton {text: "√(" ; display: "√"; onClicked: pressed(text);}
^, qrc:/qml/NumberButton.qml:14:1: module "QtFeedback" is not installed
import QtFeedback 5.0
^)
* selecting "about" ("hebrew"? No idea why it would prefer this one on my system, I use everything EN (us, gb), rarely cz, sk):
Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes.
kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed
file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/FormLayout.qml:298:9: QML QQuickItem* (parent or ancestor of QQuickLayoutAttached): Binding loop detected for property "preferredHeight"
* selecting "Calculator":
kf.kirigami: (qrc:/qml/CalculationPage.qml:232:21: Type NumberPad unavailable
NumberPad {
^, qrc:/qml/NumberPad.qml:14:5: Type PortraitPad unavailable
PortraitPad {
^, qrc:/qml/PortraitPad.qml:17:5: Type NumberButton unavailable
NumberButton {text: "√(" ; display: "√"; onClicked: pressed(text);}
^, qrc:/qml/NumberButton.qml:14:1: module "QtFeedback" is not installed
import QtFeedback 5.0
^)
(In reply to Peter Ped Helcmanovsky from comment #2) > * initial launch: > > $ kalk > kf.kirigami: (qrc:/qml/CalculationPage.qml:232:21: Type NumberPad unavailable > NumberPad { > ^, qrc:/qml/NumberPad.qml:14:5: Type PortraitPad > unavailable > PortraitPad { > ^, qrc:/qml/PortraitPad.qml:17:5: Type NumberButton unavailable > NumberButton {text: "√(" ; display: "√"; onClicked: pressed(text);} > ^, qrc:/qml/NumberButton.qml:14:1: module "QtFeedback" is not > installed > import QtFeedback 5.0 > ^) > > * selecting "about" ("hebrew"? No idea why it would prefer this one on my > system, I use everything EN (us, gb), rarely cz, sk): > > Hspell: can't open /usr/share/hspell/hebrew.wgz.sizes. > kf.sonnet.clients.hspell: HSpellDict::HSpellDict: Init failed > file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/FormLayout.qml: > 298:9: QML QQuickItem* (parent or ancestor of QQuickLayoutAttached): Binding > loop detected for property "preferredHeight" > > * selecting "Calculator": > > kf.kirigami: (qrc:/qml/CalculationPage.qml:232:21: Type NumberPad unavailable > NumberPad { > ^, qrc:/qml/NumberPad.qml:14:5: Type PortraitPad > unavailable > PortraitPad { > ^, qrc:/qml/PortraitPad.qml:17:5: Type NumberButton unavailable > NumberButton {text: "√(" ; display: "√"; onClicked: pressed(text);} > ^, qrc:/qml/NumberButton.qml:14:1: module "QtFeedback" is not > installed > import QtFeedback 5.0 > ^) Looks like your distribution is missing the qml-module-qtfeedback dependency for this package Created attachment 154253 [details] kalk package info in aptitude the package origin URI is: http://archive.neon.kde.org/user/pool/main/k/kalk/kalk_22.11-0xneon%2B22.04%2Bjammy%2Brelease%2Bbuild2_amd64.deb KDE neon - User Edition:jammy Is this the right repo to report Neon issues as well, or is there more specific one? installing qml-module-qtfeedback manually makes kalk to display the calculator. It still feels somewhat unfinished/broken in small details, but at least seems to provide basic functionality. (In reply to Peter Ped Helcmanovsky from comment #4) > Created attachment 154253 [details] > kalk package info in aptitude > > the package origin URI is: > http://archive.neon.kde.org/user/pool/main/k/kalk/kalk_22.11-0xneon%2B22. > 04%2Bjammy%2Brelease%2Bbuild2_amd64.deb > KDE neon - User Edition:jammy > > Is this the right repo to report Neon issues as well, or is there more > specific one? Distro packaging issues will need to be filed with the distribution. *** Bug 466756 has been marked as a duplicate of this bug. *** Can confirm on my side. Specs: Operating System: Slackware 15.0+ (-current) KDE Plasma Version: 5.27.4 KDE Frameworks Version: 5.105.0 Qt Version: 5.15.9 Kernel Version: 6.1.25 (64-bit) Graphics Platform: Wayland Processors: 8 × Intel® Core™ i7-8550U CPU @ 1.80GHz Memory: 15,5 GiB of RAM Graphics Processor: Mesa Intel® UHD Graphics 620 Manufacturer: Dell Inc. Product Name: Inspiron 5570 This depencency needs to be specified in CMakeLists.txt |