Gedit is the default text editor in Gnome based GNU/Linux distributions such as Ubuntu, Linux Mint, Fedora etc.
It looks simple and it’s easy to use but it is also very powerful. It’s not just for simple text files – you can use it as a programming editor.
I have been trying to install a gedit plugin called RunC to compile C programs using the text editor.
Although the instructions tell me to use ubuntu 9 or 10 for this, I'm currently running Fedora 16. I thought that I would not have much problems, but after running the shell script using the sh command to install the plugin, gedit showed no signs of the plugin being installed.
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.
Installing Cinnamon Desktop On Fedora 16 And OpenSuse 12.1
This tutorial will show you how to install the Cinnamon desktop, Mint's new desktop
environment to be used in Linux Mint 13, on Fedora 16 as well as on OpenSUSE 12.1. Cinnamon concentrates on
holding on to classic design and functionality in times where Gnome 3
and Unity come up with different innovations to the user interface.
Unity is the default desktop environment in Ubuntu 12.10. Although, it has improved a lot but if you’re still looking for an alternative desktop with classic GNOME 2 style layout then you may try MATE.
MATE is also a GNOME 3 based desktop (just like unity), it’s easy to use, and the it’s stable too.
I've tried Ubuntu, Linux Mint, and Mandriva Linux, wanted to try openSUSE, as I believe it has more to offer.
I wasn't however expecting the option of, Gnome, and KDE
What do people on here work with? What do you prefer and why? and any major differences.
A compilation of 10 nice Gnome themes that you can use to theme your Ubuntu, Fedora, openSUSE, Mandriva or Mint desktop.
gedit, the official text editor of the GNOME desktop environment is moving along with the rest of the Gnome packages and has reached version 3.7.4.
gedit 3.7.4 provides full support for internationalized text, configurable syntax highlighting for various languages (C, C++, Java, HTML, XML, Python, Perl and many others), support for editing files from remote locations, print preview support, auto
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.