sleek icon indicating copy to clipboard operation
sleek copied to clipboard

Auto startup at Windows boot

Open ivysrono opened this issue 2 years ago • 6 comments

*If your proposal is more a rough idea than a precise description of a feature, please consider starting a discussion instead: https://github.com/ransome1/sleek/discussions Please only continue the feature request if you have a precise idea of what you're asking for and if you can provide specific details, use cases or examples.

Did you check if a similar feature request has already been reported? yes

Is your feature request related to a problem? Please describe. no

Describe the solution you'd like I don't find auto startup option on MicrosoftStore sleek.

Describe alternatives you've considered Add asuto startup option.

ivysrono avatar Oct 05 '21 13:10 ivysrono

I don't like this feature at all.

Startup configuration should be done on OS level in a central location. Spreading things around into every single application makes you loose track of who is there and why and how.

wedeluxe avatar Oct 11 '21 08:10 wedeluxe

We can't minimize boot to tray only by system settings.

ivysrono avatar Oct 13 '21 12:10 ivysrono

I think the problem is precisely that there's no autostart option for sleek on the OS level, i.e. in the autostart menu of the Windows settings. As far as I can tell this means that the store version cannot be auto-started at all since a normal user (even as admin?) doesn't have the neccessary permissions to run sleek.exe directly (only from the Start Menu). A shortcut to the file can be placed in the autostart folder, and it even shows up in the Windows settings with a switch and all, but nothing happens during the OS startup. There's not even an error message.

I use 2 more apps from the Windows Store, QuickLook and KDE Connect, and, if I'm not mistaken, they both can only be made to autostart from the Windows settings. QuickLook has a context menu option for autostart when right-clicking the tray icon but it's greyed out, while KDE Connect doesn't seem to have any option on the app level.

matterharz avatar Jan 05 '22 16:01 matterharz

  1. press windows logo key + R
  2. write shell:startup then press enter
  3. add sleek.exe shortcut to that folder

AmmarHaddadi avatar Aug 31 '22 15:08 AmmarHaddadi

  1. press windows logo key + R

    1. write shell:startup then press enter

    2. add sleek.exe shortcut to that folder

I want to minimize boot to tray only by system settings, how?

ivysrono avatar Sep 01 '22 11:09 ivysrono

apparently the devs need to implement a launch command that launches the app minimized in system tray , I couldn't find any way to do it my self

You can only minimize to the system tray if the application itself has that capability and tells you which switches to use in its command line to start it that way. There are no Windows commands to minimize applications to the system tray. https://www.tenforums.com/software-apps/190630-how-run-program-startup-minimized-system-tray.html

example (adding this to the launcher / shortcut): sleek --hide

AmmarHaddadi avatar Sep 05 '22 14:09 AmmarHaddadi