You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You might consider supporting opening monero: links from a web browser. This is a feature that is supported by Electrum for bitcoin: links, which automatically open up the Send tab with the Pay To field populated.
To do this, the feather binary needs to accept an argument. On Linux, the .desktop file will then need to be modified in the following way to inform the OS that Feather Wallet can handle monero: links.
Change:
Exec=feather
to:
Exec=feather %u
This tells the OS that it can append the monero: URL and it will be passes as an argument.
Add:
MimeType=x-scheme-handler/monero
This informs the OS that Feather Wallet can handle links that begin with monero:.
The text was updated successfully, but these errors were encountered:
You might consider supporting opening
monero:
links from a web browser. This is a feature that is supported by Electrum forbitcoin:
links, which automatically open up the Send tab with the Pay To field populated.To do this, the feather binary needs to accept an argument. On Linux, the
.desktop
file will then need to be modified in the following way to inform the OS that Feather Wallet can handlemonero:
links.Change:
to:
This tells the OS that it can append the
monero:
URL and it will be passes as an argument.Add:
This informs the OS that Feather Wallet can handle links that begin with
monero:
.The text was updated successfully, but these errors were encountered: