classabbyamp

Results 418 comments of classabbyamp

Is this solved by the combination of `core-services` for startup and `shutdown.d` (#92) for shutdown? There are already several packages (`runit-{iptables,kdump,nftables,void-apparmor}`, `screen`) that use `core-services` for startup oneshots

sounds like an issue with processes started by kde not getting killed. has nothing to do with the autostart spec. maybe has something to do with KDE's autostart implementation.

https://github.com/void-linux/void-mklive/pull/269

I see that there's something in the works to switch to Qt (which would switch the build system to cmake). is this improvement still desired for the current iteration of...

commit message should be `config/graphical-session/wayland: add qtile to list of wayland compositors` please

can confirm it builds fine and there is no difference in the site: ```diff riff /tmp/void-web-master/_site /tmp/void-annoying/_site diff -ur --show-c-function --new-file /tmp/void-web-master/_site/atom.xml /tmp/void-annoying/_site/atom.xml --- /tmp/void-web-master/_site/atom.xml 2024-02-12 23:36:37.332504264 -0500 +++ /tmp/void-annoying/_site/atom.xml...

I think it would be better to only set this for `overflow-x`

```diff diff --git a/srcpkgs/glslViewer/patches/liblo.patch b/srcpkgs/glslViewer/patches/liblo.patch index 57c4c7e4f7b..dd65120a124 100644 --- a/srcpkgs/glslViewer/patches/liblo.patch +++ b/srcpkgs/glslViewer/patches/liblo.patch @@ -1,5 +1,5 @@ ---- a/glslViewer/CMakeLists.txt -+++ b/glslViewer/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt @@ -125,7 +125,7 @@ else() set(CPACK_GENERATOR...

you can bind something to the `reload-cmd` action as of 0.9.2, e.g. `--bind=ctrl-r:reload-cmd`

> Set the request type to application/json or set ?json=true to get json results instead of rendered pages or images. We should be able to construct embeds for this example:...