session-desktop icon indicating copy to clipboard operation
session-desktop copied to clipboard

[ Feature Request ] Open Session on Startup - Option on Settings

Open 8227846265 opened this issue 2 years ago • 11 comments

Describe the bug It seems Session doesn't have an option to automatically open after the computer login.

To Reproduce Go to settings > Look for open on login/startup. Cannot be found. Restart your computer > Session doesn't open by itself

Device Windows 11 x64

Reference: On Signal Desktop App, it's available image

8227846265 avatar Apr 21 '22 02:04 8227846265

I also noticed this lack and if I add the shortcut to the Windows startup folder the client does not start minimized to tray (because that option is missing too).

Werve avatar Apr 29 '22 07:04 Werve

It would be nice to have both these features.

peepo5 avatar May 05 '22 14:05 peepo5

Looking forward to it!

berkersal avatar May 11 '22 12:05 berkersal

It would be nice to have both these features.

Agreed. These would be nice additions.

ianmacd avatar May 11 '22 12:05 ianmacd

If anyone is interested in implementing this, I think it would be beneficial if we had the option to have Session (especially the AppImage in my case) to start minimized (at boot or otherwise).

mdPlusPlus avatar Sep 09 '22 11:09 mdPlusPlus

Added some details about this in #2362 Maybe also check how signal does it

Bilb avatar Feb 14 '23 23:02 Bilb

+1 for starting minimized to tray!

F-U-B-AR avatar Mar 12 '23 16:03 F-U-B-AR

+1 a command line argument to start the client minimized to tray would be totally fine, similarly to how telegram ( -startintray) and signal (--start-in-tray) do (at least on linux)

wokawoka avatar Sep 01 '23 09:09 wokawoka

I've tried using the startup folder method using PowerShell with the following command to start Session windowless in the background: powershell.exe -c "Start-Process '.\Session.exe' -WindowStyle Hidden"

This worked quite well until I set a password, it doesn't start properly using this method. It seems that Session does not register it's systray icon until you input the password.

Thundercraft5 avatar Nov 14 '23 03:11 Thundercraft5

Tracked internally via SES-2302

KeeJef avatar Jul 01 '24 08:07 KeeJef