You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The widget configuration (e. g. which widgets are visible at all and their selected screens) are regularly lost on macOS Sonoma when the mac returns from sleep.
I am using a Macbook Pro (M3 Max), the internal screen and two external screens connected to a thunderbolt dock.
The text was updated successfully, but these errors were encountered:
Additional information:
Apparently, the screen ids in WidgetSettings.json seem to change: "pr-joplin-shortcuts-widget-index-coffee": { "showOnAllScreens": false, "showOnMainScreen": false, "showOnSelectedScreens": true, "hidden": false, "screens": [ 5 ] },
was correct after setting everything up. After returning to sleep and setting up everything once again 5 changed to 2.
Is there any way to choose a more robust id in the settings, like the screen name shown in the Übersicht menu? It's obviously not the perfect choice either but would work in case there are no two or more screens of the same type.
A few things changed when it comes to screen handling in Sonoma, so this might be related. There are a few open issues still so I am hoping to look into this soon!
The widget configuration (e. g. which widgets are visible at all and their selected screens) are regularly lost on macOS Sonoma when the mac returns from sleep.
I am using a Macbook Pro (M3 Max), the internal screen and two external screens connected to a thunderbolt dock.
The text was updated successfully, but these errors were encountered: