Originally posted by Setif
Announcement
Collapse
No announcement yet.
Canonical To Focus On A New, More Modular Snapcraft - Current Codebase Goes Legacy
Collapse
X
-
Originally posted by Setif
It doesn't happen on other platforms.
I gave an example earlier about app size:
Windows: 27 MBs
macOS: 14 MBs
appimage: 72 MBs
On the other and windows is itself a base runtime of more than 20 GB, without a single app installed. Additionally the installation size growes with O(n) which is a lot faster if you install a crapload of applications.
- Likes 3
Comment
-
Originally posted by user1 View PostDoes anyone notice that Appimages are a bit more underrated compared to Snaps and Flatpaks? I actually had the best experience with them probably because they are not sandboxed, so they don't have all the issues that are caused by sandboxing, from which both Snaps and Flatpaks suffer. They also usually take less disk space. But I guess that the fact that they aren't sandboxed is precisely the reason there is less attention to Appimages.
- Likes 6
Comment
-
Originally posted by iskra32 View Post
Linux users will complain that windows requires you to download random binaries from the internet, doesn't sandbox proprietary programs, has apps bundle their own libs(rather than have runtimes like Flatpak), and then will proceed to recommend appimagesLast edited by user1; 07 January 2022, 03:49 PM.
- Likes 1
Comment
-
Originally posted by Vermilion View PostMy personal experience with AppImages was the opposite. Some tended to SEGFAULT on launch, with no apparent way to debug the issues. No centralized way to manage updates, so some apps auto updated on launch while others required manual checking and re-downloading.. And updating meant redownloading the entire bundle as opposed to incremental updates in Flatpak or modular updates in distro-provided packages. Plus they felt alien, residing in some random directory (eg. ~/Downloads) as opposed to an out-of-sight system directory. In my personal experience, AppImages are an example of software packaging done wrong.
Comment
-
Originally posted by user1 View PostDoes anyone notice that Appimages are a bit more underrated compared to Snaps and Flatpaks? I actually had the best experience with them probably because they are not sandboxed, so they don't have all the issues that are caused by sandboxing, from which both Snaps and Flatpaks suffer. They also usually take less disk space. But I guess that the fact that they aren't sandboxed is precisely the reason there is less attention to Appimages.
I wish I could propose OptApp already, AKA extracted AppImages in /opt, and /opt having 777 permissions or at least 775 with group set to admin or something.
Comment
-
Originally posted by VanCoding View PostCan't we all just agree that Nix is the best package manager?
As I remeber it the issues where- Not a good coverage of available packages for a desktop
- Source based distro, or at least some things had to be compiled.
- If the thing you want to change was not available in the declarative system configuration you were essentially out of luck and "please send a patch".
- Poor documentation (not for Nix, but NixOS).
Maybe some or all of these have been fixed, but it put me off it back then.
- Likes 1
Comment
-
Originally posted by tildearrow View Post
Exactly this. AppImage is a very simple format that works like macOS Bundles, and is easy to use like the latter.
I wish I could propose OptApp already, AKA extracted AppImages in /opt, and /opt having 777 permissions or at least 775 with group set to admin or something.
Comment
Comment