Jean28518 / linux-assistant

A daily linux helper with powerful integrated search, routines checks and administrative tasks. The Project is built with flutter and python.
https://www.linux-assistant.org
GNU General Public License v3.0
87 stars 12 forks source link

Fix: read bookmarks while Firefox is running #94

Closed Nati0ns closed 1 year ago

Nati0ns commented 1 year ago

Hi,

possible solution for issue #38

If Firefox uses the database, which is indicated by the existence of the places.sqlite-wal file, we create a copy of the database in the tmp directory and read it from there.

Best regards!

PS: sorry I messed up the previous request..

Jean28518 commented 1 year ago

Thank you very uch for your contribution!