pragha-music-player / pragha

Pragha is a Lightweight Music Player for GNU/Linux.
GNU General Public License v3.0
173 stars 35 forks source link

If G_USER_DIRECTORY_MUSIC is not set, do not prompt user to import it #91

Closed rski closed 8 years ago

rski commented 8 years ago

If G_USER_DIRECTORY_MUSIC == HOME, then XDG_MUSIC_DIR is most probably not set properly and the user should not be prompted to import his home directory on the first run of pragha.

I could not figure out a better way to check if XDG_MUSIC_DIR is properly set, but I think this is sane enough.