Removed dependencies on mate-terminal
This commit is contained in:
@@ -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 &
|
||||
|
@@ -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"`
|
||||
|
Reference in New Issue
Block a user