~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to data/unity8-filewatcher.conf

  • Committer: Michael Zanetti
  • Date: 2016-12-01 12:20:34 UTC
  • mfrom: (2525.1.179 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161201122034-cpvbf7webbhg2wph
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
description "File system watcher for unity8"
2
2
author "Michael Zanetti <michael.zanetti@canonical.com>"
3
3
 
 
4
# This method of updating the launcher will not work in our new snappy world,
 
5
# neither for snaps installed in the system nor if we are running inside a snap.
 
6
# Plus it hardcodes the phablet user...  To be replaced once bug 1630997 is
 
7
# fixed in ubuntu-app-launch.
 
8
 
4
9
# Workaround for bug 1360208. ~ and * in one expression doesn't work currently
5
10
start on (file FILE=/home/phablet/.local/share/applications/*.desktop) or (file FILE=/usr/share/applications/*.desktop)
6
11