Created
November 11, 2016 02:15
-
-
Save maxdevjs/728e121b520ddfd8af3b34e5583f8336 to your computer and use it in GitHub Desktop.
QMPlay2 broken on Ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Installion of https://github.com/zaps166/QMPlay2 complains | |
Unknown media type in type 'all/all' | |
Unknown media type in type 'all/allfiles' | |
the package is broken and must be uninstalled. | |
Solution: | |
not sure if actually necessary, but from http://askubuntu.com/questions/456183/what-does-unknown-media-type-in-type-all-all-mean#456249 | |
[ | |
sudo rm /usr/share/mime/packages/kde.xml | |
sudo update-mime-database /usr/share/mime | |
] | |
(eventually re-install ubuntu-desktop if broken as detailed in the post) | |
but now it reveal a not installed dependency: | |
libsidplayfp4 | |
Install it and now works. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment