From dc4719c548f5feabaa919a33a11e5a2a15b4b112 Mon Sep 17 00:00:00 2001 From: q3aql Date: Tue, 23 Mar 2021 11:49:30 +0100 Subject: [PATCH] Xterm dependency removed --- prompt/ks-tools | 9 ++++++--- prompt/ks-tools.desktop | 4 ++-- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/prompt/ks-tools b/prompt/ks-tools index 565833d..ea13f26 100755 --- a/prompt/ks-tools +++ b/prompt/ks-tools @@ -19,6 +19,9 @@ color_f="white" rcfile="/usr/share/ks-tools/ks-tools-rc" command="bash --rcfile ${rcfile}" -# Command to run -${term} -T "${name_terminal}" -fa ${font} -fs ${size_font} -bg ${color_b} \ --fg ${color_f} -e ${command} +# Command to run with xterm (Disabled) +#${term} -T "${name_terminal}" -fa ${font} -fs ${size_font} -bg ${color_b} \ +#-fg ${color_f} -e ${command} + +# Command to run with native terminal +${command} diff --git a/prompt/ks-tools.desktop b/prompt/ks-tools.desktop index f71b803..fe85594 100755 --- a/prompt/ks-tools.desktop +++ b/prompt/ks-tools.desktop @@ -2,10 +2,10 @@ Name=ks-tools GenericName=ks-tools X-GNOME-FullName=ks-tools -Comment=Upload video/audio/common file(s) & convert videos to MP4/AVI/VOB. +Comment=Tools for upload, convert and crop/mix video/audio files. Exec=/usr/share/ks-tools/ks-tools Icon=/usr/share/ks-tools/ks-tools.svg -Terminal=false +Terminal=true Type=Application StartupNotify=true Categories=Network;FileTransfer;Utility;