Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 727 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 727 Bytes

Rhythmbox playback resotre plugin

Restores last playing track on start of Rhythmbox (>=2.95).

To install plugin manually do the next steps:

  • download sources archive
  • downloaded archive in example placed at $HOME
cd $HOME
git clone https://github.com/Vitozz/rb-restore-plugin.git
cp -r $HOME/rb-restore-plugin/restore $HOME/.local/share/rhythmbox/plugins/
cd $HOME/.local/share/rhythmbox/plugins/restore
  • copy as superuser schema-file to /usr/share/glib-2.0/schemas/
cp *.gschema.xml /usr/share/glib-2.0/schemas/
  • compile dconf settings
glib-compile-schemas /usr/share/glib-2.0/schemas/
  • Or just run as superuser setup.py script
sudo python setup.py install