Tuesday, May 7, 2024
 Popular · Latest · Hot · Upcoming
13
rated 0 times [  13] [ 0]  / answers: 1 / hits: 23997  / 1 Year ago, wed, december 7, 2022, 12:56:00

I am a bit confused as to where I should put externally downloaded plugins. I have tried putting them in:




  1. /usr/share/gedit/plugins

  2. ~/. Local/gedit/plugins

  3. ~/. Gnome2/gedit/plugins

  4. /usr/lib/gedit/plugins



The way I have checked whether the plugins show up or not is going to Edit -> Preferences -> Plugins and looking for the ones I have downloaded (clickconfig, gedit-developer-plugins-...). Since I do not see any new plugins appearing, I have to assume that I am doing something wrong.



None of these have worked. I am a bit tired of polluting my system. It's probably my own fault as it's written somewhere I have not thought to look. Please let me know how to add external plugins to Gedit properly. I am running Ubuntu 11.10. My Gedit version is 3.2.3






EDIT:



I am still not able to solve this problem. I have tried the following folder now as well, and it hasn't worked:



~/. Config/gedit/plugins



EDIT 2:



I am trying to install the plugins in "gedit-developer-plugins" as well as the "clickconfig" plugin.


More From » gedit

 Answers
1

First, I'll answer the question about the specific plugins. gedit-developer-plugins Install gedit-developer-plugins is available in the official Ubuntu archive, and I'd suggest installing it from there. clickconfig, on the other hand, unfortunately does not seem to have been ported to to Gedit 3 and is not compatible.



More generally, for Gedit 3 (which is in Ubuntu 11.10 and above) local plugins should be installed to ~/.local/share/gedit/plugins The .plugin file must be in that exact directory, sub-directories are not scanned. For instance, here's the file layout of mine:



$ tree ~/.local/share/gedit/plugins/
/home/andrew/.local/share/gedit/plugins/
├── markdown-preview
│   ├── __init__.py
│   ├── __init__.pyc
│   └── locale
│   └── fr
│   └── LC_MESSAGES
│   └── markdown-preview.mo
├── markdown-preview.plugin
├── reSt-preview
│   ├── __init__.py
│   └── __init__.pyc
└── reSt-preview.plugin

[#37843] Thursday, December 8, 2022, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
doredtness

Total Points: 153
Total Questions: 113
Total Answers: 106

Location: South Georgia
Member since Fri, Nov 13, 2020
4 Years ago
doredtness questions
Tue, Aug 2, 22, 15:45, 2 Years ago
Sat, May 21, 22, 05:26, 2 Years ago
Wed, Aug 24, 22, 11:09, 2 Years ago
;