tutao / tutanota

Tuta is an email service with a strong focus on security and privacy that lets you encrypt emails, contacts and calendar entries on all your devices.
https://tuta.com
GNU General Public License v3.0
5.97k stars 513 forks source link

Tutanota Flatpak ignores "run on system startup" setting #2476

Open ThracianKnight1907 opened 3 years ago

ThracianKnight1907 commented 3 years ago

Describe the bug

Basically the title. Using Tutanota v. 3.78.2 from flathub, and it won't run on startup despite setting the relevant option it to "yes".

To Reproduce

Steps to reproduce the behavior:

  1. Go to 'settings'
  2. Set Tutanota to run on startup

Expected behavior

Tutanota runs on startup

Desktop (please complete the following information):

Additional context

https://github.com/flathub/com.tutanota.Tutanota/issues/20

This only happens with the flatpak version

ACodingGenie commented 3 years ago

Same problem here. Can use "Gnome-Tweaks" to add the flatpak to startup application but the problem is it won't start minimized (works for all flatpaks). I haven't yet found any information as to how I can start the application on the taskbar on startup as there's barely any information about it online. It launches but the window is right in your face everytime.

mz1193 commented 3 years ago

For anyone having the issue of Tutanota autostarting but not being minimized, simply add -a to the end of the command in your autostart file. For example, mine looks like:

"/usr/bin/flatpak run --branch=stable --arch=x86_64 --command=tutanota-desktop --file-forwarding com.tutanota.Tutanota -a"

DonkeeeyKong commented 4 weeks ago

The setting is still ignored on Ubuntu 24.04 with Gnome.

@ACodingGenie & @mz1193 Thank you! I made it work with Gnome Tweaks. :)