Bug 341890 - Launching ktouch results in a blank window.
Summary: Launching ktouch results in a blank window.
Status: RESOLVED DUPLICATE of bug 333620
Alias: None
Product: ktouch
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: PCLinuxOS Linux
: NOR grave
Target Milestone: ---
Assignee: Sebastian Gottfried
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-12-14 18:22 UTC by gavinmchaffie
Modified: 2014-12-17 07:18 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gavinmchaffie 2014-12-14 18:22:01 UTC
Lunching ktouch results in a blank window and you can't do anything further except close the application. This occurs either with luanch from the menu or when it's launched from konsole.

Reproducible: Always

Steps to Reproduce:
1. Launch ktouch
2.
3.

Actual Results:  
[gavin@localhost ~]$ ktouch
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 40: invalid attribute 'name'
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 46: invalid attribute 'name'
file:///usr/share/apps/ktouch/qml/main.qml:114:5: Type HomeScreen unavailable 
         HomeScreen { 
         ^ 
file:///usr/share/apps/ktouch/qml/HomeScreen.qml:155:26: Type ProfileSelector unavailable 
                     content: ProfileSelector { 
                              ^ 
file:///usr/share/apps/ktouch/qml/ProfileSelector.qml:98:13: Type ProfileDetailsItem unavailable 
                 ProfileDetailsItem { 
                 ^ 
file:///usr/share/apps/ktouch/qml/ProfileDetailsItem.qml:22:1: module "org.kde.charts" is not installed 
     import org.kde.charts 0.1 as Charts 
     ^ 
[gavin@localhost ~]$ ktouch
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 40: invalid attribute 'name'
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 46: invalid attribute 'name'
file:///usr/share/apps/ktouch/qml/main.qml:114:5: HomeScreen is not a type 
         HomeScreen { 
         ^ 
[gavin@localhost ~]$ ktouch
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 40: invalid attribute 'name'
Fontconfig error: "/etc/fonts/conf.d/10-chromium.conf", line 46: invalid attribute 'name'
file:///usr/share/apps/ktouch/qml/main.qml:114:5: Type HomeScreen unavailable 
         HomeScreen { 
         ^ 
file:///usr/share/apps/ktouch/qml/HomeScreen.qml:155:26: Type ProfileSelector unavailable 
                     content: ProfileSelector { 
                              ^ 
file:///usr/share/apps/ktouch/qml/ProfileSelector.qml:98:13: Type ProfileDetailsItem unavailable 
                 ProfileDetailsItem { 
                 ^ 
file:///usr/share/apps/ktouch/qml/ProfileDetailsItem.qml:22:1: module "org.kde.charts" is not installed 
     import org.kde.charts 0.1 as Charts 
     ^ 


Expected Results:  
Launch of a working application.
Comment 1 Sebastian Gottfried 2014-12-17 07:18:13 UTC

*** This bug has been marked as a duplicate of bug 333620 ***