Saturday, 27 September 2025

macOS 26 (25A354) - Desktop Icons refuse to go to in the top left of desktop

So recently I upgraded my mac mini to macOS 26 (Tahoe), and I noticed that the icons I had in the top left of my screen had been pushed over to the middle of the display. 
Initially, I assumed it was just a defaults/layout reset, but when I tried to put them back they just got pushed back out the moment I let go of the icon.


This set me going down the rabbit hole of removing .DS_Store files and resetting plists ... all to no avail.
Searching online did not seem to turn up any results, so as an investigation I made a new user account on the system, logged in and what did I see in the top left ... the default widgets, couldn't be that I thought as I went to the settings to turn off widgets, but sure enough the same behavior persisted; so I turned widgets back on, removed the bottom one and turned them back off, and what do you know ... it let me put the icons in that space vacated by that widget now.

So if you come across this issue; the fix is reenable widgets in your settings, remove them and then turn off widgets again ... who knows why its like that in 26 (as it was not in any of the earlier versions), but it seems that either by bug, or by intent, that space is reserved the widgets now even if they are turned off (so the only option is to fully remove them)

Sunday, 2 February 2025

Virtual Box + USBpcap = BSOD

Recently, I encountered an issue where by every time I plugged in or unplugged a USB device when VirtualBox was running (no need for a VM to be up just the main VirtualBox app), then my system would blue screen.

Having looked into the issue at length, I came across a post online about the potential for other system/low level USB system hooking drivers, to casue issues with the VirtualBox USB monitor driver. This set me reviewing recent system changes and looking through that list, I noted I recently installed the full Wireshark package (all features) and that has a lowlevel USB driver in it. So to check if this was the source of the conflict I removed that (including the USBpcap component) and the issue cleared up.

The only conclusion I can come to is that there is some kind of conflict between the two drivers, so for now the plan is to not install USBpcap on any host that has VirtualBox on it.