I am not able to get a custom start menu shortcut to a WSL2 GUI app working inside Windows 11. The app in question is Android Studio which is installed with snap using https://github.com/arkane-systems/genie. Other installed apps that automatically creates the shortcut works (for example GIMP).
The current shortcut in Windows that is not launching Android Studio is C:\Windows\System32\wslg.exe ~ -d Ubuntu android-studio. I am following this answer for creating the shortcut https://superuser.com/a/1672462/1096949.
Is there anything special with launching apps installed with snap? Android studio can be launched inside WSL with the android-studio command.
Any help is appreciated!