GNOME-Run-Dialog v1.7.0

This is a Prototype of a reimplementation of the panel-run-dialog in pygtk.
Features:
- run applications with Environment-Variables (“LANG=C foo”) – KILLER –
- run applications in a terminal
- run applications as root (via gksu)
- run applications both in a terminal and as root
- run applications with a selected file as arguement
- re-use the history from the original dialog
- clear the history (for both dialogs)
- auto-completion of commands
License: GPL3
Download: Tar/BZ2
ChangeLog:
1.7.0:
“Disc Warrior”
configure ::
.configure/* :
- configure script updated to v7.9
code/gnome-run-dialog.in ::
data/gnome-run-dialog.ui:
- moved from libglade to gtkbuilder
code/gnome-run-dialog.in:
- improved function for loading modules
– (and reporting errors if failed to do so)
- use subprocess instead of os.system
- fixed a bug which didn’t let apps be run as root
*/*
- improved tree
Makefile.in:
- updated