[@protonprivacy](https://lemmy.world/c/protonprivacy) I am using Fedora (Gnome) and I would like to launch ProtonMail Bridge in background. But I don't know how and cannot find a setting for that. Has

@protonprivacy I am using Fedora (Gnome) and I would like to launch ProtonMail Bridge in background. But I don't know how and cannot find a setting for that. Has anyone solved a similar issue?

21 points · 8 comments · view on lemmy.world

8 Comments

blurg@lemmy.world · 8 pts · 2y (1 reply)

It's not in the Bridge Command Line Options, but, depending on your install:

"/usr/lib/protonmail/bridge/proton-bridge-launcher" "--no-window"

mobergmann@lemmy.world · 5 pts · 2y

This did it, tanks!

ViciousTurducken@lemmy.one · 3 pts · 2y (2 replies)

You can install gnome tweaks and there is section that allows you to have apps start on boot

mobergmann@lemmy.world · 2 pts · 2y

It seems, that I cannot answer from mastodon, therefore i will do it from lemmy.

Launching the App at startup is not my problem (at least not for now). It is rather that I would like to have ProtonMail Bridge minimize into the background applications list (like steam does, shown in the screenshot appended).

mobergmann@lemmy.world · 1 pts · 2y
[ removed ]
mobergmann@lemmy.world · 2 pts · 2y

For anyone who wonders how I solved my issue:

I created the file ~/.config/systemd/user/protonmail-bridge.service and wrote the following into it:

[Unit]
Description=ProtonMail Bridge Flatpak Service

[Service]
ExecStart=/usr/bin/flatpak run ch.protonmail.protonmail-bridge --no-window
Restart=always
RestartSec=10

[Install]
WantedBy=default.target

If you are not using the Flatpack version of ProtonMail Bridge, then modify the ExecStart value to your installation.

After that I ran systemctl --user start protonmail-bridge.service to start the service and systemctl --user enable protonmail-bridge.service to make it auto-start upon login-in into my account.

LodeMike@lemmy.today · 2 pts · 2y (2 replies)

Startup applications.

mobergmann@lemmy.world · 3 pts · 2y (1 reply)

Launching the App at startup is not my problem (at least not for now). It is rather that I would like to have ProtonMail Bridge minimize into the background applications list (like steam does, shown in the screenshot appended).

LodeMike@lemmy.today · 2 pts · 2y

Try looking through the docs to see if there’s a command line option.