azyx33 / advanced-find

Automatically exported from code.google.com/p/advanced-find
0 stars 0 forks source link

Please include compatilibily for GEdit 3.8.3 #129

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. have GEdit 3.8.3 or later
2. Download plugin and use install.sh to install it
3. close gedit
4. reopen the editor

What is the expected output?
plugin should load

What do you see instead?

What version of the product are you using? On what operating system?
Advanced Find v3.6.0 _allegedly_ compatible to GEdit 3.8 (but isn't)

Please provide any additional information below.

Error messages when starting gedit in console mode:

** (gedit:29006): WARNING **: Could not load Gedit repository: Typelib file for 
namespace 'GtkSource', version '3.0' not found
ERROR:root:Could not find any typelib for Gedit
Traceback (most recent call last):
  File "/usr/lib/gedit/plugins/advancedfind/__init__.py", line 26, in <module>
    from gi.repository import GObject, Gtk, Gedit, PeasGtk
ImportError: cannot import name Gedit

It seems that what you write on the download page is not correct. The plugin 
might work for 3.8 straight, but not for > 3.8 like 3.8.3.

Original issue reported on code.google.com by arbeitsl...@gmail.com on 4 Dec 2013 at 9:28

GoogleCodeExporter commented 8 years ago
please correct title if possible, should read 'compatibility'

Original comment by arbeitsl...@gmail.com on 4 Dec 2013 at 9:28

GoogleCodeExporter commented 8 years ago
* SOLVED * sorry for the noise

Although I needed none of the plugins (!) I had to install 'gedit-plugins' 
supporting system anyway.
Strange way of doing things, but WTH.

Original comment by arbeitsl...@gmail.com on 4 Dec 2013 at 10:27