pojntfx / hydrapp

Build fast apps that run everywhere with Go and a browser engine of your choice.
Apache License 2.0
62 stars 0 forks source link

Fails if firefox profiles in location from ubuntu snap install #9

Open jimmyaxod opened 2 days ago

jimmyaxod commented 2 days ago

Can be fixed with a symlink to ~/snap/firefox/common/.mozilla/firefox

It would be nice if it finds firefox automatically.

pojntfx commented 1 day ago

I added support for the non-standard directories that Ubuntu uses by default in 7c198ac0dedd24e13783e1bf453440e066785beb. Could you re-test with that version?