Merge lp:~bregma/unity8-desktop-session/lp-1591366 into lp:unity8-desktop-session

Proposed by Stephen M. Webb
Status: Merged
Approved by: Christopher Townsend
Approved revision: 94
Merged at revision: 93
Proposed branch: lp:~bregma/unity8-desktop-session/lp-1591366
Merge into: lp:unity8-desktop-session
Diff against target: 55 lines (+13/-10)
1 file modified
debian/control (+13/-10)
To merge this branch: bzr merge lp:~bregma/unity8-desktop-session/lp-1591366
Reviewer Review Type Date Requested Status
Christopher Townsend Approve
Michał Sawicz Needs Information
Daniel van Vugt Needs Fixing
Review via email: mp+299837@code.launchpad.net

Commit message

recommend additional packages to be co-installed with the Unity 8 Desktop Session

Description of the change

Recommend additional packages to be co-installed with the Unity 8 Desktop Session.

To post a comment you must log in.
Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Confirmed these additional packages slightly improve the experience on yakkety desktop.

Three problems though:
  1. friends-app does not exist
  2. notes-app never launches (missing something?)
  3. mediaplayer-app installs but never appears in Unity8. Is that normal?

review: Needs Fixing
Revision history for this message
Christopher Townsend (townsend) wrote :

I agree that the friends-app should be removed since it does not exist and this MP is probably a good place to do that.

notes-app not launching should probably be addressed with whoever maintains notes-app.

mediaplayer-app not showing up should be addressed with whoever maintains mediaplayer-app.

93. By Stephen M. Webb

removed suggested apps, since they are not supported in Ubuntu

Revision history for this message
Stephen M. Webb (bregma) wrote :

Removed friends-app (not in archives) and notes-app (does not appear to be supported in Ubuntu after 15.04).

The mediaplayer-app shows up for me and runs in Unity 8.

Revision history for this message
Michał Sawicz (saviq) :
Revision history for this message
Michał Sawicz (saviq) wrote :

Just realized bug #1606518, should the OSK be pulled in by unity8-desktop-session, too?

review: Needs Information
Revision history for this message
Stephen M. Webb (bregma) wrote :

The OSK is already pulled in as a dependency of the unity8 package. I don;t see any reason to change that at this point. The MP at https://code.launchpad.net/~bregma/unity8-desktop-session/lp-1590439/+merge/299755 should fix the problem of $QT_IM_MODULE not being set on desktop.

94. By Stephen M. Webb

removed media-hub until it's useful on desktop

Revision history for this message
Christopher Townsend (townsend) wrote :

Ok, +1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2016-06-09 15:55:04 +0000
3+++ debian/control 2016-07-26 11:31:24 +0000
4@@ -2,7 +2,8 @@
5 Section: misc
6 Priority: optional
7 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
8-Build-Depends: debhelper (>= 9), dh-autoreconf
9+Build-Depends: debhelper (>= 9),
10+ dh-autoreconf
11 Standards-Version: 3.9.5
12
13 Package: unity8-desktop-session
14@@ -10,7 +11,8 @@
15 Conflicts: ubuntu-desktop-mir
16 Replaces: unity8-desktop-session-mir (<< 1.0.13)
17 Breaks: unity8-desktop-session-mir (<< 1.0.13)
18-Depends: packagekit,
19+Depends: mir-graphics-drivers-desktop,
20+ packagekit,
21 packagekit-plugin-click,
22 policykit-unity8,
23 qtmir-desktop,
24@@ -19,14 +21,14 @@
25 unity-system-compositor,
26 unity8,
27 url-dispatcher,
28- mir-graphics-drivers-desktop,
29 ${misc:Depends}
30-Suggests: camera-app,
31- friends-app,
32- gallery-app,
33- mediaplayer-app,
34- notes-app,
35- webbrowser-app
36+Recommends: address-book-app,
37+ camera-app,
38+ gallery-app,
39+ indicator-transfer,
40+ mediaplayer-app,
41+ unity-scope-click,
42+ webbrowser-app
43 Description: Unity8 desktop session for Mir
44 .
45 A desktop session running Unity8 on a Mir back end.
46@@ -34,7 +36,8 @@
47 This package is provided for evaluation and demonstration purposes only.
48
49 Package: unity8-desktop-session-mir
50-Depends: unity8-desktop-session (>= 1.0.13), ${misc:Depends}
51+Depends: unity8-desktop-session (>= 1.0.13),
52+ ${misc:Depends}
53 Architecture: all
54 Priority: extra
55 Description: transitional dummy package

Subscribers

People subscribed via source and target branches