Yassine Oudjana
Yassine Oudjana
This is probably the least important thing to implement, but I also think it isn't going to be difficult. For me a bright theme puts more strain on my eyes,...
**The name of the language** Devicetree https://www.devicetree.org/specifications/ **Implementation in other libraries** [Pygments lexer](https://github.com/pygments/pygments/blob/master/pygments/lexers/devicetree.py) [Highlight.js lexer](https://github.com/highlightjs/highlight.js/blob/main/src/languages/dts.js)
I'm trying to send messages to the LKML including several recipients using `git send-email`, and I'm getting this every time: ``` 5.0.0 Error: transaction failed, blame it on the weather:...
There is this black line in the right edges of all workspaces:  
`wl_shell` no longer gets registered: ``` Running examples/list_registry/wayland_list_registry registering wl_compositor registering wl_drm registering wl_shm registering wl_output registering zxdg_output_manager_v1 registering wl_data_device_manager registering zwp_primary_selection_device_manager_v1 registering gtk_primary_selection_device_manager registering wl_subcompositor registering xdg_wm_base registering zxdg_shell_v6...
Using `pw_remote_connect_fd` is suggested here: https://github.com/flatpak/libportal/blob/a1530a98db296a8f3c501932d68a7d008da2ac2e/libportal/remote.c#L877 However, this function no longer exists in PipeWire. How should screencast functionality be implemented instead?