1From 37e227ae1766568d8de55e268bb69bc15eee3529 Mon Sep 17 00:00:00 2001 2From: Jussi Kukkonen <jussi.kukkonen@intel.com> 3Date: Thu, 26 Nov 2015 16:01:47 +0200 4Subject: [PATCH] Enable xdg-terminal 5 6Upstream-Status: Inappropriate [configuration] 7 8Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> 9--- 10 scripts/Makefile.in | 3 ++- 11 1 file changed, 2 insertions(+), 1 deletion(-) 12 13diff --git a/scripts/Makefile.in b/scripts/Makefile.in 14index d167393..430032d 100644 15--- a/scripts/Makefile.in 16+++ b/scripts/Makefile.in 17@@ -20,7 +20,8 @@ SCRIPTS = \ 18 xdg-open \ 19 xdg-email \ 20 xdg-screensaver \ 21- xdg-settings 22+ xdg-settings \ 23+ xdg-terminal 24 # xdg-su 25 # xdg-copy \ 26 # xdg-file-dialog 27-- 282.1.4 29 30