I'm using Ubuntu 12.04 with python 2.7.3 and PyGObject and I'd like to develop plugins for Gedit in python. I found a simple looking tutorial for this sort of thing here.
According to the tutorial, I need the Gedit module to interact with the plugin interface:
from gi.repository import GObject, Gedit
I keep getting an import error when trying to import the Gedit module.
The first thing you should always do after installing software (apart from viewing the manpages) is to check and see if it supports plugins. If you are not a programmer or hacker it really is the easiest way to extend capabilities. The Gnome text editor supports this feature out of the box.Here's three of the best.
Gedit is a text editor. The Gedit homepage list its full feature set..
Hi all,
First post. Using Ubuntu for over a year now. Like it a LOT! :D
I was using 10.04 32-bit (with gedit 2) then switched to 12.04 32-bit (with gedit 3).
I use gedit for writing HTML and CSS. There is a plugin (gedit-plugins) called "snippets" which helps me a lot.
Hope s.o. can help me ....
According to a page I found I should do this:
sudo add-apt-repository ppa:cinelerra-ppa/ppa
sudo apt-get update
sudo apt-get install cinelerra
But that led to the problem that the package "libmpeg3cine" could not be installed because some files were already installed by package "mpeg3-utils". The package system seemed broken because of a defective package.
I am trying to install the gtk+ package so that i can install grapher which require gtk+-2.0
When I ./configure gtk+ I get this (lots of output before what I pasted):
.....
configure: error: Package requirements (glib-2.0 >= 2.25.10 atk >= 1.29.2 pango >= 1.20 cairo >= 1.6 gdk-pixbuf-2.0 >= 2.21.0) were not met:
No package 'gdk-pixbuf-2.0' found
Consider adjusting t
Most of the time running a gtk application from the command line it starts dumping debug information to the stdio even though I put them in background.
Example:
~$ gedit test.html # and ctrl+z to suspend
zsh: suspended gedit .zshrc
~$ bg
[1] + continued gedit .zshrc
~$
# do some editing
(gedit:6208): GtkSourceView-WARNING **: Could not find word to remove in buffer (whoosh), this should not h
This messages comes from Banshee's configure script:
configure: error: Package requirements (glib-sharp-3.0 >= 2.99.1) were not met:
No package 'glib-sharp-3.0' found
Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.
What package should I install?
I'm using Ubuntu 12.04.
I am trying to install Vips, I've downloaded the latest files:
wget http://www.vips.ecs.soton.ac.uk/supported/current/vips-7.30.0.tar.gz
wget http://www.vips.ecs.soton.ac.uk/supported/current/nip2-7.30.1.tar.gz
And on ./configure I get:
configure: error: Package requirements (glib-2.0 >= 2.6 gmodule-2.0 >= 2.4 libxml-2.0 gobject-2.0) were not met:
No package 'glib-2.0' found
No package