-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
https://github.com/FabianLars/tauri-plugin-deep-link/blob/main/src/linux.rs#L37-L51
Been tinkering with this for a few hours trying to figure it out, or make a PR to get it figured out when I stumbled upon this PR tauri-apps/tauri#5180
Best I can tell, the .desktop
file that is bundled inside the .deb
and .appimage
doesnt match the one modified by this deep link plugin and doesnt bind the mime type protocol's correctly.
Doesn't seem to register with Pop!_OS as handling the protocol even though it does get added to the ~/.local/share/applications/
directory.
Tried manually updating update-desktop-database ~/.local/share/applications
but still doesnt seem to be recognized by the system.