Hello, I've got a server that I connect to over SSH and I'd like to use Gedit on it. This is what I did to install it:
Code:
apt-get install gedit
Now, I can get Gedit running okay with it's graphical interface but the graphics are basic as the whole desktop interface and whatnot is not installed. I'm fine with simple graphics. However, if I try to go into the settings to enable line numbers, disable autosaves and whatever else needs doing, it doesn't work. The settings simply go back to what they were as soon as I change the values. Tweaking the settings results in this message in the comand line:
Code:
(gedit:4963): dconf-WARNING **: failed to commit changes to dconf: Failed to execute child process "dbus-launch" (No such file or directory)
Is there anything I can do about this? It works fine with the desktop environment installed, but I don't want to do that 'cause it takes up a lot of space. Also, please don't give answers like "just use vi or edit locally" because that just won't help.