diff options
author | Michael Terry <mterry@ubuntu.com> | 2018-03-23 14:24:51 +0100 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-23 14:25:50 +0100 |
commit | a738856becd4627eddaa1b4c4d1387c610906c57 (patch) | |
tree | d28f5c41727793d8c998c5bb3a45cfc01d9775c3 | |
parent | b1dd220998efcf3f5ea6db0b0e1bc891e12a33f1 (diff) | |
download | ayatana-indicator-messages-a738856becd4627eddaa1b4c4d1387c610906c57.tar.gz ayatana-indicator-messages-a738856becd4627eddaa1b4c4d1387c610906c57.tar.bz2 ayatana-indicator-messages-a738856becd4627eddaa1b4c4d1387c610906c57.zip |
Work inside a snap by prefixing hard coded paths with $SNAP.
-rw-r--r-- | data/ayatana-indicator-messages.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/ayatana-indicator-messages.conf.in b/data/ayatana-indicator-messages.conf.in index 109d383..ed7a4b6 100644 --- a/data/ayatana-indicator-messages.conf.in +++ b/data/ayatana-indicator-messages.conf.in @@ -6,4 +6,4 @@ stop on desktop-end or ayatana-indicator-services-end respawn respawn limit 2 10 -exec @pkglibexecdir@/ayatana-indicator-messages-service +exec $SNAP@pkglibexecdir@/ayatana-indicator-messages-service |