From dcf97019124c7f48543dbf03d151e2f49376ec48 Mon Sep 17 00:00:00 2001 From: Kevin Wasserman Date: Mon, 7 Oct 2013 15:31:27 -0400 Subject: [PATCH 1/1] create ~/cache to make gnome-keyring daemon happy --- moonshot-dbus-launch | 1 + 1 file changed, 1 insertion(+) diff --git a/moonshot-dbus-launch b/moonshot-dbus-launch index 6a44a9d..c91ec5c 100755 --- a/moonshot-dbus-launch +++ b/moonshot-dbus-launch @@ -1,4 +1,5 @@ #!/bin/sh +mkdir ${HOME}/.cache 2>/dev/null eval `dbus-launch --sh-syntax` trap "kill $DBUS_SESSION_BUS_PID" hup pipe int term echo $DBUS_SESSION_BUS_ADDRESS -- 2.1.4