plugins-workspace icon indicating copy to clipboard operation
plugins-workspace copied to clipboard

fix(opener): Try `/usr/bin/xdg-open` first

Open FabianLars opened this issue 1 year ago • 4 comments

fixes https://github.com/tauri-apps/tauri/issues/10617 maybe helps with https://github.com/tauri-apps/tauri/issues/6172

edit: fixes https://github.com/tauri-apps/tauri/issues/10078

FabianLars avatar Nov 26 '24 13:11 FabianLars

Package Changes Through 0fd529ae2264afc77eb448336c78289e5560770e

There are 1 changes which include shell with patch

Planned Package Versions

The following package releases are the planned based on the context of changes in this pull request.

package current next
api-example 2.0.6 2.0.7
shell 2.0.2 2.0.3

Add another change file through the GitHub UI by following this link.


Read about change files or the docs at github.com/jbolda/covector

github-actions[bot] avatar Nov 26 '24 13:11 github-actions[bot]

btw the cfg flag intentionally only checks for linux because idk if this works on bsd etc too

FabianLars avatar Nov 26 '24 13:11 FabianLars

Note: /usr/bin/xdg-open is not present on nixos. I think a better option would be /usr/bin/env xdg-open

MrTipson avatar Mar 12 '25 17:03 MrTipson

no worries, this won't be merged anyway. just keeping it around to not forget about the issue 😅

FabianLars avatar Mar 12 '25 17:03 FabianLars