fix(opener): Try `/usr/bin/xdg-open` first
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
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
btw the cfg flag intentionally only checks for linux because idk if this works on bsd etc too
Note: /usr/bin/xdg-open is not present on nixos. I think a better option would be /usr/bin/env xdg-open
no worries, this won't be merged anyway. just keeping it around to not forget about the issue 😅