adding maclocation

This commit is contained in:
hefee 2013-02-09 10:30:56 +01:00
parent 69715d2182
commit e1f404a011
3 changed files with 17 additions and 5 deletions

View file

@ -40,11 +40,15 @@ Config File
ownCloud Client reads a configuration file which on Linux can be found at
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
On Windows and Mac, it can be found in
`\\Users\\<name>\\AppData\\Local\\ownCloud\\owncloud.cfg`
On Windows it can be found in:
`%LOCALAPPDATA%\\ownCloud\\owncloud.cfg`
On Mac it is located in:
`$HOME/Library/Application Support/ownCloud` or `/Users/<user>/Library/Application Support/ownCloud`
*Changes here should be done carefully as wrong settings can cause disfunctionality.*
*Changes may be overwritten by using ownCloud's configuration dialog.*
These are config settings that may be changed:

View file

@ -41,11 +41,15 @@ Config File
ownCloud Client reads a configuration file which on Linux can be found at
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
On Windows and Mac, it can be found in
`\\Users\\<name>\\AppData\\Local\\ownCloud\\owncloud.cfg`
On Windows it can be found in:
`%LOCALAPPDATA%\\ownCloud\\owncloud.cfg`
On Mac it is located in:
`$HOME/Library/Application Support/ownCloud` or `/Users/<user>/Library/Application Support/ownCloud`
*Changes here should be done carefully as wrong settings can cause disfunctionality.*
*Changes may be overwritten by using ownCloud's configuration dialog.*
These are config settings that may be changed:

View file

@ -40,7 +40,11 @@ Config File
ownCloud Client reads a configuration file which on Linux can be found at ``$HOME/.local/share/data/ownCloud/owncloud.cfg``
On Windows, it can be found in ``%LOCALAPPDATA%\ownCloud\owncloud.cfg``
.. todo:: Mac?
.. note:: The new version is less precise in this regard.
On Mac, it can be found in ``$HOME/Library/Application Support/ownCloud`` or ``/Users/<user>/Library/Application Support/ownCloud``
It contains settings in the ini file format known from Windows.
.. note:: Changes here should be done carefully as wrong settings can cause disfunctionality.