You are not logged in.

#1 2014-09-29 10:17:30

mir91
Banned
Registered: 2013-11-17
Posts: 143

xine-ui randomly forgets config

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

#2 2014-10-05 15:13:19

mir91
Banned
Registered: 2013-11-17
Posts: 143

Re: xine-ui randomly forgets config

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-ui

Offline

Board footer

Powered by FluxBB