On latest Ubuntu 15.10, a quick solution can be to open /usr/lib/gedit/plugins/sourcecodebrowser/plugin.py, , find line 416 and replace
os.write(fd, contents) with os.write(fd, bytes(contents, 'UTF-8')) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1313112 Title: plugin crashes when used on files accessed via gvfs SFTP To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gedit-source-code-browser-plugin/+bug/1313112/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
