shelf and clipboard suddenly not retaining thru sessions/restarts. #3089
Replies: 12 comments 1 reply
-
|
I assume you've checked the that you've enabled the 'keep history when restarting' option? |
Beta Was this translation helpful? Give feedback.
-
|
yes. |
Beta Was this translation helpful? Give feedback.
-
|
Are you handy on the command line? If so, can you run the below command and see if the timestamps change as you copy things to your clipboard / save to a shelf? $ watch 'ls -l ~/"Library/Application Support/Quicksilver/Shelves"'In my case, I enabled the option above, copied something to clipboard, and you can see the pastedboard item updated its timestamp right away: $ ls -l Shelves/
total 5832
-rwxr-xr-x 1 n8henrie staff 32052 Dec 19 13:33 General.qsshelf
-rwxr-xr-x 1 n8henrie staff 5935269 Jan 30 11:31 QSPasteboardHistory.qsshelf |
Beta Was this translation helpful? Give feedback.
-
|
Hmm, actually If you get a command-not-found, use this instead: $ while :; do clear; ls -l ~/"Library/Application Support/Quicksilver/Shelves"; sleep 0.1; done |
Beta Was this translation helpful? Give feedback.
-
|
thanks for the input Nate. Last login: Fri Jan 30 08:52:00 on console |
Beta Was this translation helpful? Give feedback.
-
|
k, switched to bash and I can see clipboard adding. |
Beta Was this translation helpful? Give feedback.
-
|
That's odd! There seems to be a little conflicting info -- From your original post: "there is nothing in User/fritz/Library/App Supp/QS/shelves" The latter implies there is something in |
Beta Was this translation helpful? Give feedback.
-
|
/Users/fritz/Library/Application Support/Quicksilver/Shelves. is still empty. |
Beta Was this translation helpful? Give feedback.
-
|
Sorry, I don't follow. When you said "switched to bash and I can see clipboard adding" -- what did you mean? I interpreted that as "the file exists and was modified as expected when I copy something to my clipboard." Is that right? When you "restart" -- can you be more specific? Restart your computer or just QS? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
Glad to hear it. I'll close for now, let me know if I should re-open. |
Beta Was this translation helpful? Give feedback.
-
|
thanks. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I see the google group has been heavily bot invaded, but as I can find no other message base.... so
haven't changed anything, but, jic, I went back and checked prefs.
there is nothing in User/fritz/Library/App Supp/QS/shelves.
Should I try removing Users/Fritz/Lib/Cache/QS/Indexes/Shelf & Clipboard?
I did try deleting Us/Fz/Lib/Cache/com.blacktree ...
Beta Was this translation helpful? Give feedback.
All reactions