mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 06:05:58 -06:00
[PR #252] [MERGED] Fix Host::Launch to work in Flatpak sandbox environment #270
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/ultimatepp#270
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:klugier/ide-host-launch-fix-flatpak📝 Commits (1)
b807e44Fix 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.
SecureBufferandSecureZerofor Secure Cryptographic Data Handling #280