--- startkde.orig 2011-09-21 11:59:32.579153090 +0200 +++ startkde 2011-09-21 13:11:52.059181757 +0200 @@ -354,6 +354,11 @@ # In case of dcop sockets left by a previous session, cleanup #dcopserver_shutdown +# Every localized QT and KDE app check for .config/ibus/bus dir and complains if it does not exist +[ -d "${XDG_CONFIG_HOME:-$HOME/.config}" ] || mkdir -m 700 ${XDG_CONFIG_HOME:-$HOME/.config} +mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}"/ibus +mkdir -m 700 -p "${XDG_CONFIG_HOME:-$HOME/.config}"/ibus/bus + echo 'startkde: Starting up...' 1>&2 # Make sure that D-Bus is running