M-Reimer / leagueoflegends-linux

24 stars 4 forks source link

use xdg instead of copying files into directorys #6

Closed GSchuemann closed 4 years ago

GSchuemann commented 4 years ago

Using xdg-utils as the freedesktop specifications suggest will fix issues, when the folders that the leagueoflegends.desktop should be copied into don't exist.

M-Reimer commented 4 years ago

I don't want to depend on the messy xdg-* tools.

Can you please keep the plain application installation the way it is (this path should be common for all languages) and make the desktop installation step only optional depend on xdg-* (if "Desktop" exists, just copy. Else xdg... and if this does not exist, warning message).

M-Reimer commented 4 years ago

We can (optionally) use xdg-user-dir to find the path. Can you please try out the current GIT version? Still misses uninstall but this would be an easy fix, now.

GSchuemann commented 4 years ago

It works.

M-Reimer commented 4 years ago

Thanks for your feedback. So I think we can close this one.