Skip to content

Paste selection from clipboard to QS window with text causes crash on 1.2.0 (4008) #1716

@D-elias

Description

@D-elias

This crash happens every time the action "paste selection from clip board" tries to paste in to an open "QS window with text"
I saved the following QS commands to "Actions" and created a trigger to run all 4:
•Copy the url from the current web page to the clipboard.
•Open QS command window with text after delay.
*Paste selection from clip board after delay.
*Run Applescript after delay to key code "Escape" then "Right Arrow":
"delay 0.01
tell application "System Events" to key code 53
delay 0.01
tell application "System Events" to key code 124"

This brings all of the links on the current web page in the QS window list for faster "Quick look" browsing. It still works on 1.1.3 (4007) but crashes every time on the newest version.

OSX 10.9-Nothing was changed between versions of QS when testing was done after reboot.
Maybe "All Links" can be a future action.

12/12/13 06:22:40.463 Quicksilver[1562]: enable failed
12/12/13 06:22:40.463 Quicksilver[1562]: enable failed
12/12/13 06:22:40.899 Quicksilver[1562]: bad data for Apple URL pasteboard type
12/12/13 06:22:42.358 com.apple.launchd.peruser.501[151]: (com.blacktree.Quicksilver.102464[1562]) Job appears to have crashed: Segmentation fault: 11

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions