You are not logged in.

#1 2006-12-10 12:46:14

fluorite
Member
Registered: 2006-08-27
Posts: 33

Scribes 0.3 error

I've compiled myself Scribes 0.3 using this modified PKGBUILD:

# Contributor: neodreams <yanbrodeur>

pkgname=scribes
pkgver=0.3
pkgrel=1
pkgdesc="A simple PyGTK+ text editor"
url="http://scribes.sourceforge.net"
license="GPL"
depends=('dbus-python' 'gnome-python-desktop' 'gnome-python-extras' 'gtksourcevi
ew' 'yelp')
makedepends=()
source=(http://neodreams.universfantastiques.org/src/${pkgname}-${pkgver}.tar.bz
2)
md5sums=('2abe30a606fcb6aa310c7322df8e5ab7')

build() {
   cd ${startdir}/src/${pkgname}-${pkgver}
   ./configure --prefix=/opt/gnome --disable-scrollkeeper
   make || return 1
   make DESTDIR=${startdir}/pkg install
}

Everything goes fine, but when I try to run Scribes I get following msg:

Traceback (most recent call last):
  File "/opt/gnome/bin/scribes", line 39, in ?
    main(argv[1:])
  File "/opt/gnome/lib/python2.4/site-packages/SCRIBES/dbusmain.py", line 53, in main
    from info import dbus_iface
  File "/opt/gnome/lib/python2.4/site-packages/SCRIBES/info.py", line 32, in ?
    session_bus = SessionBus()
  File "/usr/lib/python2.4/site-packages/dbus/_dbus.py", line 266, in __new__
    return Bus.__new__(cls, Bus.TYPE_SESSION, use_default_mainloop, private)
  File "/usr/lib/python2.4/site-packages/dbus/_dbus.py", line 99, in __new__
    bus._connection = dbus_bindings.bus_get(bus_type, private)
  File "dbus_bindings.pyx", line 1692, in dbus_bindings.bus_get
dbus_bindings.DBusException: Unable to determine the address of the message bus (try 'man dbus-launch' and 'man dbus-daemon' for help)

I've searched Google but nothing found there sad Anybody can help?


If a man does not know to what port he is sailing, no wind is favourable
- Seneca

Offline

#2 2006-12-10 12:50:17

T-Dawg
Forum Fellow
From: Charlotte, NC
Registered: 2005-01-29
Posts: 2,736

Re: Scribes 0.3 error

try restarting dbus?

Offline

#3 2006-12-10 14:59:41

fluorite
Member
Registered: 2006-08-27
Posts: 33

Re: Scribes 0.3 error

Found it!  8)

Need to run:

dbus-launch scribes

If a man does not know to what port he is sailing, no wind is favourable
- Seneca

Offline

Board footer

Powered by FluxBB