Bug#374034: [Pkg-xfce-devel] Bug#374034: missing dependencies to get verve-focus working

Emanuele Rocca ema at debian.org
Sat Jun 17 10:59:36 UTC 2006


Hello Roberto,

* Roberto Pariset <robdebian at gmail.com>, [2006-06-17  0:09 +0200]:
>  as reported on [1], it is possible to bind a key to verve-focus to allow
>  (guess?) verve plugin to have focus. This needs D-BUS bindings for Python.
>  So python2.4-dbus should be added to dependencies. In addiction, 
>  python{,2.4}-gtk2 is required too. 
>  
>  Then, /usr/bin/verve-focus first line should be patched in this way:
>  - #!/usr/bin/env python
>  + #!/usr/bin/env python2.4
>  
>  After doing this, one would think to have things done. There we go:
>  
>  $ verve-focus
>  Introspect error: The name org.xfce.RunDialog was not provided by any .service files
>  Traceback (most recent call last):
>    File "/usr/bin/verve-focus", line 48, in ?
>      dbus_interface = "org.xfce.RunDialog")
>    File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 25, in __call__
>      ret = self._proxy_method (*args, **keywords)
>    File "/usr/lib/python2.4/site-packages/dbus/proxies.py", line 102, in __call__
>      reply_message = self._connection.send_with_reply_and_block(message, timeout)
>    File "dbus_bindings.pyx", line 458, in dbus_bindings.Connection.send_with_reply_and_block
>  dbus_bindings.DBusException: The name org.xfce.RunDialog was not provided by any .service files

After a quick search for org.xfce.RunDialog I've found this one:
http://mirror.gezeiten.org/lunar/modules/xfce4-goodies-svn/verve-plugin-svn/DEPENDS

If I understand that file correctly, it seems that you need to
--disable-dbus to enable the aforementioned org.xfce.RunDialog service.

HTH.
ciao,
    ema




More information about the Pkg-xfce-devel mailing list