Steam for Linux

Steam for Linux

steam.desktop not launching on lubuntu
I should say, i'm green at linux. Installed from .deb. Executable does nothing. Opening steam.desktop via terminal shows few errors:
/usr/share/applications$ ./steam.desktop
./steam.desktop: line 1: [Desktop: command not found
./steam.desktop: line 3: for: command not found
./steam.desktop: line 4: para: command not found
./steam.desktop: line 5: за: command not found
./steam.desktop: line 6: pro: command not found
./steam.desktop: line 7: til: command not found
./steam.desktop: line 8: voor: command not found
./steam.desktop: line 9: pelien: command not found
./steam.desktop: line 10: de: command not found
./steam.desktop: line 15: 上でゲームを管理&プレイするためのアプリケーション: command not found
./steam.desktop: line 16: 있는: command not found
./steam.desktop: line 17: for: command not found
./steam.desktop: line 18: para: command not found
./steam.desktop: line 19: do: command not found
./steam.desktop: line 20: pentru: command not found
./steam.desktop: line 21: для: command not found
./steam.desktop: line 22: para: command not found
./steam.desktop: line 23: program: command not found
./steam.desktop: line 24: Steam: command not found
./steam.desktop: line 25: Steam: command not found
./steam.desktop: line 26: Steam: command not found
./steam.desktop: line 27: üzerinden: command not found
./steam.desktop: line 28: для: command not found
./steam.desktop: line 29: dụng: command not found
./steam.desktop: line 30: fg: no job control
./steam.desktop: line 34: FileTransfer: command not found
./steam.desktop: line 34: Game: command not found
./steam.desktop: line 36: Community: command not found
./steam.desktop: line 36: Library: command not found
./steam.desktop: line 36: Servers: command not found
./steam.desktop: line 36: Screenshots: command not found
./steam.desktop: line 36: News: command not found
./steam.desktop: line 36: Settings: command not found
./steam.desktop: line 36: BigPicture: command not found
./steam.desktop: line 36: Friends: command not found
./steam.desktop: line 38: [Desktop: command not found
./steam.desktop: line 65: hàng: command not found
./steam.desktop: line 66: steam://store: No such file or directory
./steam.desktop: line 68: [Desktop: command not found
./steam.desktop: line 95: đồng: command not found
./steam.desktop: line 96: steam://url/SteamIDControlPage: No such file or directory
./steam.desktop: line 98: [Desktop: command not found
./steam.desktop: line 125: viện: command not found
./steam.desktop: line 126: steam://open/games: No such file or directory
./steam.desktop: line 128: [Desktop: command not found
./steam.desktop: line 155: chủ: command not found
./steam.desktop: line 156: steam://open/servers: No such file or directory
./steam.desktop: line 158: [Desktop: command not found
./steam.desktop: line 160: de: command not found
./steam.desktop: line 162: obrazovky: command not found
./steam.desktop: line 166: unexpected EOF while looking for matching `''
./steam.desktop: line 281: syntax error: unexpected end of file
Any ideas?
投稿主: Hypervisor:
If you install the above via a package manager you should be alright
Generally the GUI should work perfect.
https://wiki.ubuntu.com/Valve has pictures for reference.

If you choose to do the command line route and steam doesn't launch after you installed you might need 32-bit libraries that correspond to your GPU.

Nvidia graphics hardware:

# apt install libgl1-nvidia-glx:i386

ATI/AMD graphics hardware:

# apt install libgl1-fglrx-glx:i386

AMDGPU graphics hardware: (tested on stretch)

# apt install xserver-xorg-video-amdgpu:i386 xorg-video-abi-23:i386 xserver-xorg-core:i386

< >
1-9 / 9 のコメントを表示
What does running just "steam" from the Terminal output?
x_wing 2018年10月31日 16時28分 
You're trying to execute a desktop file, which is just a description file in order to start steam (a.k.a. a direct access for your desktop). If you want to run steam, just type "steam" on the terminal.

You can also start steam by double clicking this file in your desktop or do: "Alt+f2" -> type "steam" and hit enter.
Running Steam on ubuntu 18.10 64-bit
STEAM_RUNTIME is enabled automatically
Pins up-to-date!
/home/asddxdd/.local/share/Steam/steam.sh: line 823: /home/asddxdd/.local/share/Steam/ubuntu12_32/steam-runtime/run.sh: No such file or directory
i see, that i'm missing run.sh
How can i get it. Tried reinstalling
meheezen 2018年10月31日 16時34分 
Rogue の投稿を引用:
My suggestion is always to install Steam from your distro's repos rather than the .deb form the Steam website.
^this

installing from repos work 99,9% of the time whereas installing from the official .deb usually requires a few fixes/modifications.
ack0329 2018年10月31日 18時30分 
never install from the .deb
ack0329 2018年10月31日 19時35分 
Steam STUPID .deb installer should be BANISHED. I have helped Hundreds with this problem over the past 10 years!
... tired of the excuses
... the best response 2 years ago was STEAM depends on so many dependencies ...
... RUBBISH EXCUSE!
... there are hundreds of .deb packages that install with ALL THEIR Dependencies
... the next excuse was these are TOO LARGE ...

OK FINE ... so yes STEAM needs about 500MBs - 1GB in dependencies - SO WHAT in this day and age.

Steam either FIX your .deb pachkage that YOU (STEAM) OFFERS OR JUST SIMPLY DON'T OFFER it any more - seriously STEAM :steambored:

But for all others - YES it has ALWEAYS been better to install Steam through the repositories!

Don't get me wrong just trying to help, as always! :steamhappy:
Install from your package manager because that will handle all of your dependencies.

1.Enable multi-arch repos (32-bit) in your package manager or command line
# dpkg --add-architecture i386

2.Install Steam via package manager GUI or command line
#apt install steam --no-install-suggests --no-install-recommends -y

A GUI will pop up after installation to accept terms of service.
Afterwards you can launch Steam.
このスレッドの作成者がこの投稿を元のトピックへの回答と指定しました。
If you install the above via a package manager you should be alright
Generally the GUI should work perfect.
https://wiki.ubuntu.com/Valve has pictures for reference.

If you choose to do the command line route and steam doesn't launch after you installed you might need 32-bit libraries that correspond to your GPU.

Nvidia graphics hardware:

# apt install libgl1-nvidia-glx:i386

ATI/AMD graphics hardware:

# apt install libgl1-fglrx-glx:i386

AMDGPU graphics hardware: (tested on stretch)

# apt install xserver-xorg-video-amdgpu:i386 xorg-video-abi-23:i386 xserver-xorg-core:i386

< >
1-9 / 9 のコメントを表示
ページ毎: 1530 50

投稿日: 2018年10月31日 16時21分
投稿数: 9