NelloKudo / osu-winello

osu! stable installer for Linux with patched Proton-osu and other nice features 8)
GNU General Public License v3.0
362 stars 17 forks source link

Replace /home/$USER with $HOME #127

Open mxgic1337 opened 1 week ago

mxgic1337 commented 1 week ago

I had a problem with installing osu! because the name of my home folder is not my username. I fixed it by replacing every /home/$USER with $HOME.

NelloKudo commented 1 week ago

Some of these changes are fine, but I’m pretty sure using $HOME in a .desktop file and in Wine registry won’t work. Have you tried them already?

mxgic1337 commented 1 week ago

Everything works fine for me.

PhoenixEmik commented 11 hours ago

I think this change needs more testing by others.

whrvt commented 10 hours ago

[...] I’m pretty sure using $HOME in a .desktop file and in Wine registry won’t work.

I wasn't aware of any issue like that, but there must have been a reason you did it this way before? Otherwise, I don't see why it wouldn't work.