cristik / vacuum-im

Automatically exported from code.google.com/p/vacuum-im
0 stars 0 forks source link

Platform-dependent profile folder location #26

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
$HOME/.vacuum is foreign to Windows and Mac OS X environments. Following 
profile locations seem to be more reasonable:

Windows: "%APPDATA%\Vacuum IM"
Mac OS X: "$HOME/Library/Application\ Support/Vacuum\ IM"
Generic Unix: "$HOME/.vacuum"

Original issue reported on code.google.com by f355ata...@gmail.com on 18 Dec 2009 at 8:16

GoogleCodeExporter commented 9 years ago

Original comment by potapov.s.a on 18 Dec 2009 at 8:31

GoogleCodeExporter commented 9 years ago

Original comment by potapov.s.a on 18 Dec 2009 at 3:45

GoogleCodeExporter commented 9 years ago
I have my vacuum in ramdrive. how can i host a profile folder inner applacation 
folder?
Like r:\vacuum\profile\

Original comment by allseek@gmail.com on 20 Dec 2009 at 1:54

GoogleCodeExporter commented 9 years ago
Launch vacuum with option -h <path to app data>, in your case:
vacuum.exe -h "."

Original comment by potapov.s.a on 20 Dec 2009 at 8:26

GoogleCodeExporter commented 9 years ago
You can either edit the source code (not recommended, because later development 
will 
require you to do that after each svn up), or make a symbolic link to your 
folder.
Assuming you're on Windows, issue following command as administrator:

mklink /d r:\vacuum\profile\ %APPDATA%\VacuumIM

P.S. Why do you need this? All your settings, history, etc. will be gone on 
each reboot.

Original comment by f355ata...@gmail.com on 20 Dec 2009 at 8:35

GoogleCodeExporter commented 9 years ago
wow, didn't know about -h option =)

Original comment by f355ata...@gmail.com on 20 Dec 2009 at 8:38

GoogleCodeExporter commented 9 years ago
Thank you and sorry.
I try search by "all issues" with keywords "profile location" and find only #26 
issue.

Original comment by allseek@gmail.com on 20 Dec 2009 at 12:09

GoogleCodeExporter commented 9 years ago

Original comment by Nickollai on 24 Jan 2011 at 8:01