counsel-ffdata icon indicating copy to clipboard operation
counsel-ffdata copied to clipboard

Guess counsel-ffdata-database-path on macOS

Open xuchunyang opened this issue 5 years ago • 5 comments

I have the following setting which works for me:

(setq
 counsel-ffdata-database-path
 "/Users/xcy/Library/Application Support/Firefox/Profiles/nvzyvh9v.default-release/places.sqlite")

However, I also have a yz7cgomb.default directory which doesn't contains places.sqlite

~/Library/Application Support/Firefox/Profiles $ ls -l
total 0
drwx------@ 49 xcy  staff  1568 Jul  2 12:08 nvzyvh9v.default-release
drwx------@  3 xcy  staff    96 Jun  8 18:40 yz7cgomb.default
~/Library/Application Support/Firefox/Profiles $ find . -type f -name places.sqlite
./nvzyvh9v.default-release/places.sqlite
~/Library/Application Support/Firefox/Profiles $

I have not figured how to change the code.

xuchunyang avatar Jul 02 '19 05:07 xuchunyang