[PR #1428] [MERGED] Fix Windows settings popup with mesa 3d openGL emulator #15366

Closed
opened 2026-08-05 03:07:29 -04:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbirdio/netbird/pull/1428
Author: @mlsmaycon
Created: 1/2/2024
Status: Merged
Merged: 1/2/2024
Merged by: @mlsmaycon

Base: mainHead: fix/windows-rdp-settings-page-with-mesa3d-emulator


📝 Commits (1)

  • 211e8ef Fix Windows settings popup with mesa 3d openGL emulator

📊 Changes

4 files changed (+5 additions, -1 deletions)

View changed files

📝 .github/workflows/release.yml (+1 -1)
📝 CONTRIBUTING.md (+2 -0)
📝 client/installer.nsis (+1 -0)
📝 client/netbird.wxs (+1 -0)

📄 Description

Describe your changes

By copying the emulator driver next to our binary, our GUI setting popup works on remote desktop connections

the dll is added as part of our sign pipelines workflow

#986 #1189

Checklist

  • Is it a bug fix
  • Is a typo/documentation fix
  • Is a feature enhancement
  • It is a refactor
  • Created tests that fail without the change (if possible)
  • Extended the README / documentation, if necessary

🔄 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/netbirdio/netbird/pull/1428 **Author:** [@mlsmaycon](https://github.com/mlsmaycon) **Created:** 1/2/2024 **Status:** ✅ Merged **Merged:** 1/2/2024 **Merged by:** [@mlsmaycon](https://github.com/mlsmaycon) **Base:** `main` ← **Head:** `fix/windows-rdp-settings-page-with-mesa3d-emulator` --- ### 📝 Commits (1) - [`211e8ef`](https://github.com/netbirdio/netbird/commit/211e8ef05dbc799630e175a298c84975af22c17f) Fix Windows settings popup with mesa 3d openGL emulator ### 📊 Changes **4 files changed** (+5 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yml` (+1 -1) 📝 `CONTRIBUTING.md` (+2 -0) 📝 `client/installer.nsis` (+1 -0) 📝 `client/netbird.wxs` (+1 -0) </details> ### 📄 Description ## Describe your changes By copying the emulator driver next to our binary, our GUI setting popup works on remote desktop connections the dll is added as part of our sign pipelines workflow ## Issue ticket number and link #986 #1189 ### Checklist - [x] Is it a bug fix - [ ] Is a typo/documentation fix - [ ] Is a feature enhancement - [ ] It is a refactor - [ ] Created tests that fail without the change (if possible) - [ ] Extended the README / documentation, if necessary --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2026-08-05 03:07:29 -04:00
Sign in to join this conversation.
No Label pull-request
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DYNR/netbird#15366