gnome-terminal Questions

0

One can modify the zoom level in the gnome-terminal by pressing C-+/-. I would like to modify the zoom level automatically in response to window size change (number of columns). Alternatively, are ...
Deutero asked 3/1, 2013 at 15:10

1

Solved

I am trying to make a PyGtk Gui, that has a button. When the user presses this button, gnome-terminal prompts the user to write their password. Then it will clone this Git repository for gedit JQue...
Burgundy asked 1/7, 2012 at 17:23

1

Solved

in X I know you can get the geometry of a window with xwininfo. Unfortunately, if i retrieve such geometry from a gnome-terminal and use that to start another one with gnome-terminal --geometry .....
Irreversible asked 3/2, 2011 at 23:14

3

Solved

I can easily start a background process, find its pid and search it in the list of running processes. $gedit & $PID=$! $ps -e | grep $PID This works for me. But if I start gnome-terminal as ...
Hopple asked 13/7, 2011 at 12:28

4

Solved

How do you prevent gnome-terminal from exiting after its given command has exited? I'm calling gnome-terminal from a cronjob, in order to create a terminal accessible to the user. The termi...
Gamma asked 16/12, 2010 at 22:20

2

Solved

For example, if I have this code: subprocess.call(['gnome-terminal']) Is it possible to have python output strings to that specific terminal that was just opened? Thanks!
Pestilent asked 27/7, 2010 at 2:18

1

Solved

I'd like Ctrl-Backspace to delete the current word in vim insert mode. From within xterm I can pull this off via :inoremap <C-H> <C-W> but in gnome-terminal I cannot figure out a way...
Transpicuous asked 26/4, 2010 at 17:34

3

Solved

Good Evening, I am pretty new to Unix so maybe this mini project is too ambitious. Hoping someone could point in in the right direction. Working in a cubicle and I can't see how light it is outs...
Boney asked 27/1, 2010 at 23:8

1

Solved

I'm using vim in gnome-terminal (2.26.0): although I use 95% of the time "$" to navigate to the EOL and "0" for the opposite, every now and then I hit "Home" or "End". When I use Home, the text I ...
Beaune asked 6/10, 2009 at 5:28

1

Solved

I'm spawning some processes running in their own gnome-terminal and don't want to show the scrollbar. Is there something like xterm +sb to turn the scrollbar off for that particular window?
Vicinal asked 22/6, 2009 at 9:16

© 2022 - 2024 — McMap. All rights reserved.