jhe2 / gmu

The Gmu Music Player
GNU General Public License v2.0
23 stars 16 forks source link

Standard install paths #2

Open pcercuei opened 2 years ago

pcercuei commented 2 years ago

Gmu should at least have an option to use standard freedesktop install paths. That means having the binary in /usr/bin, the .so plugins in /usr/lib/gmu, and the themes in /usr/share/gmu. It should also have an option to read a system-wide /etc/gmu.cfg.

This would greatly simplify things for me as I'm trying to integrate Gmu into OpenDingux.

EDIT: At least have a way to specify the paths to the decoders, frontends, themes in the main config file, or with a command-line parameter. I could work with that.

jhe2 commented 2 years ago

This has been something I wanted to do for quite a while. Thanks for the reminder. I'll update this bug once I've updated the code to easily allow for this.