I've just installed Lubuntu, and then I threw Cinnamon on top of it. Every time I log into any session: gnome, cinnamon, lxde, abiword
opens immediately, as if I had told it to.
I'm not a fan of this in the least, but even more annoying is this:
$ apt purge abiword
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
abiword* lubuntu-desktop*
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 5,027 kB disk space will be freed.
Do you want to continue? [Y/n] ^C
$ apt remove abiword
Reading package lists... Done
Building dependency tree
Reading state information... Done
The following packages will be REMOVED:
abiword lubuntu-desktop
0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded.
After this operation, 5,027 kB disk space will be freed.
Do you want to continue? [Y/n] ^C
LXDE appears to require Abiword... even though Abiword is for GNOME. I don't really want Abiword (nor do I really want LXDE, but I think if I remove it, lightdm
will break because it is fragile and wimpy, and then I will cry).
I could do echo > /usr/bin/abiword
, but I'm afraid I might rupture LXDE, and this doesn't solve the problem that it's starting at login and there's no way to disable it (I've checked all the autostart settings; it isn't there).
Can I stop abiword
, which is acting like a virus, from opening at boot?