-
-
Notifications
You must be signed in to change notification settings - Fork 533
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui,popups: add AppImages' path pattern to the options
If the path of the process starts with /tmp/.mount, it typically indicates that the application is an AppImage. These apps create a random directory under /tmp, with the pattern /tmp/.mount_<appId>XXXXXX, where the AppImage is mounted (it's not always the case, but it usually is). https://github.com/AppImage/AppImageKit/blob/a0373541c1005153199aaaaceb6c17803805e648/runtime.c#L202 The problem is that if you allow the path to the executable, the next time you launch the AppImage, the path won't match the rule, and you'll be prompted again to allow the outbound connection. So as a helper for the users, if we find the path of the process starts with /tmp/.mount_, we add an option to the combo box to select the path, which creates a regular expression to match the AppImage. Requested here: #1066, #543, #408
- Loading branch information
1 parent
827d739
commit 56775cd
Showing
1 changed file
with
33 additions
and
12 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