save QS command to file in not saving

40 views
Skip to first unread message

Beery Holstein

unread,
Nov 25, 2014, 10:51:39 AM11/25/14
to blacktree-...@googlegroups.com
I'm trying to save a command to file. Pasting web site address -open with - firefox. Cmd-enter. Then using save-command-to-file-... I'm selecting a folder. But nothing is saved there. 

Tried different folders.
Putting into the Shelf is working.
Using from the clipboard working as well.

Using QS 1.2.1.410. Yosemite 10.10.1

Rob McBroom

unread,
Nov 26, 2014, 7:24:21 AM11/26/14
to blacktree-...@googlegroups.com

On 25 Nov 2014, at 10:51, Beery Holstein wrote:

I'm trying to save a command to file. Pasting web site address -open with -
firefox. Cmd-enter. Then using save-command-to-file-... I'm selecting a
folder. But nothing is saved there.

I’m not able to find any problems when I try it. Are there any messages in /Applications/Utilities/Console.app?

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

Beery Holstein

unread,
Nov 26, 2014, 2:43:06 PM11/26/14
to blacktree-...@googlegroups.com
26/11/14 9:42:11.835 PM Quicksilver[62444]: <NSMetadataQuery: 0x6080012e5200> is being deallocated without first calling -stopQuery. To avoid race conditions, you should first invoke -stopQuery on the run loop on which -startQuery was called


--
You received this message because you are subscribed to a topic in the Google Groups "Quicksilver" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/blacktree-quicksilver/y3oXfb0NuX0/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blacktree-quicks...@googlegroups.com.
To post to this group, send email to blacktree-...@googlegroups.com.
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/d/optout.

Beery Holstein

unread,
Nov 29, 2014, 11:57:40 AM11/29/14
to blacktree-...@googlegroups.com, mailin...@skurfer.com
Is it possible that only "main web address - open" can be turned into command and saved? 
That is
"https://www.google.com" - open - Cmd-enter. Then using save-command-to-file-... I'm selecting a folder. everything is ok.
But 

Beery Holstein

unread,
Nov 29, 2014, 12:09:04 PM11/29/14
to blacktree-...@googlegroups.com, mailin...@skurfer.com
Had to create a qcommand using www.google.com and then edit it to change to the required path


<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>command</key>
<dict>
<key>class</key>
<string>QSCommand</string>
<key>data</key>
<dict>
<key>qs.command</key>
<dict>
<key>actionID</key>
<string>URLOpenWithAction</string>
<key>directID</key>
<key>indirectID</key>
<string>/Applications/Firefox.app</string>
</dict>
</dict>
<key>properties</key>
<dict>
<key>QSObjectType</key>
<string>qs.command</string>
</dict>
</dict>
</dict>
</plist>

Rob McBroom

unread,
Nov 30, 2014, 3:51:50 PM11/30/14
to blacktree-...@googlegroups.com

OK, that I can reproduce. Without looking at any code, my guess is that the OS doesn’t like one or more characters in the file name.

https://github.com/quicksilver/Quicksilver/issues/1995

Reply all
Reply to author
Forward
0 new messages