Bug 1481006
| Summary: | Missing dnf dependancies | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Kevin Raymond <kraymond> | ||||
| Component: | ktouch | Assignee: | Than Ngo <than> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 26 | CC: | jreznik, rdieter, than | ||||
| Target Milestone: | --- | Keywords: | Triaged | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | ktouch-16.12.3-2.fc26 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2017-11-01 00:06:34 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
About the coredump, not uploading it as it weighs 59Mio, am sure it is reproducible. Thanks for your report ktouch-16.12.3-2.fc26 has been submitted as an update to Fedora 26. https://bodhi.fedoraproject.org/updates/FEDORA-2017-85e8de8355 ktouch-16.12.3-2.fc26 has been pushed to the Fedora 26 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2017-85e8de8355 ktouch-16.12.3-2.fc26 has been pushed to the Fedora 26 stable repository. If problems still persist, please make note of it in this bug report. |
Created attachment 1312675 [details] stacktrace Description of problem: Actually 3 problems, only one easy to fix. dnf missing dependancies, a coredump when asking --version, and the impossibility to change the keyboard settings anymore. Version-Release number of selected component (if applicable): ktouch-16.12.3-1.fc26 How reproducible: always Steps to Reproduce: 1. install ktouch under F26 using dnf 2. start ktouch 3. Actual results: a blank window Expected results: the full app Additional info: Those issues might not be related, tel me if I need to create new ones. When installing from dnf, I got several issues while starting ktouch: file:///usr/share/ktouch/qml/TrainingScreen.qml:20:1: module "QtQuick.Controls" is not installed import QtQuick.Controls 1.3 file:///usr/share/ktouch/qml/Balloon.qml:22:1: module "QtGraphicalEffects" is not installed import QtGraphicalEffects 1.0 After manually installing the qt5-qtquickcontrols and qt5-qtgraphicaleffects packages, the application starts. However I still have the following issues : $ ktouch --version ktouch 16.12.3 Segmentation fault (core dumped) see attached coredump. Last issue, I am not able to change the default language/keyboard settings. The menu is not shown. On stdout there are few "QML Row: Binding loop detected for property" warning. I don't think it's related but looking for the documentation there should be a keyboard settings somewhere. The previous version I used was 2.3.0 under F23.