Zoë Knox

Results 78 issues of Zoë Knox

Virtually all of NSWorkspace is just stub methods that call NSInvalidAbstractInvocation(). We need to implement these.

GUI
AppKit

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...

bug
GUI
Menubar
AppKit
hacktoberfest

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...

bug
Kernel

Implement the APIs required to load Menu Extras into the global bar.

GUI
Menubar
AppKit
hacktoberfest

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...

GUI
Menubar
AppKit

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...

GUI
Menubar
AppKit
hacktoberfest

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...

bug
GUI
Menubar
AppKit
hacktoberfest

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.

GUI

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...

bug
GUI
hacktoberfest

We needs it. Here's a possible source: https://github.com/ravynsoft/defaults (forked from Procursus)

good first issue
CLI
hacktoberfest