You are not logged in.
I'm trying to configure ibus on KDE. Every time I log in ibus starts up and even works for a while, but after just a few seconds it gets killed.
When I try to start it up manually with the same command, it always works. Why is KDE autostart different?
Command:
ibus-daemon -drxR --panel=/usr/lib/kimpanel-ibus-panel
/etc/environment
#
# This file is parsed by pam_env module
#
# Syntax: simple "KEY=VAL" pairs on separate lines
#
GTK_IM_MODULE=ibus
QT_IM_MODULE=ibus
XMODIFIERS=@im=ibus
Desktop file I place into ~/.config/autostart/
[Desktop Entry]
Comment[zh_CN]=
Comment=
Exec=ibus-daemon -drxR --panel=/usr/lib/kimpanel-ibus-panel
GenericName[zh_CN]=
GenericName=
Icon=dialog-scripts
MimeType=
Name[zh_CN]=profile
Name=profile
Path=
StartupNotify=true
Terminal=false
TerminalOptions=
Type=Application
X-DBUS-ServiceName=
X-DBUS-StartupType=
X-KDE-AutostartScript=true
X-KDE-SubstituteUID=false
X-KDE-Username=
Last edited by wycero (2022-07-11 07:09:31)
Offline
What do you mean with "gets killed"? Does it crash? Do you get a coredump? https://wiki.archlinux.org/title/Core_d … _core_dump install debuginfod reboot/relogin and post the coredump gdb trace if you have one.
Offline