pomatez icon indicating copy to clipboard operation
pomatez copied to clipboard

No option to prevent starting with Windows?

Open roxya opened this issue 2 years ago • 6 comments

Using the Windows installer version, I'm very surprised the app automatically creates itself as a startup and provides no option to prevent it. Of course I can disable it in my Windows startups but there must be an in-app option to not start automatically with Windows.

roxya avatar Feb 09 '22 09:02 roxya

I would also like to see this issue resolved. I am able to only temporarily disable the app from Windows Startup. Usually after a restart or two, the app automatically enables itself at Startup. To my knowledge, there is no setting within the app itself to disable auto-start.

Any updates with this? Thank you. 🖤

CosmicBreath avatar Mar 03 '23 17:03 CosmicBreath

image It would make sense to have it configurable from the settings menu.

sekwah41 avatar Mar 07 '23 17:03 sekwah41

I'll include this in the revamped version of the app.

roldanjr avatar Mar 08 '23 02:03 roldanjr

I came here to report a bug and found this related issue.

In the Windows 10 task manager, tab startup, it is possible to disable the autostartup of Pomatez. It stays disabled as long as I don't open the app. But if I open the app, autostartup goes to true again automatically.

ghost avatar Mar 08 '23 12:03 ghost

I assume the issue is what is setting the autostart always runs on start.

https://github.com/roldanjr/pomatez/blob/ba83cca1e2ecd14e85e585b076e377dd6ce1069b/app/main/src/main.ts#L429

As we don't store if this has been set in the past or if already exists and has been manually edited, that will currently set it every launch.

It may be worth also seeing if the value has been set before and is manually changed though I am unsure if you can only get if its true or false or if its even been set in the first place.

Though the change @roldanjr will be adding will make this possible via our settings rather than the task manager.

sekwah41 avatar Mar 08 '23 13:03 sekwah41

I'll add the configs, settings, tasks and etc to a local database soon, so this will no longer be a problem.

roldanjr avatar Mar 08 '23 16:03 roldanjr