← Back to team overview

ubuntu-touch-coreapps-reviewers team mailing list archive

[Merge] lp:~renatofilho/ubuntu-filemanager-app/add-unity8-interface into lp:ubuntu-filemanager-app

 

Renato Araujo Oliveira Filho has proposed merging lp:~renatofilho/ubuntu-filemanager-app/add-unity8-interface into lp:ubuntu-filemanager-app.

Commit message:
Added unity8 interface for snap.

This interface will be necessary to get app running correct on unity8 snap.

Requested reviews:
  Jenkins Bot (ubuntu-core-apps-jenkins-bot): continuous-integration
  Ubuntu File Manager Developers (ubuntu-filemanager-dev)

For more details, see:
https://code.launchpad.net/~renatofilho/ubuntu-filemanager-app/add-unity8-interface/+merge/319241

Remember to upload the snap package when it get merged.
-- 
Your team Ubuntu File Manager Developers is requested to review the proposed merge of lp:~renatofilho/ubuntu-filemanager-app/add-unity8-interface into lp:ubuntu-filemanager-app.
=== modified file 'snapcraft.yaml'
--- snapcraft.yaml	2017-02-09 16:50:25 +0000
+++ snapcraft.yaml	2017-03-07 19:00:38 +0000
@@ -8,7 +8,7 @@
 apps:
     ubuntu-filemanager-app:
         command: desktop-launch $SNAP/bin/ubuntu-filemanager-app "$@"
-        plugs: [unity7, opengl, home, platform, mir]
+        plugs: [unity7, unity8, opengl, home, platform, mir]
 
 plugs:
     platform:


References