Tagged Questions

The default GNOME desktop terminal emulator, allowing users to execute commands using a real UNIX shell while remaining on their graphical desktop.

learn more… | top users | synonyms

6
votes
3answers
2k views

How to change gnome-terminal title in Ubuntu 10

I've tried setting my PROMPT_COMMAND variable: PROMPT_COMMAND='echo -ne "\033]0;"myWindowTitle"\007"' but something changes my tab (or the whole terminal title) to 'user@hostname:/current/path', ...
5
votes
3answers
522 views

Mini Project: Change the color of the terminal based on the time of day

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 ...
5
votes
3answers
415 views

In linux, how can I test whether the output of a program is going to a live terminal or to a file?

When you use git it seems to magically know whether standard out is going through a pipe or into a file vs when it is being displayed to the console. For example, if you have colors enabled and you ...
3
votes
1answer
422 views

Strange behavior of vim color inside screen with 256 colors

I was trying to make the syntax hi-lighting (with 256 colors) of vim work inside screen, which is running inside gterm. It works quite fine in the beginning. What do I mean by "in the beginning" is, ...
3
votes
3answers
394 views

executing a command over ssh, and then running bash

I'm trying to set up a script that opens a terminal, does an ssh to a remote server, and executes a command (tail -F logfile in my case). What I have so far is the following gnome-terminal -e 'ssh ...
3
votes
1answer
653 views

How do I get Ctrl-Backspace to delete a word in vim within gnome-terminal?

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 ...
3
votes
3answers
280 views

Is there a way to determine a terminal's background color?

(not sure if this question belongs here or to superuser) I'd like to know if there is any way to determine a terminal's background color ? In my case, using gnome-terminal. It might matter, since ...
3
votes
2answers
563 views

How to check which program runs inside gnome-terminal

I want to write a program which prints the current focused window name and if it is a gnome-terminal, then prints out the running program inside the current gnome-terminal tab (for example vim, if a ...
2
votes
1answer
56 views

Sending different commands to different terminals

I need to run 3 different programs at different 'computers'. These computers are open in three different tabs in a terminal. How do I make a bash/python/?? script which can send three different ...
2
votes
1answer
25 views

New shell window with specified current dir

Now i'm executing next command gnome-terminal --tab -e "run1" --tab -e "run2" But run1 and run2 not in my home dir, how can i point shell to right dir. "my_dir1/my_dir2/runX" - not a case.
2
votes
3answers
113 views

how do I start a command in a terminal as if I'd opened the terminal and typed the command

I spend a lot of time opening terminals and typing commands in them. $ gnome-terminal (change mouse focus to new terminal) $ reset && clear && tail -F ~/file_that_grows every so ...
2
votes
2answers
134 views

history -a vs history -w in BASH

I'm writing my PROMPT_COMMAND="history -a;$PROMPT_COMMAND" but I still get some duplicates from different terminal sessions. It seems I still will get some duplicates but I get less using the command ...
2
votes
1answer
289 views

How to use GNOME Terminal instead of XTerm here?

I have the following variable defined in ~/.vimrc. This works well with XTerm but I can't get it working with GNOME Terminal. Please help. let g:slimv_client = 'python ...
2
votes
4answers
593 views

Prevent Gnome Terminal From Exiting After Execution

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 terminal is ...
2
votes
3answers
394 views

Open application in separate console window

I'm currently writing an application that I would like to open in a new terminal window, resizing it in the process, rather than the one in which the invoking command was typed. How should I go about ...
2
votes
3answers
402 views

How come whenever I run 'gvim' from Terminal in Ubuntu 10.04 Linux, I get a GLib-GObject-CRITICAL gvim error?

When I run gVim from Terminal in Ubuntu 10.04 with Gnome I get this error: (gvim:6226): GLib-GObject-CRITICAL **: g_object_ref: assertion `object->ref_count > 0' failed It looks like that ...
2
votes
2answers
1k views

How to launch gnome-terminal from command line and duplicate environment variables?

Is there a way to launch a gnome-terminal from the command line (i.e., using the /usr/bin/gnome-terminal command) and have the new terminal inherit the environment variables and other set variables of ...
2
votes
4answers
674 views

How to display tabs as 4 spaces in gnome-terminal

Actually gnome-terminal display tabs as 8 spaces, and this is very annoying when you cat files or view diffs, is there some way to change this permanently?
1
vote
3answers
65 views

gnome-terminal error

I am trying to open a terminal that would execute a code and copy the output files to a destination folder but for some reason only the executable is running and the copy command doesnt work, but when ...
1
vote
0answers
98 views

Too light background for solaris scheme in Vim using zsh

I want to use solarized, which gives a decent color scheme in Vim. It works by setting the 16 colors ansi colors in the gnome-terminal (enter link description here). It works fine if I use Vim from ...
1
vote
2answers
170 views

Does gnome-terminal support DOS code pages?

In my C program I've had to swap my unicode box-drawing characters into escaped characters for DOS code page 437 to get it to work in the Windows command prompt. Is it possible to change the code page ...
1
vote
1answer
147 views

Get the actual geometry of a gnome-terminal

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 ..., ...
1
vote
1answer
248 views

windows key in emacs in -nw mode

I add the following line to my ~/.emacs (global-set-key (kbd "") 'other-window) It works on emacs GUI mode. But if I open emacs in terminal (Ubuntu 10.04) with the option -nw, then Win + Right ...
1
vote
1answer
208 views

Login to SSH twice at the same time [closed]

Is there any way to setup my SSH client or my GNOME terminal or whatver so that when I SSH into a remote server it opens up TWO connections (or tabs or whatever)? I always like to have two SSH ...
1
vote
2answers
106 views

Starting terminals in a specific way?

I am trying to write a script to let me start a set of terminals of specific size at a specific position on screen (for instance, four terminals spread across my screen in a grid model each active). ...
1
vote
1answer
351 views

How can I send input to multiple terminal windows (not tabs)?

I use gnome-terminal (Ubuntu 10.10). I like it, though I'd be willing to switch to another for this feature. Can anyone tell me how I can broadcast keystrokes to multiple windows? The closest thing ...
1
vote
3answers
860 views

Open gnome terminal programmatically and execute commands after bashrc was executed

I try to build a little script to start my development environment. For that task I try to open a gnome terminal with several tabs where automatically the rails server and autotest is started. But ...
1
vote
3answers
230 views

In gnome-terminal/bash, can std output be run directly (interpreted?) as a command?

I've just come off the Winows wagon, and the gnome-terminal and bash are looking great, but I don't quite know how to get it to do what I want, (I suspect it is possible). Can std output (eg. from ...
1
vote
2answers
571 views

Is it possible to have python open a terminal and write to it?

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!
1
vote
3answers
228 views

something similar to Emacs shell?

Hey guys, I'm looking for something similar to Emacs shell. I want to be able to select text easily in my terminal, be able to manipulate the output. Unfortunately, emacs is not always an option. I ...
1
vote
1answer
508 views

gnome-terminal title says hostname

Is there a way to allow the gnome-terminals to show the current host name in its title. So if I shh to another system, id like the host name to change. Thank you.
1
vote
1answer
473 views

gnome-terminal: how to eliminate the scrollbar programatically?

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?
0
votes
0answers
18 views

How can I get the gnome-terminal Tango theme to work with Konsole and Vim? [migrated]

I have become very used to the tango gnome-terminal theme for my Vim syntax highlighting with the default vim theme. Unfortunately I am unable to emulate this using Konsole, I have tried creating my ...
0
votes
3answers
87 views

How to write on a separate terminal using C in Linux? [closed]

Possible Duplicate: How to invoke another terminal for output programmatically in C in Linux I am programming a client-server application and I want to create a debug window. On the server ...
0
votes
2answers
84 views

Batch commands in linux, gnome, bash [closed]

I am trying to make batch commands (sh) on linux for start, stop and restart my web server lighttpd, with partial success. Ideally, I would like to doubleclick icon and nothing more to do a job. Now, ...
0
votes
1answer
64 views

How to run gnome terminal child processes in differnet terminal

I am writhing shell script. I want three script to run in different terminal. I wrote like this in shell script, gnome-terminal -x 1.sh gnome-terminal -x 2.sh gnome-terminal -x 3.sh Then parent ...
0
votes
0answers
25 views

Program stops execution if window loses focus. Why?

I am running a big python script on a bash terminal. The problem is that everytime I use Alt+Tab or click outside the terminal into another windows (Say, google-chrome), the program stops execution. ...
0
votes
1answer
265 views

How to make mouse wheel scroll the less pager using bash and gnome-terminal?

I have two computers with the latest Fedora. On the first, I'm using zsh and the mouse wheel can be used with the less pager within gnome-terminal to scroll the pager. On the second, I use bash and ...
0
votes
3answers
238 views

Getting pid of a background gnome-terminal process

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 the ...
0
votes
0answers
34 views

How to overwrite the prompt at gnome-terminal startup

I tried it with this script, but it doesn't work gnome-terminal \ --tab-with-profile=PRO1 -e 'PS1="\u@project1$' --working-directory=~/hg/project1 -t project1 \ --tab-with-profile=PRO1 -e ...
0
votes
1answer
499 views

Opening multiple tabs in gnome terminal with complex commands from a cycle

I have a command that needs to be called like this: command "complex argument" If I want to run gnome-terminal passing it this argument, it goes like this: gnome-terminal -e 'command "complex ...
0
votes
0answers
33 views

Print terminal's output into pidgin chat screen

Is there a way to print the output of a c++ program from terminal into Pidgin's chat screen? I am Using Ubuntu 10.10. Thanks in advance. Vamsi
0
votes
1answer
207 views

How to remember multiple tabs' session in terminal? (Alike FF session manager)

how does one "undo close-tab" in terminal? And quite related to it, is it possible to remember a session of tabs in terminal? I mean (alike Firefox) if I close all tabs in a particular terminal ...
0
votes
4answers
145 views

Novice learning RoR: Trying to run Rails server but getting odd output in terminal

I'm trying to run Rails Server in Ubuntu 10.10 terminal. But I get an output completely different from that shown in my tutorial: Usage: rails new APP_PATH [options] Options: -r, [--ruby=PATH] ...
0
votes
3answers
735 views

How to create/delete gconf directory with gconftool-2?

... ughm ... the subject? I am writing a script that will create gnome-terminal profiles for various machines that I want to connect to. I need a custom command to run on each terminal and profile is ...
0
votes
2answers
254 views

Weird problem in running bash script

I wrote a bash script that fetches lyrics from a website. The script is here --> http://scrippets.wordpress.com/2011/02/01/fetching-lyrics-of-songs-from-the-terminal/ (the indentations in the script ...
0
votes
1answer
284 views

configure gnome-terminal using a configuration file rather than command line arguments

I've found in the gnome-terminal help documentation a really cool list of things you can configure in a file but absolutely no documentation of what the variables in the conf file are. I've googled a ...
0
votes
1answer
463 views

what's the default background color of gnome-terminal

I would like to change the text color to bright green (#66FF00) but keep the default background color ( which is : "use system theme color ") of gnome-terminal. I can customize the text color, but in ...
0
votes
1answer
242 views

Bash / open a terminal with a command to run passed as an argument

I created a script that starts all the apps I need for my day and assign them to the workspaces I want. Given I'm a extreme-lazy basterd, I'd like to know is there was a way to pass an argument to ...
0
votes
1answer
100 views

SQLite error when loading two python scripts simultaneously

I have two python scripts that have to run simultaneously because they interact with each other. One script is a 'server' script running locally and the other is client script that connects to it via ...

1 2