diff options
author | Michael Terry <michael.terry@canonical.com> | 2016-12-01 22:33:36 +0000 |
---|---|---|
committer | Bileto Bot <ci-train-bot@canonical.com> | 2016-12-01 22:33:36 +0000 |
commit | f0c50eab0dba46af646fc5f2eb9502b6294d8449 (patch) | |
tree | dc64f73537033d56defea14f06c0626f4fed5410 /data | |
parent | 6d879d448484046914aa96bd4932402fbbac3dce (diff) | |
parent | bb1640435e2ebe1de56e4ec5b618013da3c85727 (diff) | |
download | ayatana-indicator-sound-f0c50eab0dba46af646fc5f2eb9502b6294d8449.tar.gz ayatana-indicator-sound-f0c50eab0dba46af646fc5f2eb9502b6294d8449.tar.bz2 ayatana-indicator-sound-f0c50eab0dba46af646fc5f2eb9502b6294d8449.zip |
Work when inside a snap by prefixing hard coded paths with $SNAP. (LP: #1629009, #1645833)
Approved by: Charles Kerr
Diffstat (limited to 'data')
-rw-r--r-- | data/indicator-sound.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/indicator-sound.conf.in b/data/indicator-sound.conf.in index e1618be..eb5f6a1 100644 --- a/data/indicator-sound.conf.in +++ b/data/indicator-sound.conf.in @@ -6,4 +6,4 @@ stop on desktop-end or indicator-services-end respawn respawn limit 30 10 -exec @CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service +exec $SNAP@CMAKE_INSTALL_FULL_LIBEXECDIR@/indicator-sound/indicator-sound-service |