Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform-dependent profile folder location #26

Closed
GoogleCodeExporter opened this issue Apr 25, 2015 · 8 comments
Closed

Platform-dependent profile folder location #26

GoogleCodeExporter opened this issue Apr 25, 2015 · 8 comments
Milestone

Comments

@GoogleCodeExporter
Copy link

$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
Copy link
Author

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

  • Changed state: Accepted
  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

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

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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
Copy link
Author

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
Copy link
Author

wow, didn't know about -h option =)

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

@GoogleCodeExporter
Copy link
Author

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
Copy link
Author

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

  • Added labels: Milestone-1.0.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants