26
Developing GUI app on Immutable Distros
(lemmy.ml)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
ProtonVPN actually has a flatpak, and it worked for me when I tested it out a couple months ago.
But my personal use case is with Private Internet Access. I basically had to install it from source, tweak the installer by commenting out some lines that tried to write to
/usr
(which is immutable), install and modify the systemd daemon service manually, then install the.desktop
file for my local user. And for some reason, the OpenVPN tunnel doesn't work, but WireGuard works fine.I may try my hand at making a flatpak or RPM for a cleaner install, but it's seriously made me reconsider if I want to keep this provider, move to one like AirVPN, or go with a different immutable distro like NixOS or openSUSE MicroOS.
If ProtonVPN has its package in the Fedora repos or as a downloadable RPM file, it should be as easy as
rpm-ostree install protonvpn
orrpm-ostree install /path/to/protonvpn.rpm
.