On 4 September 2012 18:30, Peter Bienstman <[email protected]> wrote:
> Quoting [email protected]: > > Nothing. The directory doesn't exist. Could you tell me a program through >>> wich i can open mnemosyne database files or import them? >>> >>> rm ~/Library/Mnemosyne/config >>> >> > I'm afraid I don't know enough about Mac's to help you further. Someone > who runs Mnemosyne on a Mac will have to give more concrete instructions > I'm afraid... > > Ferdinando, I'm not sure if you ran this command or not. It's easier to be sure about where files are when you use the command prompt (called Terminal on the Mac) To get a command prompt, press command-space, then type the word "terminal" into the search box. Soon, you should see the icon for the Terminal program, so hit enter or click it. Then you can run commands like the above and copy/paste the results if need be. Try: ls ~/Library/Mnemosyne If it contains the config directory, you can delete it with: cd ~/Library/Mnemosyne rm -rf config (be careful with that one) If there is no ~/Library/Mnemosyne, then maybe you can try: locate -i mnemosyne > Peter > > > -- > You received this message because you are subscribed to the Google Groups > "mnemosyne-proj-users" group. > To post to this group, send email to mnemosyne-proj-users@** > googlegroups.com <[email protected]>. > To unsubscribe from this group, send email to mnemosyne-proj-users+** > [email protected]<mnemosyne-proj-users%[email protected]> > . > For more options, visit > https://groups.google.com/**groups/opt_out<https://groups.google.com/groups/opt_out> > . > > > -- You received this message because you are subscribed to the Google Groups "mnemosyne-proj-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
