Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 290446 - Python programm chrashes with python-xlib-0.14
Summary: Python programm chrashes with python-xlib-0.14
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-25 10:00 UTC by Roelof Wobben
Modified: 2009-10-25 16:06 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roelof Wobben 2009-10-25 10:00:53 UTC
I made a ebuild.
I can install it but when I want to run it it chrashes with this error-message :

Unable to get session bus: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.


Reproducible: Always

Steps to Reproduce:
1. install the ebuild
2. run the programm
3.

Actual Results:  
Programm chrashes.

Expected Results:  
Programm run smoothly

Here the ebuild : 

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v3
# $Header: $

inherit distutils

DESCRIPTION="A programm for automating tasks in Linux"
HOMEPAGE="http://autokey.sourceforge.net/"
SRC_URI="http://autokey.googlecode.com/files/${PN}_${PV}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86"
IUSE=""

DEPEND=">=dev-python/python-xlib-0.14
    dev-python/notify-python
    dev-python/pygtk"

S="${WORKDIR}/build"

src_install(){
    distutils_src_install
    newinitd ${S}/debian/autokey-gtk.init autokey || die
}


pkg_postinst () {
einfo " You schould now start the deamon with /etc/init.d/autokey start."
einfo " If you want to start the deamon every time Gentoo start,"
einfo " you schould do  rc-update add autokey default"
}
Comment 1 Rafał Mużyło 2009-10-25 16:06:54 UTC
Support questions don't belong in bugzilla.

You probably need to check if its dbus policy is getting installed
and reload dbus settings after install (check the examples in the tree).