ports/textproc/logseq/files/Logseq.in

10 lines
271 B
Bash

#!/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 "$@"