[SOLVED] Gedit plugin help

Questions about applications and software
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
beirapadua

[SOLVED] Gedit plugin help

Post by beirapadua »

Installed the gedit-plugins from the software centre.

sudo apt-get install gedit-plugins
--->> gedit-plugins is already the newest version.
preference ----> plugins ==== only the old/pre-installed plugins are there..
I really wanted to have those new plugins especially commander & embedded terminal.
please help :D :D :D
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: Gedit plugin help

Post by xenopeek »

You are on Linux Mint 14 I think? Linux Mint 14 ships with an older version of the packages gedit and gedit-common, but not of the package gedit-plugins. So those gedit-plugins are not compatible with your gedit. As to why, see the edit by Mint Kenobi on this comment: http://blog.linuxmint.com/?p=2205#comment-80475. Basically, the newer gedit version is lacking features that the older version had and so the Linux Mint developers decided to include the older version.

Not to worry though, you can install the older gedit-plugins easily. First remove the gedit-plugins you had installed!!! Next you need to download the older version of gedit-plugins and you also need to download libgucharmap7. The links for both downloads are:
- http://packages.ubuntu.com/lucid/gedit-plugins
- http://packages.ubuntu.com/lucid/libgucharmap7
At the bottom of the pages pick the link for your architecture, then pick a mirror and download the .deb files. Next, open your file manager and double-click the downloaded .deb files to install them. Do the libgucharmap7 first, the gedit-plugins last. Next, run this command to pin the gedit-plugins version. Else the Update Manager will soon install the newer version of gedit-plugins :D

Code: Select all

echo gedit-plugins hold | sudo dpkg --set-selections
There you go, you now have the gedit-plugins working again :wink:
Image
beirapadua

Re: Gedit plugin help

Post by beirapadua »

thanks alot xenopeek..
my gedit is working great now
:D
Last edited by beirapadua on Sun Jun 29, 2014 10:00 am, edited 1 time in total.
owenll

Re: Gedit plugin help

Post by owenll »

Thanks for this. Use the character map all of the time - much appreciated :)
humanoid24

Re: [SOLVED] Gedit plugin help

Post by humanoid24 »

Sry for bumping this but I have the exact same problem on Mint 15 (does this problem really persist or should it be solved already?).

And unfortunately the described solution didn't work for me because he doesn't let me install the packages.
He says "Error: Dependency is not satisfiable: libgucharmap7 (>= 1:2.24.0)" for both libgucharmap7_2.30 and gedit-plugins_2.30.
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: [SOLVED] Gedit plugin help

Post by xenopeek »

Linux Mint 14 had Gedit version 2.30.4-2ubuntu1. Linux Mint 15 has Gedit version 2.30.4-3linuxmint1. Linux Mint 15 has another version. So note these have different versions!

Testing the above steps on Linux Mint 15, another package has been removed from the Ubuntu package base repository. So you'll have to install that first yourself. Before you do the above steps, install liblaunchpad-integration1: http://packages.ubuntu.com/lucid/liblaunchpad-integration1
Image
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: [SOLVED] Gedit plugin help

Post by xenopeek »

As I'm not sure how much longer the Ubntu Lucid repository will be available, putting a copy of the three needed packages here.
gedit-plugins.32-bit.tar.bz2
gedit-plugins.64-bit.tar.bz2
Download either the 32-bit or 64-bit one, depending on your Linux Mint installation. Extract the three included files. Then install them in this order: liblaunchpad-integration1, libgucharmap7, gedit-plugins. (Don't install the liblaunchpad-integration1 file on Linux Mint 14 or before.) Ignore any warnings about newer versions being available in your repository.

Finally, run this command on a terminal to pin the gedit-plugins versions (else the next time you run Update Manager you will get an incompatible version of gedit-plugins):

Code: Select all

echo gedit-plugins hold | sudo dpkg --set-selections
If you now start Gedit again, you'll find that in the Edit > Preferences menu you have many more plugins on the Plugins tab :)
Image
humanoid24

Re: [SOLVED] Gedit plugin help

Post by humanoid24 »

Thanks for the quick answer, that solved the problem for me :)
VirLiberty

Re: [SOLVED] Gedit plugin help

Post by VirLiberty »

Gedit on Linux Mint 17, Fix For Embedded Terminal Plugin:

So far, none of the "solutions" in this thread are valid solutions.

First of all, LM17 preinstalled Gedit embedded terminal plugin simply doesnt work, no matter what you do.

So, you need to upgrade to Gedit 3.1, and its really simple...
1. Uninstall Gedit with synaptic package manager.
2. Download Gedit common and install support: http://packages.ubuntu.com/trusty/gedit-common
3. Download Gedit program: http://packages.ubuntu.com/trusty/gedit
4. Download Gedit plugins: http://packages.ubuntu.com/trusty/gedit-plugins

To use these links, select the instllation (amd or i386) from the bottom of thier respective page.

Note: Gedit is now called "GEDIT" in your programs menu. It is no longer named "Text Editor".
And you need to turn on the plugin in your preferences under plugins selection in gedit.
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: [SOLVED] Gedit plugin help

Post by xenopeek »

Read my comments above; there is no need to download any files manually for this...
Image
VirLiberty

Re: [SOLVED] Gedit plugin help

Post by VirLiberty »

Your solution to download those files is a constant package, and likely will never be upgraded.

Furthermore, Linux Mint 17 doesnt have Gedit 3.1 available.

And moreover, the whole reason i wrote my solution, is because of this thread not being of much help in the first place....the solutions are not reliable.
User avatar
xenopeek
Level 25
Level 25
Posts: 29607
Joined: Wed Jul 06, 2011 3:58 am

Re: [SOLVED] Gedit plugin help

Post by xenopeek »

This is the version that is available on Linux Mint 17: 3.10.4-0ubuntu4 (see http://packages.ubuntu.com/trusty/gedit)
Image
Locked

Return to “Software & Applications”