[Xfce4-commits] [panel-plugins/xfce4-verve-plugin] 01/02: Use exo-open instead of the deprecated xfterm4 to launch commands in a term via ctrl-enter (bug #9978)
noreply at xfce.org
noreply at xfce.org
Sun Jan 25 12:02:54 CET 2015
This is an automated email from the git hooks/post-receive script.
landry pushed a commit to branch master
in repository panel-plugins/xfce4-verve-plugin.
commit f2580a54904ee59528da6c286e1aba710afd622b
Author: Landry Breuil <landry at xfce.org>
Date: Sun Jan 25 11:56:52 2015 +0100
Use exo-open instead of the deprecated xfterm4 to launch commands in a term via ctrl-enter (bug #9978)
---
panel-plugin/verve.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/panel-plugin/verve.c b/panel-plugin/verve.c
index 420cd58..c7ad663 100644
--- a/panel-plugin/verve.c
+++ b/panel-plugin/verve.c
@@ -165,7 +165,7 @@ verve_execute (const gchar *input,
{
/* Run command using the xfterm4 wrapper if the terminal flag was set */
if (G_UNLIKELY (terminal))
- command = g_strconcat ("xfterm4 -e ", input, NULL);
+ command = g_strconcat ("exo-open --launch TerminalEmulator '", input, "'", NULL);
else
command = g_strdup (input);
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list