Show Contents unavailable

已查看 61 次
跳至第一个未读帖子

Quicksilver

未读,
2023年9月18日 20:47:462023/9/18
收件人 Quicksilver
Show Contents is in my action list (rank 34), in the "Any Type" list, and active (checked off).  And yet when I select a text file as the object, Show Contents is not an available action.  I also cannot right-arrow into the text file.  That worked until fairly recently.

For folder objects, I can still get the Show Contents action and right-arrow into them.  So maybe the problem is specific to *.txt files?

Nathan Henrie

未读,
2023年10月2日 09:07:042023/10/2
收件人 Nathan Henrie

Sorry for delayed response. Starting an issue at GitHub will be the best way to keep track of this: https://github.com/quicksilver/Quicksilver/issues

Show contents is still working properly for me on 2.4.1.

Select file.txt -> either right arrow or “show contents” -> contents returned to pane 1.

Anybody else having trouble with this?

Nate

On Mon, Sep 18, 2023, at 6:47 PM, Quicksilver wrote:

Show Contents is in my action list (rank 34), in the "Any Type" list, and active (checked off).  And yet when I select a text file as the object, Show Contents is not an available action.  I also cannot right-arrow into the text file.  That worked until fairly recently.

For folder objects, I can still get the Show Contents action and right-arrow into them.  So maybe the problem is specific to *.txt files?


--
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 blacktree-quicks...@googlegroups.com.

James McLean

未读,
2023年10月4日 02:43:442023/10/4
收件人 Quicksilver
Re: issue on GitHub: I'm afraid that this may be user error, rather than a real issue.

Further testing indicates that this problem only occurs for one single file.  (Which also happens to be the file I use this feature on about 99% of the time - argh!)  What could possibly break Show Contents for one txt file?  I've chmod the file all around.  mdls gives the ContentType as public.plain-text.  ???

Rob McBroom

未读,
2023年10月15日 14:53:042023/10/15
收件人 Quicksilver
Sorry if you mentioned this, but I only have the most recent message in this thread. Did this start with a particular version of Quicksilver or just out of the blue?

Maybe try copying the file to another folder and see if the same thing happens?

--
Rob McBroom

James McLean

未读,
2023年10月16日 07:06:212023/10/16
收件人 Quicksilver
This happened out of the blue, as far as I can recall.  By moving stuff around (copying, pasting, renaming), I've discovered that the problem exists only for one specific filename, "keys.txt".  If I "mv keys.txt keys2.txt", then I can right-arrow into the renamed file.  If I then "mv keys2.txt keys.txt" back to the original name, then I once again cannot show the file contents.

Nathan Henrie

未读,
2023年10月16日 07:39:422023/10/16
收件人 Nathan Henrie

Can you open a terminal and run stat ~/Desktop/keys.txt and reply with the output?

FWIW, I created a file named keys.txt and I can arrow in / show contents just fine.

Nate

--
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 blacktree-quicks...@googlegroups.com.

James McLean

未读,
2023年10月16日 13:47:492023/10/16
收件人 'Nathan Henrie' via Quicksilver

Starting within the correct directory, which also contains a duplicate of the file which I can arrow into:

data% stat keys.txt
16777220 42216787 -rw-r--r-- 1 mclean staff 0 21755 "Oct 16 08:12:59 2023" "Oct 16 08:12:58 2023" "Oct 16 08:12:58 2023" "Oct  8 21:07:34 2023" 4096 48 0 keys.txt
data% stat keys\ copy.txt
16777220 42239087 -rw-r--r-- 1 mclean staff 0 21572 "Oct  9 00:58:00 2023" "Oct  9 00:38:33 2023" "Oct  9 00:57:58 2023" "Oct  8 21:07:34 2023" 4096 48 0 keys copy.txt
data% mv keys.txt keys_alt.txt
data% stat keys_alt.txt 
16777220 42216787 -rw-r--r-- 1 mclean staff 0 21755 "Oct 16 13:39:35 2023" "Oct 16 08:12:58 2023" "Oct 16 13:39:32 2023" "Oct  8 21:07:34 2023" 4096 48 0 keys_alt.txt
data%

I guess I've added a few bytes since making the copy, but essentially the same.  QuickSilver can Show Contents on keys_alt.txt just fine, but fails if I mv back.

It certainly would have been quite insane if the file name were some secret auto-destruct trigger.  Is there some cache that I need to nuke?

Cheers,
-- James McLean
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/xunIpvIpFyI/unsubscribe.
To unsubscribe from this group and all its topics, send an email to blacktree-quicks...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/blacktree-quicksilver/8c3dc0fb-c221-4a5e-909c-1fc31cfec791%40app.fastmail.com.

Nathan Henrie

未读,
2023年10月19日 16:00:292023/10/19
收件人 Nathan Henrie

Very weird.


There are caches at ~/Library/Caches/Quicksilver and ~/Library/Caches/com.blacktree.Quicksilver that I blow away frequently when testing; you might try quitting, rm -rf on those, and relaunching.

AFAIK "keys.txt" isn't some kind of special string.

Nate

James McLean

未读,
2023年10月24日 11:22:042023/10/24
收件人 Quicksilver
Removing the caches fixed the problem!  Maybe I should have saved them for further analysis, but at this point I'm happy to just move on.
Thanks much!
回复全部
回复作者
转发
0 个新帖子