Stefano Deiuri wrote:Thank you very much, finally I got what I need to
know.When I reinstall the OS X, how should I do to get back my bookmarks in
Skimusing
"Library/Preferences/net.sourceforge.skim-app.skim.bookmarks.plist"? Ican
just add it to the Library trough the Finder or I have to use Terminal.If I
need to use Terminal to put them back, how should I do it? Sorry
if I`m
not familiar in using Terminal and thank you for your patience
You can just copy them with Finder to Library/Preferences.We usually say
~/Library/Preferences, where ~ is a symbol that indicates
your home directory/Users/xxxxx. OS X understands the use of ~ in a lot of
places.Because ~/Library is a hidden directory in Finder, you may have some
difficulty to open~/Library/Preferences. There is a simple trick in
Finder.In Finder, press Shift-Cmd-G. Then a dialog window opens where you can
type ~/Library/Preferences in thedialog field and then click Go.On a new
system after you copied the bookmarks file, Skim should use it.
Otherwise you have to give thedefaults read command in Terminal that was
mentioned before.But actually, if all you user files have been copied to
your new system
(or they have stayed there) thereshould be no need to copy the bookmark
file, because it will already be there.
I made a test. I uninstalled all Skim files with AppDelete, and
Ireinstalled Skim. I did copy the file
"net.sourceforge.skim-app.skim.bookmarks.plist" inLibrary/Preferences, and I
use the command in Terminal "defaults read
net.sourceforge.skim-app.skim.bookmarks" but my bookmarks didnot get back.
Please helpThank youStefano
Did you run the defaults command after copying the bookmarks file back,
and before running Skim? And did the defaults command return the data?
Christiaan
------------------------------------------------------------------------------
Find and fix application performance issues faster with Applications Manager
Applications Manager provides deep performance insights into multiple tiers of
your business applications. It resolves application problems quickly and
reduces your MTTR. Get your free trial! http://pubads.g.doubleclick.net/
gampad/clk?id=1444514301&iu=/ca-pub-7940484522588532
_______________________________________________
Skim-app-users mailing list
Skim-app-users <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/skim-app-users
Yes Christiaan, I did them, and I got this message:
Last login: Mon Apr 11 13:28:25 on ttys000
Stefanos-MBP:~ Stefano$ defaults read net.sourceforge.skim-app.skim.bookmarks
{
bookmarks = (
);
recentDocuments = (
);
}
Stefanos-MBP:~ Stefano$