this post was submitted on 18 Aug 2024
16 points (100.0% liked)

Monero

1555 readers
34 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.

GitHub

StackExchange

Twitter

Wallets

Desktop (CLI, GUI)

Desktop (Feather)

Mac & Linux (Cake Wallet)

Web (MyMonero)

Android (Monerujo)

Android (MyMonero)

Android (Cake Wallet) / (Monero.com)

Android (Stack Wallet)

iOS (MyMonero)

iOS (Cake Wallet) / (Monero.com)

iOS (Stack Wallet)

iOS (Edge Wallet)

Instance tags for discoverability:

Monero, XMR, crypto, cryptocurrency

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (2 children)

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:

  • packages don't update with operating system updates using native package managers like apt or yum so updates are clumsy and in some cases have broken my system.
  • packages don't integrate with operating system menu hierarchy.
  • it can tend to circumvent the quality controls inherent in the package introduction processes of these distributions, therefore reducing it's overall reliability as a tool. (it's also a great way to sneak malicious code on to your machine, btw)

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

[–] [email protected] 3 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

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.

[–] [email protected] 1 points 3 weeks ago

Then distributions or users can take the appimage and build a package that integrates properly.

Can confirm - It's very easy to package Appimages into Flatpak