Mozilla VPN

I am mostly just curious. Has anyone used Mozilla VPN on OpenSUSE, because currently the only installer they’ve got on their website is a DEB file. I have in the past attempted to use the ALIEN script to convert DEB packages to RPM, with little luck.

@JudasDisciple:

Did you follow the advice on the Mozilla VPN page and, try to compile the source code?

You’ll need WireGuard from here – <https://software.opensuse.org/package/wireguard>.

Took a brief look at this…
The build instructions require two Debian only packages which I don’t think are obviously available in openSUSE…
libpolkit-gobject-1-dev - There are some general qt libpolkit packages which can be tried, but no guarantee any will work
**resolvconf **- I don’t know of anything in openSUSE that’s comparable.

If one didn’t care about Firefox integration,
All one would need is a server and authentication package or settings, and “fill in the blanks” launching a wireguard vpn.
But, skimming the source, I didn’t see anything obvious… This server list and authentication might be downloaded dynamically during build or runtime.

TSU