Where can I find Gedit preferences in Xubuntu?
They are like some rare, elusive bird.
Numerous help forums like this give varying reports of where it might have been spotted. But you go where they say they saw it and you will see no sign that it was ever there at all. No poop. Nothing.
I've tried and failed to find it by looking in:
- Xubuntu Settings Manager
- ~/.gconf/apps/
- /usr/share/gedit/
- ~/.config/gedit/
- ~/.gnome2/
- /usr/share/doc/gedit/
At each juncture, I was meanwhile also searching for the answer in forum hell.
There is a routine in forum hell. It goes like this: someone like me, who knows nothing, asks a stupid question in a forum; then a procession of goofs who know next-to-nothing take turns in guessing the answer. The person who asked the question gives up the will to live. Then some other bozo like me comes searching for a similar answer and after spending half their morning following the goofy guesses up dead ends gives up the will to live as well.
That's roughly what happened.
I looked for the Gedit preferences in the Gedit menu as well. But it had only some of its preferences available. Like they where a lure to get users to look under the bonnet. If you want to change the colour settings in Gedit you have to get a degree in untying granny knots, because that's the skill you need navigate the linux file system, configuration files and help forums to do something as simple as change a colour.
Back to the question of where the Gedit preferences are, I looked finally on the Gedit website. It had nice Mickey Mouse instructions for changing the Fischer Price preferences you can already find easily enough in the Gedit menu - and are thankfully already plain and simple to use. So it had some nicey nicey help pages on the things you don't really need help on. And happy smiley silence on the stuff that causes you to seek help.
It has seemed for a long time that Gnome's solution to the general problem of linux being such a tangle was to oversimplify until there were barely any options left at all: just a few because we don't think the stupid people we make software for will be able to cope with any more.
They may have a point. My head hurts. And I don't actually have a keyboard. I can't operate one. I have special pads like on those electronic drum kits they had in the eighties. And I thump my hands up and down on them. It makes nice noises. And someone interprets them into the words you see here.
What I'm thumping at is I would like to increase the document history list in Gedit like wot I had before my linux crashed and made me have to reinstall everything again. I need to do this because after I installed everything again, Linux crashed again and I lost all my open documents. I mean, I don't know where they are. And the Gedit menu only shows the last five.
Btw, I second what he said:
"btw, about all these configuration tools, this is so confuse, we have gconf-editor, dconf-editor, gconftool-2, I think there is more also.. would be easier if they made something unified like linux-regedit... – Aquarius Power Jun 17 '13 at 14:13"
Gedit 3.6.1, how to increase the number of recent files from its default of 5?
And btw, I do think gedit is brilliant. And this having to look under the bonnet, though shere hell, has not been without its rewards. I have discovered that there are such things as Vala and GObject - Ooh, that might be nice - I just don't have any time to look at them because I need to get some work done and I've already wasted too much time firefighting bugs and trying to do something as simple as change preferences. Linux might be free but it makes you poor.
And and btw, the problem with these settings managers is not that they offer too many preferences but that they are written in dalek. Many preferences are good. Daleks are bad.
And and and btw, StackExchange wouldn't let me add a xfce4-settings-manager tag because no such tag already exists and I don't have enough browny points to create one. But it's a package name. Why not allow any tag to be created that matches against package names and wotnot?
Install dconf-editor
Open
dconf-editor
& Navigate to/org/gnome/gedit/
How I get it? Well, Gedit is part of Gnome project, most probably will use its configuration back-end
dconf
/gsettings
(It's similar to Windows registry.):Check installed packages for gedit:
dpkg -l gedit*
Check if any of them contains dconf gschema files
dpkg -L gedit-common | grep glib
Extract path where configuration in stored in dconf:
for l in $(dpkg -L gedit-common | grep gschema.xml); do grep "path=" $l ; done
Nice, all configurations are in
/org/gnome/gedit/
subsections. If you want a GUI way, use Synaptic to check installed files then Nautilus to open interesting files.