-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Apple-sharpeners error messages crashes the übersicht simple-bar widget because of stdout/stderr output.
Fix Simple-bar crash
- Download the source code tar gz from the releases page.
- Edit the following files as indicated below
./src/sharpener/Dock/dock.m&./src/sharpener/Window/window.m** - Make install again.
./src/sharpener/Dock/dock.m Line 142
NSLog(@"[AppleSharpener] Not in Dock process (bundle ID: %@), skipping setup", [[NSBundle mainBundle] bundleIdentifier]);
to:
//NSLog(@"[AppleSharpener] Not in Dock process (bundle ID: %@), skipping setup", [[NSBundle mainBundle] bundleIdentifier]);
./src/sharpener/Window/window.m Line 101
/NSLog(@"[AppleSharpener] Windows: Loaded enableSharpener: %d, customRadius: %ld", enableSharpener, (long)customRadius);
to:
///NSLog(@"[AppleSharpener] Windows: Loaded enableSharpener: %d, customRadius: %ld", enableSharpener, (long)customRadius);
That should remove the errors in Simple-bar and Yabai.
Übersicht Debug console output:
[Error] Error in index.jsx – Error: 2026-03-06 07:41:55.743 bash[66321:25523118] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.743 bash[66321:25523118] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.756 sh[66331:25523157] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.756 sh[66331:25523157] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.768 bash[66331:25523178] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.768 bash[66331:25523178] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.781 pgrep[66337:25523205] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.781 pgrep[66337:25523205] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.805 csrutil[66345:25523236] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.805 csrutil[66345:25523236] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.815 yabai[66349:25523254] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.815 yabai[66349:25523254] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.827 yabai[66353:25523271] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.828 yabai[66353:25523271] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.844 yabai[66359:25523295] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.844 yabai[66359:25523295] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.859 yabai[66365:25523321] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.860 yabai[66365:25523321] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.873 yabai[66371:25523345] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.873 yabai[66371:25523345] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.888 yabai[66378:25523369] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.888 yabai[66378:25523369] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.902 yabai[66387:25523402] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.903 yabai[66387:25523402] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.916 yabai[66393:25523425] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.916 yabai[66393:25523425] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.930 yabai[66399:25523450] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.931 yabai[66399:25523450] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.946 yabai[66408:25523479] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.946 yabai[66408:25523479] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.960 yabai[66414:25523506] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.961 yabai[66414:25523506] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.985 yabai[66426:25523548] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.986 yabai[66426:25523548] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:55.991 awk[66427:25523552] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.991 awk[66427:25523552] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:55.991 sed[66428:25523553] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:55.992 sed[66428:25523553] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:56.010 yabai[66441:25523605] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:56.011 yabai[66441:25523605] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:56.033 yabai[66447:25523653] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:56.034 yabai[66447:25523653] [AppleSharpener] Not in Dock process (bundle ID: com.asmvik.yabai), skipping setup
2026-03-06 07:41:56.050 cat[66468:25523711] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:56.050 cat[66468:25523711] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:56.055 tr[66467:25523708] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:56.055 tr[66467:25523708] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
2026-03-06 07:41:56.056 sed[66465:25523705] [AppleSharpener] Windows: Loaded enableSharpener: 1, customRadius: 0
2026-03-06 07:41:56.056 sed[66465:25523705] [AppleSharpener] Not in Dock process (bundle ID: (null)), skipping setup
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels