Friday, April 15, 2022

Recent Questions - Ask Different

Recent Questions - Ask Different


Remove information about file from an image or PDF preview [duplicate]

Posted: 15 Apr 2022 03:53 AM PDT

After the recent update to MacOS Monterey 12.2.1 i faced the following issue. Previously when I opened an image with Preview (Space key) it was only image in the preview window. Now image preview is small but the significant part of window is occupied with the file info - file name, size, last modified. I would like to see only the image without any file info.enter image description here

BTW if I use preview when attaching image to the email in Mac Mail the preview is full-size.

Error trying to install java on OS Monterey

Posted: 15 Apr 2022 01:55 AM PDT

In the first instance, I install rosetta with the following command:

/usr/sbin/softwareupdate --install-rosetta --agree-to-license  arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"  

Then, i going to install Java, in my case, i need download 11.0.1 (build 11.0.1+13), i used this link: https://jdk.java.net/archive/

In search menu, i look for library -> select the library folder that is at the root-> within the library i go to java(folder)->open JavaVirtualMachines(folder) and paste the extracted file.

Until this point, all it is ok, but, when y try to open terminal and type java -version, i get this error:

Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied" UserInfo {NSLocalizedFailureReason=Failed to execute /Library/Java/JavaVirtualMachines/jdk11.0.1.jdk/Contents/Home/bin/java: Permission denied}  

I think that the file cannot be trusted, i go to system preferences and select security and privacy, i go to general tab and select allow anyway and try again and i have the same error

does anyone have the same error? what solution did you find?

Disable profile list with right clicking on Chrome in Dock

Posted: 15 Apr 2022 01:22 AM PDT

I have multiple profiles on Chrome and the profile list contains sensitive information. I would like to disable the behavior that allows Chrome to customize its dock options (Like New Window or New Incognito Window). You right click on Chrome's icon in dock, and see those options including a list of profiles. I would like to remove the list of profiles from Chrome's dock options.

Can I remove the profile list from Chrome's dock options? If not, can I remove the dock options from all apps?

Is there any way to use trackpad force touch for right click?

Posted: 15 Apr 2022 12:58 AM PDT

I see there is no option to select force touch for secondary click in System Preferences. But for me it would have been perfect option for the right click. I could not find anything about this in google, maybe there is some hack to make right click work from force touch?

AirDrop / autosync not always working

Posted: 14 Apr 2022 11:38 PM PDT

I've got a new MBP (M1 14", Monterey 12.2.1) and an iPhone 8 (iOS 15.3.1) and generally the sync (clipboard copies) and sending smth from the phone to the Mac with airdrop works, but sometimes it just hangs until I restart the Mac.

Eg. I'd send an image or a URL or a webpage from the iPhone to the Mac with Airdrop and it will be stuck at "waiting". I'd restart the Mac and afterwards, when I send smth again, all the things that were stuck from before and didn't go thru, will now get send at once.

So, it seems as if an airdrop/sync buffer is filled, but can't get thru, and once connection is established, it gets flushed. And only a restart of the Mac fixes the connection.

I haven't rly had this issue with other MBPs. I just got this one a month ago. It's kinda' frustrating, since the "It just works" paradigm doesn't work. And I'm not even sure how to debug this issue.

View log-levels for entries added by “logger” command

Posted: 14 Apr 2022 10:16 PM PDT

I log with /usr/bin/logger, which provides a switch -p to set the priority. Example:

logger -p user.warning "My program crashed."  

I can see this message via the Console, but I don't see its logging priority "warning" mentioned anywhere. I tried user.debug and user.info as well, which doesn't make any difference. log show doesn't explicitly show log level either; the only way I can somewhat tell a debug-level log is that whether the log entry disappears when I skip the --debug command. So this information is definitely stored somewhere; is there any way I can see it directly?

Note: this question is only about log entries created by the logger command, not by any GUI application.

How to disassociate the Bluetooth connection for a Magic Trackpad 2 from macOS?

Posted: 15 Apr 2022 01:24 AM PDT

I have a Magic Trackpad 2 that's been having some intermittent slowdown when connected normally. After turning off Bluetooth generally on macOS the Magic Trackpad 2 works great all of the time with no lag/slowdown.

Clearly the problem is with the Bluetooth connection having some kind of interference or such and so I'd like to operate it with the USB cable (as I already have it plugged in 100% of the time anyway) only.

How can I, therefore, permanently disassociate a Magic Trackpad 2 device once it's been paired with macOS?

How to regain admin privileges on Big Sur

Posted: 14 Apr 2022 08:06 PM PDT

I'm using Big Sur and renamed my admin account. Now it has been downgraded to a standard account. There are other admin accounts on the system, so backing everything up and reinstalling wouldn't work. I can't use single user mode because that doesn't exist anymore. Removing .AppleSetupDone, for some weird reason, does not work either.

How else should I try to regain my admin privileges?

`open folder` may fail due to “untranslocated nodes”

Posted: 15 Apr 2022 12:54 AM PDT

For some reason, opening a folder in the Finder from the command line with

open path/to/folder  

does not work anymore for subdirectories of my Documents folder:

% cd  % mkdir Documents/TestDir  % open Documents/TestDir   

opens a new Finder window, but that does not show the "TestDir" folder but the "Computer" folder.

The system log shows these error messages about "untranslocated nodes":

% log stream --predicate 'process == "Finder" and messageType == error'   Filtering the log data using "process == "Finder" AND logType == 16"  Timestamp                       Thread     Type        Activity             PID    TTL    2022-04-10 14:07:42.994683+0200 0xb6f5     Error       0x0                  444    0    Finder: (LaunchServices) [com.apple.launchservices:default] capability properties: could not find untranslocated node for <FSNode 0x6000035b9aa0> { isDir = ?, path = <private> }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"  2022-04-10 14:07:42.994777+0200 0xb6f5     Error       0x0                  444    0    Finder: (LaunchServices) [com.apple.launchservices:default] capability properties: could not find untranslocated node for <FSNode 0x6000035b9aa0> { isDir = ?, path = <private> }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"  2022-04-10 14:07:43.003949+0200 0xb6f5     Error       0x0                  444    0    Finder: (LaunchServices) [com.apple.launchservices:default] capability properties: could not find untranslocated node for <FSNode 0x60000358d0c0> { isDir = ?, path = <private> }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"  2022-04-10 14:07:43.004319+0200 0xb6f5     Error       0x0                  444    0    Finder: (LaunchServices) [com.apple.launchservices:default] capability properties: could not find untranslocated node for <FSNode 0x60000358d0c0> { isDir = ?, path = <private> }, proceeding on the assumption it is not translocated: Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"  

Running First Aid on Macintosh HD (in Recovery mode) did not report any errors.

The problem occurs only with (nested) subdirectories of "Documents". Opening "Documents" itself or any other folder works correctly.

Sometimes it works if I specify the "-R" flag explicitly, e.g.

% open -R Documents/TestDir   

but not always.

My configuration: macOS 12.3.1 on a MacBook Air (Retina, 13-inch, 2020).

Any ideas how to fix (or further investigate) this problem are welcome.

Can I run Monterey as a VM on an iMac that is to old for Monterey?

Posted: 15 Apr 2022 12:50 AM PDT

So I have a very nice 27" 5K iMac, late 2014 model.
It runs Big Sur, but it doesn't get the Monterey upgrade, because it is 1 generation too old.

I know I can get Monterey to work using OCLP on this hardware, but I rather don't want to mess with that as that would require a full re-install, for which I have no time. (A lot of home-brew/custom software that would need to be setup fresh.)

So I wonder if I can run Monterey in a VM instead, even though the underlying hardware is officially not supported.
(I've got 24 GB RAM to play with. Plenty for a VM.)

I can just give it a try off course, but Monterey is a big download and I have very limited bandwidth at the moment, that is also needed for other stuff during the day.
I rather not download the whole thing over several nights to find that it doesn't work.

Can anyone confirm whether this would work or not?

Beats Studio Buds don't connect after iOS 15.3 update

Posted: 14 Apr 2022 07:07 PM PDT

Last night I updated my iPhone 8 to iOS 15.3. This morning I noticed that I had some trouble connecting my Beats Studio Buds to my phone.

Expected Behavior

Normally, when I open my Beats case and pull one of the earbuds out, it automatically connects to my phone and sound starts playing from the ear buds. After listening for a while, if I put one earbud back in the case, the audio pauses and they are disconnected.

Current Behavior

When I pull an earbud out of the case, it does not connect to my phone right away. What seems to work right now is that I have to pull out both earbuds, press/hold the button to activate ANC and then go into my Bluetooth settings and connection to Beats Studio Buds, which displays as "Not Connected". After waiting a little while, it eventually connects and audio is playable. Once I put my earbuds back in the case, I have to repeat this process to listen again.

If my earbuds are in the case, and my phone is on, when I open the case near my phone, a popup opens showing the buds/case with their battery percentages, similar to what you might see when a new pair of earbuds are brought near a phone.

What I have tried

I removed the Beats from the Bluetooth menu with the "Forget" option. I then did a reset as described on Apple's Support Page. I then tried to pair it up again as a new device. My phone asked if I wanted to connect and all I got was a red exclamation point, indicating some unknown error.

Does transferring data from iPhone to iPhone using Quick Start keep Screen Time?

Posted: 14 Apr 2022 10:00 PM PDT

I have a phone that has Screen Time on it, and I some how messed up the reset screen time passcode. I've got a new phone and I want to transfer the data from this phone to the new phone. If I use Quick Start to transfer the data will it keep the Screen Time?

how to merge disk2 with disk1 without loosing my data?

Posted: 14 Apr 2022 11:06 PM PDT

I had two macOS (Catalina and Big Sur), Catalina was on Container disk1 and Big Sur was on Container disk2 recently I erased Catalina (Container disk1), so the question is, how to merge disk 2 with disk 1 without loosing my data ?

enter image description here

as you can see minus sign is disable in disk 1 !
thanks in advance !

out put of diskutil list

/dev/disk0 (internal, physical):     #:                       TYPE NAME                    SIZE       IDENTIFIER     0:      GUID_partition_scheme                        *121.3 GB   disk0     1:                        EFI ⁨EFI⁩                     209.7 MB   disk0s1     2:                 Apple_APFS ⁨Container disk1⁩         81.1 GB    disk0s2     3:                 Apple_APFS ⁨Container disk3⁩         40.0 GB    disk0s4    /dev/disk1 (synthesized):     #:                       TYPE NAME                    SIZE       IDENTIFIER     0:      APFS Container Scheme -                      +81.1 GB    disk1                                   Physical Store disk0s2    /dev/disk3 (synthesized):     #:                       TYPE NAME                    SIZE       IDENTIFIER     0:      APFS Container Scheme -                      +40.0 GB    disk3                                   Physical Store disk0s4     1:                APFS Volume ⁨MK-BigSur - Data⁩        19.0 GB    disk3s1     2:                APFS Volume ⁨Preboot⁩                 282.7 MB   disk3s2     3:                APFS Volume ⁨Recovery⁩                622.9 MB   disk3s3     4:                APFS Volume ⁨VM⁩                      1.1 MB     disk3s4     5:                APFS Volume ⁨MK-BigSur⁩               15.1 GB    disk3s5     6:              APFS Snapshot ⁨com.apple.bless.B46E...⁩ 15.1 GB    disk3s5s1  

Catalina crashing at shutdown: “watchdog timeout: no checkins from watchdogd”

Posted: 15 Apr 2022 03:03 AM PDT

I have a MacBook Air 2017 with 8GB of RAM and 1.8 GHz Dual-Core Intel Core i5,

After updating to macOS Catalina, while I'm using my laptop it would freeze and the screen would turn black with a folder sign with a question mark in the middle flashing. This happens a lot and when I reboot my laptop this message pops up:

panic(cpu 2 caller 0xffffff7f87171ad5): userspace watchdog timeout: no successful checkins from com.apple.logd in 120 seconds  service returned not alive with context : unresponsive dispatch queue(s): com.apple.firehose.drain-mem   service: com.apple.logd, total successful checkins since load (830 seconds ago): 72, last successful checkin: 120 seconds ago  service: com.apple.WindowServer, total successful checkins since load (800 seconds ago): 80, last successful checkin: 0 seconds ago    Backtrace (CPU 2), Frame : Return Address  0xffffff912644b720 : 0xffffff800611a65d   0xffffff912644b770 : 0xffffff8006254a75   0xffffff912644b7b0 : 0xffffff80062465fe   0xffffff912644b800 : 0xffffff80060c0a40   0xffffff912644b820 : 0xffffff8006119d27   0xffffff912644b920 : 0xffffff800611a117   0xffffff912644b970 : 0xffffff80068c1ad8   0xffffff912644b9e0 : 0xffffff7f87171ad5   0xffffff912644b9f0 : 0xffffff7f871717fa   0xffffff912644ba10 : 0xffffff800685397e   0xffffff912644ba60 : 0xffffff7f87170cfe   0xffffff912644bb60 : 0xffffff800685cba3   0xffffff912644bca0 : 0xffffff80062035e2   0xffffff912644bdb0 : 0xffffff80061203c8   0xffffff912644be10 : 0xffffff80060f6d15   0xffffff912644be70 : 0xffffff800610db22   0xffffff912644bf00 : 0xffffff800622c065   0xffffff912644bfa0 : 0xffffff80060c1226         Kernel Extensions in backtrace:           com.apple.driver.watchdog(1.0)[B6A95892-6C75-3CF5-A6CC-6D83F30FA1D5]@0xffffff7f87170000->0xffffff7f87178fff    BSD process name corresponding to current thread: watchdogd    Mac OS version:  19H2    Kernel version:  Darwin Kernel Version 19.6.0: Mon Aug 31 22:12:52 PDT 2020; root:xnu-6153.141.2~1/RELEASE_X86_64  Kernel UUID: 05D51A3D-3A87-3FF0-98C3-9CF3827A3EDD  Kernel slide:     0x0000000005e00000  Kernel text base: 0xffffff8006000000  __HIB  text base: 0xffffff8005f00000  System model name: MacBookAir7,2 (Mac-937CB26E2E02BB01)  System shutdown begun: NO  Panic diags file available: YES (0x0)    System uptime in nanoseconds: 838988891518  last loaded kext at 18297244763: org.virtualbox.kext.VBoxNetAdp 6.1.16 (addr 0xffffff7f89c9b000, size 28672)  loaded kexts:  org.virtualbox.kext.VBoxNetAdp  6.1.16  com.avast.PacketForwarder   2.1  org.virtualbox.kext.VBoxNetFlt  6.1.16  org.virtualbox.kext.VBoxUSB 6.1.16  com.avast.FileShield    4.0.0  org.virtualbox.kext.VBoxDrv 6.1.16  @fileutil   20.036.15  >AudioAUUC  1.70  >AGPM   111.4.4  >!APlatformEnabler  2.7.0d0  >X86PlatformShim    1.0.0  @filesystems.autofs 3.0  >!AHDAHardwareConfigDriver  283.15  >!AUpstreamUserClient   3.6.8  >!AHDA  283.15  >!AGraphicsDevicePolicy 5.2.6  @AGDCPluginDisplayMetrics   5.2.6  >!AHV   1  |IOUserEthernet 1.0.1  |IO!BSerialManager  7.0.6f7  >pmtelemetry    1  @Dont_Steal_Mac_OS_X    7.0.0  >!A!IBDWGraphics    14.0.7  >AGDCBacklightControl   5.2.6  >!A!ISlowAdaptiveClocking   4.0.0  >!ABacklight    180.3  >ACPI_SMC_PlatformPlugin    1.0.0  >!AMCCSControl  1.14  >!A!IBDWGraphicsFramebuffer 14.0.7  >!AFIVRDriver   4.1.0  >eficheck   1  >!AThunderboltIP    3.1.4  >!ACameraInterface  7.6.0  >!ALPC  3.1  >!ASMCLMU   212  |IO!BUSBDFU 7.0.6f7  |SCSITaskUserClient 422.120.3  >!U!SCoexistentDriver   489.120.1  >!UCardReader   489.120.1  >!ATopCaseHIDEventDriver    3430.1  >!AFileSystemDriver 3.0.1  >!AVirtIO   1.0  @filesystems.hfs.kext   522.100.5  @!AFSCompression.!AFSCompressionTypeDataless    1.0.0d1  @BootCache  40  @!AFSCompression.!AFSCompressionTypeZlib    1.0.0  @filesystems.apfs   1412.141.1  >!AAHCIPort 341.140.1  >AirPort.BrcmNIC    1400.1.1  @private.KextAudit  1.0  >!ASmartBatteryManager  161.0.0  >!ARTC  2.0  >!AACPIButtons  6.1  >!AHPET 1.8  >!ASMBIOS   2.1  >!AACPIEC   6.1  >!AAPIC 1.7  $!AImage4   1  @nke.applicationfirewall    303  $TMSafetyNet    8  @!ASystemPolicy 2.0.0  |EndpointSecurity   1  |IOUSBUserClient    900.4.2  @kext.triggers  1.0  >DspFuncLib 283.15  @kext.OSvKernDSPLib 529  >!AGraphicsControl  5.2.6  |IOAVB!F    850.1  @!AGPUWrangler  5.2.6  |IOSlowAdaptiveClocking!F   1.0.0  >!ABacklightExpert  1.1.0  |IONDRVSupport  576.1  >IOPlatformPluginLegacy 1.0.0  >!ASMBus!C  1.0.18d1  @!AGraphicsDeviceControl    5.2.6  |IOAccelerator!F2   438.7.3  >X86PlatformPlugin  1.0.0  >!AThunderboltEDMSink   4.2.3  >!AThunderboltDPOutAdapter  6.2.6  >IOPlatformPlugin!F 6.0.0d8  >!ASMBusPCI 1.0.14d1  >!AHDA!C    283.15  |IOGraphics!F   576.1  |IOHDA!F    283.15  @plugin.IOgPTPPlugin    840.3  |IOEthernetAVB!C    1.1.0  |Broadcom!BHost!CUSBTransport   7.0.6f7  |IO!BHost!CUSBTransport 7.0.6f7  |IO!BHost!CTransport    7.0.6f7  >usb.IOUSBHostHIDDevice 1.2  >usb.!UHub  1.2  |IOUSBMass!SClass   4.0.4  >usb.cdc    5.0.0  >usb.networking 5.0.0  >usb.!UHostCompositeDevice  1.2  >!AHS!BDriver   3430.1  >IO!BHIDDriver  7.0.6f7  |IO!B!F 7.0.6f7  |IO!BPacketLogger   7.0.6f7  >!AMultitouchDriver 3440.1  >!AInputDeviceSupport   3440.8  >!AHIDKeyboard  209  >!AHSSPIHIDDriver   59  |IOAudio!F  300.2  @vecLib.kext    1.2.0  |IOSerial!F 11  |IOSurface  269.11  @filesystems.hfs.encodings.kext 1  >!AXsanScheme   3  |IOAHCIBlock!S  316.100.5  |IOAHCI!F   290.0.1  >!AThunderboltDPInAdapter   6.2.6  >!AThunderboltDPAdapter!F   6.2.6  >!AThunderboltPCIDownAdapter    2.5.4  >!AThunderboltNHI   5.8.6  |IOThunderbolt!F    7.6.1  |IO80211!F  1200.12.2b1  >mDNSOffloadUserClient  1.0.1b8  >corecapture    1.0.4  |IOSkywalk!F    1  >!AHSSPISupport 59  >!A!ILpssSpi!C  3.0.60  >!A!ILpssGspi   3.0.60  >!A!ILpssDmac   3.0.60  >!A!ILpssI2C    3.0.60  >usb.!UXHCIPCI  1.2  >usb.!UXHCI 1.2  >usb.!UHostPacketFilter 1.0  |IOUSB!F    900.4.2  >!AEFINVRAM 2.1  >!AEFIRuntime   2.1  |IOSMBus!F  1.1  |IOHID!F    2.0.0  $quarantine 4  $sandbox    300.0  @kext.!AMatch   1.0.0d1  >DiskImages 493.0.0  >!AFDEKeyStore  28.30  >!AEffaceable!S 1.0  >!ASSE  1.0  >!AKeyStore 2  >!UTDM  489.120.1  |IOSCSIBlockCommandsDevice  422.120.3  >!ACredentialManager    1.0  >KernelRelayHost    1  >!ASEPManager   1.0.1  >IOSlaveProcessor   1  |IOUSBMass!SDriver  157.140.1  |IOSCSIArchitectureModel!F  422.120.3  |IO!S!F 2.1  |IOUSBHost!F    1.2  >!UHostMergeProperties  1.2  >usb.!UCommon   1.0  >!ABusPower!C   1.0  |CoreAnalytics!F    1  >!AMobileFileIntegrity  1.0.5  @kext.CoreTrust 1  |IOReport!F 47  |IOTimeSync!F   840.3  |IONetworking!F 3.4  >!AACPIPlatform 6.1  >!ASMC  3.1.9  >watchdog   1  |IOPCI!F    2.9  |IOACPI!F   1.4  @kec.pthread    1  @kec.Libm   1  @kec.corecrypto 1.0  

I have gone to apple and they wiped my laptop and reinstalled macOS Catalina but the problem still persists. What do I do?

How to create a Siri Shortcut that prompts to select a Reminders list that can be reused as a variable

Posted: 15 Apr 2022 12:10 AM PDT

I want to edit a Siri Shortcut I found which adds numerous items in a loop to the default iOS Reminders list. My idea is to prompt the user to select a Reminders list first and then use that list in the loop that adds the items to that specific list.

I see that in the "Add to list" thingie, I can have it "ask every time" to select the list, and that works, but that asks for each item being added, which is too repetitive and laborious.

I cannot figure out how to create a list variable which has the user's reminders lists in it so I can prompt them to make a selection from that list and then save that selection in a variable to be used in the "Add to list" thingie.

I tried "Show reminders list" and selected "ask every time", but there's no way to save their selection in a variable to use later in "Add to list".

iCloud Drive Won't Sync on Mac

Posted: 15 Apr 2022 03:56 AM PDT

iCloud Drive on my Mac (10.13.3) won't sync.

  • My other devices perform perfectly, as does icloud.com. Any change made on one immediately propagates to the others.
  • Changes made to iCloud Drive on my Mac go nowhere. The cloud icon displays indefinitely. Changes aren't propagated to my other devices or iCloud.com, nor do changes made in other locations propagate to my Mac, which is lost in some orphan universe of its own.
  • All other services (i.e., Contacts, Calendar, etc.) perform perfectly.

So far I've tried…

  • Disabling/enabling iCloud Drive on all my devices.
  • Various combinations of disabling/enabling "Desktop & Documents Folders"
  • Signing out/in of iCloud on all my devices.
  • Restarting the Mac until the startup chime had me reciting Edgar Allan Poe's "The Bells."
  • Removing all files and experimenting with one small file.
  • Waiting eight hours for a 25kb startled cat photo to sync.

…all to no avail.

I've attached log entries matching…

message type:error  message type:fault  process:icloud  

…below, but if there are obvious screaming errors in it, they're over my head.

I'm at wit's end. Suggestions would be most appreciated.

iCloudPreferences   error   15:45:50.464165 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : ****###****-[MMMobileDocumentsService confirmUserWantsToDisableiCloudDriveAndDesktopWithDialogCompletion:] kMMPropertyMobileDocumentsiCloudDriveDisableDataclassActions  returned  (null)  uploadPending 1 downloadPending 1  iCloudPreferences   error   15:45:52.377211 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] :  -[MMMobileDocumentsService observeValueForKeyPath:ofObject:change:context:]: progressText got from iCloud Drive :()  iCloudPreferences   error   15:45:52.377322 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] :   ****###****     -[MMMobileDocumentsService observeValueForKeyPath:ofObject:change:context:]:                                                 0.0% [indeterminate]            (fractionCompleted)  iCloudPreferences   error   15:45:58.012621 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : [-[MMMobileDocumentsService setEnabled:creating:withWindow:]_block_invoke_2] : showUploadDisableiCloudDriveSheetWithCompletionHandler completed with status 1  iCloudPreferences   error   15:45:58.015098 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : [-[MMMobileDocumentsService uploadAndOptOutOfiCloudDriveWithCompletionHandler:]_block_invoke] : BRUploadAllFilesForLogOutOperation completed with error Error Domain=NSCocoaErrorDomain Code=3072 "The operation was cancelled."  iCloudPreferences   error   15:45:58.015652 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : [-[MMMobileDocumentsService handleOperationCompletion:]] : BRUploadAllFilesForLogOutOperation  or BRDownloadAllFilesForLogOutOperation completed with error Error Domain=NSCocoaErrorDomain Code=3072 "The operation was cancelled."  iCloudPreferences   error   15:45:58.016112 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : [-[MMMobileDocumentsService handleOperationCompletion:]] : BRUploadAllFilesForLogOutOperation  or BRDownloadAllFilesForLogOutOperation failed with error Error Domain=NSCocoaErrorDomain Code=3072 "The operation was cancelled."  iCloudPreferences   error   15:45:58.029026 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] : SetEnabledOnACAccount_block_invoke Dataclass Action sent to save account robertbryanharrison@mac.com  service com.apple.Dataclass.Ubiquity enableState 0 : {      "com.apple.Dataclass.Ubiquity" = ACDataclassActionMergeLocalDataIntoSyncData;  }  iCloudPreferences   error   15:47:05.448533 -0800   com.apple.preferences.icloud.remoteservice  [AOSAccounts] :  [GetProperty]  kMMPropertyMobileDocumentsMigrationStatusKey status: <CFBasicHash 0x61000066b300 [0x7fff99f38980]>{type = mutable dict, count = 3,  entries =>  0 : status = SUCCEEDED  3 : id = <CFString 0x61000046d540 [0x7fff99f38980]>{contents = "edac53f1-93db-48ac-b9f3-2512550632a7"}  11 : name = <CFString 0x610000233440 [0x7fff99f38980]>{contents = "NOT_NEEDED"}  }  

How can I combine PDF files and automatically create a table of contents?

Posted: 15 Apr 2022 02:09 AM PDT

I have a bunch of PDF files named, say, chapter1, chapter2, etc. I would like to combine them into a single file and create a table of contents where each file gets an entry.

If memory serves, there used to be a tool called CombinePDFs that could do that, but it was written as a RealBASIC application and does not seem to work on OS X 10.8 anymore.

Any alternative suggestion?

Note: it's really about the automatic table of contents feature; I know how to merge/join/combine PDF files without one.

How do I edit a .plist file?

Posted: 15 Apr 2022 02:55 AM PDT

What's the best application to open and edit a plist file ?

No comments:

Post a Comment