[Bug 192404] all apps using keyboard except firefox cannot receive 'e' !!

Jason Vas Dias jason.vas.dias at gmail.com
Wed May 13 19:40:22 BST 2009


https://bugs.kde.org/show_bug.cgi?id=192404





--- Comment #8 from Jason Vas Dias <jason vas dias gmail com>  2009-05-13 20:40:04 ---
Aha! What works is to run "/usr/kde/3.5/bin/startkde", with path set to
 ${KDEDIR:-/usr/kde/3.5/bin}:${QTDIR:-/usr/qt/3/bin}
but then a ".bashrc" or ".kshrc" / ".profile" / ".login" containing
 PATH=${KDEDIR:=/usr/kde/4.2/bin}:${QTDIR:-/usr/qt/4.5/bin}
.
Then KDE4 works ok, allowing me to type 'e' again - whoopee! 

Note: I had to remove these calls from 
/usr/kde/4.2/bin/startupconfigkeys
:
kcminputrc Mouse cursorTheme 'Oxygen_Black'
kcminputrc Mouse cursorSize ''
ksplashrc KSplash Theme Default
ksplashrc KSplash Engine KSplashX
kcmrandrrc Display ApplyOnStartup false
kcmrandrrc [Screen0]
kcmrandrrc [Screen1]
kcmrandrrc [Screen2]
kcmrandrrc [Screen3]
kcmfonts General forceFontDPI 0
kdeglobals Locale Language '' # trigger requesting languages from KLocale


This file only works under KDE-3.5 - so why is it being used under KDE 4.2 ?

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list