this post was submitted on 16 Jun 2024
52 points (100.0% liked)

Free and Open Source Software

17779 readers
12 users here now

If it's free and open source and it's also software, it can be discussed here. Subcommunity of Technology.


This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.

founded 2 years ago
MODERATORS
 

How is it possible, that Signal still only provides a .deb package and no .rpm, or even better AppImage or Flatpak? There is an unofficial Flatpak but is it secure?

you are viewing a single comment's thread
view the rest of the comments
[–] theorangeninja@lemmy.today 1 points 3 months ago (2 children)

I'm not a developer so I can't really check myself

[–] Lemongrab@lemmy.one 12 points 3 months ago

I just read through the unofficial Flathub Flatpak for Signal and it is very simple. It fetches the .deb from Signal's website, installs it in the sandbox, and uses a launcher script to tell the OS some basic toggles like should it start minimized or should it display a tray icon. In the script it makes use of zypak, which to my understanding is to tell electron (chromium) to allow sandboxing to be handled by Flatpak. Here is the repo and the build instructions is the .yaml file.

[–] Lemongrab@lemmy.one 7 points 3 months ago

Flatpaks are pretty easy to read through. Just go to the links section of Flathub and click the manifest, then read it to see what is done during building.