[PR #6829] [MERGED] profiles: xreader: disable no3d to fix startup #6189

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

📋 Pull Request Information

Original PR: https://github.com/netblue30/firejail/pull/6829
Author: @dan-hipschman
Created: 7/15/2025
Status: Merged
Merged: 7/17/2025
Merged by: @kmk3

Base: masterHead: patch-1


📝 Commits (1)

  • e7692c0 profiles: xreader: disable no3d to fix startup

📊 Changes

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

View changed files

📝 etc/profile-m-z/xreader.profile (+1 -1)

📄 Description

xreader fails to start on my system because of no3d. The error is related to /dev/dri:

$ firejail --private=Documents/ xreader
Reading profile /etc/firejail/xreader.profile
...
MESA: error: Failed to query drm device.
libEGL warning: egl: failed to create dri2 screen
libEGL warning: DRI2: could not open /dev/dri/card1 (No such file or directory)
MESA: error: ZINK: failed to choose pdev
libEGL warning: egl: failed to create dri2 screen

$ xreader --version
xreader 4.2.6

Removing this fixes the problem.

Running on Linux Mint 22.1.


🔄 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/6829 **Author:** [@dan-hipschman](https://github.com/dan-hipschman) **Created:** 7/15/2025 **Status:** ✅ Merged **Merged:** 7/17/2025 **Merged by:** [@kmk3](https://github.com/kmk3) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`e7692c0`](https://github.com/netblue30/firejail/commit/e7692c0f93a53e7da9b38fcf88ec437447b0a552) profiles: xreader: disable no3d to fix startup ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `etc/profile-m-z/xreader.profile` (+1 -1) </details> ### 📄 Description `xreader` fails to start on my system because of `no3d`. The error is related to `/dev/dri`: ``` $ firejail --private=Documents/ xreader Reading profile /etc/firejail/xreader.profile ... MESA: error: Failed to query drm device. libEGL warning: egl: failed to create dri2 screen libEGL warning: DRI2: could not open /dev/dri/card1 (No such file or directory) MESA: error: ZINK: failed to choose pdev libEGL warning: egl: failed to create dri2 screen $ xreader --version xreader 4.2.6 ``` Removing this fixes the problem. Running on Linux Mint 22.1. --- <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:52:23 -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#6189
No description provided.