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:
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
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
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
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
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
** 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
** 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