You are not logged in.

#1 2022-07-11 07:06:31

wycero
Member
Registered: 2019-03-03
Posts: 29

Ibus gets killed on KDE launch

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

#2 2022-07-11 09:23:09

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 24,326

Re: Ibus gets killed on KDE launch

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

Board footer

Powered by FluxBB