rllola / ZeronetBrowser

An attempt to create a dedicated browser for ZeroNet using PyQt5
17 stars 15 forks source link

[ OSX ] Find better place for browser.conf and lock.pid #70

Open rllola opened 5 years ago

rllola commented 5 years ago

Les bundle sont readonly normalement, je me demande si les ouverture de fichiers (browser.confetlock.pid) ne foutent pas le bordel (edited)

Bundle are supposed to be readonly so we should not create files in it but in a specific user repo.

rllola commented 5 years ago

Removed the browser.conf. Now we trust zeronet.conf in ZeroNet folder. It might still be a source of error because the data folder will be created inside the application folder. We could probably have an install process which will create a zeronet.conf file for us or directly choose default path to be user space when using OSX?