-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Previously, when killing an application, system-monitor needed to obtain the pid of the app. However, on a desktop environment using X11, system-monitor obtained an inaccurate pid of the linglong app, which resulted in failure to kill the app or accidental killing. Now consider using the window manager to kill the application, because the window manager contains detailed information about the application window. Log: fix fail to kill linglong app Bug: https://pms.uniontech.com/bug-view-283189.html
- Loading branch information
1 parent
4adfbef
commit 3efbc99
Showing
3 changed files
with
29 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters