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

Adjust Preferences #579

Merged
merged 6 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions cyberduck/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Support

If you have a feature request please make sure to include a detailed and comprehensible description of the requested feature in [the ticket](https://github.com/iterate-ch/cyberduck/issues/new/choose). Make sure to check if someone already requested a similar feature.

:::{warning}
:::{tip}
For issues with your remote storage user account credentials, please instead write to your hosting service provider.
:::

Expand All @@ -28,7 +28,11 @@ Please be aware that you are possibly using our software at no charge if you hav
:::::{tabs}
::::{group-tab} macOS

Log output can be found in the `cyberduck.log` file in`~/Library/Logs/Cyberduck`. Select _Show_ in _Cyberduck → Preferences → Connection_ to reveal the log file. Alternatively, you can find `cyberduck.log` in *Console.app* (Open from `/Applications/Utilities`) under `Reports → Log Reports → cyberduck.log`.
Log output can be found in the `cyberduck.log` file in`~/Library/Logs/Cyberduck`. Select _Show_ in _Cyberduck → Preferences → Connection_ to reveal the log file. In addition to the current log file, compressed versions of the latest five cycled log files named `cyberduck-*.log.zip` are available.

**Console.app**

Alternatively, you can find `cyberduck.log` in *Console.app* (Open from `/Applications/Utilities`) under `Reports → Log Reports → cyberduck.log`.

:::{image} _images/Console.app.png
:alt: Console.app
Expand Down
2 changes: 1 addition & 1 deletion mountainduck/interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ You can choose to automatically open Mountain Duck when logging in. Refer to [Pr

## Bookmarks

Choose *Open Connection…* to add a new bookmark or *<Bookmark> → Edit Bookmark* to change properties.
Choose *Open Connection…* to add a new bookmark. To edit the connection settings of an existing bookmark, choose *<Bookmark> → Edit Bookmark*.

:::{note}
Bookmarks are shared between [Cyberduck](https://cyberduck.io/) and Mountain Duck.
Expand Down
14 changes: 11 additions & 3 deletions mountainduck/preferences.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ Preferences

### Save Workspace

Save all mounted volumes when quitting to be restored while relaunching.
Save all mounted volumes when quitting to be restored when relaunching.

:::{tip}
If you enable *Save Workspace* and [*Enable Login Item*](#login-item) within *Preferences → Login Item* and do not manually eject the volume prior to quitting Mountain Duck, it will reconnect after login.
:::

### Bookmarks

Expand Down Expand Up @@ -112,7 +116,7 @@ Set which type of notifications you want to receive. Alternatively, you can choo
:::::{tabs}
::::{group-tab} macOS

You can disable notifications in *System Preferences → Notifications*. Choose *None* for alert style and keep checked *Show* in *Notification Centre*. This way you will no longer be disturbed by any notification displays, but can still check back the notifications in *Notification Centre* anytime if required.
You can disable notifications in *System Preferences → Notifications*. Choose *None* for alert style and keep checked *Show* in *Notification Centre*. This way you will no longer be disturbed by any notification displays, but can still check back the notifications in *Notification Center* anytime if required.

::::
::::{group-tab} Windows
Expand All @@ -137,7 +141,11 @@ The connection profiles for [default protocols](../protocols/index.md) are alway

## Login Item

Reconnect after restarting the computer. If you choose *Enable Login Item* and *Save Workspace* in *Preferences → General* and do not manually eject the volume prior to reboot it will reconnect after login.
Open Mountain Duck after restarting the computer.

:::{tip}
If you enable *Enable Login Item* and [*Save Workspace*](#save-workspace) in *Preferences → General* and do not manually eject the volume prior to quitting Mountain Duck, it will reconnect after login.
:::

## Cryptomator

Expand Down
8 changes: 6 additions & 2 deletions mountainduck/support.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,16 @@ You can reach the application support folder by navigating to `%AppData%\Cyberdu
::::{tabs}
:::{group-tab} macOS

Log output can be found in the `mountainduck.log` file in`~/Library/Logs/Mountain Duck`. You can easily reach this file in _Console.app_ (Open from `/Applications/Utilities`) under `Reports → Log Reports → mountainduck.log`. Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file.
Log output can be found in the `mountainduck.log` file in`~/Library/Logs/Mountain Duck`. You can easily reach this file in _Console.app_ (Open from `/Applications/Utilities`) under `Reports → Log Reports → mountainduck.log`.

Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file. In addition to the current log file, compressed versions of the latest five cycled log files named `mountainduck-*.log.zip` are available.

:::
:::{group-tab} Windows

Log output can be found in the `mountainduck.log` file in `%AppData%\cyberduck`. Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file named *mountainduck.log*.
Log output can be found in the `mountainduck.log` file in `%AppData%\cyberduck`.

Select _Show_ in _Mountain Duck → Preferences → Connection_ to reveal the log file named *mountainduck.log*. In addition to the current log file, there are compressed versions of the latest five cycled log files named `mountainduck-*.log.zip` are available.
Cassie205 marked this conversation as resolved.
Show resolved Hide resolved

:::
::::
Expand Down
Loading