mirror of
https://github.com/creamlike1024/EasyLPAC.git
synced 2026-04-25 21:05:50 +03:00
[GH-ISSUE #19] Processing notification fails #6
Labels
No labels
bug
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/EasyLPAC#6
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Lasibian on GitHub (Aug 19, 2024).
Original GitHub issue: https://github.com/creamlike1024/EasyLPAC/issues/19
When EasyLPAC wants to processes a notification after installing, enabling or disabling a profile or it sends a command to LPAC like this:
lpac.exe notification process 41 -rThis needs to be changed to
lpac.exe notification process -r 41Otherwise the command fails when the notification number is not 0.
For more details see my other thread at the lpac project:
https://github.com/estkme-group/lpac/issues/145
@TennousuAthena commented on GitHub (Aug 19, 2024):
Please check if the latest CI build fixes this issue
The Windows build is included in
build-artifact-ubuntu@Lasibian commented on GitHub (Aug 19, 2024):
Yes, that fixes it.
But I have one more little bug. After downloading a profile, the install notification is still shown in the
Notificationtab. This needs to be refreshed.@creamlike1024 commented on GitHub (Sep 4, 2024):
fixed in
4f9e60c6c7