← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~renatofilho/ubuntu-docviewer-app/no-file-hint into lp:ubuntu-docviewer-app

 

Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-docviewer-app/no-file-hint into lp:ubuntu-docviewer-app.

Commit message:
[snap] Added "mir" interface on plug list

Remove desktop_file_hint flag.

Requested reviews:
  Ubuntu Document Viewer Developers (ubuntu-docviewer-dev)

For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-docviewer-app/no-file-hint/+merge/316865
-- 
Your team Ubuntu Document Viewer Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-docviewer-app/no-file-hint into lp:ubuntu-docviewer-app.
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml	2016-12-09 15:12:18 +0000
+++ snapcraft.yaml	2017-02-09 16:11:36 +0000
@@ -7,13 +7,14 @@
 
 apps:
     ubuntu-docviewer-app:
-        command: desktop-launch $SNAP/usr/bin/ubuntu-docviewer-app ---documentsDir=$(HOME=/home/$USER xdg-user-dir DOCUMENTS) -desktop_file_hint=unity8 "$@"
+        command: desktop-launch $SNAP/usr/bin/ubuntu-docviewer-app ---documentsDir=$(HOME=/home/$USER xdg-user-dir DOCUMENTS) "$@"
         plugs:
             - home
             - opengl
             - platform
             - unity7
             - unity8
+            - mir
 
 plugs:
     platform:


References