Installera Steam
logga in
|
språk
简体中文 (förenklad kinesiska)
繁體中文 (traditionell kinesiska)
日本語 (japanska)
한국어 (koreanska)
ไทย (thailändska)
Български (bulgariska)
Čeština (tjeckiska)
Dansk (danska)
Deutsch (tyska)
English (engelska)
Español - España (Spanska - Spanien)
Español - Latinoamérica (Spanska - Latinamerika)
Ελληνικά (grekiska)
Français (franska)
Italiano (italienska)
Bahasa Indonesia (indonesiska)
Magyar (ungerska)
Nederlands (nederländska)
Norsk (norska)
Polski (polska)
Português (Portugisiska – Portugal)
Português - Brasil (Portugisiska - Brasilien)
Română (rumänska)
Русский (ryska)
Suomi (finska)
Türkçe (turkiska)
Tiếng Việt (vietnamesiska)
Українська (Ukrainska)
Rapportera problem med översättningen
He wrote that this didn't work for him.
@M!GO, AFAIK shortcut should work nowadays. Which message are you getting?
No, shortcut does not work for me on beta steam app too, CTDs right after asking to create one (it worked before tho, must be some kind of regression).
when I try to create a shortcut, I get the message that one already exists. I think this bug is known, at least there are some discussions about it.
- https://github.com/ValveSoftware/steam-for-linux/issues/5590
The question that comes to my mind is: since an APPID exists when creating a shortcut, this ID should already exist for every non-steam game / app and should be detectable somewhere.
The only question is where and how to find out.
Or.... Which Linux Distro works with creating desktop shortcuts? I could also simply change the OS :)
I actually wanted to write that there are no AppIDs for non-Steam applications, did a quick google... to find out there are. They can't have appIDs for every program, so my guess is they're either creating them locally when you'Re adding the application to Steam, or it's kind of a hash.
I got a question, though: Why aren't you starting Steam and Kodi seperately?
I use the computer as HTPC and use Kodi more like Steam. However, I would like to be able to use Kodi with the IR remote and the Joypad and change it with just one push of a button on the steam surface.
You can also download a free little game and exchange the executable file with the one from Kodi. That's how I do it so far. ;)
But the girlfriend can't use Kodi while playing another Steam game on the PC.
Therefore the whole effort.
So there is no way to find out the APPID for a non-steam game apart from creating a shortcut? Or is a Ubuntu based OS known, where creating a shortcut works without any problems?
look for "filename_for_shortcut"
https://github.com/scottrice/Ice/blob/7130b54c8d2fa7d0e2c0994ca1f2aa3fb2a27ba9/ice/steam_grid.py
the app is called Ice and used to run various old games from ROMs via steam
Thanks a lot for that! I will report how it worked out.... if it interests ;)
Then you will have a folder created in ~/.steam/steam/steamapps/compatdata/ with a long ID. That`s it.
Anyway, there is a good chance that adding a non-steam app/game causes steam to create an appmanifest file for it.
"in the steamapps folder you'll see a bunch of appmanifest_######.acf files [...]"
If you don't know what files I'm talking about, check out the full description in this thread:
https://gaming.stackexchange.com/questions/149837/how-do-i-find-the-id-for-a-game-on-steam/340077#340077
I was only able to make a quick run yesterday. Kodi was started with Proton and a folder with a long number was created under the given path. However, Kodi could not be started under the Steam session.
I will reinstall the OS tonight, follow the two instructions and report here again.
Thanks again! :)
for anyone who is also interested in finding the AppID for non-steam games and apps:
- the folder stored in "~/.steam/steam/steamapps/compatdata/" does not match the AppID
- in the steamapps folder you'll see NOT a bunch of appmanifest_#######.acf files for non Steam games
instead you can find the shortcutnames at
"~/.steam/steam/userdata/xxxxxxxx/760/screenshots.vdf"
In my case it was 12591352671627116544 for the program Kodi.
Now you can change the entry "steam -tenfoot -steamos -enableremotecontrol" under "/usr/bin/steamos-session" to "steam steam://rungameid/12591352671627116544 -tenfoot -steamos -enableremotecontrol" and after successful start of Steam Kodi will be loaded automatically.
Thanks again for all the help!
That was particularly impossible to google an answer for, with endless pages of unrelated issues/tricks no matter the word combinations I tried to use, so it's great that the answer is preserved here.
Kind of rare to need to do what you needed to do, but I'm certain in the future others will want to try it too.
By the way, my kodi appID is 100% the same, obviously that number this is being generated with some hash function or something, it should be 12591352671627116544 for everyone.