diff --git a/pkg/systray/notificator.go b/pkg/systray/notificator.go index 5d0308e6a1f0f4811716c09735082e543ce7982a..41797590b072842b1dcf5606704254f247b915ee 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()