From dff54af41528a9f70623214640e5fc1116d9cc47 Mon Sep 17 00:00:00 2001 From: Cassie205 Date: Mon, 25 Mar 2024 16:00:10 +0100 Subject: [PATCH 1/2] Add information for missing mounts on desktop or Locations --- mountainduck/preferences.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index b0191b6f..ba1a8db4 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -45,14 +45,24 @@ Enable to prevent conflicting edits when accessing documents from a shared envir ```{attention} -The setting is not available in the App Store version. +The setting is not available in the App Store version. Make sure to change the mount location back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues. ``` Volumes are mounted in the *Volumes* folder in the [application support directory](support.md). You can change the default to another folder that is writable. **Note:** You **cannot** set it to `/Volumes` on macOS Mojave (10.14 or later) where the directory is not writable. The setting is not available in the version from the Mac App Store. The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`. -**Note:** Make sure to change the mount location back to default before using the App Store version of Mountain Duck otherwise you may experience permission issues. +#### Show mount point on desktop + +Using Mountain Duck version 4.15.4 or later, the problem with mounts displaying as "/" or ":" respectively in macOS 14.4. As part of the workaround, the connections won't be shown on desktop or in the Location section of Finder. + +You can reverse the display of the volumes on the desktop and the Locations section in the sidebar using a [hidden configuration option](#hidden-configuration-options). + + fs.nfs.mount.nobrowse=false + +```{note} +Due to the bug introduced by Apple in macOS version 14.4 beta, the volume will always be display as `:` in the _Network_ section of Finder.app until Apple provides a bug fix update. +``` ### Cache Location From 3788677e428ccd85afd2569d281abbf49ae8f723 Mon Sep 17 00:00:00 2001 From: David Kocher Date: Mon, 25 Mar 2024 17:33:09 +0100 Subject: [PATCH 2/2] Review. --- mountainduck/preferences.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mountainduck/preferences.md b/mountainduck/preferences.md index ba1a8db4..03ec652d 100644 --- a/mountainduck/preferences.md +++ b/mountainduck/preferences.md @@ -52,17 +52,19 @@ Volumes are mounted in the *Volumes* folder in the [application support director **Note:** You **cannot** set it to `/Volumes` on macOS Mojave (10.14 or later) where the directory is not writable. The setting is not available in the version from the Mac App Store. The default is set to `~/Library/Group Containers/G69SCX94XU.duck/Library/Application Support/duck/Volumes.noindex`. -#### Show mount point on desktop +#### Show volumes on Desktop -Using Mountain Duck version 4.15.4 or later, the problem with mounts displaying as "/" or ":" respectively in macOS 14.4. As part of the workaround, the connections won't be shown on desktop or in the Location section of Finder. - -You can reverse the display of the volumes on the desktop and the Locations section in the sidebar using a [hidden configuration option](#hidden-configuration-options). +`````{tabs} +````{group-tab} macOS +Part of a workaround for a bug in macOS 14.4 and later displaying volumes as "/" or ":" respectively, Mountain Duck 4.15.4 no longer displays volumes on the desktop or in the Location sidebar in Finder.app by default regardless of the setting in _Finder → Settings… → General_. You can reverse the display of the volumes on the desktop and the Locations section in the sidebar in Finder.app using a [hidden configuration option](#hidden-configuration-options). fs.nfs.mount.nobrowse=false ```{note} -Due to the bug introduced by Apple in macOS version 14.4 beta, the volume will always be display as `:` in the _Network_ section of Finder.app until Apple provides a bug fix update. +Due to the bug introduced by Apple in macOS 14.4, the volume will always display as `:` in the _Network_ section of Finder.app until a bugfix is provided by Apple. ``` +```` +````` ### Cache Location