GNOME:(Convenience) Any way to input shell commands without bringing up a terminal?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
GNOME:(Convenience) Any way to input shell commands without bringing up a terminal?
Hi! First post. hooray!
Q: Is there any way, in GNOME, to input simple no-output commands like
Code:
gedit & exit
without bringing up a virtual terminal (or the likes)?
I'm a person who inputs commands and then end up with 15 inactive gnome-terminal's per hour. Partly because I haven't yet specified an alias with
Code:
& exit
appended, but also because this code does not necessarily kill the terminal.
I'm looking for a way to, for example, start firefox by holding the SUPER-key and typing firefox (then possibly execute said command by releasing SUPER-key.)
I know there are GNOME keyboard shortcuts. But each of them needs to be configured, and there is a finite number of physical keys. (For some reason)
In a pseudo-specification: The program I'm looking for would probably dump any output in /dev/null and send any input to the "standard IN stream". Probably some sort of daemon with no GUI component.
Thanks for your time. It's not an urgent matter.
EDIT: The pseudo-specification implies that it's not GNOME-specific in any way; more like an alternative to BASH that is neither GU- nor CL-I.
Last edited by kopatops; 03-13-2010 at 01:12 PM.
Reason: Typo
1) Run a application window: on the gnome standard keyboard shortcuts, hit Alt-F2 and type any command you want, like gedit, firefox, etc
2) If your keyboard have special shortcuts keys, bind one of them to a special command. Go to System/Preferences/Keyboard Shortcuts. On the panel you can see several actions pre-defined and its keys.
What I would like to know is how to create my own action on this list. When you figure out this, please, give me a note, ok ?
I'm aware of the GNOME keyboard shortcuts function. To add an action of your own I think you simply click "add" and define the command together with a name.
To bind the action to a key you need to click on the far right of the entry and it should prompt you for a key combination.
What I'm looking for is more of a way to send commands in the background (not the command, but the sending/request itself). Much like gnome listening for shortcut key combinations, but a "daemon shell" that listens for *any* keyboard input and "redirects it to stdIN" (pseudo), provided some super-key is being held down.
It might just be a crazy idea, though. I can see how this can be downright dangerous.
Last edited by kopatops; 03-13-2010 at 02:21 PM.
Reason: More information
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.