15.04にアップデートした後、GNOMEまたはUnityにログインするとabiword
が自動的に起動します。オープンボックスやブラックボックスでは発生しません。
アプリケーション自体を削除せずにこのアプリケーションが起動しないようにするにはどうすればよいですか?
スタートアップアプリケーションにも.config/autostart
にも、/etc/xdg/autostart
にもabiwordが追加されていません。 rc.local
もきれいです。
(=^・^=) [2] serg @ ubuntu:/home/xieerqi
>_ ls .config/autostart/
caribou-autostart.desktop
chinese-calendar-autostart.desktop
chromium-browser.desktop.bak
firefox.desktop
gnome-do.desktop
gnome-terminal.desktop.bak
gnome-user-share.desktop
indicator-multiload.desktop
lxrandr-autostart.desktop
nemo-autostart.desktop
reconnect-task.desktop
scrlayout.desktop
telepathy-indicator.desktop
ubuntuone-launch.desktop
vino-server.desktop
wicd-tray.desktop.bak
(=^・^=) [3] serg @ ubuntu:/home/xieerqi
>_ grep 'abiword' .config/autostart/*
(=^・^=) [4] serg @ ubuntu:/home/xieerqi
>_ grep 'abiword' /etc/xdg/autostart/*
(=^・^=) [5] serg @ ubuntu:/home/xieerqi
>_
ただし、pstree
は、upstart
をabiwordのプロセスの親として報告します。
(=^・^=) [6] serg @ ubuntu:/home/xieerqi
>_ pstree | grep abiword
| | |-upstart-+-abiword-+-{abiword}
見栄え:
|-lightdm-+-kwalletd
| | |-upstart-+-abiword-+-{abiword}
| | | | |-{dconf worker}
| | | | |-{gdbus}
| | | | `-{gmain}
バグです。したがって、単純なハック:
Sudo rm -f /usr/share/dbus-1/services/org.freedesktop.Telepathy.Client.AbiCollab.service
このファイルはabiword-common
によって作成されます。