mate-desktop / mozo

Menu editor for MATE using the freedesktop.org menu specification
http://www.mate-desktop.org
GNU Lesser General Public License v2.1
28 stars 12 forks source link

Fix drag and drop of .desktop file #57

Closed samtygier closed 5 years ago

samtygier commented 5 years ago

Update for gtk3 API changes in SelectionData, Gio.File, Gio.InputStream and urllib.

samtygier commented 5 years ago

Fixes https://bugzilla.redhat.com/show_bug.cgi?id=1709793

Gio.InputStream.read_bytes() needs a count argument, and does not accept zero as unlimited. I have put a MB, not sure if there is something better to do?

lukefromdc commented 5 years ago

Issue confirmed here

lukefromdc commented 5 years ago

This strikes me as something that shoul be cherrypicked to 1.22 as it is a bugfix