mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #177] [MERGED] IDE changes for Flatpak sandbox #206
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#206
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/177
Author: @klugier
Created: 11/29/2023
Status: ✅ Merged
Merged: 12/20/2023
Merged by: @mirek-fidler
Base:
master← Head:klugier/flatpak📝 Commits (10+)
c48ace3flatpak changesb2e1d7b.small fix0ce0240Working on flatpak support.0fd8595StartProcess wrapped.2f30b67minor changesbd6365aasd585710e.fix241dd0f.next fixa7524c5.work3676b78expr📊 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.