Avid Linux gamer. Long time Slackware user. Currently playing Oil Rush, Braid, and Trine. Enjoy playing World of Padman with friends/family near and far, as well as the occasional Warzone.

Comment History
disturbed1
disturbed1 - - 1 comments @ Desura Linux - Beta launch

Here's a fix to make desura link to standard libraries

sed -i 's,libnss3.so.1d,libnss3.so\x00\x00\x00,g;
s,libnssutil3.so.1d,libnssutil3.so\x00\x00\x00,g;
s,libsmime3.so.1d,libsmime3.so\x00\x00\x00,g;
s,libssl3.so.1d,libssl3.so\x00\x00\x00,g;
s,libplds4.so.0d,libplds4.so\x00\x00\x00,g;
s,libplc4.so.0d,libplc4.so\x00\x00\x00,g;
s,libnspr4.so.0d,libnspr4.so\x00\x00\x00,g;' lib/libcef_desura.so

Not sure why Desura chose to link against non standard libraries.

Same issue as another user with desura downloading 32bit games on a 64bit system, then prompting to re-download the 64bit version.

Glad you're giving us the chance to help you iron out the small bugs before you go public.

Good karma+1 vote