Use zenity instead of mate-dialogs

This commit is contained in:
Stefano Karapetsas 2014-03-19 11:08:34 +01:00
parent e418c09423
commit 1dce8625e2
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec" #TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
exec `matedialog --entry --title="Run command - pluma" --text="Command to run"` exec `zenity --entry --title="Run command - pluma" --text="Command to run"`

View File

@ -15,7 +15,7 @@
# with this program; if not, write to the Free Software Foundation, Inc., # with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. # 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
SEARCHTEXT=`matedialog --entry --title="Search text on files" --text="Text to search"` SEARCHTEXT=`zenity --entry --title="Search text on files" --text="Text to search"`
if [ ! "${#SEARCHTEXT}" = 0 ]; then if [ ! "${#SEARCHTEXT}" = 0 ]; then