Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Cannot find any Firefox profiles on Ubuntu 22.04 #68

Open
rustyx opened this issue Sep 27, 2022 · 1 comment
Open

ERROR: Cannot find any Firefox profiles on Ubuntu 22.04 #68

rustyx opened this issue Sep 27, 2022 · 1 comment

Comments

@rustyx
Copy link

rustyx commented Sep 27, 2022

Ubuntu 22.04 amd64
Firefox 105.0.1 (installed via snap)

$ ffpass import < pass.csv
ERROR: Cannot find any Firefox profiles

I do have a Firefox profile of course:

$ cat ~/snap/firefox/common/.mozilla/firefox/profiles.ini 
[Profile0]
Name=default
IsRelative=1
Path=qgcd7g59.default
Default=1

[General]
StartWithLastProfile=1
Version=2
@rustyx
Copy link
Author

rustyx commented Sep 27, 2022

Found a secret parameter -d <profile-dir>

Now it works:

ffpass import --file pass.csv -d ~/snap/firefox/common/.mozilla/firefox/qgcd7g59.default

Opportunities for improvement:

  1. Add -d to the using message
  2. Improve profile search path on Linux
  3. Add "Use -d flag" to the "Cannot find any profiles" message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant