view scripts/dbus/dbus-launch.sh @ 141:15d1ddcd78cf

flatpak (cagou): don't force version anymore for urwid-satext and sat_tmp as it is not necessary with new 0.7.0b2 release of SàT.
author Goffi <goffi@goffi.org>
date Sun, 23 Jun 2019 18:14:15 +0200
parents 703a394b9780
children
line wrap: on
line source

#!/bin/sh

DBUS_PATH="/tmp/.dbus.`whoami`"

if [ ! -e $DBUS_PATH ]; then
	dbus-launch --sh-syntax > $DBUS_PATH
	chmod 400 $DBUS_PATH
fi

cat $DBUS_PATH