desktop-packages team mailing list archive
-
desktop-packages team
-
Mailing list archive
-
Message #150865
[Bug 1519518] Re: gsettings-schema-convert has syntax errors
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 Desktop
Packages, which is subscribed to gconf in Ubuntu.
https://bugs.launchpad.net/bugs/1519518
Title:
gsettings-schema-convert has syntax errors
Status in gconf package in Ubuntu:
In Progress
Bug description:
gconf 3.2.6-3ubuntu5 (xenial) has gsettings-schema-convert requiring
python3, but without correct syntax:
gsettings-schema-convert --force --gconf --xml --schema-id "org.freedesktop.ibus" --output lamont.in ../../data/ibus.schemas.in
File "/usr/bin/gsettings-schema-convert", line 606
except GSettingsSchemaConvertException, e:
^
SyntaxError: invalid syntax
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gconf/+bug/1519518/+subscriptions