Bug 341890

Summary: Launching ktouch results in a blank window.
Product: [Applications] ktouch Reporter: gavinmchaffie
Component: generalAssignee: Sebastian Gottfried <sebastian.gottfried>
Status: RESOLVED DUPLICATE    
Severity: grave    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: PCLinuxOS   
OS: Linux   
Latest Commit: Version Fixed In:

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 ***