Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use host WINE to run rcedit #73

Open
Calinou opened this issue May 11, 2021 · 3 comments
Open

Use host WINE to run rcedit #73

Calinou opened this issue May 11, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@Calinou
Copy link
Collaborator

Calinou commented May 11, 2021

This is required to make Changing application icon for Windows work from the Flatpak build of Godot.

Alternatively, we could bundle WINE and rcedit in the Flatpak, but this is a difficult task that also increases the bundle size quite a bit.

@Calinou Calinou added the bug Something isn't working label May 11, 2021
@belug23
Copy link

belug23 commented Sep 23, 2023

For those still looking for a solution to this problem here's how I just solved it.

The current version of the flatpack requires the filesystem:host permission this allows you to gain access to the system's executables, but they're in a different folder.

For my need I had to use /run/host/bin/wine64-stable the path /run/host/ is created in the sandbox by flatpack and give you access to the full filesystem.

@TaraSophieDev
Copy link

can this be added to the docs please? Flatpak is the most used app system on linux.

@Calinou
Copy link
Collaborator Author

Calinou commented May 5, 2024

can this be added to the docs please? Flatpak is the most used app system on linux.

I suggest opening a PR to modify this Flatpak's README, but as this Flatpak isn't officially supported, the Godot docs shouldn't include instructions for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants