[welcome] welcome-dnd & Personal Commands: use dex (instead of xdg-open) for launching apps via .desktop files

This commit is contained in:
manuel
2026-06-11 21:40:19 +03:00
parent 7ad5e4b0e2
commit ec3779f7b6
+1 -1
View File
@@ -68,7 +68,7 @@ DndDesktopFile() {
local generic_name="$(grep "^GenericName=" "$file" | head -n 1 | cut -d '=' -f 2)"
local comment="$(grep "^Comment=" "$file" | head -n 1 | cut -d '=' -f 2)"
local description="Description not available."
local command="xdg-open '$file'"
local command="dex '$file'"
if [ -n "$generic_name" ] ; then
description="$generic_name"