All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] xfce4-session: add consolekit to RDEPENDS
@ 2012-05-29  9:21 Andreas Müller
  2012-06-02 12:02 ` Andreas Müller
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2012-05-29  9:21 UTC (permalink / raw)
  To: openembedded-devel

This error was hidden for years by my test image containing consolekit.

One result of missing consolekit are greyed 'Restart' and 'Shut Down' in XFCE's
logout-dialog and the log message:

** (xfce4-session:4125): WARNING **: 'CanStop' method failed : The name org.freedesktop.ConsoleKit was not provided by any .service files

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
---
 .../xfce4-session/xfce4-session_4.8.3.bb           |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb
index 2db465b..3c84a72 100644
--- a/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb
+++ b/meta-xfce/recipes-xfce/xfce4-session/xfce4-session_4.8.3.bb
@@ -3,7 +3,8 @@ SECTION = "x11"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=9ac2e7cff1ddaf48b6eab6028f23ef88"
 DEPENDS = "virtual/libx11 libsm libxfce4util libxfce4ui gtk+ libwnck dbus dbus-glib xfconf xfce4-panel gconf gnome-keyring"
-RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth"
+RDEPENDS_${PN} = "netbase xinit dbus-x11 iceauth consolekit"
+PR = "r1"
 
 inherit xfce
 
-- 
1.7.6.5




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] xfce4-session: add consolekit to RDEPENDS
  2012-05-29  9:21 [PATCH] xfce4-session: add consolekit to RDEPENDS Andreas Müller
@ 2012-06-02 12:02 ` Andreas Müller
  0 siblings, 0 replies; 2+ messages in thread
From: Andreas Müller @ 2012-06-02 12:02 UTC (permalink / raw)
  To: openembedded-devel

On Tue, May 29, 2012 at 11:21 AM, Andreas Müller
<schnitzeltony@googlemail.com> wrote:
Ignore this one please - I will remove it from patchwork and include
it in another meta-xfce series.

Andreas



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-06-02 12:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-05-29  9:21 [PATCH] xfce4-session: add consolekit to RDEPENDS Andreas Müller
2012-06-02 12:02 ` Andreas Müller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.