mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-29 04:08:54 +03:00
adding maclocation
This commit is contained in:
parent
69715d2182
commit
e1f404a011
3 changed files with 17 additions and 5 deletions
|
@ -40,11 +40,15 @@ Config File
|
||||||
ownCloud Client reads a configuration file which on Linux can be found at
|
ownCloud Client reads a configuration file which on Linux can be found at
|
||||||
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
|
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
|
||||||
|
|
||||||
On Windows and Mac, it can be found in
|
On Windows it can be found in:
|
||||||
`\\Users\\<name>\\AppData\\Local\\ownCloud\\owncloud.cfg`
|
`%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 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:
|
These are config settings that may be changed:
|
||||||
|
|
||||||
|
|
|
@ -41,11 +41,15 @@ Config File
|
||||||
ownCloud Client reads a configuration file which on Linux can be found at
|
ownCloud Client reads a configuration file which on Linux can be found at
|
||||||
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
|
`$HOME/.local/share/data/ownCloud/owncloud.cfg`
|
||||||
|
|
||||||
On Windows and Mac, it can be found in
|
On Windows it can be found in:
|
||||||
`\\Users\\<name>\\AppData\\Local\\ownCloud\\owncloud.cfg`
|
`%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 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:
|
These are config settings that may be changed:
|
||||||
|
|
||||||
|
|
|
@ -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``
|
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``
|
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.
|
It contains settings in the ini file format known from Windows.
|
||||||
|
|
||||||
.. note:: Changes here should be done carefully as wrong settings can cause disfunctionality.
|
.. note:: Changes here should be done carefully as wrong settings can cause disfunctionality.
|
||||||
|
|
Loading…
Reference in a new issue