Gedit's git plugin doesn't work - Fedora 24/25
Hi everybody, so I started using Fedora 22 1 year ago and I love it . Then I installed Fedora 24 and everything works but with an update (I don't remember what were updated) the gedit's git plugin stopped working. Then I uninstall Fedora 24 and install F23 and there it works again!!. I've decide upgrade it to F25 and the plugin doesn't work again.
Here is a one error. (I've gotten different errors but I only get this one right now),
> Traceback (most recent call last):
> File "/usr/lib64/gedit/plugins/git/appactivatable.py", line 89, in get_repository
> repo = self.__git_repos[repo_uri]
> KeyError: 'file:///home/beto/foo/.git'
During handling of the above exception, another exception occurred:
> Traceback (most recent call last):
> File "/usr/lib64/gedit/plugins/git/windowactivatable.py", line 291, in root_changed
> repo = self.get_repository(location, True)
> File "/usr/lib64/gedit/plugins/git/windowactivatable.py", line 282, in get_repository
> return self.app_activatable.get_repository(location, is_dir)
> File "/usr/lib64/gedit/plugins/git/appactivatable.py", line 95, in get_repository
> head = repo.get_head()
> GLib.Error: ggit-error: Reference 'refs/heads/master' not found (-9)
Also, I remember when you activate the git plugin a blank space is added to the right of lines number and when I activate it, the blank space doesn't appear, The blank space of bookmark plugin is visible.
Any idea?