ModernFlyouts-Community / ModernFlyouts

A modern Fluent Design replacement for the old Metro themed flyouts present in Windows.
https://modernflyouts-community.github.io
MIT License
3.57k stars 193 forks source link

No autostart at pc startup #1244

Closed Hrshl7 closed 2 months ago

Hrshl7 commented 11 months ago

ModernFlyouts Version

0.10.0.0

Windows version

Windows 11 Family 22H2

OS build

22621.2428

Platform

x64

Area(s) with issue?

General

Steps to reproduce

Turn on the laptop.

✔️ Expected Behavior

Autostart of the application with the flyout of the application appearing when changing volume/brightness.

❌ Actual Behavior

No autostart. The W11 flyout appear when changing volume/brightness. Need to manually open the app for it to start.

Other Software

No response

Additional Context

The app is allowed to autostart in the task manager. Need to open the app twice for it to appear.

surya-sk commented 11 months ago

+1. This happens to me too.

AbbieDoobie commented 10 months ago

+1, I am getting this on beta 4 (0.10.0.0) as well.

manstheram commented 10 months ago

This is caused by the host part of the app, but I have no idea why it's screwing up.

manstheram commented 10 months ago

I've already made a workaround myself by forcing the start up task to not launch the host but just launch the main app by editing the build settings, but doing that means you have to compile it afterwards. You could try creating a shortcut to the app and placing that into your Startup folder.

AbbieDoobie commented 10 months ago

Seems to work for now. Guide for anyone curious:

  1. Run (Win+R) "shell:startup"
  2. Run "shell:appsfolder"
  3. Drag-n-drop ModernFlyouts from the appsfolder to startup. It'll make a shortcut.
prakharb5 commented 2 months ago

Duplicate of #437