22

@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?

all 9 comments
sorted by: hot top controversial new old
[-] blurg@lemmy.world 7 points 10 months ago

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 4 points 10 months ago

This did it, tanks!

[-] ViciousTurducken@lemmy.one 3 points 10 months ago

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

[-] mobergmann@lemmy.world 2 points 10 months ago* (last edited 10 months ago)

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).

[-] LodeMike@lemmy.today 2 points 10 months ago
[-] mobergmann@lemmy.world 2 points 10 months ago* (last edited 10 months ago)

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 points 10 months ago

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

[-] mobergmann@lemmy.world 1 points 10 months ago

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.

this post was submitted on 08 Jan 2024
22 points (100.0% liked)

Proton

5270 readers
56 users here now

Empowering you to choose a better internet where privacy is the default. Protect yourself online with Proton Mail, Proton VPN, Proton Calendar, Proton Drive. Proton Pass and SimpleLogin.

Proton Mail is the world's largest secure email provider. Swiss, end-to-end encrypted, private, and free.

Proton VPN is the world’s only open-source, publicly audited, unlimited and free VPN. Swiss-based, no-ads, and no-logs.

Proton Calendar is the world's first end-to-end encrypted calendar that allows you to keep your life private.

Proton Drive is a free end-to-end encrypted cloud storage that allows you to securely backup and share your files. It's open source, publicly audited, and Swiss-based.

Proton Pass Proton Pass is a free and open-source password manager which brings a higher level of security with rigorous end-to-end encryption of all data (including usernames, URLs, notes, and more) and email alias support.

SimpleLogin lets you send and receive emails anonymously via easily-generated unique email aliases.

founded 1 year ago
MODERATORS