hydrogen-music / hydrogen

The advanced drum machine for Linux, macOS, and Windows
http://www.hydrogen-music.org
GNU General Public License v2.0
1.03k stars 172 forks source link

AppImage: reroute system drumkits #1843

Closed theGreatWhiteShark closed 1 year ago

theGreatWhiteShark commented 1 year ago

Since AppImages are mounted at a random point each time they are started, the absolute path of their system data folder changes every time. To nevertheless support using system drumkits consistently, we try to determine whether the stored kit is a system one and tweak its path. (Without replacing the random part of the path the lookup would fall back to a name-based one which always checks user-level kits first. Having a GMRockKit in ~/.hydrogen/data/drumkits too, would make the systems one inaccessible).

addresses #1836