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"

Happy Belated 15th Anniversary!

Wow!  Another year flew by!  Yes, I have not been very active posting on this blog for some time now. In fact, the last post was precisely o...