| Summary: | blank screen at program start | ||
|---|---|---|---|
| Product: | [Applications] ktouch | Reporter: | Felia <grr17> |
| Component: | general | Assignee: | 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
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! |