Which run dialog
I just switched from the standard Gnome window manager to Openbox (still running inside Gnome) and like it a lot. However, now I need a new run dialog, e.g. the thing popping up when hitting Alt+F2 in Gnome. I see in the Openbox wiki, I can use the one from gnome with gnome-panel-control --run-dialog
but maybe some one can recommend a better program for this?
gnome openbox run-dialog
add a comment |
I just switched from the standard Gnome window manager to Openbox (still running inside Gnome) and like it a lot. However, now I need a new run dialog, e.g. the thing popping up when hitting Alt+F2 in Gnome. I see in the Openbox wiki, I can use the one from gnome with gnome-panel-control --run-dialog
but maybe some one can recommend a better program for this?
gnome openbox run-dialog
add a comment |
I just switched from the standard Gnome window manager to Openbox (still running inside Gnome) and like it a lot. However, now I need a new run dialog, e.g. the thing popping up when hitting Alt+F2 in Gnome. I see in the Openbox wiki, I can use the one from gnome with gnome-panel-control --run-dialog
but maybe some one can recommend a better program for this?
gnome openbox run-dialog
I just switched from the standard Gnome window manager to Openbox (still running inside Gnome) and like it a lot. However, now I need a new run dialog, e.g. the thing popping up when hitting Alt+F2 in Gnome. I see in the Openbox wiki, I can use the one from gnome with gnome-panel-control --run-dialog
but maybe some one can recommend a better program for this?
gnome openbox run-dialog
gnome openbox run-dialog
edited Jun 23 '14 at 4:23
community wiki
2 revs, 2 users 67%
fschmitt
add a comment |
add a comment |
7 Answers
7
active
oldest
votes
There's probably hundreds of equally valid answers for this, but I use gmrun:
Screenshot of gmrun http://mrozekma.com/gmrun.png
It has miscellaneous useful features:
You can run a command in a terminal using Ctrl+Enter
It keeps a history of commands, so you can just keep hitting Up to cycle through them, or search through them with the standard shell mechanisms, Ctrl+R and !.
It also has Tab-completion:
Screenshot of gmrun's tab complete http://mrozekma.com/gmrun-complete.png
It will let you run a file directly (it knows what program to execute for that particular file type):
Screenshot of gmrun's file running http://mrozekma.com/gmrun-file.png
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
add a comment |
Personally I use gnome-do
for that kind of stuff. Yeah it's mono and some people don't like that, but if you enter a command. it runs it and when it's about running GUI applications it's a really quick way to trigger them. Since gnome-do has so many plugins, many of the actions I'd usually run via alt+F2 (like quickly mounting something) I can just do via gnome-do: I type "mo" and it already knows that I probably want to mount something and offers me the filesystems I have defined that I have not yet mounted (just as an example).
If you don't like mono there is an app called "kupfer" which does similar things written in Python, it just doesn't have all the features gnome-do has.
When I want to run "real" shell commands I tend to just open a terminal.
add a comment |
I had some success using bashrun. It's simple, has many features, and is very customizable.
a few screenshots:
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
add a comment |
I am using Launchy which is light weight and works really well.
add a comment |
I love dmenu. It's fast: instantaneous, in fact.
add a comment |
Gnome Do works great. The default key binding is super + space.
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
add a comment |
Gnome Do is probably the best, and certainly the easiest to use. Others are available such as Kupfer and Synapse.
If you are using Ubuntu, the default interface (Unity) will have one in 11.04, so you just have to wait a month and it'll be available to you.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "106"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f2505%2fwhich-run-dialog%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
7 Answers
7
active
oldest
votes
7 Answers
7
active
oldest
votes
active
oldest
votes
active
oldest
votes
There's probably hundreds of equally valid answers for this, but I use gmrun:
Screenshot of gmrun http://mrozekma.com/gmrun.png
It has miscellaneous useful features:
You can run a command in a terminal using Ctrl+Enter
It keeps a history of commands, so you can just keep hitting Up to cycle through them, or search through them with the standard shell mechanisms, Ctrl+R and !.
It also has Tab-completion:
Screenshot of gmrun's tab complete http://mrozekma.com/gmrun-complete.png
It will let you run a file directly (it knows what program to execute for that particular file type):
Screenshot of gmrun's file running http://mrozekma.com/gmrun-file.png
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
add a comment |
There's probably hundreds of equally valid answers for this, but I use gmrun:
Screenshot of gmrun http://mrozekma.com/gmrun.png
It has miscellaneous useful features:
You can run a command in a terminal using Ctrl+Enter
It keeps a history of commands, so you can just keep hitting Up to cycle through them, or search through them with the standard shell mechanisms, Ctrl+R and !.
It also has Tab-completion:
Screenshot of gmrun's tab complete http://mrozekma.com/gmrun-complete.png
It will let you run a file directly (it knows what program to execute for that particular file type):
Screenshot of gmrun's file running http://mrozekma.com/gmrun-file.png
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
add a comment |
There's probably hundreds of equally valid answers for this, but I use gmrun:
Screenshot of gmrun http://mrozekma.com/gmrun.png
It has miscellaneous useful features:
You can run a command in a terminal using Ctrl+Enter
It keeps a history of commands, so you can just keep hitting Up to cycle through them, or search through them with the standard shell mechanisms, Ctrl+R and !.
It also has Tab-completion:
Screenshot of gmrun's tab complete http://mrozekma.com/gmrun-complete.png
It will let you run a file directly (it knows what program to execute for that particular file type):
Screenshot of gmrun's file running http://mrozekma.com/gmrun-file.png
There's probably hundreds of equally valid answers for this, but I use gmrun:
Screenshot of gmrun http://mrozekma.com/gmrun.png
It has miscellaneous useful features:
You can run a command in a terminal using Ctrl+Enter
It keeps a history of commands, so you can just keep hitting Up to cycle through them, or search through them with the standard shell mechanisms, Ctrl+R and !.
It also has Tab-completion:
Screenshot of gmrun's tab complete http://mrozekma.com/gmrun-complete.png
It will let you run a file directly (it knows what program to execute for that particular file type):
Screenshot of gmrun's file running http://mrozekma.com/gmrun-file.png
edited Apr 13 '17 at 12:36
community wiki
2 revs
Michael Mrozek
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
add a comment |
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
I checked gmrun and like it very much, thanks.
– fschmitt
Sep 29 '10 at 8:30
add a comment |
Personally I use gnome-do
for that kind of stuff. Yeah it's mono and some people don't like that, but if you enter a command. it runs it and when it's about running GUI applications it's a really quick way to trigger them. Since gnome-do has so many plugins, many of the actions I'd usually run via alt+F2 (like quickly mounting something) I can just do via gnome-do: I type "mo" and it already knows that I probably want to mount something and offers me the filesystems I have defined that I have not yet mounted (just as an example).
If you don't like mono there is an app called "kupfer" which does similar things written in Python, it just doesn't have all the features gnome-do has.
When I want to run "real" shell commands I tend to just open a terminal.
add a comment |
Personally I use gnome-do
for that kind of stuff. Yeah it's mono and some people don't like that, but if you enter a command. it runs it and when it's about running GUI applications it's a really quick way to trigger them. Since gnome-do has so many plugins, many of the actions I'd usually run via alt+F2 (like quickly mounting something) I can just do via gnome-do: I type "mo" and it already knows that I probably want to mount something and offers me the filesystems I have defined that I have not yet mounted (just as an example).
If you don't like mono there is an app called "kupfer" which does similar things written in Python, it just doesn't have all the features gnome-do has.
When I want to run "real" shell commands I tend to just open a terminal.
add a comment |
Personally I use gnome-do
for that kind of stuff. Yeah it's mono and some people don't like that, but if you enter a command. it runs it and when it's about running GUI applications it's a really quick way to trigger them. Since gnome-do has so many plugins, many of the actions I'd usually run via alt+F2 (like quickly mounting something) I can just do via gnome-do: I type "mo" and it already knows that I probably want to mount something and offers me the filesystems I have defined that I have not yet mounted (just as an example).
If you don't like mono there is an app called "kupfer" which does similar things written in Python, it just doesn't have all the features gnome-do has.
When I want to run "real" shell commands I tend to just open a terminal.
Personally I use gnome-do
for that kind of stuff. Yeah it's mono and some people don't like that, but if you enter a command. it runs it and when it's about running GUI applications it's a really quick way to trigger them. Since gnome-do has so many plugins, many of the actions I'd usually run via alt+F2 (like quickly mounting something) I can just do via gnome-do: I type "mo" and it already knows that I probably want to mount something and offers me the filesystems I have defined that I have not yet mounted (just as an example).
If you don't like mono there is an app called "kupfer" which does similar things written in Python, it just doesn't have all the features gnome-do has.
When I want to run "real" shell commands I tend to just open a terminal.
edited Jan 7 '11 at 4:55
community wiki
2 revs, 2 users 89%
tante
add a comment |
add a comment |
I had some success using bashrun. It's simple, has many features, and is very customizable.
a few screenshots:
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
add a comment |
I had some success using bashrun. It's simple, has many features, and is very customizable.
a few screenshots:
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
add a comment |
I had some success using bashrun. It's simple, has many features, and is very customizable.
a few screenshots:
I had some success using bashrun. It's simple, has many features, and is very customizable.
a few screenshots:
edited 56 mins ago
community wiki
4 revs, 3 users 88%
Stefan
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
add a comment |
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
bashrun2 is much better.
– qed
Jul 30 '13 at 14:13
add a comment |
I am using Launchy which is light weight and works really well.
add a comment |
I am using Launchy which is light weight and works really well.
add a comment |
I am using Launchy which is light weight and works really well.
I am using Launchy which is light weight and works really well.
answered Apr 5 '11 at 8:18
Navaneeth K N
2,22831112
2,22831112
add a comment |
add a comment |
I love dmenu. It's fast: instantaneous, in fact.
add a comment |
I love dmenu. It's fast: instantaneous, in fact.
add a comment |
I love dmenu. It's fast: instantaneous, in fact.
I love dmenu. It's fast: instantaneous, in fact.
answered Dec 15 '10 at 1:48
community wiki
Shawn J. Goff
add a comment |
add a comment |
Gnome Do works great. The default key binding is super + space.
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
add a comment |
Gnome Do works great. The default key binding is super + space.
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
add a comment |
Gnome Do works great. The default key binding is super + space.
Gnome Do works great. The default key binding is super + space.
answered Apr 4 '11 at 15:46
vanillaike
146128
146128
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
add a comment |
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
Gnome-Do is dead, isn't it? Synapse and Kupfer seem to be leading the field now, I believe.
– simon
Apr 4 '11 at 15:54
add a comment |
Gnome Do is probably the best, and certainly the easiest to use. Others are available such as Kupfer and Synapse.
If you are using Ubuntu, the default interface (Unity) will have one in 11.04, so you just have to wait a month and it'll be available to you.
add a comment |
Gnome Do is probably the best, and certainly the easiest to use. Others are available such as Kupfer and Synapse.
If you are using Ubuntu, the default interface (Unity) will have one in 11.04, so you just have to wait a month and it'll be available to you.
add a comment |
Gnome Do is probably the best, and certainly the easiest to use. Others are available such as Kupfer and Synapse.
If you are using Ubuntu, the default interface (Unity) will have one in 11.04, so you just have to wait a month and it'll be available to you.
Gnome Do is probably the best, and certainly the easiest to use. Others are available such as Kupfer and Synapse.
If you are using Ubuntu, the default interface (Unity) will have one in 11.04, so you just have to wait a month and it'll be available to you.
answered Apr 4 '11 at 16:32
user6280
add a comment |
add a comment |
Thanks for contributing an answer to Unix & Linux Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f2505%2fwhich-run-dialog%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown