Merge lp:~mitya57/indicator-appmenu/depend-on-bamfdaemon into lp:indicator-appmenu

Proposed by Dmitry Shachnev
Status: Merged
Approved by: Dmitry Shachnev
Approved revision: 285
Merged at revision: 286
Proposed branch: lp:~mitya57/indicator-appmenu/depend-on-bamfdaemon
Merge into: lp:indicator-appmenu
Diff against target: 13 lines (+2/-1)
1 file modified
debian/control (+2/-1)
To merge this branch: bzr merge lp:~mitya57/indicator-appmenu/depend-on-bamfdaemon
Reviewer Review Type Date Requested Status
Alberts Muktupāvels Approve
Marco Trevisan (Treviño) Pending
Indicator Applet Developers Pending
Review via email: mp+385803@code.launchpad.net

Commit message

Depend on bamfdaemon, it is needed to fetch windows paths.

Description of the change

Depend on bamfdaemon, it is needed to fetch windows paths.

Otherwise one gets this error:

Failed to fetch windows paths: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.ayatana.bamf was not provided by any .service files

To post a comment you must log in.
Revision history for this message
Alberts Muktupāvels (muktupavels) :
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 2017-09-06 13:30:31 +0000
3+++ debian/control 2020-06-16 10:05:59 +0000
4@@ -30,7 +30,8 @@
5
6 Package: indicator-appmenu
7 Architecture: any
8-Depends: ${shlibs:Depends},
9+Depends: bamfdaemon,
10+ ${shlibs:Depends},
11 ${misc:Depends},
12 Recommends: indicator-applet | indicator-renderer,
13 unity-gtk2-module,

Subscribers

People subscribed via source and target branches