tauri-plugin-deep-link icon indicating copy to clipboard operation
tauri-plugin-deep-link copied to clipboard

Linux `.desktop` file

Open jojobyte opened this issue 1 year ago • 2 comments

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 https://github.com/tauri-apps/tauri/pull/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.

jojobyte avatar Mar 17 '23 18:03 jojobyte