Xterm dependency removed
This commit is contained in:
parent
7969ce9a52
commit
dc4719c548
|
@ -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}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue
Block a user