WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   Minion (https://www.wowinterface.com/forums/forumdisplay.php?f=124)
-   -   Flatpak Wrapper for Minion (https://www.wowinterface.com/forums/showthread.php?t=59588)

Zyonin 05-21-23 02:44 PM

Flatpak Wrapper for Minion
 
I was browsing through Flathub. For non-Linux types, Flathub is a software "store" for Flatpaks, a universal packaging format for GNU/Linux. On the front page was Minion in the "New" section. It seems that someone has created a Flatpak wrapper for Minion to allow for easy installation and use on GNU/Linux. I have not had time to look over the code yet however the wrapper is up on GitHub:

https://github.com/flathub/gg.minion.Minion

The Flathub page is at:

https://flathub.org/apps/gg.minion.Minion

Recently CurseForge released a beta for their CurseForge App as an AppImage (another universal GNU/Linux package which is completely self-conatained). I have been using it for a while now and works great. Once I have a chance to look over the Minion wrapper, I will report back with what i find.

UPDATE: I did some digging and it looks legit. The Flatpak downloads both the needed Java libraries (Bellsoft Liberica JRE 11 as OpenJDK which is normally available in most distro's repos does not have JavaFX support) from Bellsoft and the Minion client from the MMOUI servers

Liberica JRE 11 AMD64
Code:

https://download.bell-sw.com/java/11.0.17+7/bellsoft-jre11.0.17+7-linux-amd64-full.tar.gz
Liberica JRE 11 Aarch64
Code:

https://download.bell-sw.com/java/11.0.17+7/bellsoft-jre11.0.17+7-linux-aarch64-full.tar.gz
Minion
Code:

https://cdn.mmoui.com/minion/v3/Minion3.0.11-java.zip
The rest of the .yml directs the installation into /home/<USER NAME>/.local/share/flatpak

As this is a Flatpak installation, it cannot make changes to your system and runs with user privileges.

This looks to be a viable way to run Minion for GNU/Linux types. Disclaimer: I am not the author of this Flatpak nor does it appear that the Flatpak maintainer is associated with MMOUI. If I found otherwise, I will update this post.

Zastrix 07-06-23 02:12 AM

Hey!

Author of the flatpak here! I'm not associated with MMOUI but I did speak with Dolby about this topic and he knows of the existence of this. The raw CDN URL for Minion isn't actually available on the internet normally but he did give it to me in a DM so there's not a constant 'needs to be updated' window popping up.

The JavaFX assumption is correct. I did make a WIP/Template PR which uses OpenJDK JRE 17 and OpenJFX manually installed on top of it, and while it does work it takes around ~10MB or ~20MB more. You can find more information about the process here: https://www.esoui.com/forums/showpos...0&postcount=42

There was some talk about making a bit more official but the conversation was halted (rather, I got ghosted :banana:).


All times are GMT -6. The time now is 01:17 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI