ValveSoftware / steam-for-linux

Issue tracking for the Steam for Linux beta client
4.26k stars 175 forks source link

[Feature] Add application icon #8354

Open Stormersh opened 2 years ago

Stormersh commented 2 years ago

Your system information

Please describe your issue in as much detail as possible:

During the installation of a game, there's a prompt asking if you want a desktop shortcut and/or system application icon. If you fail to select it there's currently no way to add the latter after installation.

My suggestion would be to add one along "Add desktop shortcut" - This could help on issues like #7601, especially if it's possible to select several games.

2022-01-20T23:25:52-03:00

Steps for reproducing this issue:

  1. Start installation of a game
  2. Forget to check "Create a system application icon"
  3. Finish installation
  4. Right click the game, search for an option to create one
  5. Cry?
nahla-nee commented 2 years ago

Any update on this? Can't reasonably be that hard too add, just a new button calling some old code. I switched distros recently and I keep all my games on a separate drive, so for me it was a matter of simply showing steam where the folder is, however it doesn't create system icons/applications when you do this. I only managed to half fix it by manually adding a desktop shortcut to all my games then doing "mv ~/Desktop/* ~/.local/share/applications/", however this doesn't fix the issue of icons because steam doesn't correctly add the icons for those games and instead just uses the "steam" icon.

This is really annoying, but not the biggest deal in the world. It would be a lot more tolerable to fix this by hand if steam would at least tell me where its getting its icons from, it just auotmagically creates them into the ~/.local/share/icons/hicolor/ icon folders and you have no idea where the actual icons are stored. Conflicting answers all over the internet and all of them are wrong... Hell if it was a symlink at least I could figure out where the icons are and fix it myself.

filvarga commented 2 years ago

Looking for exactly the same thing. Hopefully this gets solved.

kayomn commented 2 years ago

This seems more like a bug than a feature request, as .desktop files added to launcher menus during installation have the game icon.

filvarga commented 2 years ago

They get only added if you check the checkbox. If you don't then you are out of luck.

Syphdias commented 1 year ago

Since I did not find this issue, I opened #9821, because I only searched for adding "start menu" entry.

I thought I would drop by to add my current workaround if somebody finds this. But of course a menu entry for manage would really be appreciated!

My current workaround with "Sea of Thieves" as a example

Managor commented 4 months ago

Commenting my interest in this feature so that it shows up with my involves: keyword searches.

TheUnknownHack3r commented 3 months ago

Commenting here as well to show interest. For now, I guess one can make the shortcuts using the "Add desktop shortcut" button and move it to /usr/share/applications (This works for me on Arch Linux, KDE Plasma desktop)

esdrasjnr commented 6 days ago

+1

I switched distros recently and I keep all my games on a separate drive [...]

Similar problem. Hope it gets solved soon or someone finds some workaround...

Managor commented 6 days ago

Commenting here as well to show interest. For now, I guess one can make the shortcuts using the "Add desktop shortcut" button and move it to /usr/share/applications (This works for me on Arch Linux, KDE Plasma desktop)

~/.local/share/applications/ exists so you don't have to mess with root permissions.