• el_toro_2022@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    To be honest, not sure why anyone would want to run Emacs out of a flatpak. I suppose there is a good use case for that, but I wouldn’t know.

    I suppose you can simply look for Doom Emacs in a flatpak format. Or create that yourself.

  • natermer@alien.topB
    link
    fedilink
    English
    arrow-up
    1
    ·
    11 months ago

    Doom Emacs runs so many other utilities, languages, and programs I don’t see the benefit for using Emacs Flatpak for it.

    Instead I use Distrobox with Arch. So far Arch’s Emacs is working very well for me.

      • natermer@alien.topB
        link
        fedilink
        English
        arrow-up
        1
        ·
        11 months ago

        Distrobox is similar to Fedora’s Toolbox.

        It allows you to run a Linux distribution integrated into your desktop environment. It uses podman (prefered) or docker containers to do this.

        Essentially it creates a container that shares your $HOME and sets up the environment to integrate into your desktop as seamlessly as possible.

        Typically people would use it with a “immutable” (read-only root) Linux distribution like Silverblue for building development environments. But you can use it with any Linux environment.

        https://github.com/89luca89/distrobox

        I run Silverblue on my desktop, but run Emacs out of a Arch Linux container. I launch Emacs with a .desktop file, which means it looks and behaves like a normal GUI application.

        Flatpak is very good for desktop applications, but any sort of command line or daemon type service it falls short. Emacs, especially Emacs Doom, is very complicated with lots of dependencies in applications and LSP libraries and multiple languages and that sort of thing. Not super easy to use with Flatpak, but distrobox is ideal for that containerizing sort of thing.

        • FluffyBrudda@alien.topOPB
          link
          fedilink
          English
          arrow-up
          1
          ·
          11 months ago

          ik this is a big ask but would you consider uploading a tutorial on youtube or some foss alternative on how to do that, apologies and thanks for the info