Fuminobu Takeyama changed bug 1201421
What Removed Added
Flags   needinfo?(Mathias.Homann@opensuse.org)

Comment # 6 on bug 1201421 from
There might be another problem with your environment.

I confirmed this problem has been resolved by removing that line.
It seems that some applications including vdagent are not started due to the
same reason.


Can you check the output of the following commands?


geeko2@localhost:~> cat /etc/xdg/autostart/ibus-autostart.desktop 
[Desktop Entry]
Name=IBus
GenericName=IBus Daemon
Comment=Start IBus daemon
Exec=ibus-autostart
Icon=ibus-setup
Terminal=false
Type=Application
StartupNotify=false
NoDisplay=true
X-GNOME-AutoRestart=false
X-GNOME-Autostart-Notify=false
X-KDE-autostart-after=panel
X-KDE-StartupNotify=false


geeko2@localhost:~> echo $INPUT_METHOD
ibus


geeko2@localhost:~> systemctl --user list-unit-files | grep ibus
app-ibus\x2dautostart@autostart.service                    generated -


geeko2@localhost:~> systemctl status | grep ibus
                 ��������� ������������������app-ibus\x2dautostart@autostart.service
                 ��������� ��������� ������������������2755 ibus-daemon --xim -d
                 ��������� ��������� ������������������2783 /usr/lib64/ibus/ibus-dconf
                 ��������� ��������� ������������������2784 /usr/lib64/ibus/ibus-ui-gtk3
                 ��������� ��������� ������������������2787 /usr/lib64/ibus/ibus-extension-gtk3
                 ��������� ��������� ������������������2795 /usr/lib64/ibus/ibus-x11 --kill-daemon
                 ��������� ��������� ������������������2873 /usr/lib64/ibus/ibus-engine-simple
                 ��������� ��������� ������������������3243 grep --color=auto ibus
                    ��������� ������������������2802 /usr/lib64/ibus/ibus-portal


geeko2@localhost:~> systemctl status --user
org.freedesktop.IBus.session.generic.service
��������� org.freedesktop.IBus.session.generic.service - IBus Daemon for generic
sessions
     Loaded: loaded
(/usr/lib/systemd/user/org.freedesktop.IBus.session.generic.service; static)
     Active: inactive (dead)


You are receiving this mail because: