PhoneixS / advanced-find

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

Plugin will not load in Gedit #69

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I installed the program.
2. I enabled it in gedit.

What is the expected output? What do you see instead?
I expect gedit to load the plugin without any errors. The following are are the 
messages that I receive.

Traceback (most recent call last):
  File "/usr/lib/gedit/plugins/advancedfind/advancedfind/__init__.py", line 47, in do_update_state
    self._plugin.update_ui()
AttributeError: 'AdvancedFindReplacePlugin' object has no attribute '_plugin'

What version of the product are you using? On what operating system?
Linux archlinux 3.4.3-1-ARCH x86_64
Gedit 3.4.2
gedit-advancedfind 3.5.0-1

Original issue reported on code.google.com by blake.ar...@dwsolutions.org on 28 Jun 2012 at 1:14

GoogleCodeExporter commented 9 years ago
I also use archlinux and the plugin works fine in my computer.
The __init__.py should be in /usr/lib/gedit/plugins/advancedfind/ but not 
/usr/lib/gedit/plugins/advancedfind/advancedfind/.
I guess that because you installed by AUR.

Download the plugin at Downloads page and follow the Installation wiki.
Please let me know if still having problem.

Original comment by swatch.c...@gmail.com on 30 Jun 2012 at 2:59

GoogleCodeExporter commented 9 years ago

Original comment by swatch.c...@gmail.com on 2 Jul 2012 at 11:38

GoogleCodeExporter commented 9 years ago
I did install this from AUR. I will try to install this manually and see where 
it takes me.

Thanks.

Original comment by blake.ar...@dwsolutions.org on 3 Jul 2012 at 1:53

GoogleCodeExporter commented 9 years ago
I did the manual install and it worked without a hitch. Thanks for your help.

Original comment by blake.ar...@dwsolutions.org on 3 Jul 2012 at 1:58