[Linux-only] basically bloxstap for sober

fix bug with it not opening

+1 -1
+1 -1
src/api/sober/DesktopEntry.ts
··· 49 ${d.icon && `Icon=${d.icon}`} 50 NoDisplay=${d.noDisplay} 51 Categories=${d.categories.join(";")}; 52 - Exec=${realPath ? realPath + " -- @@u %u @@" : d.executable} 53 MimeType=${d.mimeTypes.join(";")}; 54 ` 55 .replace(/^\t+/gm, "")
··· 49 ${d.icon && `Icon=${d.icon}`} 50 NoDisplay=${d.noDisplay} 51 Categories=${d.categories.join(";")}; 52 + Exec=hyprctl dispatch exec ${realPath ? realPath + " -- @@u %u @@" : d.executable} 53 MimeType=${d.mimeTypes.join(";")}; 54 ` 55 .replace(/^\t+/gm, "")