-
as seen on Super User
- Search for 'Super User'
How can I make terminal applications immune to terminal emulator close, but still able to use all virtual terminal features?
I see this must be something like screen, but without VT100 terminal emulation, something which will just apply whatever application does with "terminal proxy"'s terminal (like…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OSX terminal, I'm having some colour issues.
If i am working locally, there are no colours.
If i ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If i then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken. On quitting…
>>> More
-
as seen on Super User
- Search for 'Super User'
In the OS X Terminal.app, I'm having some colour issues.
If I am working locally, there are no colours.
If I ssh into my opensolaris machine (using screen inside ssh) there are no colours.
If I then ssh into my ubuntu virtualmachine, and say, vim edit a file, the colours are completely broken.…
>>> More
-
as seen on Super User
- Search for 'Super User'
I use colinux, see http://www.colinux.org/ ; I used the ubuntu image (ubuntu without desktop environment) and install the packages gdm ?x-window-system-core and gnome-core and update to 10.04. the default user ( which is the only one user) is root. When I try to drag a file into gnome-terminal, I…
>>> More
-
as seen on Super User
- Search for 'Super User'
When I connect via ssh terminal to certain servers, it timeouts and "freezes" the terminal (doesn't accept, doesn't disconnect, can't Ctrl-C to kill the ssh process or anything).
This is in Ubuntu's Gnome-terminal, though it seems to be pausing the terminal input/output, and doesn't affect the operation…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm looking into ways of automatically loading Gedit as gksu gedit when I enter sudo gedit by mistake?
I have found that I have made a number of files unreachable by using gedit and I have only just found out why!
ACHIEVED SO FAR
I have written a script which will make an alias so that if I type…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
When I load GEdit, it is different from sudo GEdit.
Normal GEdit gives me Gtk warnings in the console, and ithas a different look.
When I install plugins on either version, it doesn't reflect on the other.
I tried removing gedit and reinstalling, but I get the exact setups (in other words, GEdit…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am a bit confused as to where I should put externally downloaded plugins. I have tried putting them in:
/usr/share/gedit/plugins
~/.local/gedit/plugins
~/.gnome2/gedit/plugins
/usr/lib/gedit/plugins
The way I have checked whether the plugins show up or not is going to Edit-Preferences-Plugins…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
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,…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
Previously, I need to clear documents history, so I Googled and found this:
http://www.watchingthenet.com/ubuntu-tip-clear-disable-recent-documents.html
I did the step, and then when I opened gedit in root terminal, I've got this:
root@dellph1-desktop:/# gedit
(gedit:8224): GLib-CRITICAL **: g_bookmark_file_load_from_data:…
>>> More