Tagged Questions
0
votes
1answer
39 views
GEdit not working for some users
I am using GEdit 3.8.2 on Ubuntu 13.04 Raring Ringtail with GNOME 3.8 I have two user accounts on my computer.
When I launch GEdit in my account, I get a window that is blank, and am not able to ...
0
votes
0answers
55 views
Nautilus FTP with gedit slow
I have, in the past, used gEdit while connected to an FTP with Nautilus so that I can work directly on my server without downloading/uploading via FileZilla everytime.
I've just reinstalled Ubuntu ...
6
votes
2answers
311 views
Code folding plug-in for gedit 3.2.1?
I need the code folding property in gedit, and I found online a folding.gedit-plugin online, but it never works. My gedit is of version 3.2.1, and it is said that the plugin folding.gedit-plugin was ...
0
votes
0answers
19 views
Gnome Language Definition v2.0
Here is my Custom Gnome Language Definition v2.0 File for Gedit. It seems it is not working.
Reference:
http://developer.gnome.org/gtksourceview/stable/lang-tutorial.html
<UserLang name="Smali" ...
0
votes
0answers
97 views
Select-By-Word characters in gedit/gnome
How do I configure the select-by-word characters in gedit or gnome in general?
The goal is to double-click a word in gedit (like "underscore_notation") and have it highlight the entire word. ...
0
votes
2answers
503 views
Gedit tries to open everything!
I am having a huge problem. Whenever i try to open a file gedit tries to open it. For example I download something with firefox, i click on the file to open it and gedit opens!
Even in when I want to ...
0
votes
1answer
374 views
Can't drag and drop text in gedit [closed]
I've installed gnome-shell on Ubuntu 11.10 but now, when I'm on Unity, and when I drag and drop text in gedit, gedit crashes !
I've tried to uninstall gnome-shell, but nothing changes.
1
vote
0answers
175 views
How to update Gnome applications without updating past 2.x? [closed]
I am looking to do is update Gnome applications without updating all of gnome to 3.x using the gnome3-team/gnome3 PPA.
What i want specifically is to update Gedit, Nautilus, Movie Player etc. past ...
2
votes
1answer
771 views
How do I replace gedit 3.06 with gedit 2.30.4?
I have some problem. I have installed gnome 3, and now I have gedit 3.0.6 version. I need to replace it by gedit 2.30.4 version. Any suggestions?
5
votes
2answers
1k views
Compile gedit 3 to use on Gnome 2
I'm on Gnome 2.32.1 (Ubuntu 11.04), and I would like to use gedit 3 on my current desktop environment.
To achieve this, I think I could compile gedit 3 and its dependent libraries with a custom ...
3
votes
1answer
77 views
How to know which versions of application I can install via apt
I try to use
apt-cache search gedit
But there is no information about version.
I am trying to install gedit 2.30.4 (by default it is 3.x on Gnome 3). But there is no gedit with this version.
sudo ...
2
votes
1answer
343 views
gedit plugin development in C
I'm Interesting to write gedit-plugins in C I've checked that http://live.gnome.org/Gedit/NewMDIPluginHowTo but i find it not good to start
How can I get another informations about writing gedit ...