<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:re="http://purl.org/atompub/rank/1.0">
    <title type="text">Recent Questions - Ask Different</title>
    <link rel="self" href="https://apple.stackexchange.com/feeds" type="application/atom+xml" />
    <link rel="alternate" href="https://apple.stackexchange.com/questions" type="text/html" />
    <subtitle>most recent 30 from apple.stackexchange.com</subtitle>
    <updated>2026-05-18T17:05:36Z</updated>
    <id>https://apple.stackexchange.com/feeds</id>
    <creativeCommons:license>https://creativecommons.org/licenses/by-sa/4.0/rdf</creativeCommons:license> 
    <entry>
        <id>https://apple.stackexchange.com/q/486446</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">How to grant permissions to an application from command line</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="command-line" />
            <category scheme="https://apple.stackexchange.com/tags" term="security" />
            <category scheme="https://apple.stackexchange.com/tags" term="permission" />
        <author>
            <name>Eljay</name>
            <uri>https://apple.stackexchange.com/users/174758</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486446/how-to-grant-permissions-to-an-application-from-command-line" />
        <published>2026-05-18T16:36:54Z</published>
        <updated>2026-05-18T16:36:54Z</updated>
        <summary type="html">
            &lt;p&gt;I have a testing farm of 300 machines.  The machines on the farm are headless.&lt;/p&gt;&#xA;&lt;p&gt;The farm is fed builds from Jenkins, for our continuous build pipeline, and run the application against the test suite.  The test suite takes hours to complete.&lt;/p&gt;&#xA;&lt;p&gt;The team is approximately 200 developers, which means we are pushing about 10 builds an hour to the testing farm.  (There are other teams also using the testing farm of machines.)&lt;/p&gt;&#xA;&lt;p&gt;The System Integrity Protection (SIP) has been disabled on all the farm machines, to avoid having to manually VNC into each of the 300 farm machines to click on the permission dialog multiple times during the test runs.&lt;/p&gt;&#xA;&lt;p&gt;IT has issued an edict that we can no longer disable SIP, and must re-enable SIP on all the farm machines.  (Despite that the machines are already sequestered from the internet, for security concerns.)&lt;/p&gt;&#xA;&lt;p&gt;How can I give the application permission from the command line before launching the application and run its test suite?&lt;/p&gt;&#xA;&lt;p&gt;I have an admin account access to all the machines.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486444</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Headless Mac mini disconnects SSH / remote sessions after macOS 26.4 update &#x2014; Dark Wake Thermal Emergency triggered by mediaanalysisd in Power Nap</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="sleep-wake" />
            <category scheme="https://apple.stackexchange.com/tags" term="mac-mini" />
            <category scheme="https://apple.stackexchange.com/tags" term="pmset" />
            <category scheme="https://apple.stackexchange.com/tags" term="power-nap" />
        <author>
            <name>Rudolph Shieh</name>
            <uri>https://apple.stackexchange.com/users/709333</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486444/headless-mac-mini-disconnects-ssh-remote-sessions-after-macos-26-4-update-da" />
        <published>2026-05-18T15:35:31Z</published>
        <updated>2026-05-18T15:37:47Z</updated>
        <summary type="html">
            &lt;p&gt;After updating to macOS 26.4.1 (build 25E253) on &lt;strong&gt;2026-05-13&lt;/strong&gt;, my Mac mini M2 &#x2014; used as a headless server with SSH, Tailscale, and AI-agent remote-control tooling &#x2014; started dropping all incoming connections at random intervals&#xA;throughout the day. Same hardware was rock-solid for months on the previous OS. The OS update package was downloaded on &lt;strong&gt;2026-05-12&lt;/strong&gt; and installed during a reboot at &lt;strong&gt;2026-05-13 21:25 (Asia/Taipei)&lt;/strong&gt;; the first disconnect event hit&#xA;~2 hours later (2026-05-13 23:40) and they&#x27;ve recurred 5&#x2013;40 times per day since.&lt;/p&gt;&#xA;&lt;h3&gt;Symptoms&lt;/h3&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;SSH, VNC, and Tailscale all become unreachable at the &lt;strong&gt;same moment&lt;/strong&gt; (system-level event, not a single service crash)&lt;/li&gt;&#xA;&lt;li&gt;After 1&#x2013;10 minutes the Mac responds again&lt;/li&gt;&#xA;&lt;li&gt;Console (when connected directly) shows the system was asleep during the gap&lt;/li&gt;&#xA;&lt;li&gt;Started immediately after the 26.4.1 reboot, never happened on prior OS&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;h3&gt;What I&#x27;ve confirmed in the logs&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Thermal-emergency-forced sleeps&lt;/strong&gt;: 40&#x2B;/day after the update vs &lt;strong&gt;zero&lt;/strong&gt; before.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;  $ log show --predicate &#x27;eventMessage CONTAINS &amp;quot;Thermal pressure requested Sleep&amp;quot;&#x27; \&#xA;      --last 7d 2&amp;gt;/dev/null | grep -c &amp;quot;^2026-&amp;quot;&#xA;  40&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;code&gt;pmset -g log&lt;/code&gt; shows clusters like:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;  2026-XX-XX HH:MM:SS Sleep  Entering Sleep state due to&#xA;                              &#x27;Dark Wake Thermal Emergency&#x27;:TCPKeepAlive=active&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;Who is holding sleep open during DarkWake&lt;/strong&gt;: PreventSleep assertions show &lt;code&gt;coreaudiod&lt;/code&gt; holding &lt;code&gt;PreventUserIdleSystemSleep&lt;/code&gt; for 1&#x2B; hour spans. The audio client behind it is &lt;code&gt;mediaanalysisd&lt;/code&gt;:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;  $ log show --predicate &#x27;process == &amp;quot;mediaanalysisd&amp;quot;&#x27; --info 2&amp;gt;/dev/null \&#xA;      | grep -E &amp;quot;AudioConverter|task progress&amp;quot; | head&#xA;  ... mediaanalysisd: Created a new in process converter ... 48000 Hz, aac ...&#xA;  ... mediaanalysisd: Media Analysis task progress: 1.05%&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;&lt;strong&gt;Trigger from the update&lt;/strong&gt;: &lt;code&gt;mediaanalysisd&lt;/code&gt; started &lt;code&gt;MADServiceTextPrewarmingTask&lt;/code&gt; and &lt;code&gt;MADServiceTextProcessingTask&lt;/code&gt; 6 seconds after the post-update reboot (2026-05-13 21:25:29). Daily event volume jumped from ~600/day pre-update&#xA;(2026-05-09) to ~3,800/day after. The thermal-emergency events specifically started 2026-05-13 23:40, never before that on this machine.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Thermal escalation&lt;/strong&gt;: &lt;code&gt;log show --predicate &#x27;subsystem == &amp;quot;com.apple.thermalmonitor&amp;quot;&#x27;&lt;/code&gt; shows the system climbing thermal levels &lt;code&gt;2 &#x2192; 3 &#x2192; 4&lt;/code&gt; over a few minutes of DarkWake activity. At level 4:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;  kernel: (RTBuddy) [SMC] SMC Thermal pressure requested Sleep during power nap&#xA;  powerd: DarkWake Thermal Emergency message is received&#xA;  powerd: Entering Sleep state due to &#x27;Dark Wake Thermal Emergency&#x27;&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The same &lt;code&gt;mediaanalysisd&lt;/code&gt; workload runs &lt;strong&gt;fine for hours during FullWake&lt;/strong&gt; (when I&#x27;m actively using the Mac). Thermal level stays at 0&#x2013;1, fans ramp normally. The problem is specifically the DarkWake fan policy.&lt;/p&gt;&#xA;&lt;h3&gt;Question&lt;/h3&gt;&#xA;&lt;p&gt;What is the underlying mechanism, and how do I prevent it long-term without disabling Apple Intelligence / Photos / Live Text? Generic &amp;quot;reset SMC&amp;quot; and &amp;quot;killall mediaanalysisd&amp;quot; advice doesn&#x27;t address the root cause.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486442</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">How to enable iCloud Keychain to use passkeys on MacOS 26.5</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="icloud" />
            <category scheme="https://apple.stackexchange.com/tags" term="keychain" />
            <category scheme="https://apple.stackexchange.com/tags" term="tahoe" />
            <category scheme="https://apple.stackexchange.com/tags" term="passkey" />
        <author>
            <name>Mugen</name>
            <uri>https://apple.stackexchange.com/users/141089</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486442/how-to-enable-icloud-keychain-to-use-passkeys-on-macos-26-5" />
        <published>2026-05-18T13:29:31Z</published>
        <updated>2026-05-18T14:24:12Z</updated>
        <summary type="html">
            &lt;p&gt;I&#x27;m getting this error from Chrome when trying to create a passkey:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/6HWQy0lB.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/6HWQy0lB.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Clicking on &amp;quot;Turn On&amp;quot; just takes me to &amp;quot;Apple Account&amp;quot; in System Settings, and there I don&#x27;t see anything relevant, nor do I see any of the &amp;quot;Keychain&amp;quot; settings the web says should be there. What am I missing?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/e81qRjzv.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/e81qRjzv.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/v8vCXuJo.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/v8vCXuJo.png&quot; alt=&quot;enter image description here&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486434</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Is there any way to &#x201C;Erase Junk Mail&#x2026;&#x201D; in iOS the same way one might with the context menu for Mail in macOS?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="mail.app" />
            <category scheme="https://apple.stackexchange.com/tags" term="contextual-menu" />
        <author>
            <name>Giacomo1968</name>
            <uri>https://apple.stackexchange.com/users/40457</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486434/is-there-any-way-to-erase-junk-mail-in-ios-the-same-way-one-might-with-the-co" />
        <published>2026-05-17T01:30:22Z</published>
        <updated>2026-05-17T22:37:55Z</updated>
        <summary type="html">
            &lt;p&gt;I am using iOS 26.5 and macOS 26.5.&lt;/p&gt;&#xA;&lt;p&gt;Is there any way to &#x201C;Erase Junk Mail&#x2026;&#x201D; in iOS the same way one might with the context menu for Mail in macOS? Here is a screenshot of the context menu item in Mail in macOS for reference:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/fXEpia6t.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/fXEpia6t.png&quot; alt=&quot;The context menu item for &#x201C;Erase Junk Mail&#x2026;&#x201D; in Mail in macOS.&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;It is very nice and clean: Just select &#x201C;Erase Junk Mail&#x2026;&#x201D; and et voil&#xE0;! All of the junk mail is gone! But seemingly just in macOS.&lt;/p&gt;&#xA;&lt;p&gt;There doesn&#x2019;t seem to be an equivalent method in iOS. Unless I am missing something?&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt;: To clarify things, if I &#x201C;Select All&#x201D; for trashing junk mail in iOS, the junk mail is moved to the &#x201C;Trash.&#x201D; And when it is moved to the trash, it seems to &#x201C;whitelist&#x201D; content that was once junk.&lt;/p&gt;&#xA;&lt;p&gt;Since junk mail always is sent again and again, if I move an email from someone like &#x201C;Josh Cantwell&#x201D; from junk to &#x201C;Trash&#x201D; any future email from &#x201C;Josh Cantwell&#x201D; is whitelisted and then shows up in my in box at a later date. Clearly messing up the junk/spam detection.&lt;/p&gt;&#xA;&lt;p&gt;That is why &#x201C;Erase Junk Mail&#x2026;&#x201D; is cleaner; junk is junk until it is erased and gone.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486432</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Where is an audio driver for Windows 11 on 15-inch MacBook Pro A1398 EMC 2763 (late 2013)?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="windows" />
            <category scheme="https://apple.stackexchange.com/tags" term="audio" />
            <category scheme="https://apple.stackexchange.com/tags" term="bootcamp" />
            <category scheme="https://apple.stackexchange.com/tags" term="driver" />
        <author>
            <name>OuzoPower</name>
            <uri>https://apple.stackexchange.com/users/144260</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486432/where-is-an-audio-driver-for-windows-11-on-15-inch-macbook-pro-a1398-emc-2763-l" />
        <published>2026-05-16T18:28:14Z</published>
        <updated>2026-05-18T09:03:48Z</updated>
        <summary type="html">
            &lt;p&gt;I cannot find any valid audio driver for Windows 11 on 15-inch MacBook Pro 10,1 A1398 EMC 2673 early 2013. Does anyone know a valid audio driver for this model running Windows 11?&lt;/p&gt;&#xA;&lt;p&gt;Boot Camp Services 6.0.6136 is installed, as well as the miscellaneous packages of drivers for Windows. Boot Camp was downloaded using a Mac of the same model.&lt;/p&gt;&#xA;&lt;p&gt;I am not sure whether all drivers are here. When writing Boot Camp to an external media the Boot Camp Assistant completed whilst the progress bar was at 60% only.&#xA;There is no &amp;quot;Realtek&amp;quot; folder in the drivers.&lt;/p&gt;&#xA;&lt;p&gt;During the installation of Boot Camp, two drivers are blocked by Windows for vulnerabilities reasons.&lt;/p&gt;&#xA;&lt;p&gt;I also could not get a newer version of Boot Camp like the 6.1.&lt;/p&gt;&#xA;&lt;p&gt;The Cirrus Logic. Inc (CirrusFilter) MEDIA package for Windows is installed, in version 6.6001.1.38. I also tried installing CirrusAudioCS4206.exe from Boot Camp&#x27;s Driver folder.&lt;/p&gt;&#xA;&lt;p&gt;I event tried installing CirruAudioCS4208.exe.&lt;/p&gt;&#xA;&lt;p&gt;In Windows Device Manager, there are two &amp;quot;High Definition Audio Controller&amp;quot; entries.&lt;/p&gt;&#xA;&lt;p&gt;The icon for the second one has a yellow icon with an exclamation mark.&lt;/p&gt;&#xA;&lt;p&gt;The hardware identifier is &lt;strong&gt;PCI\VEN_8086&amp;amp;DEV_1E20&lt;/strong&gt;&amp;amp;SUBSYS_72708086&amp;amp;REV_04&#xA;The non working driver is provided by Microsoft, in version 10.0.26100.8328.&lt;/p&gt;&#xA;&lt;p&gt;The driver files are dmk.sys, hdaudbus.sys and portcls.sys.&#xA;Any attempt to update this driver tell that the best driver is already installed. But it just doesn&#x27;t work!&lt;/p&gt;&#xA;&lt;p&gt;The &amp;quot;Apple Software Update&amp;quot; app also tells that all Apple stuff is up to date.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486431</id>
        <re:rank scheme="https://apple.stackexchange.com">2</re:rank>
        <title type="text">Where can I find voicemail audio files on my macOS disk?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="iphone" />
            <category scheme="https://apple.stackexchange.com/tags" term="mac" />
            <category scheme="https://apple.stackexchange.com/tags" term="audio" />
            <category scheme="https://apple.stackexchange.com/tags" term="voicemail" />
        <author>
            <name>tcw999</name>
            <uri>https://apple.stackexchange.com/users/487867</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486431/where-can-i-find-voicemail-audio-files-on-my-macos-disk" />
        <published>2026-05-16T18:17:06Z</published>
        <updated>2026-05-17T16:07:31Z</updated>
        <summary type="html">
            &lt;p&gt;I&#x27;m going through and downloading all the voicemails I&#x27;ve received on my iPhone for archival purposes, and it&#x27;s annoying to use the little share button for each file on my phone.&lt;/p&gt;&#xA;&lt;p&gt;I know Apple released a Mac app, &lt;code&gt;Phone.app&lt;/code&gt;, recently, and I&#x27;m wondering where they persist the audio files on disk for the app. I can&#x27;t find any documentation on it. I would rather harvest the files from disk in one swoop&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486429</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Why is my Apple TV app not working on my Mac?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="mac" />
            <category scheme="https://apple.stackexchange.com/tags" term="tv.app" />
        <author>
            <name>Jandroid</name>
            <uri>https://apple.stackexchange.com/users/400406</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486429/why-is-my-apple-tv-app-not-working-on-my-mac" />
        <published>2026-05-16T12:16:18Z</published>
        <updated>2026-05-18T14:18:00Z</updated>
        <summary type="html">
            &lt;p&gt;My Apple TV app never plays any episode. It plays the promos and the recaps but blacks out when it has to play the actual episode. I&#x27;ve tried logging in and logging out, authorizing and unauthorizing, but nothing seems to work.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/486380</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">iPhone - Time in upper-left hand corner no longer becoming a &quot;link&quot; back to an active app</title>
            <category scheme="https://apple.stackexchange.com/tags" term="iphone" />
            <category scheme="https://apple.stackexchange.com/tags" term="ios" />
        <author>
            <name>Nick</name>
            <uri>https://apple.stackexchange.com/users/57531</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/486380/iphone-time-in-upper-left-hand-corner-no-longer-becoming-a-link-back-to-an-a" />
        <published>2026-05-06T18:06:40Z</published>
        <updated>2026-05-18T07:36:21Z</updated>
        <summary type="html">
            &lt;p&gt;Using an iPhone 17 Pro Max on iOS 26 Public Beta, for several months now, when I use an app such as Waze for navigation, the time in the upper-left hand corner is no longer becoming clickable when I leave the app while actively using the app for navigation.&lt;/p&gt;&#xA;&lt;p&gt;I have no clue if I did something to cause this, but is there a way for me to resolve this?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/485383</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Is it possible to write an AppleScript for Keynote that will change the color of a shape after I have clicked the shape?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="applescript" />
            <category scheme="https://apple.stackexchange.com/tags" term="keynote" />
        <author>
            <name>ItsJustMe</name>
            <uri>https://apple.stackexchange.com/users/688850</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/485383/is-it-possible-to-write-an-applescript-for-keynote-that-will-change-the-color-of" />
        <published>2025-12-14T01:07:46Z</published>
        <updated>2026-05-18T01:00:15Z</updated>
        <summary type="html">
            &lt;p&gt;Is it possible to write an AppleScript for Keynote that will change the color of a shape after I have clicked the shape?&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m trying to make a Jeopardy board and I need a way to show what is still available to select? Animation doesn&#x27;t work because of the Build Order parameters. I have 0 programming abilities, even though I try really hard and just can&#x27;t figure out if this is even possible?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/479875</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">macOS Safari won&#x27;t follow hyperlinks if they appear low on the page; scrolled up just fine</title>
            <category scheme="https://apple.stackexchange.com/tags" term="safari" />
            <category scheme="https://apple.stackexchange.com/tags" term="links" />
        <author>
            <name>Eric Nelson</name>
            <uri>https://apple.stackexchange.com/users/28775</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/479875/macos-safari-wont-follow-hyperlinks-if-they-appear-low-on-the-page-scrolled-up" />
        <published>2025-05-07T03:26:11Z</published>
        <updated>2026-05-18T11:06:21Z</updated>
        <summary type="html">
            &lt;p&gt;Lately, Safari fails to follow links if they&#x27;re near the bottom of the window. Cursor change and hover highlight work as usual but a click doesn&#x27;t follow the link. If I scroll the page up so the link is mid-window, then the link works. Sometimes I have to shrink the window to get the page to scroll.&lt;/p&gt;&#xA;&lt;p&gt;Sometimes dramatically resizing the window--wide or narrow as possible--will get the link working at the bottom of the window. Sometimes a page reload will get the link not working again. Finally, it&#x27;s rare but sometimes a low-on-the-page link does work. I don&#x27;t see a common denominator yet.&lt;/p&gt;&#xA;&lt;p&gt;I have no extensions enabled, and clearing website data had no effect. I added a new user account to my Mac and Safari works fine on that login. How do I even debug this?&lt;/p&gt;&#xA;&lt;p&gt;UPDATE&lt;/p&gt;&#xA;&lt;p&gt;On first launch of Safari, link behaves. Drag right edge of window back &amp;amp; forth then let go at a (probably) different size than original, and the bad behavior returns.&lt;/p&gt;&#xA;&lt;p&gt;Same result with shift-click launch of Safari&lt;/p&gt;&#xA;&lt;p&gt;UPDATE 2&lt;/p&gt;&#xA;&lt;p&gt;Using Web Inspector, I set a breakpoint on the link&#x27;s click event which is in some website-local javascript. When the link is scrolled  low on the window the click even doesn&#x27;t happen; scrolled high I get the breakpoint. So what could be making Safari not fire the click for an element it&#x27;s happy to highlight?&lt;/p&gt;&#xA;&lt;p&gt;Thanks for insight.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/479596</id>
        <re:rank scheme="https://apple.stackexchange.com">2</re:rank>
        <title type="text">Discrepancies in disk usage on external ssd formatted as exFAT</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="finder" />
            <category scheme="https://apple.stackexchange.com/tags" term="spotlight" />
            <category scheme="https://apple.stackexchange.com/tags" term="storage" />
            <category scheme="https://apple.stackexchange.com/tags" term="exfat" />
        <author>
            <name>whiterock</name>
            <uri>https://apple.stackexchange.com/users/348729</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/479596/discrepancies-in-disk-usage-on-external-ssd-formatted-as-exfat" />
        <published>2025-04-18T12:30:31Z</published>
        <updated>2026-05-17T17:03:20Z</updated>
        <summary type="html">
            &lt;p&gt;I have an external volume (an SSD by Sandisk connected via a usb-c cable) rated at 1TB. Finder (macOS 14.5) says the disk is full (when I try to add a file it errors with: &lt;strong&gt;No space left on device (28)&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/gwLJTlNI.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/gwLJTlNI.png&quot; alt=&quot;Finder &amp;quot;Get Info&amp;quot; on external volume&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;however when I look at the sizes of the directories on the external volume, of which there are two, one is called Movies and the other TV, the sizes do not add up at ALL:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/QSxmmVVn.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/QSxmmVVn.png&quot; alt=&quot;Finder &amp;quot;Get Info&amp;quot; on external volume/Movies&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/YFL9CTlx.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/YFL9CTlx.png&quot; alt=&quot;Finder &amp;quot;Get Info&amp;quot; on external volume/TV&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;adding these two folder sizes adds up to a little over 700GB and nowhere near the 1000GB used as claimed by &amp;quot;Get Info&amp;quot; in Finder on the volume.&lt;/p&gt;&#xA;&lt;p&gt;Now I realize there could be hidden directories that are trouble so I looked at those using Cmd&#x2B;Shift&#x2B;. as you can see in the following screenshot:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/JfpuOuz2.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/JfpuOuz2.png&quot; alt=&quot;Finder hidden folders on external volume&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;The only directory (of those hidden) that has more than 10MB is .Spotlight-V100 as can be seen here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/HdA7BaOy.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/HdA7BaOy.png&quot; alt=&quot;Finder &amp;quot;Get Info&amp;quot; on external volume/.Spotlight-V100&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Maybe the size on disk here is actually much larger than reported?&lt;/p&gt;&#xA;&lt;p&gt;To get to the bottom of things I also approached it from a different angle and ran the du and ncdu utilities in the terminal, the output of which is again attached here:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/pBXYcdIf.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/pBXYcdIf.png&quot; alt=&quot;ncdu Output&quot; /&gt;&lt;/a&gt;&#xA;&lt;a href=&quot;https://i.sstatic.net/Tp0pdOJj.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/Tp0pdOJj.png&quot; alt=&quot;du Output&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;These outputs lead me to believe the sizes of Movies and TV can be more or less trusted, however for .Spotlight-V100 and .Trashes unfortunately there seems to be no or wrong info for a permission issue.&lt;/p&gt;&#xA;&lt;p&gt;I am out of my knowledge here - maybe this is an exFAT specific problem? Should I try delete the Spotlight directory as a first step?&lt;/p&gt;&#xA;&lt;p&gt;Any help much appreciated! :) Also if anybody needs any more data, just comment. One last image of the info output from disk utility:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/6jmsp0BM.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/6jmsp0BM.png&quot; alt=&quot;disk utility info on external volume&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/479546</id>
        <re:rank scheme="https://apple.stackexchange.com">1</re:rank>
        <title type="text">Music app keeps launching on login after update to sonoma 15.4</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="music.app" />
        <author>
            <name>Mitch</name>
            <uri>https://apple.stackexchange.com/users/14548</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/479546/music-app-keeps-launching-on-login-after-update-to-sonoma-15-4" />
        <published>2025-04-14T22:43:49Z</published>
        <updated>2026-05-18T15:08:35Z</updated>
        <summary type="html">
            &lt;p&gt;After recent update to Sonoma 15.4, the Music app keeps launching on login.&lt;/p&gt;&#xA;&lt;p&gt;I do not have the Music app in login items. but it keeps launching upon login. and if I quit it, it will launch again.&lt;/p&gt;&#xA;&lt;p&gt;Tried removing the preferences of com.apple.Music.* in ~/Library/Preferences&#xA;and there doesn&#x27;t seem to have anything in&lt;/p&gt;&#xA;&lt;p&gt;/Library/LaunchAgents&#xA;/Library/LaunchDaemons&lt;/p&gt;&#xA;&lt;p&gt;I have no bluetooth device speakers or headphones connected. only keyboard and mouse.&lt;/p&gt;&#xA;&lt;p&gt;Any ideas to prevent Music app from launching?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/476494</id>
        <re:rank scheme="https://apple.stackexchange.com">3</re:rank>
        <title type="text">How to prevent my iPhone from charging my Mac?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="iphone" />
            <category scheme="https://apple.stackexchange.com/tags" term="macbook-pro" />
            <category scheme="https://apple.stackexchange.com/tags" term="usb" />
            <category scheme="https://apple.stackexchange.com/tags" term="charging" />
            <category scheme="https://apple.stackexchange.com/tags" term="power-management" />
        <author>
            <name>Stefano Palazzo</name>
            <uri>https://apple.stackexchange.com/users/38278</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/476494/how-to-prevent-my-iphone-from-charging-my-mac" />
        <published>2024-11-03T06:50:17Z</published>
        <updated>2026-05-18T14:03:55Z</updated>
        <summary type="html">
            &lt;p&gt;I often leave my phone plugged into my MacBook over night. After switching to an iPhone with USB-C, it started charging up my Mac from the phone battery if the Mac isn&#x27;t connected to power, which results in my phone being dead in the morning. I&#x27;m unsure whether the Mac&#x27;s battery is already flat when this happens, or if it happens when the Mac is still sleeping. The battery settings on the iPhone show power being used by &amp;quot;USB-C Accessories&amp;quot;.&lt;/p&gt;&#xA;&lt;p&gt;Is there any way to disable this reverse charging behaviour?&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/6uvPQ7BM.jpg&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/6uvPQ7BM.jpg&quot; alt=&quot;Screenshot&quot; /&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/467786</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Control which Bluetooth device get connected to by iPhone</title>
            <category scheme="https://apple.stackexchange.com/tags" term="iphone" />
            <category scheme="https://apple.stackexchange.com/tags" term="bluetooth" />
        <author>
            <name>user2153235</name>
            <uri>https://apple.stackexchange.com/users/254633</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/467786/control-which-bluetooth-device-get-connected-to-by-iphone" />
        <published>2023-12-28T02:18:22Z</published>
        <updated>2026-05-18T03:02:05Z</updated>
        <summary type="html">
            &lt;p&gt;My iPhone has been paired with my earbuds and my car.  In the list of devices, my earbuds are above my car.  Whenever I turn on my car, however, the audio goes from my earbuds to the car.  In order to avoid this, I don&#x27;t want to disable BT on my car because when I &lt;em&gt;do&lt;/em&gt; want the iPhone&#x27;s audio to go to the car, it&#x27;s inconvenient to re-enable it and wait for the connection.&lt;/p&gt;&#xA;&lt;p&gt;How does the iPhone decide which BT device to connect to?  I would have thought that the list would serve as a ranking, with the top device being most preferred (if it is present).  Though the problem with that hypothesis, however, is that there doesn&#x27;t seem to be a way for the user to choose where a device sits in the list.  So it could very well be wrong, in which case I can see no obvious scheme for deciding which device gets connected to.&lt;/p&gt;&#xA;&lt;p&gt;I can manually disconnect the car, but when I&#x27;m running around doing errands, I have to do this every time I jump in the car.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/466838</id>
        <re:rank scheme="https://apple.stackexchange.com">4</re:rank>
        <title type="text">How to move the connectors along with objects in Keynote?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="keynote" />
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
        <author>
            <name>Severus Tux</name>
            <uri>https://apple.stackexchange.com/users/390339</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/466838/how-to-move-the-connectors-along-with-objects-in-keynote" />
        <published>2023-11-28T04:16:40Z</published>
        <updated>2026-05-17T16:01:30Z</updated>
        <summary type="html">
            &lt;p&gt;I have two objects: a circle and a square. There is a connector line connecting these two objects. I want to move the square from one point to another using the action&amp;gt;move animation. However, I want the connector to stay connected during the move animation. Let the connector grow or shrink if required. Is this possible?&lt;/p&gt;&#xA;&lt;p&gt;As a workaround, is it possible to animate just the connector? I want one end to stay fixed in a point, the other end should be moved to a different point.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/466230</id>
        <re:rank scheme="https://apple.stackexchange.com">1</re:rank>
        <title type="text">How do I bake in a photo&#x27;s Auto Enhance adjustments?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="ios" />
            <category scheme="https://apple.stackexchange.com/tags" term="photos" />
            <category scheme="https://apple.stackexchange.com/tags" term="photos.app" />
        <author>
            <name>mechaneyes</name>
            <uri>https://apple.stackexchange.com/users/509416</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/466230/how-do-i-bake-in-a-photos-auto-enhance-adjustments" />
        <published>2023-11-09T01:25:22Z</published>
        <updated>2026-05-17T15:05:10Z</updated>
        <summary type="html">
            &lt;p&gt;The Auto Enhance feature in iOS Photos often leads to results I like. But when I go to share those photos, or to edit them in Lightroom, etc. the adjustments are stripped out.&lt;/p&gt;&#xA;&lt;p&gt;I want to bake the results of the Auto Enhance AI magic into an image that I can then share or edit elsewhere.&lt;/p&gt;&#xA;&lt;p&gt;I&#x27;m finding no documentation for the feature, and most of what I discover across the web describes the process for turning the feature off.&lt;/p&gt;&#xA;&lt;p&gt;Last thing: Even taking a screenshot of an auto enhanced image doesn&#x27;t capture its adjustments. The resulting screenshot is just the bland version I&#x27;m trying to avoid.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/463752</id>
        <re:rank scheme="https://apple.stackexchange.com">0</re:rank>
        <title type="text">Batch moving voice memos to Linux PC</title>
            <category scheme="https://apple.stackexchange.com/tags" term="iphone" />
            <category scheme="https://apple.stackexchange.com/tags" term="data-synchronization" />
            <category scheme="https://apple.stackexchange.com/tags" term="apple-watch" />
            <category scheme="https://apple.stackexchange.com/tags" term="voice-memo" />
        <author>
            <name>Andrew Kravchuk</name>
            <uri>https://apple.stackexchange.com/users/374681</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/463752/batch-moving-voice-memos-to-linux-pc" />
        <published>2023-08-30T15:16:06Z</published>
        <updated>2026-05-18T04:05:05Z</updated>
        <summary type="html">
            &lt;p&gt;I have over 600 of voice memos on iPhone 2020 SE (actually recorded on Apple Watch) ranging from a few seconds to a couple of minutes. How do I batch move them to a Linux PC, having the date of recording info without the woes of manually ticking 600 files? I&#x27;ve tried just selecting them and sending to Dropbox, but that is painfully unreliable:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Dropbox does not synchronize more than 10 files at once,&lt;/li&gt;&#xA;&lt;li&gt;few out of those 10 are just left behind and unsynchronized by Dropbox,&lt;/li&gt;&#xA;&lt;li&gt;the date of recording is lost when copying files this way.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;UPD&lt;/strong&gt; Using answers from &lt;a href=&quot;https://apple.stackexchange.com/q/6221/374681&quot;&gt;How can I transfer large files from Linux to iPad over a cable or wifi?&lt;/a&gt; didn&#x27;t help:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;ideviceinfo&lt;/code&gt; keeps saying &amp;quot;ERROR: No device found!&amp;quot;&lt;/li&gt;&#xA;&lt;li&gt;Using third-party file managers is futile since they can&#x27;t &amp;quot;see&amp;quot; the recording files, those are considered some other kind of files by iOS for some reason.&lt;/li&gt;&#xA;&lt;li&gt;FileMaster app actually can share the files &amp;quot;sent&amp;quot; to it, but then again, I&#x27;d have to tick 600 hundred files to send the files into FileMaster and then click 600 hundred times in its web UI to download the files. My question is focused on &lt;strong&gt;batch&lt;/strong&gt; aspect of transferring.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/457845</id>
        <re:rank scheme="https://apple.stackexchange.com">3</re:rank>
        <title type="text">Getting reminders on the home screen not the notification center</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="reminders" />
        <author>
            <name>ak0000</name>
            <uri>https://apple.stackexchange.com/users/429452</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/457845/getting-reminders-on-the-home-screen-not-the-notification-center" />
        <published>2023-03-30T15:15:44Z</published>
        <updated>2026-05-18T02:01:15Z</updated>
        <summary type="html">
            &lt;p&gt;I want to create reminders in the Reminders app and have them create pop-ups on my main screen, not in the notification center because if they are time-sensitive I might not see them right away.&lt;/p&gt;&#xA;&lt;p&gt;Is there a way to harness reminder notifications to display prominently on the Mac display and not just Notification Center?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/451589</id>
        <re:rank scheme="https://apple.stackexchange.com">2</re:rank>
        <title type="text">How do I write an &quot;Automation&quot; using Shortcuts to stop my workout?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="apple-watch" />
            <category scheme="https://apple.stackexchange.com/tags" term="shortcuts-app" />
        <author>
            <name>pedz</name>
            <uri>https://apple.stackexchange.com/users/37153</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/451589/how-do-i-write-an-automation-using-shortcuts-to-stop-my-workout" />
        <published>2022-12-07T14:34:54Z</published>
        <updated>2026-05-18T10:06:50Z</updated>
        <summary type="html">
            &lt;p&gt;I often forget to stop my &amp;quot;Workout&amp;quot; that is running on my watch.  I&#x27;d like an automation something like:&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;if workout is running AND&#xA;   in the area of the gym (Geofence) AND&#xA;   iPhone connects to my car (Bluetooth) THEN&#xA;  stop Workout or at least remind me to stop the Workout&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;This is partly a &amp;quot;is this even possible&amp;quot; type question because the Shortcut (I assume) will be running on my phone while the workout is running on my watch.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/438813</id>
        <re:rank scheme="https://apple.stackexchange.com">3</re:rank>
        <title type="text">Rename EFI boot entries (MacBook Air)</title>
            <category scheme="https://apple.stackexchange.com/tags" term="startup" />
            <category scheme="https://apple.stackexchange.com/tags" term="efi" />
        <author>
            <name>Andreas</name>
            <uri>https://apple.stackexchange.com/users/40713</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/438813/rename-efi-boot-entries-macbook-air" />
        <published>2022-03-23T19:30:23Z</published>
        <updated>2026-05-18T09:02:10Z</updated>
        <summary type="html">
            &lt;p&gt;I can&#x27;t figure out how to &lt;strong&gt;rename boot entries&lt;/strong&gt; on a MacBook Air 2012, i.e. those that appear when holding &lt;code&gt;alt&lt;/code&gt; during boot.&lt;/p&gt;&#xA;&lt;p&gt;The problem was initially that my EFI Ubuntu installation could only be booted with the boot entry called &amp;quot;EFI Boot&amp;quot;, which wasn&#x27;t very descriptive, but I could live with it. The current problem is that since I installed &lt;a href=&quot;https://github.innominds.com/dortania/OpenCore-Legacy-Patcher&quot; rel=&quot;nofollow noreferrer&quot;&gt;OpenCore&lt;/a&gt; (a third party boot loader that enables Big Sur on this Macbook model) it &lt;em&gt;replaced&lt;/em&gt; the Ubuntu boot entry with its own entry, which uses the same name (&amp;quot;EFI Boot&amp;quot;). I&#x27;m assuming this replacement happened because of the name collision (?).&lt;/p&gt;&#xA;&lt;p&gt;As I see it, the first step of the solution would then be to &lt;strong&gt;change the name of the current &amp;quot;EFI Boot&amp;quot; entry&lt;/strong&gt; (that starts OpenCore) so that when I try to recreate the Ubuntu boot entry later the OpenCore entry won&#x27;t get overwritten. I can&#x27;t figure out how to do this.&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;h4&gt;What I&#x27;ve tried&lt;/h4&gt;&#xA;&lt;p&gt;I&#x27;ve tried customizing &lt;a href=&quot;https://discussions.apple.com/thread/251848906&quot; rel=&quot;nofollow noreferrer&quot;&gt;a suggestion from Apple Community&lt;/a&gt; that advised how to do it for an Ubuntu &lt;code&gt;.efi&lt;/code&gt; (after mounting the ESP):&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;sudo  bless  --folder  /Volumes/EFI/EFI   --file  /Volumes/EFI/EFI/OC/OpenCore.efi  --label  &amp;quot;OpenCore&amp;quot;  --shortform  --verbose&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;p&gt;The above command succeeded (in Big Sur), but had no discernible effect on the boot menu upon reboot.&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;h4&gt;Related&lt;/h4&gt;&#xA;&lt;p&gt;I have also read several suggestions that I&#x27;m struggling to make sense/use of:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://apple.stackexchange.com/a/437016&quot;&gt;One answer only pertains to macOS (Monterey)&lt;/a&gt;, and explains that its &lt;code&gt;boot.efi&lt;/code&gt; resides on an APFS volume. To me it appears that &#x2014; on my machine &#x2014; there&#x27;s a &lt;code&gt;boot.efi&lt;/code&gt; on my ESP (FAT32) in &lt;code&gt;/System/Library/CoreServices&lt;/code&gt;, so I don&#x27;t think I can make use of that even if my goal were to rename an entry for macOS (which it isn&#x27;t).&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://apple.stackexchange.com/a/83930&quot;&gt;Another answer&lt;/a&gt; suggests that you&#x27;d just have to rename the volume an OS resides on, but I&#x27;m not trying to rename a boot entry corresponding to an OS on a particular volume. Even if I were, the answer implies mounting (?) a Linux filesystem as a volume in macOS, which isn&#x27;t something that&#x27;s readily available.&lt;/li&gt;&#xA;&lt;li&gt;&lt;a href=&quot;https://apple.stackexchange.com/a/343987&quot;&gt;The third answer&lt;/a&gt; says that &lt;code&gt;.VolumeIcons.icns&lt;/code&gt; should be on a Mac OS Extended formatted volume, and the name of such a volume will appear in the boot menu. I have no such volumes &#x2014; only FAT32 (ESP), APFS (Mojave, Big Sur), NTFS (Windows 10) and EXT4 (Ubuntu). I have a &lt;code&gt;.VolumeIcon.icns&lt;/code&gt; on the ESP though. But I still can&#x27;t make sense of it since the question asks about renaming a boot entry for Windows, which I doubt is installed on Mac OS Extended. Even if it were, the entry I want to rename doesn&#x27;t have its own volume to the best of my knowledge.&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/437387</id>
        <re:rank scheme="https://apple.stackexchange.com">3</re:rank>
        <title type="text">How can I have Numbers autofill interpolated values between two cells?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="numbers" />
        <author>
            <name>Rul</name>
            <uri>https://apple.stackexchange.com/users/451335</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/437387/how-can-i-have-numbers-autofill-interpolated-values-between-two-cells" />
        <published>2022-02-22T14:31:13Z</published>
        <updated>2026-05-17T20:03:55Z</updated>
        <summary type="html">
            &lt;p&gt;How can I have Numbers autofill interpolated values in a range of selected cells (from the value of the first cell to the value of the last cell)?&lt;/p&gt;&#xA;&lt;p&gt;I know how to do this with a formula but it&#x27;s too awkward as I do this quite frequently. Therefore, I would like to use the Autofill function, or similar. But it doesn&#x27;t seem to be intelligent enough to interpolate.&lt;/p&gt;&#xA;&lt;p&gt;Ex:&#xA;[7] [&#x2026;] [&#x2026;] [&#x2026;] [10]  &#x27BE;  [7] [7.75] [8.5] [9.25] [10]&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/431771</id>
        <re:rank scheme="https://apple.stackexchange.com">1</re:rank>
        <title type="text">Keynote slide editing, Plus-sign on text box, how to AUTOMATICALLY Resize?, and does it have limits?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="shortcut" />
            <category scheme="https://apple.stackexchange.com/tags" term="font" />
            <category scheme="https://apple.stackexchange.com/tags" term="keynote" />
            <category scheme="https://apple.stackexchange.com/tags" term="text-editor" />
        <author>
            <name>Mark Bennett</name>
            <uri>https://apple.stackexchange.com/users/57004</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/431771/keynote-slide-editing-plus-sign-on-text-box-how-to-automatically-resize-and" />
        <published>2021-12-01T21:41:26Z</published>
        <updated>2026-05-18T06:08:20Z</updated>
        <summary type="html">
            &lt;p&gt;I already know that, when editing a text box, if a plus sign (&#x2B;) appears in the bottom center, then it&#x27;s warning you that there&#x27;s more text that you&#x27;re not seeing, that&#x27;s fine.  And yes, I know how to Cmd-A, resize font, etc.&lt;/p&gt;&#xA;&lt;p&gt;BUT I also seem to recall that you could somehow magic-click or use a hotkey combination that would tell Keynote to automatically resize the text so that you could see it all.  I can&#x27;t seem to find that now, but I&#x27;m sure I remember it.&lt;/p&gt;&#xA;&lt;p&gt;I did check and Layout -&amp;gt; Shrink to Fit is already checked/enabled.&lt;/p&gt;&#xA;&lt;p&gt;Questions:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Does anybody remember the hotkey or mouse click that would resize the text automatically, so it was all visible?&lt;/li&gt;&#xA;&lt;li&gt;Is there maybe some font size limit that the automatic resizing won&#x27;t go below some value?&lt;/li&gt;&#xA;&lt;li&gt;Is there some other easy way to edit the text on the slide?  I usually do want to reduce the amount of text, but for that I need to temporarily see it all.  (beyond Cmd-A functionality)&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Other Notes:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Using the default &amp;quot;white&amp;quot; template&lt;/li&gt;&#xA;&lt;li&gt;Keynote version 11.2 on Intel iMac with up-to-date Monterey&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Please feel free to make other suggestions.  Thanks in advance.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/423809</id>
        <re:rank scheme="https://apple.stackexchange.com">3</re:rank>
        <title type="text">Search browsing history in Firefox on iOS</title>
            <category scheme="https://apple.stackexchange.com/tags" term="ios" />
            <category scheme="https://apple.stackexchange.com/tags" term="firefox" />
        <author>
            <name>craig</name>
            <uri>https://apple.stackexchange.com/users/46037</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/423809/search-browsing-history-in-firefox-on-ios" />
        <published>2021-07-09T13:17:31Z</published>
        <updated>2026-05-17T21:07:25Z</updated>
        <summary type="html">
            &lt;p&gt;Is there a way to search one&#x2019;s browsing history in Firefox on iOS?  I can scroll the history, but I don&#x2019;t see a search feature.&lt;/p&gt;&#xA;&lt;p&gt;Ultimately, I&#x2019;d like to search for content and selectively delete it.&lt;/p&gt;&#xA;&lt;p&gt;Relevant: &lt;a href=&quot;https://ilias.ca/blog/2018/10/how-to-edit-firefox-for-ios-bookmarks/&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://ilias.ca/blog/2018/10/how-to-edit-firefox-for-ios-bookmarks/&lt;/a&gt;&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/408679</id>
        <re:rank scheme="https://apple.stackexchange.com">2</re:rank>
        <title type="text">How to show open tabs on other devices on Mac Safari?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="icloud" />
            <category scheme="https://apple.stackexchange.com/tags" term="safari" />
            <category scheme="https://apple.stackexchange.com/tags" term="tabs" />
        <author>
            <name>Blaszard</name>
            <uri>https://apple.stackexchange.com/users/54787</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/408679/how-to-show-open-tabs-on-other-devices-on-mac-safari" />
        <published>2020-12-12T13:34:55Z</published>
        <updated>2026-05-17T19:01:15Z</updated>
        <summary type="html">
            &lt;p&gt;I want to show open tabs on other devices that share the same Apple and iCloud account, but for some reasons there is no open tab on Mac Safari when I click the top-right icon (the icon of two tabs overriding).&lt;/p&gt;&#xA;&lt;p&gt;On my iPhone and iPad I can access the tabs opened on my Mac, but the other direction is not true. How can I open the tabs opened on iOS devices on Mac or maybe is it just a bug?&lt;/p&gt;&#xA;&lt;hr /&gt;&#xA;&lt;h3&gt;UPDATE&lt;/h3&gt;&#xA;&lt;p&gt;I found out that sometimes the tabs appear properly whereas other times they don&#x27;t.&lt;/p&gt;&#xA;&lt;h3&gt;UPDATE 2&lt;/h3&gt;&#xA;&lt;p&gt;This might be a bug, but I think 60~80% of the time the tabs don&#x27;t appear. I upgraded to macOS 11.1 but the problem still persists. Any workaround would be appreciated.&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/371376</id>
        <re:rank scheme="https://apple.stackexchange.com">4</re:rank>
        <title type="text">iCloud reminders (web site) - missing features?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="icloud" />
            <category scheme="https://apple.stackexchange.com/tags" term="reminders" />
        <author>
            <name>raindog308</name>
            <uri>https://apple.stackexchange.com/users/139105</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/371376/icloud-reminders-web-site-missing-features" />
        <published>2019-10-01T03:43:43Z</published>
        <updated>2026-05-18T11:06:45Z</updated>
        <summary type="html">
            &lt;p&gt;This Apple KB article implies that one can create new reminders lists, edit details of reminders set as alert time, change folders of reminders, etc.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://support.apple.com/kb/PH12088?locale=en_US&quot; rel=&quot;nofollow noreferrer&quot;&gt;https://support.apple.com/kb/PH12088?locale=en_US&lt;/a&gt;&lt;/p&gt;&#xA;&#xA;&lt;p&gt;However, I don&#x27;t see any of these options.  I can add new reminders and edit notes, but I can&#x27;t do any of the other things it states.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Is the iCloud reminders web interface neutered now?  I don&#x27;t have the &quot;&#x2B; at the top&quot; the article refers to.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;As far as I can see, the only things I can do on the iCloud web site are:&lt;/p&gt;&#xA;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;add remidners&lt;/li&gt;&#xA;&lt;li&gt;add/modify notes on reminders&lt;/li&gt;&#xA;&lt;li&gt;change list colors/appearance&lt;/li&gt;&#xA;&lt;li&gt;show/hide completed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;p&gt;I don&#x27;t think there are any other possible functions - ?&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Was hoping to use iCloud on the web as an interim since the macOS desktop reminders app won&#x27;t sync with iCloud until Catalina.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Here is a screen shot taken on macOS Mojave with Safari 13.0.1...looks the same in the current version of Chrome for macOS as well:&lt;/p&gt;&#xA;&#xA;&lt;p&gt;&lt;a href=&quot;https://i.sstatic.net/rIbey.png&quot; rel=&quot;nofollow noreferrer&quot;&gt;&lt;img src=&quot;https://i.sstatic.net/rIbey.png&quot; alt=&quot;enter image description here&quot;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/348011</id>
        <re:rank scheme="https://apple.stackexchange.com">23</re:rank>
        <title type="text">Import signature from image file in Preview</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="pdf" />
            <category scheme="https://apple.stackexchange.com/tags" term="preview" />
        <author>
            <name>ccleve</name>
            <uri>https://apple.stackexchange.com/users/316659</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/348011/import-signature-from-image-file-in-preview" />
        <published>2019-01-09T01:45:04Z</published>
        <updated>2026-05-17T17:04:46Z</updated>
        <summary type="html">
            &lt;p&gt;I&#x27;d like to sign pdfs using my signature. Unfortunately, Preview seems to require that you have a trackpad or a camera to do it. I have a Mac Mini, which has neither.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;I do have my signature as a jpeg. In Acrobat on Windows, I could just import it and it worked. How do I do that in Preview? &lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/342278</id>
        <re:rank scheme="https://apple.stackexchange.com">17</re:rank>
        <title type="text">Does the &#x201C;Put hard disks to sleep when possible.&#x201D; option in macOS have any effect on SSD drives?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="hard-drive" />
            <category scheme="https://apple.stackexchange.com/tags" term="ssd" />
            <category scheme="https://apple.stackexchange.com/tags" term="sleep-wake" />
        <author>
            <name>Giacomo1968</name>
            <uri>https://apple.stackexchange.com/users/40457</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/342278/does-the-put-hard-disks-to-sleep-when-possible-option-in-macos-have-any-effec" />
        <published>2018-11-11T03:27:23Z</published>
        <updated>2026-05-17T18:21:15Z</updated>
        <summary type="html">
            &lt;p&gt;I completely understand the value of putting a hard disk (specifically) to sleep in some cases especially in the pre-SSD days of the past. It can save power, lower noise and such. But in the case of modern systems that are increasingly SSD-based, does this option have any value at all?&lt;/p&gt;&#xA;&lt;p&gt;My MacBook Air (2018) running Mojave (10.14.1) has &#x201C;Put hard disks to sleep when possible.&#x201D; checked off by default (in &lt;strong&gt;System Preferences &amp;gt; Energy Saver&lt;/strong&gt;), but this system uses an SSD.&lt;/p&gt;&#xA;&lt;p&gt;Is this option only focused on hard disk drives and ignored by SSD drives?&lt;/p&gt;&#xA;&lt;p&gt;I can&#x2019;t imagine the internal SSD would ever &#x201C;sleep&#x201D; but correct me if I am wrong.&lt;/p&gt;&#xA;&lt;h3&gt;In short, does the &#x201C;Put hard disks to sleep when possible&#x201D; option have any effect on SSD drives in macOS?&lt;/h3&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/304223</id>
        <re:rank scheme="https://apple.stackexchange.com">19</re:rank>
        <title type="text">Is there any native way to view HEIF/HEIC format (or the viewer-application) in El Capitan or Sierra without an upgrade of macOS itself?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="preview" />
            <category scheme="https://apple.stackexchange.com/tags" term="graphics" />
            <category scheme="https://apple.stackexchange.com/tags" term="heic" />
            <category scheme="https://apple.stackexchange.com/tags" term="heif" />
        <author>
            <name>Farside</name>
            <uri>https://apple.stackexchange.com/users/173703</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/304223/is-there-any-native-way-to-view-heif-heic-format-or-the-viewer-application-in" />
        <published>2017-11-01T14:02:41Z</published>
        <updated>2026-05-18T11:59:21Z</updated>
        <summary type="html">
            &lt;p&gt;Is there any native way to view the HEIF/HEIC format (or the viewer-application) in El Capitan or Sierra without upgrade of macOS itself?&lt;/p&gt;&#xA;&lt;p&gt;It is not yet possible to upgrade yet to High Sierra for me, but I&#x27;d like to natively view images from iPhone 8 and up generation, avoiding conversions to JPEG.&lt;/p&gt;&#xA;&lt;p&gt;There been questions asked about convertors of &lt;code&gt;.heic&lt;/code&gt; to &lt;code&gt;.jpg&lt;/code&gt;, but I don&#x27;t think it&#x27;s reasonable to convert images (via the means of online convertors, specialized apps, Dropbox, etc.). Sooner or later &lt;code&gt;.heic&lt;/code&gt; support will become normal, and all the online services and applications will finish the transition, so obviously there will be no need to convert to JPEG.&lt;/p&gt;&#xA;&lt;p&gt;Is there any way to install some kind of plugin or extension to macOS to support HEIF/HEIC within the Preview app, or it may be there are good applications alike XnView or analogues, which support it out of the box?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/180965</id>
        <re:rank scheme="https://apple.stackexchange.com">1</re:rank>
        <title type="text">Better way to create signature for preview than holding a paper in front of the camera</title>
            <category scheme="https://apple.stackexchange.com/tags" term="preview" />
            <category scheme="https://apple.stackexchange.com/tags" term="signature" />
        <author>
            <name>WestCoastProjects</name>
            <uri>https://apple.stackexchange.com/users/55242</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/180965/better-way-to-create-signature-for-preview-than-holding-a-paper-in-front-of-the" />
        <published>2015-04-15T05:37:35Z</published>
        <updated>2026-05-17T17:08:03Z</updated>
        <summary type="html">
            &lt;p&gt;I have a perfectly fine scanned image of a signature.  It is unnecessarily inaccurate  to hold it in front of the camera instead of using the image directly.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;How to enter the signature from the image file directly?&lt;/p&gt;&#xA;
        </summary>
    </entry>
    <entry>
        <id>https://apple.stackexchange.com/q/49452</id>
        <re:rank scheme="https://apple.stackexchange.com">17</re:rank>
        <title type="text">Extract an image file of my signature from Preview?</title>
            <category scheme="https://apple.stackexchange.com/tags" term="macos" />
            <category scheme="https://apple.stackexchange.com/tags" term="preview" />
        <author>
            <name>Ian C.</name>
            <uri>https://apple.stackexchange.com/users/292</uri>
        </author>
        <link rel="alternate" href="https://apple.stackexchange.com/questions/49452/extract-an-image-file-of-my-signature-from-preview" />
        <published>2012-04-23T17:51:31Z</published>
        <updated>2026-05-17T17:11:13Z</updated>
        <summary type="html">
            &lt;p&gt;The Preview application in OS X Lion includes the ability to take a screen capture of your written signature and save it for later application in to any PDF file.&lt;/p&gt;&#xA;&#xA;&lt;p&gt;Where does Preview store the image file for this signature? Is it possible to extract the signature for use in another application like Adobe Reader?&lt;/p&gt;&#xA;
        </summary>
    </entry>
</feed>