rncbc / qtractor

Qtractor - An Audio/MIDI multi-track sequencer
https://qtractor.org
GNU General Public License v2.0
495 stars 86 forks source link

Add document for possible issues and their solution #368

Open Crono23 opened 1 year ago

Crono23 commented 1 year ago

I had trouble running the AppImage version on Fedora 36 because it doesn't have libgtk-x11-2.0.so installed already. So I went and ran sudo dnf install libgtk-x11 which is wrong, it's actually supposed to be sudo dnf install gtk2-devel. I only know that after Googling hours later, and I wouldn't know that was the problem if I didn't try running the AppImage from terminal.

I really appreciate it if you could add the documentation to prevent such case. A simple one like "Fedora users might have to install gtk2-devel first" would be enough. Thanks!