When i try to start KTouch, it opens a blank window (headline says either “ktouch“ or “typewriting trainer“). From researching this bug, some users have claimed that installing the package qtdeclarative4-kqtquickcharts-1 solved the problem. But both this package and ktouch itself are on the newest version. Reproducible: Always Steps to Reproduce: 1. open ktouch 2. wait 3. nope, it's really a blank screen. Actual Results: blank screen. Expected Results: show me the ktouch program Linux Mint 17.2 rafaela Linux 3.16.0-38-generic x86_64
Start ktouch from a terminal windows and see if there is a error message. This is most likely a distribution problem, you should file a bug there instead: https://bugs.launchpad.net/linuxmint I can run ktouch just fine, including from the packages of my distribution (openSUSE).
Hi, when i start it from the terminal, it gives me a blank screen, but also an error message in the terminal (much more useful than a blank screen...) ktouch(29901)/kdeui (KIconLoader): Error: standard icon theme "oxygen" not found! Connecting to deprecated signal QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString) QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. QDBusConnection: session D-Bus connection created before QCoreApplication. Application may misbehave. kded(29912)/kdeui (KIconLoader): Error: standard icon theme "oxygen" not found! kbuildsycoca4 running... ktouch(29901)/kdecore (services) KServiceFactory::findServiceByDesktopPath: "kcm_keyboard.desktop" not found file:///usr/share/kde4/apps/ktouch/qml/main.qml:114:5: Type HomeScreen unavailable HomeScreen { ^ file:///usr/share/kde4/apps/ktouch/qml/HomeScreen.qml:19:1: module "org.kde.plasma.core" is not installed import org.kde.plasma.core 0.1 as PlasmaCore ~~~ So i tried to install org.kde.plasma.core, but it can't be found...? I now also filed the bug report to https://bugs.launchpad.net/linuxmint/+bug/1640489 ...
The Qt Quick module "org.kde.plasma.core" is part of kde-runtime, which may or may not called that way in your distribution.
It worked! i installed kde-runtime which created all the files the error message listed missing, and the program starts as desired! Thank you!