summaryrefslogtreecommitdiff
path: root/scripts/parley-ibus
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2026-07-24 12:58:51 +0200
committerYuval Adam <_@yuv.al>2026-07-24 12:58:51 +0200
commit6e88c83227a94b331bbb3ac08152fee77611ddd3 (patch)
tree8ba4cab9dbab9da0b1f34f7d8403ef88dd873e64 /scripts/parley-ibus
parent8732722aca10833d8799ada6f82ed334ce2e085d (diff)
Host the IBus engine inside parleyd
Diffstat (limited to 'scripts/parley-ibus')
-rwxr-xr-xscripts/parley-ibus5
1 files changed, 0 insertions, 5 deletions
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 "$@"