On 07/07/2016 08:59:59 PM, Andrew Savchenko wrote:
Hi all,
I revbumped xcdroast to fix this and other issues.
xcdroast users, please test that xcdroast-0.98_alpha16-r2.ebuild
works for you (you can burn some CD/DVD as a non-root user after
usual setup). I don't have a hardware right now to test it.
After confirmation I'll keep p.mask only for older revisions and
will request stabilization of this revision. Afterwards all old
versions will be dropped.
Many thanks, Andrew
it works just fine.
I had to remove the folders $HOME/.xcdroast for each users.
Furthermore, the version check is obsolete.
I have add the attached tiny patch
Helmut
--- src/init.c.PREV 2016-07-08 12:00:17.705356781 +0200
+++ src/init.c 2016-07-08 12:02:35.914358133 +0200
@@ -790,7 +790,7 @@
debug = 0;
oldfontcode = 0;
*altdevscan = 1;
- no_versioncheck = 0;
+ no_versioncheck = 1;
support_ontheflyaudio = 0;
c_locale_is_utf8 = 0;
ignoreProDVD = 0;