home.social

#appimages — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #appimages, aggregated by home.social.

fetched live
  1. @itsfoss hi! Are you aware of the #PkgForge project? 👀

    They are trying to do a lot of cool stuff with AppImages, by making them actually universal and compatible with as many versions and variations of Linux desktop as reasonably possible.

    For example, the fuse issue isn't a problem with these because the uruntime automatically falls back to namespaces based execution which falls back to the extract and run mode that appimages support! This, along with the care they take to ensure everything is as universal as possible makes me want to use their work a lot.

    I recognize that a lot of people are turned off by #AppImages because of the things probonopd has said in the past so I have to emphasize: I think most(if not all?) of the stack has been rewritten and has no real influence of probonopd here.

    For example, uruntime is written in rust and I've seen the team go above and beyond for stuff like fixing Wayland support, both of which probonopd seems to have a grudge against...? Lol

    Disclaimer: I am a little biased as I did a package for them a year or two ago :blobcatfingerguns:

    pkgforge-dev.github.io/Anylinu

    I get that not all AppImages are made this way but I feel like the more people who know about this, the better smaller projects feel empowered to give modern AppImages another chance, especially because of all the bad press around AppImages :sad_panda:

  2. @signalapp is looking for feedback on the new #Linux installation method! But am I the only one who thinks #AppImages are like the worst choice? 😭

    community.signalusers.org/t/be

  3. Let me underline again: #Ubuntu and #Snap is just another #WalledGarden, another attempt at encircling #Linux in a way to co-opt #libre software. #uutils is just another step.

    At this point, I'll have to remind people that systems such as #NixOS exist, or that you can pretty much isolate and sandbox apps and services in many ways.

    But the difference with Ubuntu is how you have to jump through hoops to get things like #AppImages and #Flatpak to work - and that's by design.

  4. Since our switch from Ubuntu 22.04 LTS to 24.04 LTS as the base for TUXEDO OS, some customers have reported that certain AppImages no longer start. We investigated the issue and were able to reproduce it generally for Ubuntu 24.04 LTS and all operating systems based on it. We found that it affects only AppImages built on Electron. The AppImage of our own TUXEDO WebFAI Creator is also impacted.

    You can find the full article here: tuxedocomputers.com/en/Some-Ap

    #article #appimages #linux

  5. I had a fantastic experiance last week using (#claude_code specifically) to generate a script that helps me install on my desktop. Appimages are these weird files that don't seem to play nicely with the package managers we know and love. They require manually moving to a directory and then creating a .desktop file so that your launcher (#rofi in my case) can find it.

    The resulting script here: github.com/vitallish/dotfiles/

    Seems to work with !

  6. In Ubuntu, again, Appimages are not launching. This time it's the 25.04 release and none of the fixes for previous releases are working. I've even checked AppArmor to ensure the Appimage in question isn't being blocked from running for some reason. Why does this issue continue in Ubuntu releases when so many have reported the issue? My son, just yesterday, got fed up with the issue and moved to openSUSE on his laptop and desktop. My neighbor, who I convinced to move to Linux just a year ago from Windows, is also looking to move to a different distribution or, sadly, even back to Windows. Is this simply Ubuntu making it difficult to run anything but Snaps? I'm sure this isn't the reason but I am sure that many are thinking this. There have been multiple users asking about this in the Ubuntu Discourse but the posts are being locked from zero activity. And please, I don't want to hear your thoughts on how bad Appimages are or something. Many people use them, myself included. I like them.

    Ubuntu and Canonical, I love you, but you need to get it together. This is just ridiculous.

    #ubuntu #linux #appimages

  7. The more I look into something like #Snap from Canonical, the less I like it. I am old school, but that isn't the reason. I understand the idea behind global type packages like #Flatpak, #AppImages, and even #Snap. I just hate the way Canonical has gone so heavy-handed on it, pirating apt cmds, and closed off the back-end. Just seems to be anti-FOSS. I no others disagree and that is fine. Just my personal take.

  8. Great news! We just got some packaging work done that's going into the rebase branch. It is now possible to build #AppImages and installers again!

    On top of that, SHA256 hashes are now automatically generated, and we now build our installer with #CPack using a custom #CMake script, so all packaging is the same process. When we bring back nightly builds, this will be a nice way to verify your download. Plus, it will save us a few steps in packaging official binaries 😛

  9. Is there no easy maintained way to update yet? Should I just default to use flatpaks instead? I know there was an update, but showing it hasn't been updated for years. And the other appimageupdater I found is in alpha status? *sigh*

  10. AppImage Fan? Be Sure to Check Out ‘Gear Lever’

    AppImages are great: a single runtime containing all of the required dependencies for the app to run, in a double-click binary you can run from anywhere on your system. And therein lies the rub. When I download an AppImage for software like Audacity, Kdenlive, etc., it’s to a folder or my desktop. To run it, I have navigate to the folder and double-click on the binary as unless I manually choose to create a .desktop launcher it won’t appear in any app launcher/menu. Solutions exist, of course. In 2022 I featured a terrific tool to integrate AppImages with Ubuntu easily. :sys_more_orange:
    #News #Appimages #AppsOnFlathub #GearLever #Libadwaita

    :sys_omgubuntu: omgubuntu.co.uk/2024/07/gear-l

  11. Anyone else having trouble running on 24.04. even installed Fuse 2 but still no go ...

  12. Es gibt doch so ein Tool, womit man unter #linux #appImages verwalten kann, weiss jemand wie das Tool heisst ?

  13. @[email protected] Sure, QA work is hard, but that's exactly why you want to keep the distro maintainers in the loop, they are a big part of QA. If you leave it up to upstream they'll do a piss-poor job for only their own machine, package it in Flatpak and call it a day. The distro maintainers are exactly the ones who will be telling them "yeah this isn't gonna work, you need to fix $whatever before I'm going to package this".

    Everytime I look at
    #Flatpak (and similar systems like #Snaps or #AppImages) I am just confronted with low-quality garbage that no sane person would want.

  14. Hey #Canonical. Stop trying to make everything a #Snap. #Snaps suck. Nobody wants them and we've already moved to #Flatpaks and #AppImages. Stop forcing your agenda on us.

    #Linux #PackageManagers #Ubuntu

  15. after a recent linux upgrade, i found that appimages stopped loading - double-click, nothing. the log complained that '#appimages require #fuse', which led me to the article at bottom - you still need fuse 2 even though the os has moved on to fuse 3.

    sudo apt install libfuse2

    only libfuse2, not fuse or any other package - those may remove bits of fuse 3 that you do need.
    #appimage #fuse2 #fuse3

    omgubuntu.co.uk/2023/04/appima