this post was submitted on 18 May 2024
34 points (94.7% liked)

Proton

5003 readers
28 users here now

Empowering you to choose a better internet where privacy is the default. Protect yourself online with Proton Mail, Proton VPN, Proton Calendar, Proton Drive. Proton Pass and SimpleLogin.

Proton Mail is the world's largest secure email provider. Swiss, end-to-end encrypted, private, and free.

Proton VPN is the world’s only open-source, publicly audited, unlimited and free VPN. Swiss-based, no-ads, and no-logs.

Proton Calendar is the world's first end-to-end encrypted calendar that allows you to keep your life private.

Proton Drive is a free end-to-end encrypted cloud storage that allows you to securely backup and share your files. It's open source, publicly audited, and Swiss-based.

Proton Pass Proton Pass is a free and open-source password manager which brings a higher level of security with rigorous end-to-end encryption of all data (including usernames, URLs, notes, and more) and email alias support.

SimpleLogin lets you send and receive emails anonymously via easily-generated unique email aliases.

founded 1 year ago
MODERATORS
34
submitted 4 months ago* (last edited 3 months ago) by [email protected] to c/[email protected]
 

Hey there Proton community! I wanted to know the best and easiest way to get ProtonVPN working on the Steam Deck. I have very little knowledge of Linux, so I'm looking for someone to help me.

Edit: thanks for the tips guys!

top 15 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 4 months ago (2 children)

You can download it directly from the software center by going into desktop mode! It runs like it normally would on any desktop, although you either need to enter desktop mode after restarts/power off to ensure its on. Feel free to send a message if you need help!

[–] [email protected] 2 points 4 months ago

So I managed to find it, and I saw that recent reviews are very negative.

[–] [email protected] 1 points 4 months ago* (last edited 4 months ago)

There is some way to get things going on startup on Steamdeck, even in Steam-mode (Big Picture mode? Not-desktop mode?). I had to do it for Syncthing, I just don't remember exactly what I did. I probably made a service file if I had to take a guess, but I think an "@reboot" cron job might work too

[–] pro_grammer 4 points 4 months ago (1 children)

I know that valve recommends flatpaks, but I don't know if the proton vpn flatpak is trustworthy

[–] [email protected] 5 points 4 months ago (1 children)

I am also very new to Linux (on a PC, but with a distro that also relies mostly on flatpaks for its software selection). Could you explain what makes them un- or less trustworthy? Or alternatively recommend a link to read? I know next to nothing about the different software distribution methods used on Linux.

[–] [email protected] 2 points 3 months ago* (last edited 3 months ago)

Steam is immutable (you cannot change the system, think something like Android) you download apps that have somewhat isolation with the flatpak format which is open source.

On normal systems the packages are installed through a package manager from repos that the OS is hosting, usually. Most people prefer this way as flatpaks may not have all the necessary rights to run the apps completely as expected out of the box. (Firefox did not stop the screen from going to sleep for me when I was watching videos and permission changes made the app unable to start.) That was my experience.

There is also snap which pretty much gets all the hate in the world and the only good think that I have heard about is the seamless installation and updates for nextcloud. IIRC the server is not open source and is linked to canonical.

Also, they made the Firefox packages only available as snap on Ubuntu which you cannot expect anyone to like since they also removed the choice. (Apt install Firefox which is the package manager still installed the snap package)

The proton app, I supposed, it's not trusted because it is not published on flathub.org by proton themselves. Which is fair to assume something like that, but the app is widely used so one can assume that is safe. I however, like to stay on the safe side.

On steam OS it would be best to install apps from the default source to avoid any issues. Also note, that VPNs may not be welcome on some online games.

That is it from me. Please note that I am just a casual user and an internet stranger, take any advise regarding your OS with a grain of salt. Especially if someone suggests to run commands on the terminal. :)

[–] [email protected] 3 points 4 months ago* (last edited 4 months ago)

Download the Linux client? Run through Distrobox.

[–] [email protected] 2 points 4 months ago (1 children)

If you have a browser installed, the extension is probably the easiest way to get ProtonVPN. That is, assuming you just want it for the web.

[–] [email protected] 1 points 4 months ago

A bunch of the reviews for the extension say something about a DNS leak. Uh oh.

[–] [email protected] 2 points 4 months ago (2 children)

Can you access the command line and install wireguard? If so you can pretty easily set up and connect to proton vpn without needing the proton von app.

[–] [email protected] 1 points 4 months ago

Not a huge fan of having to use the command line, but if I get the instructions, I can give it a shot.

[–] [email protected] -1 points 4 months ago

@harsh3466 @Neilia_1
Proton has released Von App?

Well, it was bound to happen.

If a bunch of scientists and coders get together where the world's largest and expensive man-made ring (the LHC) was forged deep underground, it was only a matter of time before Tolkein's writing started to influence the decisions made by Proton.

Von App to rule them all,
Von App to find them,
Von App to bring them all
and in the darkness bind them.

[–] [email protected] 2 points 4 months ago

use OVPN setup on KDE by download the config file and then you connect with tunneldeck

[–] [email protected] 1 points 3 months ago (1 children)

SteamOS natively supports WireGuard - so you can generate a WireGuard configuration for ProtonVPN on the web and configure it in system settings > network > connections > add new connection.

[–] [email protected] 2 points 3 months ago

👀

Thanks for the information!