From f4ae27200a577fd14e993751b533389850049fb9 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Mon, 1 Jul 2019 19:32:32 +0200 Subject: [bug] fix path for the snap icon --- pkg/systray/notificator.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg') diff --git a/pkg/systray/notificator.go b/pkg/systray/notificator.go index 5d0308e..4179759 100644 --- a/pkg/systray/notificator.go +++ b/pkg/systray/notificator.go @@ -137,7 +137,7 @@ func getIconPath() string { snapPath := os.Getenv("SNAP") if snapPath != "" { - return snapPath + "/snap/gui/icon.svg" + return snapPath + "/snap/meta/gui/icon.svg" } wd, _ := os.Getwd() -- cgit v1.2.3