[PR #177] [MERGED] IDE changes for Flatpak sandbox #206

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/177
Author: @klugier
Created: 11/29/2023
Status: Merged
Merged: 12/20/2023
Merged by: @mirek-fidler

Base: masterHead: klugier/flatpak


📝 Commits (10+)

📊 Changes

15 files changed (+90 additions, -43 deletions)

View changed files

📝 uppsrc/Core/config.h (+4 -0)
📝 uppsrc/ide/About.cpp (+3 -0)
📝 uppsrc/ide/Builders/GccBuilder.cpp (+2 -2)
📝 uppsrc/ide/Builders/Install.cpp (+3 -3)
📝 uppsrc/ide/Common/Util.cpp (+1 -1)
📝 uppsrc/ide/Console.cpp (+6 -3)
📝 uppsrc/ide/Core/Host.cpp (+26 -13)
📝 uppsrc/ide/Core/Host.h (+8 -5)
📝 uppsrc/ide/Debuggers/Gdb.cpp (+3 -2)
📝 uppsrc/ide/Debuggers/GdbCmd.cpp (+1 -1)
📝 uppsrc/ide/Install.cpp (+4 -0)
📝 uppsrc/ide/Methods.cpp (+12 -6)
📝 uppsrc/ide/clang/clang.cpp (+5 -2)
📝 uppsrc/ide/idebar.cpp (+8 -5)
📝 uppsrc/ide/main.cpp (+4 -0)

📄 Description

This PR's adapts TheIDE to be run under Flatpak. Please review, for me for now bot version works flatpaked and normal. However, very careful review will be extremely valuable.

flagSandboxFlatpak flag is passed via uppsrc/uppconfig.h during flatpak build after cloning the repository.

Due to high amount of commits, please merge using squash option.


🔄 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/177 **Author:** [@klugier](https://github.com/klugier) **Created:** 11/29/2023 **Status:** ✅ Merged **Merged:** 12/20/2023 **Merged by:** [@mirek-fidler](https://github.com/mirek-fidler) **Base:** `master` ← **Head:** `klugier/flatpak` --- ### 📝 Commits (10+) - [`c48ace3`](https://github.com/ultimatepp/ultimatepp/commit/c48ace3a323d7b722bb39dfd39f9211f1bb84c64) flatpak changes - [`b2e1d7b`](https://github.com/ultimatepp/ultimatepp/commit/b2e1d7b52dec3fd1ebdf6ddf5a043c2d0babee5e) .small fix - [`0ce0240`](https://github.com/ultimatepp/ultimatepp/commit/0ce0240d997c9f77061435009b3c400e49193799) Working on flatpak support. - [`0fd8595`](https://github.com/ultimatepp/ultimatepp/commit/0fd8595c7d7fc197bc662522c8697082d7f4105e) StartProcess wrapped. - [`2f30b67`](https://github.com/ultimatepp/ultimatepp/commit/2f30b67478c84f860b6f2860d83ee77d91a0cde3) minor changes - [`bd6365a`](https://github.com/ultimatepp/ultimatepp/commit/bd6365a0e8b45a39c18502b048caa1bc98b7c270) asd - [`585710e`](https://github.com/ultimatepp/ultimatepp/commit/585710e365ea08d63842fdb1cba78849ab767d03) .fix - [`241dd0f`](https://github.com/ultimatepp/ultimatepp/commit/241dd0f39d05770d1eecdd8e973a50c107efad51) .next fix - [`a7524c5`](https://github.com/ultimatepp/ultimatepp/commit/a7524c53504e2548cc83def8e746411d1b2f1b8a) .work - [`3676b78`](https://github.com/ultimatepp/ultimatepp/commit/3676b78422b724509ca2066a1a51d5646b05f0da) expr ### 📊 Changes **15 files changed** (+90 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/Core/config.h` (+4 -0) 📝 `uppsrc/ide/About.cpp` (+3 -0) 📝 `uppsrc/ide/Builders/GccBuilder.cpp` (+2 -2) 📝 `uppsrc/ide/Builders/Install.cpp` (+3 -3) 📝 `uppsrc/ide/Common/Util.cpp` (+1 -1) 📝 `uppsrc/ide/Console.cpp` (+6 -3) 📝 `uppsrc/ide/Core/Host.cpp` (+26 -13) 📝 `uppsrc/ide/Core/Host.h` (+8 -5) 📝 `uppsrc/ide/Debuggers/Gdb.cpp` (+3 -2) 📝 `uppsrc/ide/Debuggers/GdbCmd.cpp` (+1 -1) 📝 `uppsrc/ide/Install.cpp` (+4 -0) 📝 `uppsrc/ide/Methods.cpp` (+12 -6) 📝 `uppsrc/ide/clang/clang.cpp` (+5 -2) 📝 `uppsrc/ide/idebar.cpp` (+8 -5) 📝 `uppsrc/ide/main.cpp` (+4 -0) </details> ### 📄 Description This PR's adapts TheIDE to be run under Flatpak. Please review, for me for now bot version works flatpaked and normal. However, very careful review will be extremely valuable. flagSandboxFlatpak flag is passed via uppsrc/uppconfig.h during flatpak build after cloning the repository. Due to high amount of commits, please merge using squash option. --- <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:42:59 -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#206
No description provided.