Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bar not properly updating on wake up #422

Closed
diegolhambi opened this issue Oct 13, 2023 · 12 comments
Closed

Bar not properly updating on wake up #422

diegolhambi opened this issue Oct 13, 2023 · 12 comments
Labels
available on master bug Something isn't working

Comments

@diegolhambi
Copy link

diegolhambi commented Oct 13, 2023

When waking up from sleep the bar jumps to my main monitor but using the size from the mac screen and in the mac screen has no bar.

Desktop image

Sketchybar config

Mac OS 14.0
Sketchybar 2.17.1
Second monitor as primary

@FelixKratz
Copy link
Owner

Ok this could have several reasons, lets go through them

  • The bar freezes (it does not respond to any updates anymore)
  • The bar is not properly notified of the display connect event on wake (the bar is responsive and starts working again after replugging the external monitor)
  • The native macOS window manager interferes with sketchybar in an unexpected way (to test this try with current master version and see if the problem goes away:
brew uninstall sketchybar
brew install sketchybar --head
brew services restart sketchybar

and then go back to the stable release with:

brew uninstall sketchybar
brew install sketchybar
brew services restart sketchybar

With this information, are you able to narrow it down to one of the bullet points?

@FelixKratz FelixKratz added bug Something isn't working not reproducible labels Oct 13, 2023
@diegolhambi
Copy link
Author

  • The bar freezes (it does not respond to any updates anymore)

    • The bar is not properly notified of the display connect event on wake (the bar is responsive and starts working again after replugging the external monitor)

    • The native macOS window manager interferes with sketchybar in an unexpected way (to test this try with current master version and see if the problem goes away:

  • The bar freezes
  • If I disconnect and reconnect the bar is updated correctly
  • The problem persist in current master

@diegolhambi
Copy link
Author

Myabe yabai can be producing any bugs related to this?

@FelixKratz
Copy link
Owner

FelixKratz commented Oct 13, 2023

So the bar becomes completely unresponsive in this state? What happens if you do something like

sketchybar --bar y_offset=10

when it is in this state?

Its interesting, because the process itself seems to be working fine, since it is updated properly once you disconnect the display. I think maybe the system wake event might get lost and the bar thinks the system is sleeping and will thus not render any updates to screen. I.e. this function is not called for some reason:

void bar_manager_handle_system_woke(struct bar_manager* bar_manager) {
bar_manager->sleeps = false;
animator_renew_display_link(&bar_manager->animator);
bar_manager_custom_events_trigger(bar_manager,
COMMAND_SUBSCRIBE_SYSTEM_WOKE,
NULL );
bar_manager_refresh(bar_manager, true);
bar_manager_handle_space_change(bar_manager, true);
}

@diegolhambi
Copy link
Author

diegolhambi commented Oct 13, 2023

Running the command did not do anything only if I reconnect the display.

If I run sketchybar --reload the bar recovers from this state.

Update:
Using master on the mac monitor (as non primary) has a bar and this bar is updating.

@diegolhambi
Copy link
Author

Log from Console when waking from sleep:

default	13:42:38.171727-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19364.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19364, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.172324-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19367.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19367, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.172399-0300	tccd	AUTHREQ_SUBJECT: msgID=19364.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.173264-0300	tccd	AUTHREQ_SUBJECT: msgID=19367.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.173526-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x15681dda0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.174403-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x156a05b50 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.176767-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.302, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19364, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:42:38.177710-0300	tccd	AUTHREQ_SUBJECT: msgID=159.302, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.178628-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x156824580 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.181257-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.303, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19367, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:42:38.182248-0300	tccd	AUTHREQ_SUBJECT: msgID=159.303, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.183207-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x155630fc0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.203860-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x1556160d0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.216274-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.414, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.218739-0300	tccd	AUTHREQ_SUBJECT: msgID=516.414, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.220446-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff0fa90 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.221280-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x155725350 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.227865-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.415, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.229744-0300	tccd	AUTHREQ_SUBJECT: msgID=516.415, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.231628-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x13110e750 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.240660-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.416, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.242710-0300	tccd	AUTHREQ_SUBJECT: msgID=516.416, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.244421-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff0fa90 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.251580-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.417, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.253084-0300	tccd	AUTHREQ_SUBJECT: msgID=516.417, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.254664-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff0fa90 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.260901-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.418, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.261691-0300	tccd	AUTHREQ_SUBJECT: msgID=516.418, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.262803-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12fe0bdb0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.267580-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.419, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.269613-0300	tccd	AUTHREQ_SUBJECT: msgID=516.419, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.271611-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x13101ba00 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.277415-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.420, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.278603-0300	tccd	AUTHREQ_SUBJECT: msgID=516.420, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.279366-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12fe0afc0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.283607-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=516.421, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.calaccessd, pid=516, auid=501, euid=501, binary_path=/System/Library/PrivateFrameworks/CalendarDaemon.framework/Support/calaccessd}, },
default	13:42:38.285003-0300	tccd	AUTHREQ_SUBJECT: msgID=516.421, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.285610-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:42:38.285820-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x13101bea0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.290621-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=578.30, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=icalBuddy, pid=19381, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/ical-buddy/1.10.1_1/bin/icalBuddy}, requesting={TCCDProcess: identifier=com.apple.remindd, pid=578, auid=501, euid=501, binary_path=/usr/libexec/remindd}, },
default	13:42:38.291469-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:42:38.291624-0300	tccd	AUTHREQ_SUBJECT: msgID=578.30, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.293232-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19364.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19364, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.294591-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x11ff2bd40 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.294908-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19367.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19367, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.296869-0300	tccd	AUTHREQ_SUBJECT: msgID=19364.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.298778-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12fe0bdb0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.299365-0300	tccd	AUTHREQ_SUBJECT: msgID=19367.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.300791-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x129907dc0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.302927-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.481, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19364, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:42:38.304156-0300	tccd	AUTHREQ_SUBJECT: msgID=213.481, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.304991-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff10330 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.307343-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.483, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19367, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:42:38.307634-0300	tccd	AUTHREQ_SUBJECT: msgID=213.483, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.307984-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x11fe16220 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.371326-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.485, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=SwitchAudioSource-55554944aa3118577498355996fac9656ec3737c, pid=19384, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/switchaudio-osx/1.2.2/SwitchAudioSource}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:42:38.375051-0300	tccd	AUTHREQ_SUBJECT: msgID=213.485, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.376638-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12990a810 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.414835-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19386.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19386, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.416513-0300	tccd	AUTHREQ_SUBJECT: msgID=19386.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.417610-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x156d14080 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.421221-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.304, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19386, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:42:38.422496-0300	tccd	AUTHREQ_SUBJECT: msgID=159.304, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.423557-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x15691e850 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.443984-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x155725350 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.493551-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:42:38.494824-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19386.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19386, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:42:38.496660-0300	tccd	AUTHREQ_SUBJECT: msgID=19386.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.497453-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12fe0b080 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:42:38.500011-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.487, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19386, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:42:38.500762-0300	tccd	AUTHREQ_SUBJECT: msgID=213.487, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:42:38.501526-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12fe0afc0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:03.517796-0300	runningboardd	Invalidating assertion 172-159-1638 (target:[osservice<homebrew.mxcl.sketchybar(501)>:556]) from originator [osservice<com.apple.WindowServer(88)>:159]
default	13:43:03.646828-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring jetsam update because this process is not memory-managed
default	13:43:03.646887-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring suspend because this process is not lifecycle managed
default	13:43:03.647027-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring GPU update because this process is not GPU managed
default	13:43:03.647201-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring memory limit update because this process is not memory-managed
default	13:43:03.647233-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Skipping AppNap state - not lifecycle managed
default	13:43:03.648420-0300	gamepolicyd	Received state update for 556 (osservice<homebrew.mxcl.sketchybar(501)>, running-NotVisible
default	13:43:08.998553-0300	sketchybar	  HALC_ProxyIOContext.cpp:3013   HALC_IOContext_PauseIO(310)
default	13:43:08.998600-0300	sketchybar	  HALC_ProxyIOContext.cpp:957    HALC_ProxyIOContext::PauseIO: -> 0 0 0, id:310 called from <private>
default	13:43:08.998613-0300	sketchybar	  HALC_ProxyIOContext.cpp:970    HALC_ProxyIOContext::PauseIO: <- 0 1 1, id:310 called from <private>
default	13:43:09.999614-0300	sketchybar	  HALC_ProxyIOContext.cpp:3013   HALC_IOContext_PauseIO(311)
default	13:43:09.999645-0300	sketchybar	  HALC_ProxyIOContext.cpp:957    HALC_ProxyIOContext::PauseIO: -> 0 0 0, id:311 called from <private>
default	13:43:09.999658-0300	sketchybar	  HALC_ProxyIOContext.cpp:970    HALC_ProxyIOContext::PauseIO: <- 0 1 1, id:311 called from <private>
default	13:43:09.000535-0300	sketchybar	  HALC_ProxyIOContext.cpp:3013   HALC_IOContext_PauseIO(312)
default	13:43:09.000557-0300	sketchybar	  HALC_ProxyIOContext.cpp:957    HALC_ProxyIOContext::PauseIO: -> 0 0 0, id:312 called from <private>
default	13:43:09.000658-0300	sketchybar	  HALC_ProxyIOContext.cpp:970    HALC_ProxyIOContext::PauseIO: <- 0 1 1, id:312 called from <private>
default	13:43:09.003652-0300	sketchybar	  HALC_ProxyIOContext.cpp:3013   HALC_IOContext_PauseIO(313)
default	13:43:09.003670-0300	sketchybar	  HALC_ProxyIOContext.cpp:957    HALC_ProxyIOContext::PauseIO: -> 0 0 0, id:313 called from <private>
default	13:43:09.003680-0300	sketchybar	  HALC_ProxyIOContext.cpp:970    HALC_ProxyIOContext::PauseIO: <- 0 1 1, id:313 called from <private>
default	13:43:11.742868-0300	sketchybar	  HALC_ProxyIOContext.cpp:3013   HALC_IOContext_PauseIO(3248)
default	13:43:11.742925-0300	sketchybar	  HALC_ProxyIOContext.cpp:3047   HALC_IOContext_ResumeIO(3248)
default	13:43:11.742954-0300	sketchybar	  HALC_ProxyIOContext.cpp:957    HALC_ProxyIOContext::PauseIO: -> 0 0 0, id:3248 called from <private>
default	13:43:11.742974-0300	sketchybar	  HALC_ProxyIOContext.cpp:970    HALC_ProxyIOContext::PauseIO: <- 0 1 1, id:3248 called from <private>
default	13:43:11.742990-0300	sketchybar	  HALC_ProxyIOContext.cpp:1004   HALC_ProxyIOContext::ResumeIO: -> 0 1 1 id:3248 called from <private>
default	13:43:11.743005-0300	sketchybar	  HALC_ProxyIOContext.cpp:1020   HALC_ProxyIOContext::ResumeIO: <- 0 0 0 id:3248 called from <private>
error	13:43:12.030406-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.030700-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.031266-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.033760-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.047432-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.047828-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.048168-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.049637-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.103315-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:12.103791-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
default	13:43:12.109994-0300	sketchybar	  HALC_ProxyIOContext.cpp:3047   HALC_IOContext_ResumeIO(313)
default	13:43:12.210928-0300	sketchybar	  HALC_ProxyIOContext.cpp:3047   HALC_IOContext_ResumeIO(311)
default	13:43:12.210994-0300	sketchybar	  HALC_ProxyIOContext.cpp:1004   HALC_ProxyIOContext::ResumeIO: -> 0 1 1 id:311 called from <private>
default	13:43:12.211009-0300	sketchybar	  HALC_ProxyIOContext.cpp:1020   HALC_ProxyIOContext::ResumeIO: <- 0 0 0 id:311 called from <private>
default	13:43:12.468759-0300	sketchybar	  HALC_ProxyIOContext.cpp:1020   HALC_ProxyIOContext::ResumeIO: <- 0 0 0 id:310 called from <private>
default	13:43:13.216469-0300	runningboardd	Acquiring assertion targeting [osservice<homebrew.mxcl.sketchybar(501)>:556] from originator [osservice<com.apple.WindowServer(88)>:159] with description <RBSAssertionDescriptor| "AppVisible" ID:172-159-1725 target:556 attributes:[
	<RBSDomainAttribute| domain:"com.apple.appnap" name:"AppVisible" sourceEnvironment:"(null)">,
	<RBSAcquisitionCompletionAttribute| policy:AfterApplication>
	]>
default	13:43:13.216677-0300	runningboardd	Assertion 172-159-1725 (target:[osservice<homebrew.mxcl.sketchybar(501)>:556]) will be created as active
default	13:43:13.217147-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring jetsam update because this process is not memory-managed
default	13:43:13.217248-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring suspend because this process is not lifecycle managed
default	13:43:13.217427-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring GPU update because this process is not GPU managed
default	13:43:13.217736-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Ignoring memory limit update because this process is not memory-managed
default	13:43:13.217892-0300	runningboardd	[osservice<homebrew.mxcl.sketchybar(501)>:556] Skipping AppNap state - not lifecycle managed
default	13:43:13.223284-0300	gamepolicyd	Received state update for 556 (osservice<homebrew.mxcl.sketchybar(501)>, running-NotVisible
error	13:43:13.311367-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.327141-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.328145-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.328988-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.329896-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.332662-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.333863-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.334830-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.335766-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.336307-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.337743-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.338232-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.339036-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.339338-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.339567-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.340445-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.340842-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.341317-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
error	13:43:13.362726-0300	sketchybar	Unable to bridge WindowManagement interface - no delegate has been set
default	13:43:13.507061-0300	airportd	[corewifi] BEGIN REQ [GET SSID] (pid=556 proc=sketchybar service=com.apple.corewlan-xpc intf=en0 uuid=406F7 info=(null))
error	13:43:13.521815-0300	airportd	[corewifi] END REQ [GET SSID] (pid=556 proc=sketchybar service=com.apple.corewlan-xpc intf=en0 uuid=406F7 err=1)
default	13:43:14.403579-0300	airportd	[corewifi] BEGIN REQ [GET SSID] (pid=556 proc=sketchybar service=com.apple.corewlan-xpc intf=en0 uuid=5F7BB info=(null))
error	13:43:14.418920-0300	airportd	[corewifi] END REQ [GET SSID] (pid=556 proc=sketchybar service=com.apple.corewlan-xpc intf=en0 uuid=5F7BB err=1)
default	13:43:20.843648-0300	ControlCenter	Legacy sharing bundle ids changed to count 1
sketchybar
error	13:43:20.844942-0300	ControlCenter	Unable to get localized name for sketchybar. The operation couldn’t be completed. (OSStatus error -10814.)
default	13:43:21.999383-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19779.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19779, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:21.999414-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19776.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19776, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:22.000853-0300	tccd	AUTHREQ_SUBJECT: msgID=19779.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.001085-0300	tccd	AUTHREQ_SUBJECT: msgID=19776.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.001820-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x156918a60 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.002197-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x155725350 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.004683-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.308, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19779, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:43:22.005548-0300	tccd	AUTHREQ_SUBJECT: msgID=159.308, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.006464-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x1557288a0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.016273-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.309, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19776, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:43:22.016792-0300	tccd	AUTHREQ_SUBJECT: msgID=159.309, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.017282-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x156c17f60 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.044672-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x15562a090 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.069183-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x155725350 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.108613-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:43:22.111377-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:43:22.111845-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19776.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19776, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:22.113074-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19779.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19779, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:22.113605-0300	tccd	AUTHREQ_SUBJECT: msgID=19776.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.114141-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff10fa0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.114703-0300	tccd	AUTHREQ_SUBJECT: msgID=19779.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.115941-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff11310 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.116888-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.489, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19776, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:43:22.118042-0300	tccd	AUTHREQ_SUBJECT: msgID=213.489, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.118802-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff10fa0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.121423-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.491, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19779, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:43:22.121727-0300	tccd	AUTHREQ_SUBJECT: msgID=213.491, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.121990-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12990c280 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.187175-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.493, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=SwitchAudioSource-55554944aa3118577498355996fac9656ec3737c, pid=19790, auid=501, euid=501, binary_path=/opt/homebrew/Cellar/switchaudio-osx/1.2.2/SwitchAudioSource}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:43:22.190757-0300	tccd	AUTHREQ_SUBJECT: msgID=213.493, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.193591-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x13101bea0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.230716-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19792.1, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19792, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:22.232461-0300	tccd	AUTHREQ_SUBJECT: msgID=19792.1, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.233669-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x1568232a0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.236725-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=159.310, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19792, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.WindowServer, pid=159, auid=88, euid=88, binary_path=/System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/Resources/WindowServer}, },
default	13:43:22.237600-0300	tccd	AUTHREQ_SUBJECT: msgID=159.310, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.238789-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x15691f4c0 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.250672-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x15691f760 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.316561-0300	osascript	<<<< AVAUVoiceIOChatFlavor >>>> vpio_preferenceChangedListener: new value ((null)) for key AUVoiceIOClients/sketchybar/AUVoiceIOChatFlavor, translatedBundleID sketchybar, bundleIDs {(
    "com.apple.osascript"
)}
default	13:43:22.317548-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=19792.2, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, requesting={TCCDProcess: identifier=com.apple.osascript, pid=19792, auid=501, euid=501, binary_path=/usr/bin/osascript}, },
default	13:43:22.318855-0300	tccd	AUTHREQ_SUBJECT: msgID=19792.2, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.319744-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12ff10330 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar
default	13:43:22.322110-0300	tccd	AUTHREQ_ATTRIBUTION: msgID=213.495, attribution={responsible={TCCDProcess: identifier=sketchybar-55554944dcab2bd3cda93ac9bf2ea7b1b91728af, pid=556, auid=501, euid=501, responsible_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, binary_path=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar}, accessing={TCCDProcess: identifier=com.apple.osascript, pid=19792, auid=501, euid=501, binary_path=/usr/bin/osascript}, requesting={TCCDProcess: identifier=com.apple.tccd, pid=170, auid=0, euid=0, binary_path=/System/Library/PrivateFrameworks/TCC.framework/Support/tccd}, },
default	13:43:22.323338-0300	tccd	AUTHREQ_SUBJECT: msgID=213.495, subject=/opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar,
default	13:43:22.324723-0300	tccd	-[TCCDAccessIdentity staticCode]: static code for: identifier /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar, type: 1: 0x12990c430 at /opt/homebrew/Cellar/sketchybar/HEAD-0acca7c/bin/sketchybar

@FelixKratz
Copy link
Owner

Could you try the latest master version? If you still have the previous head version installed you can simply run

brew upgrade sketchybar --fetch-HEAD

@diegolhambi
Copy link
Author

diegolhambi commented Oct 13, 2023

Updated to latest master and it kinda "works" now, the bar stay responsive but only showing on only one monitor.

image

UPDATE: Tried one more time and now the bar become unresponsive.

@diegolhambi
Copy link
Author

How I can get more logs to help you?

FelixKratz added a commit that referenced this issue Oct 13, 2023
@diegolhambi
Copy link
Author

Gonna test the new commit

@diegolhambi
Copy link
Author

It worked!

@FelixKratz
Copy link
Owner

Very nice, I still dont fully understand why the events did not trigger properly but this is the more robust implementation anyways so it is fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
available on master bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants