Every article tag can be clicked to get a list of all articles in that category. Every article tag also has an RSS feed! You can customize an RSS feed too!
We do often include affiliate links to earn us some pennies. See more here.

Steam has put up a Spring Cleaning Event featuring multiple Linux games that you can play for free from now until May 28th. During the event, you can also earn the new Spring Cleaning badge, if you're bothered about that sort of thing.

Here's the titles that support Linux:

All apart from Left 4 Dead 2 are also on sale, so if you decide after a few hours that you enjoy them you can pick them up cheaper than normal.

Article taken from GamingOnLinux.com.
Tags: Steam
4 Likes
About the author -
author picture
I am the owner of GamingOnLinux. After discovering Linux back in the days of Mandrake in 2003, I constantly checked on the progress of Linux until Ubuntu appeared on the scene and it helped me to really love it. You can reach me easily by emailing GamingOnLinux directly. You can also follow my personal adventures on Bluesky.
See more from me
The comments on this article are closed.
All posts need to follow our rules. For users logged in: please hit the Report Flag icon on any post that breaks the rules or contains illegal / harmful content. Guest readers can email us for any issues.
13 comments Subscribe

Eike 25 May 2018
  • Supporter Plus
Unfortunately, their badge tasks are not platform filtered...
Restmensch 25 May 2018
I would recommend to try out Tyranny. The combat balance has some issues, but I really liked the story and setting.
Leopard 25 May 2018
So , i screwed a little bit.

In their badge process quests , one of the section contains two Windows only games which when i was on Windows added , some shitty games.

So as a workaround i permanently removed them from my account but they're still staying here as suitable ones.

Maybe i should raise an issue on Steam Github to fix this or DM'ing to Plagman on Twitter. :P
ageres 25 May 2018
Unfortunately, their badge tasks are not platform filtered...
I use a Python script which emulates playing a game for getting Steam cards drop. Create file run_app_id.py containing this:
#!/usr/bin/python2
import os
import time
from ctypes import CDLL
import sys
steam_api = CDLL('./libsteam_api64.so')
str_app_id = sys.argv[1]
os.environ["SteamAppId"] = str_app_id
steam_api.SteamAPI_Init()
time.sleep(9999999999999)

Then copy libsteam_api64.so from the Steam folder next to that file and run it in the terminal with "./run_app_id.py xxxxxx" (where xxxxxx is AppID of a desired game). With that, all tasks can be done in a minute.
Asu 25 May 2018
omg I fracking love steam!!!1
Please do a free weekend for Albion online, thanks! Need to check it on linux before buying.
stretch611 25 May 2018
Anyone know how long you need to play in order to qualify for the trophies?
Leopard 25 May 2018
Anyone know how long you need to play in order to qualify for the trophies?

1 or 2 minutes. Maybe even logging in and off would be sufficient.
Eike 25 May 2018
  • Supporter Plus
Anyone know how long you need to play in order to qualify for the trophies?

Starting up the game is enough, I did several this morning.
stretch611 25 May 2018
Anyone know how long you need to play in order to qualify for the trophies?

Starting up the game is enough, I did several this morning.

Thanks... I played Osmos for a short 2 minutes... nothing happened.

I reloaded the page with the trophies and only then did it show up.
Eike 25 May 2018
  • Supporter Plus
Thanks... I played Osmos for a short 2 minutes... nothing happened.

I reloaded the page with the trophies and only then did it show up.

Ah yes. I had the same even after the first page update; needed a second one.
Unfortunately, their badge tasks are not platform filtered...

It happened to me at the beginning, but a couple of hours later the plattform filtering worked fine...

For me this Badge is a pain in the ass, because I have to machines, one with Linux with [this account](https://steamcommunity.com/id/DigitalCHE_Reloaded), and a Windows 7 machine with [this other account](https://steamcommunity.com/id/Digital_CHE)... I am playing in the two machines at the same time.
Leopard 26 May 2018
Unfortunately, their badge tasks are not platform filtered...
I use a Python script which emulates playing a game for getting Steam cards drop. Create file run_app_id.py containing this:
#!/usr/bin/python2
import os
import time
from ctypes import CDLL
import sys
steam_api = CDLL('./libsteam_api64.so')
str_app_id = sys.argv[1]
os.environ["SteamAppId"] = str_app_id
steam_api.SteamAPI_Init()
time.sleep(9999999999999)

Then copy libsteam_api64.so from the Steam folder next to that file and run it in the terminal with "./run_app_id.py xxxxxx" (where xxxxxx is AppID of a desired game). With that, all tasks can be done in a minute.

There isn't a libsteam_api64.so on my .steam folder though.
ageres 26 May 2018
You can get it here: https://github.com/jshackles/idle_master_py/tree/master/Releases/Linux
While you're here, please consider supporting GamingOnLinux on:

Reward Tiers: Patreon. Plain Donations: PayPal.

This ensures all of our main content remains totally free for everyone! Patreon supporters can also remove all adverts and sponsors! Supporting us helps bring good, fresh content. Without your continued support, we simply could not continue!

You can find even more ways to support us on this dedicated page any time. If you already are, thank you!
The comments on this article are closed.