miércoles, 5 de octubre de 2016

Steam woes in OpenMandriva.... Again!

Steam updated today and, as a nasty surprise, I hit the same problem I had before with it.

I tried the solution here, but it was not working this time: the code reverted to its original form, preventing the Steam runtime to work.

Then, I realized that I was including the brackets in the code.... Stupid mistake. 

>tar --blocking-factor=${BF}  -xf "$2" -C "$3" |
>zenity --progress --auto-close --no-cancel --width 400 --text="$1"

I removed them and, voila, Steam unpacked the runtime and opened the user interface.

tar --blocking-factor=${BF}  -xf "$2" -C "$3" |
zenity --progress --auto-close --no-cancel --width 400 --text="$1"

And the Magic is Ready!

Two weeks ago, DistroWatch reported that Mageia 9 had been released. Back then, I was swamped with work and, even when the Mageia notifier ...