[GH-ISSUE #4509] Nextcloud profile broken - needs 3D and system tray access #2686

Closed
opened 2026-05-05 09:20:53 -06:00 by gitea-mirror · 2 comments
Owner

Originally created by @zarandya on GitHub (Sep 4, 2021).
Original GitHub issue: https://github.com/netblue30/firejail/issues/4509

The nextcloud client profile is broken: nextcloud crashes at startup as it is trying to use OpenGL for its gui. Also, it has no access to the system tray.

I added this to nextcloud.local to fix it:

ignore no3d
dbus-user.talk org.freedesktop.StatusNotifierItem
dbus-user.talk org.kde.StatusNotifierWatcher
Originally created by @zarandya on GitHub (Sep 4, 2021). Original GitHub issue: https://github.com/netblue30/firejail/issues/4509 The nextcloud client profile is broken: nextcloud crashes at startup as it is trying to use OpenGL for its gui. Also, it has no access to the system tray. I added this to `nextcloud.local` to fix it: ``` ignore no3d dbus-user.talk org.freedesktop.StatusNotifierItem dbus-user.talk org.kde.StatusNotifierWatcher ```
Author
Owner

@rusty-snake commented on GitHub (Sep 4, 2021):

Is enough to add this?

ignore no3d
dbus-user.talk org.kde.StatusNotifierWatcher
<!-- gh-comment-id:912986185 --> @rusty-snake commented on GitHub (Sep 4, 2021): Is enough to add this? ``` ignore no3d dbus-user.talk org.kde.StatusNotifierWatcher ```
Author
Owner

@zarandya commented on GitHub (Sep 4, 2021):

Is enough to add this?

ignore no3d
dbus-user.talk org.kde.StatusNotifierWatcher

It indeed is.

<!-- gh-comment-id:912991632 --> @zarandya commented on GitHub (Sep 4, 2021): > Is enough to add this? > > ``` > ignore no3d > dbus-user.talk org.kde.StatusNotifierWatcher > ``` It indeed is.
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#2686
No description provided.