[GH-ISSUE #4741] When installing a software with wine, icons doesn't appear #2768

Closed
opened 2026-05-05 09:25:57 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @Froggy232 on GitHub (Dec 4, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4741

Hi,
I use firejail on an archlinux + gnome system.
When installing a software with wine without firejail, the icons appear on the app drawer and in the $HOME/.local/share/applications/wine folder.
With firejail, there is no icons in the app drawer and no new files in $HOME/.local/share/applications/wine.
I have tried to add a noblacklist entry in wine.local, but it doesn't solve it.
Does someone have an idea on how to fix it?
Thanks you

Originally created by @Froggy232 on GitHub (Dec 4, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4741 Hi, I use firejail on an archlinux + gnome system. When installing a software with wine without firejail, the icons appear on the app drawer and in the $HOME/.local/share/applications/wine folder. With firejail, there is no icons in the app drawer and no new files in $HOME/.local/share/applications/wine. I have tried to add a noblacklist entry in wine.local, but it doesn't solve it. Does someone have an idea on how to fix it? Thanks you
gitea-mirror 2026-05-05 09:25:57 -06:00
Author
Owner

@rusty-snake commented on GitHub (Dec 5, 2021):

mkdir ${HOME}/.local/share/applications/wine
read-write ${HOME}/.local/share/applications/wine
<!-- gh-comment-id:986186820 --> @rusty-snake commented on GitHub (Dec 5, 2021): ``` mkdir ${HOME}/.local/share/applications/wine read-write ${HOME}/.local/share/applications/wine ```
Author
Owner

@Froggy232 commented on GitHub (Dec 5, 2021):

Thanks you, but do I need to add that to the wine.local file?

<!-- gh-comment-id:986222668 --> @Froggy232 commented on GitHub (Dec 5, 2021): Thanks you, but do I need to add that to the wine.local file?
Author
Owner

@rusty-snake commented on GitHub (Dec 5, 2021):

Yes.

If it does not work, use

mkdir ${HOME}/.local/share/applications/wine
read-only ${HOME}/.local/share/applications
read-write ${HOME}/.local/share/applications/wine
ignore read-only ${HOME}/.local/share/applications
<!-- gh-comment-id:986223292 --> @rusty-snake commented on GitHub (Dec 5, 2021): Yes. If it does not work, use ``` mkdir ${HOME}/.local/share/applications/wine read-only ${HOME}/.local/share/applications read-write ${HOME}/.local/share/applications/wine ignore read-only ${HOME}/.local/share/applications ```
Author
Owner

@Froggy232 commented on GitHub (Dec 5, 2021):

It's worked!
Thanks you a lot

<!-- gh-comment-id:986233901 --> @Froggy232 commented on GitHub (Dec 5, 2021): It's worked! Thanks you a lot
Author
Owner

@kmk3 commented on GitHub (Dec 7, 2021):

@rusty-snake commented on Dec 5:

Yes.

If it does not work, use

mkdir ${HOME}/.local/share/applications/wine
read-only ${HOME}/.local/share/applications
read-write ${HOME}/.local/share/applications/wine
ignore read-only ${HOME}/.local/share/applications

Shouldn't that be added to the default wine.profile?

<!-- gh-comment-id:988135695 --> @kmk3 commented on GitHub (Dec 7, 2021): @rusty-snake commented [on Dec 5](https://github.com/netblue30/firejail/issues/4741#issuecomment-986223292): > Yes. > > If it does not work, use > > ``` > mkdir ${HOME}/.local/share/applications/wine > read-only ${HOME}/.local/share/applications > read-write ${HOME}/.local/share/applications/wine > ignore read-only ${HOME}/.local/share/applications > ``` Shouldn't that be added to the default wine.profile?
Author
Owner

@rusty-snake commented on GitHub (Dec 7, 2021):

It can be used to escape the sandbox, so maybe we should add it as a comment. On the other hand wine.profile is already open as fuck so I don't care if we add it enabled. Do what you want.

<!-- gh-comment-id:988138404 --> @rusty-snake commented on GitHub (Dec 7, 2021): It can be used to escape the sandbox, so maybe we should add it as a comment. On the other hand wine.profile is already open as fuck so I don't care if we add it enabled. Do what you want.
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#2768
No description provided.