As a workaround for those of us who use chrome (and because I was getting tired of not being able to use my triggers), I hacked these 2 scripts together and now use them as the actions of those triggers.
https://gist.github.com/timvisher/6296548 Any thoughts on when this might get fixed in general? It would seem it's a problem with the respective plugins. On Sat, Aug 10, 2013 at 6:54 AM, 1.61803 <[email protected]> wrote: > On Saturday, August 10, 2013 12:24:49 AM UTC+2, Tim Visher wrote: >> >> 1.3.0 of the clipboard plugin. Is that what you're referring to? >> On the off chance you were talking about 𝑄uıcĸsılⅴεʀ, that'd be 1.0.0 > > > Thanks for the feedback. > > > @devs, FWIW these are my tests in OS X 10.8.4, Safari 6.0.5, Chrome > 23.0.1271.64 > > > * QS 1.0.0 Clipboard plugin 1.3.0 - Current Web Page (Chrome) ⇥ Copy to > Clipboard stops clipboard history being captured, Console logs > > 10.8.13 12:10:24.781 PM Quicksilver[74079]: Property list invalid for > format: 100 (property lists cannot contain objects of type 'CFType') > 10.8.13 12:10:24.782 PM Quicksilver[74079]: Could not write property list > with invalid format to the pasteboard. The object contains non-property > list types: ChromeTab, ChromeWindow > 10.8.13 12:10:24.784 PM Quicksilver[74079]: ( > 0 CoreFoundation 0x00007fff85c21b06 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff911973f0 > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff85cb5f49 -[NSException > raise] + 9 > 3 AppKit 0x00007fff8658aa63 +[NSPasteboard > _convertPropertyListToData:] + 381 > 4 AppKit 0x00007fff8658e04d -[NSPasteboard > setPropertyList:forType:] + 40 > 5 QSCore 0x00000001000d4d8b > writeObjectToPasteboard + 411 > 6 AppKit 0x00007fff8658b74a > __NSPasteboardProvidePboardData + 16 > 7 CoreFoundation 0x00007fff85c83f12 > __CFPasteboardResolvePromiseForItemLocal + 434 > 8 CoreFoundation 0x00007fff85c1b642 > __CFPasteboardCopyData + 738 > 9 CoreFoundation 0x00007fff85c1b347 > CFPasteboardCopyData + 23 > 10 AppKit 0x00007fff8658bd6b -[NSPasteboard > _dataWithoutConversionForTypeIdentifier:] + 336 > 11 AppKit 0x00007fff8658c499 -[NSPasteboard > _dataForType:index:usesPboardTypes:combinesItems:] + 222 > 12 QSCore 0x00000001000d4b25 > objectForPasteboardType + 204 > ) > > > * QS 1.0.0 Clipboard plugin 1.3.0 - Current Web Page (Safari) ⇥ Copy to > Clipboard captures HTML data, Console logs > > 10.8.13 12:12:32.173 PM Quicksilver[74576]: bad data for Apple URL > pasteboard type > > > * QS 1.0.1 Clipboard plugin 1.3.0 - Current Web Page (Chrome) ⇥ Copy to > Clipboard stops clipboard history being captured, Console logs > > 10.8.13 12:16:10.797 PM Quicksilver[75464]: Property list invalid for > format: 100 (property lists cannot contain objects of type 'CFType') > 10.8.13 12:16:10.798 PM Quicksilver[75464]: Could not write property list > with invalid format to the pasteboard. The object contains non-property > list types: ChromeTab, ChromeWindow > 10.8.13 12:16:10.800 PM Quicksilver[75464]: ( > 0 CoreFoundation 0x00007fff85c21b06 > __exceptionPreprocess + 198 > 1 libobjc.A.dylib 0x00007fff911973f0 > objc_exception_throw + 43 > 2 CoreFoundation 0x00007fff85cb5f49 -[NSException > raise] + 9 > 3 AppKit 0x00007fff8658aa63 +[NSPasteboard > _convertPropertyListToData:] + 381 > 4 AppKit 0x00007fff8658e04d -[NSPasteboard > setPropertyList:forType:] + 40 > 5 QSCore 0x0000000100dbc7c8 > writeObjectToPasteboard + 411 > 6 AppKit 0x00007fff8658b74a > __NSPasteboardProvidePboardData + 16 > 7 CoreFoundation 0x00007fff85c83f12 > __CFPasteboardResolvePromiseForItemLocal + 434 > 8 CoreFoundation 0x00007fff85c1b642 > __CFPasteboardCopyData + 738 > 9 CoreFoundation 0x00007fff85c1b347 > CFPasteboardCopyData + 23 > 10 AppKit 0x00007fff8658bd6b -[NSPasteboard > _dataWithoutConversionForTypeIdentifier:] + 336 > 11 AppKit 0x00007fff8658c499 -[NSPasteboard > _dataForType:index:usesPboardTypes:combinesItems:] + 222 > 12 QSCore 0x0000000100dbc562 > objectForPasteboardType + 204 > ) > > > * QS 1.0.1 Clipboard plugin 1.3.0 - Current Web Page (Safari) ⇥ Copy to > Clipboard captures RTF Text, Console logs > > 10.8.13 12:18:16.053 PM Quicksilver[76127]: bad data for Apple URL > pasteboard type > > > -- > You received this message because you are subscribed to the Google Groups > "Quicksilver" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/blacktree-quicksilver. > For more options, visit https://groups.google.com/groups/opt_out. > > -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/groups/opt_out.
