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

userChrome.py: profileBase doesn't reliably resolve PosixPath #1

Open
bcdady opened this issue Nov 5, 2019 · 1 comment
Open

userChrome.py: profileBase doesn't reliably resolve PosixPath #1

bcdady opened this issue Nov 5, 2019 · 1 comment

Comments

@bcdady
Copy link
Owner

bcdady commented Nov 5, 2019

expandvars() works fine on WIndows, but didn't work as initially expected for Posix '~' paths.
Perhaps pathlib or another method will work better / more reliably across platforms.

@bcdady
Copy link
Owner Author

bcdady commented Nov 5, 2019

Profiles paths are all different.
How to Find Your Firefox Profile Folder on Windows, Mac, and Linux

Windows: C:\Users<username>\AppData\Roaming\Mozilla\Firefox\Profiles\xxxxxxxx.default
Mac OS X: Users//Library/Application Support/Firefox/Profiles/xxxxxxxx.default
Linux: /home//.mozilla/firefox/xxxxxxxx.default

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