[PR #222] [CLOSED] Fix GetDefaultUppOut() for Flatpak #244

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

📋 Pull Request Information

Original PR: https://github.com/ultimatepp/ultimatepp/pull/222
Author: @klugier
Created: 12/22/2024
Status: Closed

Base: masterHead: klugier/fix-default-upp-out-for-flatpak


📝 Commits (1)

  • 9a781c1 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/ultimatepp/ultimatepp/pull/222 **Author:** [@klugier](https://github.com/klugier) **Created:** 12/22/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `klugier/fix-default-upp-out-for-flatpak` --- ### 📝 Commits (1) - [`9a781c1`](https://github.com/ultimatepp/ultimatepp/commit/9a781c19cc941d0e772f7932ca4e9230330cc435) Fix GetDefaultUppOut() for Flatpak ide distribution ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `uppsrc/ide/Core/Assembly.cpp` (+3 -0) </details> ### 📄 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. --- <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:43:46 -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#244
No description provided.