-
Notifications
You must be signed in to change notification settings - Fork 71
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
Winetricks option does not work #663
Comments
This is an issue with the flatpak build. The flatpak is managed here: https://github.com/flathub/io.github.sharkwouter.Minigalaxy/issues |
Yeah, I don't think the Flatpak has winetricks installed. |
Winetricks appears to be installed. It's the ui library that is missing. Zenity or kdialog. I've added building an AppImage to my personal backlog now. Flatpak just isn't the most suitable container format for something like minigalaxy which isn't really a standalone-application but works more like an integration layer. And given all the things which the over-engineered sandbox approach forbids, i personally find it more of a hindrance than helpful. |
Adding Zenity to the Flatpak should be doable. I've made an AppImage before, but the tool I was using did not package C libraries, so you would still need to install all dependencies of Minigalaxy to be able to run it. There might be different tools, though. |
Sure. That's something i'll have to think about. |
Here is the issue I made for packaging C libraries with python-appimage: niess/python-appimage#48 It was closed, but a solution was never implemented. |
My initial idea was to use an archlinux makepkg/PKGBUILD in a clean chroot. Then install this package including all required system dependencies in a temporary dir. Last step would be to just pick that up and add the correct run command/executable. Maybe there's even a tool to convert pacman packages directly. Maybe that's naive, i don't know yet. Gotta try. |
reported there as well. |
Using Minigalaxy from Flathub, on Fedora 41
If I start Minigalaxy from the menu, choose a game, select properties, and then click Winetricks, nothing happens.
Running from a command window:
So, this suggests that Zenity is not on the system, but it is.
I have Zenity and Winetricks installed, in fact I have the newer version of winetricks mentioned in the other messages:
I haven't installed Minigalaxy as an RPM because the version in the repo is 1.3.0 🙂
I think this could be an issue with the flatpak? Shouldn't that be self-contained and have all the pieces for winetricks in one place?
The text was updated successfully, but these errors were encountered: