On 26 Aug 2014, at 18:12, Simon ... wrote:

I have Quicksilver set to open up all the tabs in a bookmarks folder - 8 pages in all. I am using the Yosemite Beta (updated today to Beta 2) and it doesn't integrate with Safari as well. It opens up the first 4 or 5 of the 8 bookmarks but no more. It used to open up all 8 without any issues. It
does this reliably - usually 4 pages, never more than 5.

Any ideas why that is?

No. The first thing I’d try is to simulate what Quicksilver does outside of Quicksilver by opening the same URLs another way. Either create shortcuts for all of them and open them together with ⌘O, or create a simple shell script that opens them. That would look like this:

    open url1
    open url2
    …

Do you get the same result? If so, there’s more you could do to narrow down the problem.

* Try installing another browser and setting it as the default temporarily to see if it has the same problem. * Try slowing things down by adding a line in between each `open` statement that says `sleep 2`. That will make it pause for 2 seconds between each URL.

--
Rob McBroom
http://www.skurfer.com/

--
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/d/optout.

Reply via email to