Difference between revisions of "Talk:Steam"

From Funtoo
Jump to navigation Jump to search
(Kind of bug report)
m (Changed from bug report to solution.)
Line 5: Line 5:
== Steam doesn't run from these instructions ==
== Steam doesn't run from these instructions ==


The instructions on this page are not complete. I am not using epro flavor or mix-ins, in a rather minimal installation with Openbox on X.org so maybe this is why it's not working for me, but there appears to be things missing.  
The instructions on this page do not appear to be complete.  


First of all, /usr/games/bin/steam cannot be run by root, but my user doesn't have permissions to run it either. After running
First of all, /usr/games/bin/steam cannot be run by root, but my user doesn't have permissions to run it either. After running
     chmod 777 /usr/games/bin/steam
     chmod 777 /usr/games/bin/steam
I can run it, and accept a license agreement. After that, I get the following output, and crash:
I can run it, and accept a license agreement. After that, I also needed to remove the following files:


    Running Steam on funtoo generic_64-2017-01-09 64-bit
~/.local/share/Steam/ubuntu..../libxcb*
    STEAM_RUNTIME is enabled automatically
(1 file, 1 symbolic link to that file)
    Installing breakpad exception handler for appid(steam)/version(0_client)
    /home/danerik/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib32/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds
    mv: cannot stat ‘/home/danerik/.steam/registry.vdf’: No such file or directory
    Installing bootstrap /home/danerik/.local/share/Steam/bootstrap.tar.xz
    Reset complete!
    Restarting Steam by request...
    Running Steam on funtoo generic_64-2017-01-09 64-bit
    STEAM_RUNTIME has been set by the user to: /home/danerik/.local/share/Steam/ubuntu12_32/steam-runtime
    Installing breakpad exception handler for appid(steam)/version(0_client)
    /home/danerik/.local/share/Steam/ubuntu12_32/steam: symbol lookup error: /usr/lib32/libxcb-dri3.so.0: undefined symbol: xcb_send_request_with_fds


I do have x11-libs/libxcb installed, with xkb USE flag, and nothing else (32 and 64 bit). I don't see what the problem is.
After these two additional steps, Steam is working.
[[User:Dan-erik|Dan-erik]] ([[User talk:Dan-erik|talk]]) 08:53, January 19, 2017 (MST)

Revision as of 17:02, January 19, 2017

This is a pretty important package. Why not open a bug for integrating it into Funtoo? There is no reason to force people to use layman.

--Drobbins (talk) 04:54, March 6, 2015 (UTC)

Steam doesn't run from these instructions

The instructions on this page do not appear to be complete.

First of all, /usr/games/bin/steam cannot be run by root, but my user doesn't have permissions to run it either. After running

   chmod 777 /usr/games/bin/steam

I can run it, and accept a license agreement. After that, I also needed to remove the following files:

~/.local/share/Steam/ubuntu..../libxcb* (1 file, 1 symbolic link to that file)

After these two additional steps, Steam is working.