johnturek / advanced-find

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

Install for all users instructions incomplete #30

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Extract to:/usr/lib/gedit-2/plugins as instructed here: 
http://code.google.com/p/advanced-find/#Installation
2. Run install.sh

What is the expected output? What do you see instead?
Plugin does not become available to activate in gedit

What version of the product are you using? On what operating system?
2.2.0 on Mint 10 (Note: plugin does not identify itself fully from gedit's 
"About Plugin", only gives its name, not version.)

Please provide any additional information below.
Edit install.sh to set:
PLUGIN_DEST=/usr/lib/gedit-2/plugins
fixes problem

Original issue reported on code.google.com by southi...@gmail.com on 24 Oct 2011 at 7:10

GoogleCodeExporter commented 9 years ago
1.There are two ways to install the plugin. Extract and copy the files to the 
specified folder manually OR just run install.sh. You don't need to do both.

2.It's recommended to install the plugin on your home folder and the install.sh 
is written for doing that only. If you want to install for all user, extract 
and copy the files to the specified folder manually.

Original comment by swatch.c...@gmail.com on 24 Oct 2011 at 1:57

GoogleCodeExporter commented 9 years ago
Ok, I've had a look what went on when I tried to install.

When I extracted to /usr/lib/gedit-2/plugins  I extracted the entire contents 
of the tar.gz resulting in 
/usr/lib/gedit-2/plugins/advanced_find-2.2.0/advancedfind - for whatever reason 
gedit wasn't finding the plugin that deep.

When I ran install.sh before editing it, nothing was created at ~/.gnome2/gedit 
- there's still just three text settings files there, nothing related to 
advancedfind at all. I received no messages & was running with elevated 
privileges.

When I edited the install.sh & ran it, it created 
/usr/lib/gedit-2/plugins/advancedfind & gedit found the plugin.

I'm using gedit 2.30.3 if that makes a difference.

Original comment by southi...@gmail.com on 24 Oct 2011 at 11:02

GoogleCodeExporter commented 9 years ago
To install the plugin manually:

1. Extract the tar.gz at your home folder.
2. Copy the advancedfind folder and advancedfind.gedit-plugin (or 
advancedfind.plugin in v3.x) to specified directory.
3. Solve the privilege issue if necessary.

To install the plugin using install.sh:
1. Extract the tar.gz at your home folder.
2. Run install.sh in command line.
3. This method installs the plugin for current user only.

Original comment by swatch.c...@gmail.com on 25 Oct 2011 at 12:29