From 3425458fa72d26501408db06a47d23542b49c982 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Mon, 15 Oct 2018 12:10:51 -0500 Subject: [feat] store temporary icons in /var/tmp - Resolves: #26 --- systray.go | 1 + 1 file changed, 1 insertion(+) (limited to 'systray.go') diff --git a/systray.go b/systray.go index fbc89be..996c925 100644 --- a/systray.go +++ b/systray.go @@ -48,6 +48,7 @@ type gatewayTray struct { } func run(bm bitmask.Bitmask, conf *systrayConfig, notify *notificator, as autostart) { + os.Setenv("TMPDIR", "/var/tmp") bt := bmTray{bm: bm, conf: conf, notify: notify, autostart: as} systray.Run(bt.onReady, bt.onExit) } -- cgit v1.2.3