-
Notifications
You must be signed in to change notification settings - Fork 3
Description
If you have multiple profiles setup in chrome the plugin may fail when first installed if no "Default" profile is available.
Version: 1.1.6
- Go to chrome://settings/
- Make sure you have multiple users setup
- Install quicksilver and chrome plugin
Result:
4/16/13 8:49:10.291 PM Quicksilver[26241]: Error while copying /Users/username/Library/Application Support/Google/Chrome/Default/Web Data to /var/folders/k0/kgsy09y56ssg_1vt7f1jwzvw0000gn/T/Web Data: Error Domain=NSCocoaErrorDomain Code=260 "The file “Web Data” couldn’t be opened because there is no such file." UserInfo=0x10bd02240 {NSFilePath=/Users/username/Library/Application Support/Google/Chrome/Default/Web Data, NSUnderlyingError=0x1062179d0 "The operation couldn’t be completed. No such file or directory"}
In my install of chrome, it is not using a folder called "Default" like
~/Library/Application Support/Google/Chrome/Default/Web Data
Instead the folder are structured like this
~/Library/Application Support/Google/Chrome/{Profile x}/Web Data
For example i have two folders
~/Library/Application Support/Google/Chrome/Profile 1/Web Data
~/Library/Application Support/Google/Chrome/Profile 3/Web Data
Workaround:
- Create a copy of the preset under catalog/plugins/chrome/*/info/attributes.
- Select the info button
- Edit the source location to use the profile you want.
It would be nice if the plugin first found all of the active profiles and added them.
Regardless, nice work.