You are not logged in.
Pages: 1
When I close xine-ui it will sometimes forget its config, such as skin or default volume. Any idea what's up with that? I searched for such a bug but couldn't find any information so far.
Offline
Well, only way so far seems to make a backup of xine's config file and copy it over by using a script file like this on every xine-ui start..
#!/bin/bash
#file 'xui.sh' - starter script for xine
cp ~/.xine/config.bak ~/.xine/config
xine-uiOffline
Pages: 1