MathewWi / notscripts

Automatically exported from code.google.com/p/notscripts
Other
0 stars 0 forks source link

notscripts does not support multiple profiles in chrome #106

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. install new profile (not named "Default")
2. behold the "no password set" screen in chrome

paths displayed are using the name of extension's dir with prefix of Default 
profile location.

What is the expected output? What do you see instead?
The expected output is the current chrome profile location

What version of the product are you using? On what operating system?
I am using: 17.0.963.78 chrome, with OS 10.7 (Lion).
Seems like cross-platform issue, simple unawareness to multiple profiles.

Please provide any additional information below.
Sample of "bad" instructions. I am inside another profile, but this is the 
instructions I am getting:

Windows XP:   %userprofile%\Local Settings\Application Data\Google\Chrome\User 
Data\Default\Extensions\odjhifogjcknibkahlpidmdajjpkkcfn
Windows Vista or 7:   %userprofile%\AppData\Local\Google\Chrome\User 
Data\Default\Extensions\odjhifogjcknibkahlpidmdajjpkkcfn
Mac OS X:   ~/Library/Application 
Support/Google/Chrome/Default/Extensions/odjhifogjcknibkahlpidmdajjpkkcfn
Linux:   
~/.config/google-chrome/Default/Extensions/odjhifogjcknibkahlpidmdajjpkkcfn

Original issue reported on code.google.com by mkov...@il.sharedbook.com on 9 Mar 2012 at 3:14

GoogleCodeExporter commented 9 years ago
I was able to make it work in Chrome 19.  It looks like each profile is stored 
in its own folder called "Profile #" instead of "Default".  I just followed the 
instructions to set the password but substituted the folder name.

Hope it helps.

Original comment by blok.ka...@gmail.com on 18 Jun 2012 at 8:12