Fix search for GeneralUser soundfonts for MacOS
AbandonedPublic

Authored by patrickelectric on Apr 23 2020, 3:08 AM.

Details

Reviewers
sandroandrade
Summary

Qt does not check XDG_DATA_DIRS for MACOS but KDE prefix.sh script sets it.
If AppDataLocation fail, we should give a shot and check XDG env variable,
at least this helps us to test the problem without installing in our system.

Diff Detail

Repository
R163 Minuet
Lint
Lint Skipped
Unit
Unit Tests Skipped
Restricted Application added a project: KDE Edu. · View Herald TranscriptApr 23 2020, 3:08 AM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
patrickelectric requested review of this revision.Apr 23 2020, 3:08 AM

same comment on the other commit, transform to a function to minimize code inside #ifdef.