A simple run dialog written in python-gtk, as a replacement for the default GNOME run dialog.

It uses the same history than GNOMEs one, but sorts it alphabetically, it allows you to run a command as root, or in a terminal, or both. You can also clear the history or choose a file as argument for the application. As soon as you start typing in the textentry, a completion will be shown, which shows every matching app in /usr/bin and /usr/sbin, which you can then select. Another difference is, that you can pass environment variables to your application.
