[PR #252] [MERGED] Fix Host::Launch to work in Flatpak sandbox environment #270

Closed
opened 2026-05-05 03:44:30 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/252
Author: @klugier
Created: 4/13/2025
Status: Merged
Merged: 4/14/2025
Merged by: @mirek-fidler

Base: masterHead: klugier/ide-host-launch-fix-flatpak


📝 Commits (1)

  • b807e44 Fix Host::Launch to work in Flatpak sandboxed environment.

📊 Changes

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

View changed files

📝 uppsrc/ide/Core/Host.cpp (+21 -9)

📄 Description

It looks like Host::Launch doesn't work as expected in Flatpak sandboxed. When I was trying to compile with "GUI WAYLAND" flag the apps compiled under Flatpak sandboxed never launched in that mode. The problem here was that we don't launch this apps with proxy host-spawn command. This PR address this issue.

In addition to that, this fix also allows to spawn host terminal in order to get app output.

Related PR https://github.com/flathub/org.ultimatepp.TheIDE/pull/15.


🔄 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/ultimatepp/ultimatepp/pull/252 **Author:** [@klugier](https://github.com/klugier) **Created:** 4/13/2025 **Status:** ✅ Merged **Merged:** 4/14/2025 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/ide-host-launch-fix-flatpak` --- ### 📝 Commits (1) - [`b807e44`](https://github.com/ultimatepp/ultimatepp/commit/b807e44a7925014c3eb74f3387f69df764ea2a87) Fix Host::Launch to work in Flatpak sandboxed environment. ### 📊 Changes **1 file changed** (+21 additions, -9 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/ide/Core/Host.cpp` (+21 -9) </details> ### 📄 Description It looks like Host::Launch doesn't work as expected in Flatpak sandboxed. When I was trying to compile with "GUI WAYLAND" flag the apps compiled under Flatpak sandboxed never launched in that mode. The problem here was that we don't launch this apps with proxy host-spawn command. This PR address this issue. In addition to that, this fix also allows to spawn host terminal in order to get app output. Related PR https://github.com/flathub/org.ultimatepp.TheIDE/pull/15. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 03:44:30 -06:00
Sign in to join this conversation.
No labels
pull-request
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/ultimatepp#270
No description provided.