[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-12-28 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: gconf (Ubuntu Wily) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519518 Title:

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-27 Thread Dimitri John Ledkov
gconf (3.2.6-3ubuntu6) xenial; urgency=medium * Fix gsettings-schema-convert pytwonisms. -- Dimitri John Ledkov Fri, 27 Nov 2015 12:18:17 + ** Changed in: gconf (Ubuntu) Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of Ubun

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-27 Thread Dimitri John Ledkov
the error is that output must be string for fout.write() function, since the file is opened in "text" mode (aka unicode) I've opted to stay bi-lingual, and instead open the file in binary mode. I'm sorry, I did not notice this bug report and patch, and already uploaded a fix for this =( http://l

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-27 Thread Sebastien Bacher
Seems like Dimitri hit that issue as well and decided to upload a fix without checking for open bugs/pending work first, https://launchpad.net/ubuntu/+source/gconf/3.2.6-3ubuntu6 closing since it's fixed... ** Changed in: gconf (Ubuntu) Status: In Progress => Fix Released -- You receiv

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-26 Thread LaMont Jones
I forget exactly what the error message was, but I think it was the difference between whatever output is, and that write wanted a bytestring. -- it's possibl;e that should be fout.write(unicode(output))... -- You received this bug notification because you are a member of Ubuntu Bugs, which is s

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-24 Thread Sebastien Bacher
Thanks, the exception change makes sense, why did you do that bit though -fout.write(output) +fout.write(str(output)) things seem to work without and lead to the same result? ** Changed in: gconf (Ubuntu) Importance: Undecided => Low ** Changed in: gconf (Ubun

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-24 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1519518 Title: gsettings-schema-convert has syntax errors To manage notifications about this bug go to: https://bugs.launchpad.net

[Bug 1519518] Re: gsettings-schema-convert has syntax errors

2015-11-24 Thread Logan Rosen
** Package changed: gconf2 (Ubuntu) => gconf (Ubuntu) ** Description changed: - gconf2 3.2.6-3ubuntu5 (xenial) has gsettings-schema-convert requiring + gconf 3.2.6-3ubuntu5 (xenial) has gsettings-schema-convert requiring python3, but without correct syntax: - gsettings-schema-convert --force