Page 1 of 1

Removing recent titles in dock

Posted: 13 Jul 2012 10:13
by rock_rus
HI fellow VLC for Mac users. I was just wondering (for privacy concerns) how I can remove the recent titles that are posted in the VLC icon at dock?

Thanks. Hope someone can help.

Re: Removing recent titles in dock

Posted: 13 Jul 2012 15:57
by kdean
http://notepad2.blogspot.com/2012/03/ho ... story.html

In the terminal:

Code: Select all

defaults write org.videolan.vlc NSRecentDocumentsLimit 0 defaults delete org.videolan.vlc.LSSharedFileList RecentDocuments defaults write org.videolan.vlc.LSSharedFileList RecentDocuments -dict-add MaxAmount 0

Re: Removing recent titles in dock

Posted: 14 Jul 2012 09:37
by rock_rus
Thanks kdean, it worked!!!

Re: Removing recent titles in dock

Posted: 14 Jul 2012 11:01
by fkuehne
Hey,

Could you add this solution to the wiki? That would be great!

Cheers,

Felix

Re: Removing recent titles in dock

Posted: 14 Jul 2012 17:02
by kdean
I don't have a wiki account and don't really know how and where to make additions.

Re: Removing recent titles in dock

Posted: 18 Jul 2012 18:25
by Arite
I don't have a wiki account and don't really know how and where to make additions.
You can just register and (after confirming your email address) make edits in most places. If I had to guess, the best place for that would be in the FAQ on Mac OSX only issues (albeit not really an "issue" as such):
http://wiki.videolan.org/FAQ_on_MacOSX_only_issues

Cheers, Arite.

Re: Removing recent titles in dock

Posted: 18 Jul 2012 21:13
by brucegraphics
I was wondering the same thing. This is helpful!