Last active
September 29, 2015 09:17
-
-
Save mvoropaiev/3fe1a8ffc200f68953d3 to your computer and use it in GitHub Desktop.
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
# * rpmfusion repository is required: | |
# http://rpmfusion.org/Configuration | |
# * install codecs: | |
sudo dnf install \ | |
gstreamer-ffmpeg \ | |
gstreamer-plugins-bad \ | |
gstreamer-plugins-bad-free \ | |
gstreamer-plugins-bad-nonfree \ | |
gstreamer-plugins-good \ | |
gstreamer-plugins-ugly \ | |
gstreamer1-libav \ | |
gstreamer1-plugins-bad-free \ | |
gstreamer1-plugins-good \ | |
gstreamer1-plugins-ugly | |
# remove cached files (if the above doesen't work) | |
rm -rf ~/.local/share/rhythmbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment