#!/bin/bash
# The GUI runs as the invoking user. Each privileged operation (build, clean,
# skel copy, plymouth writes, etc.) shells out to pkexec against the policy-
# backed helper at /usr/bin/LiteDistroBuilder-helper. Running the GUI as root
# caused GtkEntry widgets to silently drop every keystroke — user-owned IBus
# and at-spi buses can't be reached from a pkexec'd root process.
exec /usr/lib/python3/dist-packages/LiteDistroBuildergtk/LiteDistroBuilder_gtk.py "$@"
