-
-
Notifications
You must be signed in to change notification settings - Fork 448
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove shortcut from Steam Non-Steam Game
in the Steam Deck does not work sometimes
#1905
Comments
Non-Steam Game
in the Steam DeckNon-Steam Game
in the Steam Deck does not work
Adding some of my findings. The problem seems to be that I have 2 accounts AND that I changed to Game mode before removing the shortcut (which I don't understand why it's a factor in this issue). So, this works:
This does NOT work:
|
Non-Steam Game
in the Steam Deck does not workNon-Steam Game
in the Steam Deck does not work sometimes
Ok i see. I think there is a problem in my code. I will look later, but i think i just return as soon as i removed the game from one shortcuts.vdf. I need to iterate over all. Maybe thats the problem, because i don't care about steam accounts. |
Is this still an issue? |
yes, it's still happening for me (after removing steam shortcut, it is only removed from one steam account and I have to remove them manually inside steam for the other). I'm not sure what's the fix though. |
I saw this happens if you remove the game and steam is still open. Steam somehow caches the old shortcut.vdf and write it back if you close steam. I checked the code and actually i already iterate. I think it is a problem that steam sometimes caches and rewrite the shortcuts.vdf |
Closing this, I only had the issue with 2 steam accounts and haven't had 2 account in the same machine since then, it's either fixed or not important at this point. |
Describe the bug
When I uninstall a game that was previously added as to Steam with the
Add to Steam
feature, the game does not get removed from Steam, even though the logs say it was.EDIT: Using the
Remove from Steam
option also doesn't work, it does change the button toAdd to Steam
so it is doing something, but the game still shows up in the Steam library.I think it might be related to me having 2 accounts registered? maybe adding is adding it to both accounts but removing is removing it from only one?
Add logs
There's no error in the logs and it mentions a successful removal:
Steps to reproduce
Add to Steam
optionExpected behavior
Game should be removed from Steam when uninstalled.
Screenshots
No response
System Information
Additional information
Not sure if it's relevant, but I have 2 accounts registered in the Steam Deck.
The text was updated successfully, but these errors were encountered: