Files
LACT/flatpak/daemon.sh
T
Ilya Zlobintsev 8b067fac87 feat: don't depend on dbus for flatpak service operation, force unconfined apparmor (#902)
* feat: don't depend on dbus for flatpak service operation

* feat: bump flatbox

* feat: use apparmor unconfined
2026-02-08 13:50:38 +02:00

13 lines
421 B
Bash
Executable File

#!/bin/env bash
set -e
FLATPAK_BIN_DIR=$(dirname "$0")
FLATBOX_BIN="${FLATPAK_BIN_DIR}/flatbox"
FLATPAK_USER_DIR=/home/${FLATPAK_INSTALL_USER}/.local/share/flatpak
export LACT_DAEMON_SOCKET_PATH="/run/host/root/run/lactd.sock"
export LACT_DAEMON_CONFIG_DIR="/run/host/root/etc/lact"
exec $FLATBOX_BIN run --flatpak-install-path $FLATPAK_USER_DIR --app io.github.ilya_zlobintsev.LACT --apparmor-unconfined lact daemon