Zoë Knox
Zoë Knox
Virtually all of NSWorkspace is just stub methods that call NSInvalidAbstractInvocation(). We need to implement these.
Noticed that keyboard accelerators like Cmd-Q/Ctrl-Q for Quit are not working with the global menu bar. Possibly the keyboard focus is on the menu window, but nothing is processing keyboard...
System froze and eventually panicked while in GUI mode. The crash dump backtrace appears to be a mutex held too long from `twq_run_nextitem`. The process was `asld`. ``` (kgdb) bt...
Implement the APIs required to load Menu Extras into the global bar.
Apps may create NSStatusItems to display a status icon or pop-up menu in the global menu bar next to the Menu Extras. We need to connect the AppKit class to...
Transferring serialized menu structures from the client app to the menu bar is currently done over a unix socket. Now that Mach is a little more stable, we can try...
When switching windows using the compositor keyboard shortcuts, it does not "activate" the app. The window is properly focused and will receive keyboard input. We need an additional hook here...
The login window could (probably) be made more robust by using the [ext-session-lock protocol](https://gitlab.freedesktop.org/wayland/wayland-protocols/-/blob/main/staging/ext-session-lock/ext-session-lock-v1.xml). Same for the as-yet-unwritten Lock Screen.
Sometimes the desktop window with wallpaper does not render correctly on one screen (eDP-1) when SystemUIServer starts. It looks like a weird greenish triangle in the top right part of...
We needs it. Here's a possible source: https://github.com/ravynsoft/defaults (forked from Procursus)