alesimula / wsa_pacman

A GUI package manager and package installer for Windows Subsystem for Android (WSA)
GNU General Public License v3.0
3.9k stars 836 forks source link

Option for creating desktop shortcut for apps which cannot be launched independently #48

Closed akuropka closed 2 years ago

akuropka commented 2 years ago

Depending if an app can be launced by its own there's an option to open the app after installation. The option for creating a desktop shortcut should be handled in the same way as it would not make a sense to create a shortcut for an app which cannot be launched that way...

20220130_141403_WSA-pacman

alesimula commented 2 years ago

@akuropka The reason I always show this option is that for some apps, as reported in this stackoverflow question, aapt.exe does not report any launchable-activity, even though there is one.

This is a minor problem for launching the app as you can just launch it later anyways, but for creating a shortcut I prefer to give it the benefit of the doubt and keep the option there

akuropka commented 2 years ago

Okay, just thought it would be inconsistent…