pikdum / steam-deck

steam deck tools, currently only vortex
MIT License
144 stars 11 forks source link

Dynamic Home Directory Fix #74

Closed VirtualShaman closed 3 months ago

VirtualShaman commented 3 months ago

changed the home directory to be dynamic in the .desktop files for those who dont use SteamOS

VirtualShaman commented 3 months ago

I only tested on install-vortex.desktop but see no reason for this to have problems elsewhere. I am running and tested this on Bazzite.

pikdum commented 3 months ago

Supporting ~ isn't part of the .desktop spec, but sounds like Plasma handles it. Let me think on it a bit; might be able to come up with a solution that's portable everywhere.

pikdum commented 3 months ago

Went with templating instead, so they'll work with any DE: https://github.com/pikdum/steam-deck/commit/c66a2a9a5a8227ee7a950579a71cf4bfe4f1b35c

Let me know if that doesn't work.

VirtualShaman commented 3 months ago

That seems to work. Thanks for fixing this and showing me a better way.