[PR #5824] [CLOSED] profiles: mcomix: allow exec in ${HOME} #5684

Closed
opened 2026-05-05 10:42:59 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/5824
Author: @ghost
Created: 5/9/2023
Status: Closed

Base: masterHead: mcomix-fix


📝 Commits (1)

📊 Changes

1 file changed (+2 additions, -0 deletions)

View changed files

📝 etc/profile-m-z/mcomix.profile (+2 -0)

📄 Description

it's a python application, for some reason it want's exec on home or it can't find PIL

15:39:48 [MainThread] ERROR: Pillow 5.1.0 or higher is required.
15:39:48 [MainThread] ERROR: No version of the Pillow was found on your system.

I'm not sure what's going on, it doesn't really need exec on home. I have the impression that it used to work, then a new version of firejail broke it? It uses pickle for bookmarks and maybe that messes it up? I think it has it's own tests, to check if the right version of PIL is there.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netblue30/firejail/pull/5824 **Author:** [@ghost](https://github.com/ghost) **Created:** 5/9/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `mcomix-fix` --- ### 📝 Commits (1) - [`038affe`](https://github.com/netblue30/firejail/commit/038affeb83326f2df696caf92e6adf333782a58f) mcomix fix ### 📊 Changes **1 file changed** (+2 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/mcomix.profile` (+2 -0) </details> ### 📄 Description it's a python application, for some reason it want's exec on home or it can't find PIL ``` 15:39:48 [MainThread] ERROR: Pillow 5.1.0 or higher is required. 15:39:48 [MainThread] ERROR: No version of the Pillow was found on your system. ``` I'm not sure what's going on, it doesn't really need exec on home. I have the impression that it used to work, then a new version of firejail broke it? It uses pickle for bookmarks and maybe that messes it up? I think it has it's own tests, to check if the right version of PIL is there. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 10:42:59 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#5684
No description provided.