Please provide an AppImage for Linux #1402
Replies: 12 comments 22 replies
-
Oooh... I didn't know about this. I'll take a look. A quick question: what testing is available to check the appimage on all supported platforms? |
Beta Was this translation helpful? Give feedback.
-
I am using |
Beta Was this translation helpful? Give feedback.
-
I agree that AppImage would be great solution! I will help with creating this. |
Beta Was this translation helpful? Give feedback.
-
On a Debian/Ubuntu based distribution, please try
It should produce a working AppImage. |
Beta Was this translation helpful? Give feedback.
-
+1 for this, I would have much preferred an appimage. I'm currently wrestling with the pip install which is crashing due to other changes in the latest distros (#875 ) so I can't currently run mu at all. |
Beta Was this translation helpful? Give feedback.
-
All, Letting you know that I have made substantial progress towards the goal packaging Mu Editor as a Linux AppImage. Details in this Once these items are ironed out we should be able to ship our first "official" Mu Editor AppImages -- whether they will work and make our Linux users' lives easier or not is something that we'll have to wait for and see. :) Stay tuned! |
Beta Was this translation helpful? Give feedback.
-
All, First attempt at AppImage Linux packaging for the current release of Mu just automatically built available at the bottom of this page. Just tested it on Debian 10:
Let me know how it goes, please! :) |
Beta Was this translation helpful? Give feedback.
-
Just for a record. Working fine on Ubuntu 20.04, but I have Mu in local got cloned repo, so I have all neccessary libraries in system. |
Beta Was this translation helpful? Give feedback.
-
Tested on Ubuntu 22.04 x64 (arriving next month -- note 22.04, not 20.04).
22.04 has
|
Beta Was this translation helpful? Give feedback.
-
Experimental AppImage version added to our downloads page. Please let us know how you get on. Thank you! |
Beta Was this translation helpful? Give feedback.
-
All, We've updated the docs on using the Linux AppImage at https://codewith.mu/en/howto/1.1/install_linux. Your feedback will be welcome. Thanks! |
Beta Was this translation helpful? Give feedback.
-
Out of curiosity, what was the goal with packaging the AppImage inside an archive |
Beta Was this translation helpful? Give feedback.
-
Currently it is extremely easy to download and run Mu on the Mac, but on Linux the command line is involved, making it more complex than on the Mac.
Providing an AppImage would have, among others, these advantages:
appimaged
--appimage-extract
parameterAn AppImage is essentially a self-mounting filesystem (similar to a Mac disk image) that contains Python, PyQt, Python libraries, icons, other resources, and the application.
Complex Python/PyQt applications such as Ultimaker Cura are already being shipped in AppImage format.
Here is an overview of projects that are already distributing upstream-provided, official AppImages.
Here is a simple recipe that can produce an AppImage from pip:
https://github.com/AppImage/AppImages/blob/master/recipes/Mu.yml
On a Debian/Ubuntu based distribution, you can run it with
If you have questions, AppImage developers are on #AppImage on irc.freenode.net.
Beta Was this translation helpful? Give feedback.
All reactions