-
Notifications
You must be signed in to change notification settings - Fork 13
Gnome Music
License
gnome-prototypes-team/gnome-music
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GNOME Music 3.9.92 Alpha ======================== Music is the new GNOME music playing application. === Where can I find more? === We have a wiki page at https://wiki.gnome.org/Apps/Music You can join us on the IRC: #gnome-music on GIMPNet === Building from git === $ git clone git://git.gnome.org/gnome-music $ cd gnome-music $ ./autogen.sh $ make === Troubleshooting === Jhbuild fires import errors for python packages like: "ImportError: /opt/gnome/lib64/python2.7/site-packages/" Do: $ jhbuild shell $ export PYTHONPATH=/opt/gnome/lib/python3.3/site-packages:/opt/gnome/lib64/python3.3/site-packages $ gnome-music