16
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 18 Aug 2024
16 points (94.4% liked)
Monero
1662 readers
11 users here now
This is the lemmy community of Monero (XMR), a secure, private, untraceable currency that is open-source and freely available to all.
Wallets
Android (Cake Wallet) / (Monero.com)
iOS (Cake Wallet) / (Monero.com)
Instance tags for discoverability:
Monero, XMR, crypto, cryptocurrency
founded 1 year ago
MODERATORS
I discourage the implementation of AppImage creation because it's a cheap and dirty way to tick the box for Linux compatibility, yet this does not translate into usability for the Linux user. Some cons to this half-baked shortcut IMHO are:
What you end up with is a broken app, which may not break your system entirely at first. Any of those that continue to attempt to correct these broken apps can either get lucky and fix the app, or make things worse and really break the Operating System. It is for these reasons I urge the developer community to avoid using snap, AppImage, or Flatpak and stick to releasing binaries for specific distributions like .deb or .rpm.
I'd rather wait a year longer for it than have you check off your "Linux compatibility" box and never look at it again.
I'm not a programmer, so if you find any statements factually incorrect, I'll beg your forgiveness in advance and ask that you don't bite my head off in your reply, just politely point out and correct factual misstatements and save your energy for writing code for binary installation package files like .deb or .rpm.
Sincerely,
Prancing389
Appimage is a great way for developers to release a binary that works on all linux systems right away. It is a burden on devs to create multiple packages.
Then distributions or users can take the appimage and build a package that integrates properly.
It is also trivial to integrate an appimage into your system by just creating a file that your desktop will read and create a menu item.
Can confirm - It's very easy to package Appimages into Flatpak
Sorry? AppImages shouldn't be able to break your system, at all. For example it does not affect the installed system packages, except a tiny bit when you install AppImageLauncher because that comes as a system package.
Check out AppImageLauncher.
I think you are in the exact opposite here. These solutions are exactly for protecting the system from package dependency inconsistency. Installing such an app won't install any more system packages, and especially won't possibly lock system package versions to some old version. They don't affect the system package manager's state. The entire reason for these being manageable without sudo permission, as a regular unprivileged user is that they don't modify the system, but only the installation in your home directory.
As much as I don't approve of snap, and dislike the resource consumption of flatpak, what you are saying is simply not true.
Yes, and therefore AppImages are great for use in TailsOS and Qubes-Whonix.
Read this: https://github.com/haveno-dex/haveno/issues/270#issuecomment-2294807880