Re: [gedit-list] VCS integration with File-Browser



Dne 21.4.2010 02:27, Robert Toscano napsal(a):
Not sure if any of you remember me. I built an overlay on the File
Browser with my git vcs integration plug-in--called *giterdone*. In the
process I fixed a couple of bugs in the File Browser's bus interface
last year. I believe it was recommended by the gedit team that my
plug-in support any VCS (not just git) in order for it to be included
with gedit.

johanka:~$ gedit
Traceback (most recent call last):
File "/home/matej/.gnome2/gedit/plugins/giterdone/__init__.py", line 20, in <module>
    import repositorymanager as rm
File "/home/matej/.gnome2/gedit/plugins/giterdone/repositorymanager.py", line 44, in <module>
    'dirty':     load_emblem('emblem-danger'),
File "/home/matej/.gnome2/gedit/plugins/giterdone/repositorymanager.py", line 39, in load_emblem return gtk.icon_theme_get_default().load_icon(name, 20, gtk.ICON_LOOKUP_USE_BUILTIN)
glib.GError: V motivu není obsažena ikona "emblem-danger"

** (gedit:19597): WARNING **: Error loading plugin 'Vcs & File-Browser integration' /home/matej/.gnome2/gedit/plugins/auto_completion.py:51: Warning: gsignal.c:2387: instance `0x1d780b0' has no handler with id `2132'
  view.disconnect(handler_id)
johanka:~$ LANG=en_US gedit
Traceback (most recent call last):
File "/home/matej/.gnome2/gedit/plugins/giterdone/__init__.py", line 20, in <module>
    import repositorymanager as rm
File "/home/matej/.gnome2/gedit/plugins/giterdone/repositorymanager.py", line 44, in <module>
    'dirty':     load_emblem('emblem-danger'),
File "/home/matej/.gnome2/gedit/plugins/giterdone/repositorymanager.py", line 39, in load_emblem return gtk.icon_theme_get_default().load_icon(name, 20, gtk.ICON_LOOKUP_USE_BUILTIN)
glib.GError: Icon 'emblem-danger' not present in theme

** (gedit:19640): WARNING **: Error loading plugin 'Vcs & File-Browser integration' /home/matej/.gnome2/gedit/plugins/auto_completion.py:51: Warning: gsignal.c:2387: instance `0x1e080b0' has no handler with id `2132'
  view.disconnect(handler_id)
johanka:~$


--
He loves nature in spite of what it did to him.
      -- Forrest Tucker



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]