From 6e88c83227a94b331bbb3ac08152fee77611ddd3 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Fri, 24 Jul 2026 12:58:51 +0200 Subject: Host the IBus engine inside parleyd --- scripts/parley-ibus | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 scripts/parley-ibus (limited to 'scripts/parley-ibus') diff --git a/scripts/parley-ibus b/scripts/parley-ibus deleted file mode 100755 index 22ca2c1..0000000 --- a/scripts/parley-ibus +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env bash -set -euo pipefail -root=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")/.." && pwd) -export PYTHONPATH="$root/src${PYTHONPATH:+:$PYTHONPATH}" -exec /usr/bin/python -m parley.ibus_engine "$@" -- cgit v1.3.1