Re: Orage and dbus in debian ?

2008-09-11 Thread Javier Barroso
I had to add --enable-dbus on debian/rules and recompile to get dbus support

but now I don't know how is the ics format that orage expect ... I
asked it on [EMAIL PROTECTED] too

Should debian get dbus support in orage by default ?


On Wed, Sep 10, 2008 at 8:39 AM, Javier Barroso [EMAIL PROTECTED] wrote:
 Hi,

 I'm trying adding .ics files from orage command line.

 On my debian sid box:

 $ orage -a ~/tmp/evento_orage

 ** (orage:6432): WARNING **: Can not do add foreign file without dbus.
 failed file=/home/javi/tmp/evento_orage

 $ ps aux | grep dbus
 103   3143  0.0  0.1   2752  1080 ?Ss   07:52   0:00
 /usr/bin/dbus-daemon --system
 javi  4570  0.0  0.0   3108   696 ?S08:04   0:00
 /usr/bin/dbus-launch --exit-with-session startxfce4
 javi  4571  0.0  0.0   2624   968 ?Ss   08:04   0:00
 /usr/bin/dbus-daemon --fork --print-pid 6 --print-address 9 --session
 javi  4651  0.0  0.6  34252  6520 ?SNsl 08:05   0:00
 pinot-dbus-daemon
 javi  6481  0.0  0.0   3652   812 pts/2S+   08:29   0:00 grep dbus

 $aptitude search ~i~ndbus
 i   dbus   - simple
 interprocess messaging system
 i   dbus-x11   - simple
 interprocess messaging system (X11 deps)
 i   libdbus-1-3- simple
 interprocess messaging system
 i   libdbus-1-dev  - simple
 interprocess messaging system (development headers)
 i A libdbus-glib-1-2   - simple
 interprocess messaging system (GLib-based shared library)
 i   libdbus-glib-1-dev - simple
 interprocess messaging system (GLib interface)
 i A libnet-dbus-perl   - Extension for
 the DBus bindings
 i A libqt4-dbus- Qt 4 D-Bus
 module
 i   python-dbus- simple
 interprocess messaging system (Python interface)

 Which package should I install or configure to do the trick ?

 Thank you

 Debian Rocks!



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Orage and dbus in debian ?

2008-09-10 Thread Javier Barroso
Hi,

I'm trying adding .ics files from orage command line.

On my debian sid box:

$ orage -a ~/tmp/evento_orage

** (orage:6432): WARNING **: Can not do add foreign file without dbus.
failed file=/home/javi/tmp/evento_orage

$ ps aux | grep dbus
103   3143  0.0  0.1   2752  1080 ?Ss   07:52   0:00
/usr/bin/dbus-daemon --system
javi  4570  0.0  0.0   3108   696 ?S08:04   0:00
/usr/bin/dbus-launch --exit-with-session startxfce4
javi  4571  0.0  0.0   2624   968 ?Ss   08:04   0:00
/usr/bin/dbus-daemon --fork --print-pid 6 --print-address 9 --session
javi  4651  0.0  0.6  34252  6520 ?SNsl 08:05   0:00
pinot-dbus-daemon
javi  6481  0.0  0.0   3652   812 pts/2S+   08:29   0:00 grep dbus

$aptitude search ~i~ndbus
i   dbus   - simple
interprocess messaging system
i   dbus-x11   - simple
interprocess messaging system (X11 deps)
i   libdbus-1-3- simple
interprocess messaging system
i   libdbus-1-dev  - simple
interprocess messaging system (development headers)
i A libdbus-glib-1-2   - simple
interprocess messaging system (GLib-based shared library)
i   libdbus-glib-1-dev - simple
interprocess messaging system (GLib interface)
i A libnet-dbus-perl   - Extension for
the DBus bindings
i A libqt4-dbus- Qt 4 D-Bus
module
i   python-dbus- simple
interprocess messaging system (Python interface)

Which package should I install or configure to do the trick ?

Thank you

Debian Rocks!