Removed dependencies on mate-terminal

This commit is contained in:
Clement Lefebvre
2016-01-25 16:30:44 +00:00
parent 7f38755543
commit f8e40ce128
3 changed files with 4 additions and 21 deletions

View File

@@ -1,4 +1,3 @@
#!/bin/sh
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
mate-terminal --working-directory=$XEDIT_CURRENT_DOCUMENT_DIR &
xterminal --working-directory=$XEDIT_CURRENT_DOCUMENT_DIR &

View File

@@ -1,4 +1,3 @@
#!/bin/sh
#TODO: use "gsettings get org.mate.applications-terminal exec"
exec `zenity --entry --title="Run command - Xedit" --text="Command to run"`
exec `zenity --entry --title="Run command" --text="Command to run"`