mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
[PR #222] [CLOSED] Fix GetDefaultUppOut() for Flatpak #244
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#244
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/222
Author: @klugier
Created: 12/22/2024
Status: ❌ Closed
Base:
master← Head:klugier/fix-default-upp-out-for-flatpak📝 Commits (1)
9a781c1Fix GetDefaultUppOut() for Flatpak ide distribution📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
uppsrc/ide/Core/Assembly.cpp(+3 -0)📄 Description
It looks like version 2024.1 is incompatible with Flatpak. I identified that in GetDefaultUppOut() in ide/Core/Assembly.cpp we are trying to get upp out directory basing on ide executable file. In our Flatpak environment it won't work, because we are using host compiler not the sandboxed one. So, in such case we always need to base on users home directory.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.