Xterm dependency removed

This commit is contained in:
q3aql 2021-03-23 11:49:30 +01:00
parent 7969ce9a52
commit dc4719c548
2 changed files with 8 additions and 5 deletions

View File

@ -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}

View File

@ -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;