-
-
Couldn't load subscription status.
- Fork 358
⭐ QOF: Added UWP Discovery, Created Custom App from existing one, and Launch it from Context Mennu #373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
- Ability to fetch UWP programs and their logo.
|
If anyone would like to test, you can simply replace |
|
Sick feature, thanks for implementing it! Just for correctness, could you verify this works on both W10 and W11, and see if all UWP apps that matter are displayed? E.g. Try downloading the Xbox app from MS Store. |
Before, it was only able to get "global" apps, but now it is able to get from all User
It was unreliable to search for Executable file. Therefore I decided to utilize `explorer shell:AppsFolder`. This also required me to change how launching work in `winboat.ts`. by default `/app:program` cannot run `explorer.exe ...` method due to the argument are not allowed. instead we needed to pass to `,cmd:`
|
I believe I have solved all the main problems. I have tried on both Tiny10 and Tiny11 and both function as expected. Let me know what else I can do. Thanks for the amazing project! |
Before, I simply split the command by " ". Now we will have dedicated arg field. Figured it'll be useful in the future like giving custom launching arg to an application
App context menu
Screencast.From.2025-10-21.02-58-08.mp4Added Context-menu for launching app and create custom app from existing one |
- Fixed edit/create app input not full width
|
Awesome, LGTM! 🙌 |
…ne, and Launch it from Context Menu (#373)" (#390) This reverts commit a44d6dc. Undoing UWP commit containing broken code. Co-authored-by: waffles-dev <[email protected]>
* UWP Discover System - Ability to fetch UWP programs and their logo. * Fixed - able to obtain apps as LOCAL_SYSTEM Before, it was only able to get "global" apps, but now it is able to get from all User * Fixed - Able to launch from the shortcuts now. It was unreliable to search for Executable file. Therefore I decided to utilize `explorer shell:AppsFolder`. This also required me to change how launching work in `winboat.ts`. by default `/app:program` cannot run `explorer.exe ...` method due to the argument are not allowed. instead we needed to pass to `,cmd:` * Made the launching application more robust. Before, I simply split the command by " ". Now we will have dedicated arg field. Figured it'll be useful in the future like giving custom launching arg to an application * Context Menu * editing, saving custom app * clean up * Update Apps.vue * Update Apps.vue * More Filter Option * Fixed some inconsistency * Added "Developer" filter for UWP app * Update Apps.vue * Resolves first Review * npx prettier * should resolve the review

UWP Discovery
Context Menu
Extra
This should Resolve #26 #204