From 95b222dc05289c462a834f006b5c1244d092c74b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Nogueira?= Date: Thu, 30 Jun 2022 15:49:06 -0300 Subject: [PATCH] Add new services. - glowing bear server service - xdg-document-portal service with SIGKILL workaround - xdg-permission-store service --- wayland/services/gb/.gitignore | 1 + wayland/services/gb/run | 3 +++ wayland/services/xdocp/run | 2 ++ wayland/services/xdocp/timeout-kill | 1 + wayland/services/xps/run | 2 ++ 5 files changed, 9 insertions(+) create mode 100644 wayland/services/gb/.gitignore create mode 100755 wayland/services/gb/run create mode 100755 wayland/services/xdocp/run create mode 100644 wayland/services/xdocp/timeout-kill create mode 100755 wayland/services/xps/run diff --git a/wayland/services/gb/.gitignore b/wayland/services/gb/.gitignore new file mode 100644 index 0000000..378eac2 --- /dev/null +++ b/wayland/services/gb/.gitignore @@ -0,0 +1 @@ +build diff --git a/wayland/services/gb/run b/wayland/services/gb/run new file mode 100755 index 0000000..71b6ec6 --- /dev/null +++ b/wayland/services/gb/run @@ -0,0 +1,3 @@ +#!/bin/execlineb -P +hittpd -p 2024 build/ +# add build/ symlink to glowing bear directory diff --git a/wayland/services/xdocp/run b/wayland/services/xdocp/run new file mode 100755 index 0000000..de00ed4 --- /dev/null +++ b/wayland/services/xdocp/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +/usr/libexec/xdg-document-portal -r diff --git a/wayland/services/xdocp/timeout-kill b/wayland/services/xdocp/timeout-kill new file mode 100644 index 0000000..83b33d2 --- /dev/null +++ b/wayland/services/xdocp/timeout-kill @@ -0,0 +1 @@ +1000 diff --git a/wayland/services/xps/run b/wayland/services/xps/run new file mode 100755 index 0000000..fcef1ee --- /dev/null +++ b/wayland/services/xps/run @@ -0,0 +1,2 @@ +#!/bin/execlineb -P +/usr/libexec/xdg-permission-store -r