wb9688
wb9688
NewPipeExtractor has inconsistent return values in some places for when there is e.g. no HLS URL, i.e: #### media.ccc.de ```java @Nonnull @Override public String getHlsUrl() throws ParsingException { return null;...
Since commit 05325b1197f9921f7d03096173589e5c06411ebb the ring is not being displayed when I start swaylock, turn off the only monitor (which is connected through DisplayPort, i.e. DPMS fun going on), turn on...
It would be nice if you used [Conscrypt](https://github.com/google/conscrypt) in NewPipe Legacy, so that you could use TLS 1.2-only services on Android devices that don't support TLS 1.2. It'll add a...
## Feature suggestion Add support for sharing media.ccc.de links with Kore, like it already supports e.g. YouTube and SoundCloud. ### Context People requested the ability to share media.ccc.de videos from...
For example when on https://wayland.app/protocols/wlr-output-management-unstable-v1 I click on "wl_output.transform", it links to https://wayland.app/protocols/wlr-output-management-unstable-v1#wl_output:enum:transform instead of https://wayland.app/protocols/wayland#wl_output:enum:transform
This will make it terminate only your current session instead of all sessions of the current user.
This adds support for killing the Wayland compositor on Linux and FreeBSD based on [wayland-logout](https://github.com/soreau/wayland-logout) to lxsession-logout. I have not yet tested whether other functionality of lxsession-logout works on Wayland,...
~It currently is impossible to lint `.vala.in` files with vala-lint, even when I explicitly pass that `.vala.in` file as argument.~ That doesn't make sense, because a `.vala.in` isn't necessarily correct...
I have `network` in `widgets_right`. When editing `widgets_right` while `wf-panel` is running, the network icon disappears. This doesn't happen when changing any other things in the configuration. The network icon...
This PR adds optional Wayland support to PCManFM's desktop manager through the [GTK Layer Shell](https://github.com/wmww/gtk-layer-shell) library.  To do: - [x] Make X11 support...