Thread Tools Display Modes
05-21-23, 02:44 PM   #1
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view addons
Join Date: May 2006
Posts: 1,443
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.
__________________
Twitter

Last edited by Zyonin : 05-31-23 at 02:52 PM.
  Reply With Quote
07-06-23, 02:12 AM   #2
Zastrix
A Kobold Labourer
 
Zastrix's Avatar
Join Date: Jul 2023
Posts: 1
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 ).
  Reply With Quote

WoWInterface » Site Forums » Minion » Flatpak Wrapper for Minion

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off