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.61k stars 200 forks source link

ModernFlyouts doesn't work on Win11 24H2 #1349

Open JingHai-Lingyun opened 1 month ago

JingHai-Lingyun commented 1 month ago

Discussed in https://github.com/ModernFlyouts-Community/ModernFlyouts/discussions/1335

Originally posted by **JingHai-Lingyun** September 6, 2024 App installed via MS Store
Skatanax commented 1 month ago

Same :(

JoAl115 commented 1 month ago

Same here after update

KerimSaman commented 1 month ago

Please update

ArenfeIdt commented 1 month ago

Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases

Works perfectly fine for me on 24H2

Skatanax commented 1 month ago

Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases

Works perfectly fine for me on 24H2

Can't install it, even with the certificate :(

ArenfeIdt commented 1 month ago

Did you do the Certificate Install like this?

1 2

Skatanax commented 1 month ago

Did you do the Certificate Install like this?

1 2

Now yes, and it works. Thanks !

KerimSaman commented 1 month ago

Did you do the Certificate Install like this?

Dude, you're a hero.

manstheram commented 1 month ago

I should've mentioned that somewhere in the release..

CanerTaylan commented 1 month ago

Use the Beta Version from @manstheram — https://github.com/manstheram/ModernFlyouts/releases

Works perfectly fine for me on 24H2

Thanks Its working with Beta Version

Poxpig commented 1 month ago

you are my hero,my sweetie!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

wefalltomorrow commented 1 month ago

Did you do the Certificate Install like this?

Cheers boss!

CanerTaylan commented 1 month ago

I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2

KerimSaman commented 1 month ago

I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2

Have you tried doing it all over again?

CanerTaylan commented 1 month ago

I have error when starting (0xlx) with this beta version. App worked only one day. How can I fix it?. Windows 11 24H2

Have you tried doing it all over again?

I have reinstalled the program several times but the same problem persists.

neradp commented 1 month ago

Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned

Use this in powershell console to install ModernFlyouts without certificate.

TheAdmiral95 commented 3 weeks ago

Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned

this works, had to adjust the filename slightly for the current msi

halfblack commented 2 weeks ago

Did you do the Certificate Install like this?

1 2

Commenting just to say thank you, this worked. Much appreciated.

nguerrera commented 2 weeks ago

Is there a non-beta release to Windows Store planned?

RhapsodySL commented 2 weeks ago

Is there a fix for this that also works for the current release version, 0.9.3.0? The latest version from manstheram's repo has some rather large stylistic changes that I am not a fan of.

manstheram commented 2 weeks ago

@RhapsodySL I don't currently use Windows but I'll make a release to revert any of those changes or make them optional if you can tell me what they are.

RhapsodySL commented 2 weeks ago

Hi, sorry for the delay. I'll get around to this soon, I've been otherwise occupied.

RhapsodySL commented 1 week ago

@RhapsodySL I don't currently use Windows but I'll make a release to revert any of those changes or make them optional if you can tell me what they are.

Sorry again for the delay. Mainly I'm finding that the visual design between 0.9.3.0 (current Microsoft Store version) and 0.10.0.0 (current repo version) is a general downgrade in functionality and appearance. Some specifics:

Issue 0.9.3.0 0.10.0.0
Pervasive outline on all elements, not present in older version image image
No longer able to show media control buttons and track time together (refer to above image) image
Secondary track bar is redundant and can't be used for scrubbing N/A (refer to above image)

There's some other nits, but in general I don't find 0.10.0.0 as having any changes that would prompt me to want to use it rather than just using 0.9.3.0, which I've had no real issues with. I'd appreciate if you could compile a release of that version that works on the latest version of Windows 11, or failing that, instructions on what commit fixes compatibility, and how to compile the application so that I can do it myself.

Kf637 commented 1 week ago

Does not work.

Edition Windows 11 Pro Version 24H2 OS build 26100.2161 Experience Windows Feature Experience Pack 1000.26100.32.0

ivan8994 commented 1 week ago

Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned

Use this in powershell console to install ModernFlyouts without certificate.

this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake

Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.

Kf637 commented 1 week ago

Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned Use this in powershell console to install ModernFlyouts without certificate.

this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake

Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.

It worked for me, I have developer mode on but not sure if that's what allowed me to install it with the AllowUnsigned flag.

ivan8994 commented 1 week ago

Add-AppPackage ".\ModernFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned Use this in powershell console to install ModernFlyouts without certificate.

this doesnt work , can you please give any additional advice how to correctly make use this script ? every time I get this mistake Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.

It worked for me, I have developer mode on but not sure if that's what allowed me to install it with the AllowUnsigned flag.

hi there thanks for the reply, I checked and I also have "developer Mode" turned on , but still get the

Add-AppxPackage : A parameter cannot be found that matches parameter name 'AllowUnsigned'.
At line:1 char:78
+ ... rnFlyouts.Package_0.9.8513.0_x86_x64_arm64.msixbundle" -AllowUnsigned
+                                                            ~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidArgument: (:) [Add-AppxPackage], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.Windows.Appx.PackageManager.Commands.AddAppxPackageCommand

error.

can you please provide any detailed information how you launched the script ? maybe I do smth wrong ?

I tried several ways, but the one I thought the most correct would be the following, so what I did

but anyway I get the error. also I tried to launch the PowerShell (as Admin) just from the Start Menu without folder and File specification, but no luck.

I tested this also without admin but this not working anyway.

neradp commented 1 week ago

Are you sure you have windows 11? I mean that the parameter AllowUnsigned is missing in Win10 ...

https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps vs https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2019-ps

The bug is about win11 24H2 version. You can use the store version if it is your case (win10), i mean.

manstheram commented 1 week ago

If you can't use the beta, maybe try this: https://github.com/unchihugo/FluentFlyout

ivan8994 commented 1 week ago

Are you sure you have windows 11? I mean that the parameter AllowUnsigned is missing in Win10 ...

https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2022-ps vs https://learn.microsoft.com/en-us/powershell/module/appx/add-appxpackage?view=windowsserver2019-ps

The bug is about win11 24H2 version. You can use the store version if it is your case (win10), i mean.

thanks for pointing this out, thats true I not use W11 and tried to launch this script on W10 . so on W10 I can ony use BETa ver with certificate

wefalltomorrow commented 1 week ago

If you can't use the beta, maybe try this: https://github.com/unchihugo/FluentFlyout

It's nice, but I prefer ModernFlyouts

Samuel12321 commented 2 days ago

use https://github.com/ModernFlyouts-Community/ModernFlyouts/releases/tag/v0.10.0-beta.5