Score:0

How do I stop multipass from launching on startup?

bd flag

I've installed multipass using this command:

sudo snap install multipass

Now, there's an ugly orange icon that displays in the system status area ("systray") of GNOME Shell in the top right corner of the screen.

How can I stop multipass from launching upon system startup? Can I disable the icon, at least?

enter image description here

bd flag
Bug report for the icon being in orange instead of black and white: https://github.com/canonical/multipass/issues/1240
Score:1
bd flag

Disabling multipass icon:

Click on the multipass icon, then select "About", then uncheck "Autostart on login".

Screenshot

(If you think that this option shouldn't be under the "About" menu, leave a thumbs-up emoji in this GitHub issue.)

If you prefer the command-line, you can run:

multipass set client.gui.autostart=false

This option is remembered even after a reboot.

Stopping multipass from running the background:

Merely disabling the icon does not stop multipass from running in the background. If you want to stop it from running in the background (until the next reboot), run:

sudo snap stop multipass.multipassd

To start it again, run:

sudo snap start multipass.multipassd

If you want to disable multipass entirely, without uninstalling it, run:

sudo snap disable multipass

To enable it again, run:

sudo snap enable multipass
I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.