Add xdg-terminal-exec script to launch "$TERMINAL" for .desktop files (#1302)

This commit is contained in:
Dawid Potocki 2023-10-28 07:52:44 +13:00 committed by GitHub
parent 708d6c6731
commit 42f3efb4b0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.local/bin/xdg-terminal-exec Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
"$TERMINAL" -e "$@"