Replies: 1 comment
-
|
hi @mbnoimi , In this case you can rename the On the other hand, since all AppImages are uncompressed and launched from The popup should also offer you the option to select it: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I've problem with MediaElch AppImage distro (same issue occurs with Flatpak apps). I want OpenSnitch (v 1.6.6) to accept all connections from MediaElch using this rule:
{ "created": "2025-05-22T21:28:12.000000Z", "name": "mbnoimi-w-MediaElch", "enabled": true, "precedence": true, "action": "allow", "duration": "always", "operator": { "type": "regexp", "operand": "process.path", "data": "(?i).*\\bmediaelch\\b.*" } }MediaElch launcher:
But whenever I launch it. I get a conflict with malware rule:
{ "created": "2025-05-22T13:46:48.000000Z", "name": "mbnoimi-b-malware", "enabled": true, "precedence": true, "action": "reject", "duration": "always", "operator": { "type": "regexp", "operand": "process.path", "data": "^(/tmp/|/var/tmp/|/dev/shm/|/var/run|/var/lock).*" } }Events:
In case I disable
mbnoimi-b-malwarerule. OpenSnitch keeps asking me for connections needed by MediaElch (exapi.themoviedb.org)mbnoimi-b-malwareandmbnoimi-w-MediaElchrules?MediaElchapp?EDIT: Rewrite whole question.
Beta Was this translation helpful? Give feedback.
All reactions