mirror of
https://github.com/Lurkki14/tuxclocker.git
synced 2024-11-22 00:07:22 -06:00
7 lines
238 B
Bash
Executable File
7 lines
238 B
Bash
Executable File
cd "$(dirname "$0")"
|
|
|
|
sudo dbus-run-session --config-file=dbusconf.conf \
|
|
sudo -E DBUS_SYSTEM_BUS_ADDRESS=unix:path=/tmp/tuxclocker-dbus-socket \
|
|
XDG_SESSION_TYPE=$XDG_SESSION_TYPE \
|
|
LD_LIBRARY_PATH=../inst/lib ../inst/bin/tuxclockerd
|