Skip to content
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

Run ToastNotifier to AppContainer #5

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Run ToastNotifier to AppContainer #5

wants to merge 1 commit into from

Conversation

forderud
Copy link
Owner

@forderud forderud commented May 16, 2022

Based on suggestion on microsoft/WindowsAppSDK#219

Leads to the following error:

1>MakeAppx : error : Error info: error 80080204: App manifest validation error: Line 31, Column 24, Reason: The "windows.aboveLockScreen" Extension can't be declared with Partial Trust EntryPoint.
1>MakeAppx : error : Package creation failed.
1>MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid.

This works in the sense that the app now runs in an AppContainer. However, the same #1 deployment problem still persist. Also, I had to remove windows.aboveLockScreen to get the packaging to succeed.

image

Capabilities:

internetClient: S-1-15-3-1 (APPLICATION PACKAGE AUTHORITY\Your Internet connection)
userNotificationListener: S-1-15-3-1024-1195710214-366596411-2746218756-3015581611-3786706469-3006247016-1014575659-1338484819
runFullTrust: S-1-15-3-1024-1365790099-2797813016-1714917928-519942599-2377126242-1094757716-3949770552-3596009590
S-1-15-3-1024-2732930991-1716039000-1394599507-3926803129-3068501044-2027633224-866606239-446136062	Capability
S-1-15-3-1024-982116356-1157887588-2052581112-4048931602-275598005-2450320559-1358259137-3354152412	Capability
S-1-15-3-1376231032-1094691115-4276622258-1915646261	Capability
S-1-15-3-1969208800-225334143-3501817099-697135235-2288452206-1962081413-4047152401	Capability

@forderud forderud marked this pull request as draft May 16, 2022 08:59
@forderud forderud force-pushed the AppContainer branch 3 times, most recently from c6844e9 to 831a1fc Compare May 30, 2022 12:53
Based on suggestion on microsoft/WindowsAppSDK#219

Leads to the following error:
1>MakeAppx : error : Error info: error 80080204: App manifest validation error: Line 31, Column 24, Reason: The "windows.aboveLockScreen" Extension can't be declared with Partial Trust EntryPoint.
1>MakeAppx : error : Package creation failed.
1>MakeAppx : error : 0x80080204 - The specified package format is not valid: The package manifest is not valid.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant