aboutsummaryrefslogtreecommitdiff
path: root/textproc/logseq/files/Logseq.in
blob: a90f154a941e3fb94c87dc793fe56cf8f15eb465 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# workaround Chromium bug https://bugs.chromium.org/p/chromium/issues/detail?id=918234
if [ "$DBUS_SESSION_BUS_ADDRESS" = "" ]; then
    export DBUS_SESSION_BUS_ADDRESS="autolaunch:"
fi

export GIT_EXEC_PATH=%%LOCALBASE%%/bin/git

exec %%DATADIR%%/Logseq "$@"