From 980c5408489a3a3a56e49c3873f1bce6a0155cad Mon Sep 17 00:00:00 2001 From: PS Date: Sun, 1 Feb 2026 12:02:03 +0100 Subject: version 0.2.0.0 --- .../at-spi-bus-launcher-srv/dependencies.d/session-bus | 0 .../user/other/at-spi-bus-launcher-srv/producer-for | 1 + src/lib/source/user/other/at-spi-bus-launcher-srv/run | 8 ++++++++ src/lib/source/user/other/at-spi-bus-launcher-srv/type | 1 + .../source/user/other/at-spi2-registryd-srv/producer-for | 1 + src/lib/source/user/other/at-spi2-registryd-srv/run | 8 ++++++++ src/lib/source/user/other/at-spi2-registryd-srv/type | 1 + .../other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir | 0 .../source/user/other/dbus-daemon-srv/notification-fd | 1 + src/lib/source/user/other/dbus-daemon-srv/producer-for | 1 + src/lib/source/user/other/dbus-daemon-srv/run | 16 ++++++++++++++++ src/lib/source/user/other/dbus-daemon-srv/type | 1 + src/lib/source/user/other/dconf-service-srv/producer-for | 1 + src/lib/source/user/other/dconf-service-srv/run | 8 ++++++++ src/lib/source/user/other/dconf-service-srv/type | 1 + .../source/user/other/foot-srv/dependencies.d/compositor | 0 src/lib/source/user/other/foot-srv/notification-fd | 1 + src/lib/source/user/other/foot-srv/producer-for | 1 + src/lib/source/user/other/foot-srv/run | 11 +++++++++++ src/lib/source/user/other/foot-srv/type | 1 + src/lib/source/user/other/mpd-srv/dependencies.d/audio | 0 src/lib/source/user/other/mpd-srv/producer-for | 1 + src/lib/source/user/other/mpd-srv/run | 10 ++++++++++ src/lib/source/user/other/mpd-srv/type | 1 + 24 files changed, 75 insertions(+) create mode 100644 src/lib/source/user/other/at-spi-bus-launcher-srv/dependencies.d/session-bus create mode 100644 src/lib/source/user/other/at-spi-bus-launcher-srv/producer-for create mode 100644 src/lib/source/user/other/at-spi-bus-launcher-srv/run create mode 100644 src/lib/source/user/other/at-spi-bus-launcher-srv/type create mode 100644 src/lib/source/user/other/at-spi2-registryd-srv/producer-for create mode 100644 src/lib/source/user/other/at-spi2-registryd-srv/run create mode 100644 src/lib/source/user/other/at-spi2-registryd-srv/type create mode 100644 src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir create mode 100644 src/lib/source/user/other/dbus-daemon-srv/notification-fd create mode 100644 src/lib/source/user/other/dbus-daemon-srv/producer-for create mode 100644 src/lib/source/user/other/dbus-daemon-srv/run create mode 100644 src/lib/source/user/other/dbus-daemon-srv/type create mode 100644 src/lib/source/user/other/dconf-service-srv/producer-for create mode 100644 src/lib/source/user/other/dconf-service-srv/run create mode 100644 src/lib/source/user/other/dconf-service-srv/type create mode 100644 src/lib/source/user/other/foot-srv/dependencies.d/compositor create mode 100644 src/lib/source/user/other/foot-srv/notification-fd create mode 100644 src/lib/source/user/other/foot-srv/producer-for create mode 100644 src/lib/source/user/other/foot-srv/run create mode 100644 src/lib/source/user/other/foot-srv/type create mode 100644 src/lib/source/user/other/mpd-srv/dependencies.d/audio create mode 100644 src/lib/source/user/other/mpd-srv/producer-for create mode 100644 src/lib/source/user/other/mpd-srv/run create mode 100644 src/lib/source/user/other/mpd-srv/type (limited to 'src/lib/source/user/other') diff --git a/src/lib/source/user/other/at-spi-bus-launcher-srv/dependencies.d/session-bus b/src/lib/source/user/other/at-spi-bus-launcher-srv/dependencies.d/session-bus new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/source/user/other/at-spi-bus-launcher-srv/producer-for b/src/lib/source/user/other/at-spi-bus-launcher-srv/producer-for new file mode 100644 index 0000000..ac90fc5 --- /dev/null +++ b/src/lib/source/user/other/at-spi-bus-launcher-srv/producer-for @@ -0,0 +1 @@ +at-spi-bus-launcher-log diff --git a/src/lib/source/user/other/at-spi-bus-launcher-srv/run b/src/lib/source/user/other/at-spi-bus-launcher-srv/run new file mode 100644 index 0000000..57f4b9c --- /dev/null +++ b/src/lib/source/user/other/at-spi-bus-launcher-srv/run @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://gitlab.gnome.org/GNOME/at-spi2-core/-/blob/main/bus/README.md + +fdmove -c 2 1 + +at-spi-bus-launcher diff --git a/src/lib/source/user/other/at-spi-bus-launcher-srv/type b/src/lib/source/user/other/at-spi-bus-launcher-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/at-spi-bus-launcher-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/user/other/at-spi2-registryd-srv/producer-for b/src/lib/source/user/other/at-spi2-registryd-srv/producer-for new file mode 100644 index 0000000..dbdc009 --- /dev/null +++ b/src/lib/source/user/other/at-spi2-registryd-srv/producer-for @@ -0,0 +1 @@ +at-spi2-registryd-log diff --git a/src/lib/source/user/other/at-spi2-registryd-srv/run b/src/lib/source/user/other/at-spi2-registryd-srv/run new file mode 100644 index 0000000..7a30a71 --- /dev/null +++ b/src/lib/source/user/other/at-spi2-registryd-srv/run @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://gitlab.gnome.org/GNOME/at-spi2-core + +fdmove -c 2 1 + +at-spi2-registryd diff --git a/src/lib/source/user/other/at-spi2-registryd-srv/type b/src/lib/source/user/other/at-spi2-registryd-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/at-spi2-registryd-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir b/src/lib/source/user/other/dbus-daemon-srv/dependencies.d/xdg-runtime-dir new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/source/user/other/dbus-daemon-srv/notification-fd b/src/lib/source/user/other/dbus-daemon-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/user/other/dbus-daemon-srv/producer-for b/src/lib/source/user/other/dbus-daemon-srv/producer-for new file mode 100644 index 0000000..f967dcb --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/producer-for @@ -0,0 +1 @@ +dbus-daemon-log diff --git a/src/lib/source/user/other/dbus-daemon-srv/run b/src/lib/source/user/other/dbus-daemon-srv/run new file mode 100644 index 0000000..df3d801 --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/run @@ -0,0 +1,16 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.freedesktop.org/wiki/Software/dbus/ + +fdmove -c 2 1 + +importas -Si DBUS_SESSION_BUS_ADDRESS + +dbus-daemon + --session + --nofork + --nopidfile + --nosyslog + --address=${DBUS_SESSION_BUS_ADDRESS} + --print-pid=3 diff --git a/src/lib/source/user/other/dbus-daemon-srv/type b/src/lib/source/user/other/dbus-daemon-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/dbus-daemon-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/user/other/dconf-service-srv/producer-for b/src/lib/source/user/other/dconf-service-srv/producer-for new file mode 100644 index 0000000..6afcfa9 --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/producer-for @@ -0,0 +1 @@ +dconf-service-log diff --git a/src/lib/source/user/other/dconf-service-srv/run b/src/lib/source/user/other/dconf-service-srv/run new file mode 100644 index 0000000..a3a106d --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/run @@ -0,0 +1,8 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://gitlab.gnome.org/GNOME/dconf/ + +fdmove -c 2 1 + +dconf-service diff --git a/src/lib/source/user/other/dconf-service-srv/type b/src/lib/source/user/other/dconf-service-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/dconf-service-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/user/other/foot-srv/dependencies.d/compositor b/src/lib/source/user/other/foot-srv/dependencies.d/compositor new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/source/user/other/foot-srv/notification-fd b/src/lib/source/user/other/foot-srv/notification-fd new file mode 100644 index 0000000..00750ed --- /dev/null +++ b/src/lib/source/user/other/foot-srv/notification-fd @@ -0,0 +1 @@ +3 diff --git a/src/lib/source/user/other/foot-srv/producer-for b/src/lib/source/user/other/foot-srv/producer-for new file mode 100644 index 0000000..7830a7f --- /dev/null +++ b/src/lib/source/user/other/foot-srv/producer-for @@ -0,0 +1 @@ +foot-log diff --git a/src/lib/source/user/other/foot-srv/run b/src/lib/source/user/other/foot-srv/run new file mode 100644 index 0000000..83f3193 --- /dev/null +++ b/src/lib/source/user/other/foot-srv/run @@ -0,0 +1,11 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://codeberg.org/dnkl/foot + +fdmove -c 2 1 + +foot + -S + -s + -p3 diff --git a/src/lib/source/user/other/foot-srv/type b/src/lib/source/user/other/foot-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/foot-srv/type @@ -0,0 +1 @@ +longrun diff --git a/src/lib/source/user/other/mpd-srv/dependencies.d/audio b/src/lib/source/user/other/mpd-srv/dependencies.d/audio new file mode 100644 index 0000000..e69de29 diff --git a/src/lib/source/user/other/mpd-srv/producer-for b/src/lib/source/user/other/mpd-srv/producer-for new file mode 100644 index 0000000..a7aaae5 --- /dev/null +++ b/src/lib/source/user/other/mpd-srv/producer-for @@ -0,0 +1 @@ +mpd-log diff --git a/src/lib/source/user/other/mpd-srv/run b/src/lib/source/user/other/mpd-srv/run new file mode 100644 index 0000000..299a956 --- /dev/null +++ b/src/lib/source/user/other/mpd-srv/run @@ -0,0 +1,10 @@ +#!@shebangdir@/execlineb -P + +# ISC license. +# https://www.musicpd.org/ + +fdmove -c 2 1 + +mpd + --no-daemon + --stderr diff --git a/src/lib/source/user/other/mpd-srv/type b/src/lib/source/user/other/mpd-srv/type new file mode 100644 index 0000000..5883cff --- /dev/null +++ b/src/lib/source/user/other/mpd-srv/type @@ -0,0 +1 @@ +longrun -- cgit v1.2.3