indiepass-desktop icon indicating copy to clipboard operation
indiepass-desktop copied to clipboard

Clicking on a menu item opens `index.html` in the browser

Open binyamin opened this issue 3 years ago • 1 comments

I cloned the Indigenous Git repository and ran it. I'm not sure what triggers the following behavior. It seems to only happen once I open the settings page. But after that, every menu item opens a browser window, and I get the following line in the console:

kf.service.services: KApplicationTrader: mimeType "x-scheme-handler/file" not found

I think it's related to the fact that the HTML uses anchor links[^1]. If I change the HTML to use a button, it works fine.

Details

OS: Arch Linux (DE is plasma) Browser: Firefox Indigenous: Installed via Git.

[^1]: From MDN: In general, you should only use a hyperlink for navigation to a real URL..

binyamin avatar Dec 22 '21 19:12 binyamin

Sorry for the delay in responding, and thanks for flagging it.

I can see you've done work on a pull request to start and correct this issue which is great, and I'll be happy to merge the changes when you've completed your pull request, or take over finishing the corrections to get it sorted.

Cheers, Mark

marksuth avatar Jan 22 '22 15:01 marksuth