I am trying to open Webber shortcuts with Qt6-Morph by editing the Exec line of the .desktop file.
I created a Webber short cut to Bluesky which can't be opened by classic Morph.
The Exec part is
Exec=aa-exec-click -p bsky-app-102d5057422da177.webber_bsky-app-102d5057422da177_1.0.0 -- webapp-container --webappUrlPatterns='https?://bsky.app/*,https?://*.bsky.app/*' --store-session-cookies --enable-media-hub-audio --enable-back-forward https://bsky.app/feeds
The Exec part of Qt6 Morph itself is
Exec=aa-exec-click -p morph-browser-qt6.ubports_morph-browser_1.99.4 -- wrapper ./morph-browser %u
What needs to be replaced in the upper Exec with what from the lower Exec to make this work?
