-1

I'm trying to install steam but when i click the steam installer "install" button nothing happens. After a couple of tries this appeared and it stayed this way all night.

enter image description here
↑4th icon down

Edit: I have tried all the suggestions here but nothing worked. Though i did find this,Steam:steam.desktop when i try t save the document it tells me that the file location doesn't exist. Does this help at all?

xwing
  • 1

1 Answers1

-1

Welcome to Ask Ubuntu!

I have had the same problem with DEB files before, and the project is usually missing dependencies. Try running sudo apt install -f in the Terminal to install these missing dependencies. If that doesn't work, try running the file via the command line by typing sudo dpkg -i /path/to/steam-installer where /path/to/steam-installer is the file path to your DEB file. I have sometimes found that for no apparent reason, installation from DEB files works from the Terminal when it does not work in the GUI installer.

EDIT: After misunderstanding @xwing's question, I will now re-answer the question:

  1. First, open the Terminal and type cd /usr/share/applications
  2. Next, type sudo chmod +x *.desktop

Steam should now run properly. Answer gleaned from the Ask Ubuntu archives, Untrusted Application launcher?