I'm trying to launch one command in a new gnome-terminal window from a shell script, and it seems that my .bashrc file doesn't get sourced when calling gnome-terminal and executing a command:
gnome-terminal -t "my title" -e vim
But it does when launching gnome-terminal alone:
gnome-terminal -t "my title"
(for testing purposes, just add a echo "something" to the end of the .bashrc)
I also tr
I'd like for gnome terminal to set the WM_URGENT window manager hint on bell. Is this possible?
This bug report suggests it's not but does anyone know another way.
Basically I'm running XMonad under Gnome and have XMobar set to display hidden workspaces with windows that have that hint set (i.e. for new emails).
I've downloaded from the USC an app that grabs colors with the mouse (result shows in the terminal) and I'm trying to add a unity launcher app to run that command in the gnome-terminal.
Here is the code:
#!/usr/bin/bash
[Desktop Entry]
Type=Application
Name=Grab Color
Exec=gnome-terminal -x grabc
Categories=Development;
Icon=/home/diogo/.local/share/applications/colorline.png
The problem is th
I'm having a very annoying problem with gnome-terminal. It works find until I suspend/resume my laptop.
I`m confused there are 3 kind of Terminal i have saw in ubuntu
xTerm,
Terminal (Gnome terminal) ctrl+shift+T and
virtual terminal ctrl+alt+F[1-6]
why are there many terminals and what is the point of those
specially gnome terminal and virtual terminal
I am running Fedora 17 gnome (shell) 3 and gnome terminal 3.4.1.1.
I am a user of both gnome-terminal and midnight commander. As default gnome-terminal has always used F10 (which I need while using mc), to opening the top menu. So was this time.
I run oneiric with fluxbox as the window manager, and gnome-terminal appears to disregard gtk theme. The theme support does work in other gtk applications (for example, in gthumb and in firefox), but changing the theme makes no difference for gnome-terminal. I have oneiric, and I use lxappearance to change the theme. Am I wrong in assuming that gnome-terminal is a gtk application?
I'm in gnome-terminal on Linux Mint 13.
I have a gnome-terminal profile created with "When the command exists: Hold the terminal open" set. How can I avoid the yellow message at the top of the gnome-terminal window that states "The child process exited normally with status 0."?
Below are the contents of the desktop entry I have pinned to the Unity launcher.