How do i add steam games to my Gnome desktop?
How do i add steam games to my Gnome desktop?
@solarisfire @Simplesyrup
I see the screenshot from the Mastodon mobile web client.
Edit: of course I do. It's the other way around that doesn't seem to work.
GNOME doesn’t really care about desktop shortcuts, but you could put those .desktop shortcuts Steam created into ~/.local/share/applications instead, and then they will appear alongside your Applications in GNOME.
~ represents your home directory, basically an alias for /home/username/ so you wouldn’t have to type that in a terminal all the time.
To get more in-depth help in the future, you should probably state what Linux distro (Ubuntu, Fedora Arch…) you are using too, different distros can have different ways of doing things!
I just tested on mine:
Right click game in steam, add shortcut to desktop double-click shortcut, game runs.
I checked the shortcut to see what the command is:
steam steam://rungameid/648800
Is that what you have? The only thing I can think of is that steam isn’t in your path, ie when you double click the shortcut it tries to run ‘steam’ but then can’t find it.
If you open a terminal and type:
which steam
what’s your output? You should have something like /usr/bin/steam
This, or the Tray Icons: Reloaded extension for GNOME, which adds the Steam icon to the tray bar. From there, you can click it and it shows a list of the installed games.
If you are new to Linux, GNOME has quite a different feel from your usual Windows flow. I personally love it and would never swap back.
(Off-topic, but If you would be interested in a gaming-oriented distro, I would recommend Nobara Linux - the official version looks fairly familiar for Windows users and it also comes with a bunch of gaming-related stuff preinstalled like Steam, wine dependencies, mesa drivers for AMD, etc)