Bug 369284

Summary: blank screen at program start
Product: [Applications] ktouch Reporter: Felia <grr17>
Component: generalAssignee: Sebastian Gottfried <sebastian.gottfried>
Status: RESOLVED WORKSFORME    
Severity: grave    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mint (Ubuntu based)   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Felia 2016-09-24 14:35:35 UTC
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
Comment 1 Sebastian Gottfried 2016-11-09 12:30:24 UTC
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).
Comment 2 Felia 2016-11-09 13:48:03 UTC
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 ...
Comment 3 Sebastian Gottfried 2016-11-09 14:18:35 UTC
The Qt Quick module "org.kde.plasma.core" is part of kde-runtime, which may or may not called that way in your distribution.
Comment 4 Felia 2016-11-09 16:26:27 UTC
It worked!

i installed kde-runtime which created all the files the error message listed missing, and the program starts as desired!

Thank you!