I like the terminal, it's handy to have open but this happens eveytime:
open terminal
type something in it
switch to another program
dammit terminal is closed
:-/ This happens even if I just type something in the command line and leave it there, or if I open a program through the command line or if I'm just looking through my folders...
edit
Sorry this is the true chain of events:
List it
I need to run " v4l2-ctl -i 2 " in Terminal, by clicking on a desktop icon.
Right now, I have to manually open Terminal, type in this command, and it sets the video
input of my tv card in Ubuntu. Then I can open the tv player to watch tv. For some reason, the tv card input doesn't stay set.
In Fedora 17, how do I setup the following two things which are related to using the terminal?
1. I'd like to get the right click the desktop, then click terminal to start a terminal. This used to be nautilus-open-terminal, but I installed that and it didn't seem to work.
2. How do I setup a keyboard shortcut for launching a terminal?
‘Open in terminal’ is a nautilus plugin that adds an option into right-click context menu allow launching terminal and automatically navigate to current location.
I think it's gnome terminal, whatever the default that comes with Ubuntu is. I'm using version 12 and it has the icon "Terminal" as the application name.
I had a terminal profile set up with all my preferences and that worked fine for a couple of days. I'd click on the icon marked "Terminal" and the terminal would launch with my settings.
I would like to be able to click on SSH links that look like ssh://user@servername and have a gnome-terminal open that runs SSH inside of it.
After reading up on the XDG stuff I did the following:
I created a shell script in $HOME/bin/ssh-terminal with the following:
#!/bin/sh
dest=${1#ssh://}
gnome-terminal -e "ssh $dest" &
This works from the command line.
I created $HOME/.local/share/
Each time, if I want to use terminal, I press super key, typing terminal in search box, and enter to select terminal icon.
How can I have hotkey to open terminal. (I'm not say hotkey : control + alt + Fn because it will open a full-console, not what I want). I just want a terminal windows.
I have searched in keyboard shortcut, but I don't see option to select hotkey for this purpose.
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
System: I have XUbuntu 12.04 64bit and run Terminal 0.4.8 (Xfce Terminal Emulator).
Problem: My Terminal always stops to accept any input after I close a program window started from the Terminal.
Details: For example, I start leafpad, (or geany, tkdiff etc) from the terminal. I close the window after finishing my job by either clicking on the close button or using ctrl-w.