[Evolution-hackers] Re: Bonobo-moniker problem?

2002-03-04 Thread Michael Meeks

Hi Jonas,

On Sat, 2002-03-02 at 16:42, Jonas Aaberg wrote:
 Thanks alot for answering so quick!

No problem.

  It's a general error - it's not necessarily the same sadly.
 
 Yeah, but the probability that it is the same, is quite high I guess.

Nope; your error is unique to your system, the general error is that it
couldn't start the named component.

 oaf-slay kills my oafd nicely.
 
 bonobo-moniker-xmldb says:
 
 $ bonobo-moniker-xmldb
 Message: Successfully registered `OAFIID:Bonobo_Moniker_xmldb_Factory'
 
 Gtk-WARNING **: invalid cast from (NULL) pointer to `BonoboObject'
 
 Bonobo-CRITICAL **: file bonobo-running-context.c: line 413
 (bonobo_running_context_auto_exit_unref): assertion `object != NULL' failed.

Ok - you need to debug these issues - they do not occur on my system -
it looks like the bonobo-moniker-xmldb is already running by the time
you run that application. Are you sure that is the first time you ran it
after an oaf-slay ?

 And stops there forever.

Well; it should prolly have quit here - feel free to patch it - the
generic factory should return NULL if already registered and the app
should quit in response. A patch (to me) would be appreciated.

  and make sure that runs, also run wombat by itself and verify that runs,
 
 $ wombat
 wombat-Message: Starting wombat
 Message: Successfully registered `OAFIID:GNOME_Evolution_Wombat_ServerFactory'
 wombat-pas-Message: Error registering the PAS factory: not listed
 wombat-Message: main(): could not initialize Wombat service PAS; terminating
 $

Ok - this is just totally broken then - assuming again this was the
first time you ran it. It looks like oafd can't find the oafinfo file
describing the factory. This is most likely because your GNOME_PATH does
not include the prefix in which you have installed evolution.

   Like I did with oaf and bonobo.
   Bonobo went to /usr/local/Libs/bonobo. Well, actually to
   bonobo-1.0.19 since bonbo is symlinked to bonobo-1.0.19.
   (ln -s /usr/local/Libs/bonobo-1.0.19 /usr/local/Libs/bonobo)
   (notice that I do configure --prefix=/usr/local/bonobo to
   simplify upgrades.)
 
  This is almost certainly the root of your problems, you need to setup
  GNOME_PATH to point to every prefix you use or you will get nothing that
  works.
 
 I've never set up any GNOME_PATH, but all gnome programs except Evolution run
 well. (Yeah, I have add libraries and paths and such things manually in
 gnome-config)

Well - setup your GNOME_PATH it should be of the order of:

export GNOME_PATH=/usr:/usr/local

And then you don't have to hack gnome-config, it will 'just work'.

  A multiple prefix setup is highly unlikely to work for Gnome
  beginners - sorry.
 
 I've written kernel modules for some hardware, but making Evolution
 with bonobo to work beats me. ;-)

The daemon has to be able to find the component descriptions, or
nothing will be activated.

As for compiling software into a single image - it's significantly
easier than have a rather complex set of interlocking components that
need activating ;-)

   (It is a slackware 7 or 8 based system with alot of modifications.)
  Sigh.
 :-)

Regards,

Michael.

-- 
 [EMAIL PROTECTED]  , Pseudo Engineer, itinerant idiot


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] Mouse grabs ...

2002-03-04 Thread Michael Meeks

On Fri, 2002-03-01 at 20:41, Ettore Perazzoli wrote:
 Hm, I don't know anything about this bug, but I don't think it's fixed
 in the snapshots.  Fejj is the one to bug about it...

I'm beggining to think it might be related to the mail being marked
'read' in mid DD,

But that might be nonsense,

Michael.

-- 
 [EMAIL PROTECTED]  , Pseudo Engineer, itinerant idiot


___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution-hackers] Mouse grabs ...

2002-03-04 Thread Ettore Perazzoli

On Mon, 2002-03-04 at 05:33, Michael Meeks wrote:
 On Fri, 2002-03-01 at 20:41, Ettore Perazzoli wrote:
  Hm, I don't know anything about this bug, but I don't think it's fixed
  in the snapshots.  Fejj is the one to bug about it...
 
   I'm beggining to think it might be related to the mail being marked
 'read' in mid DD,

I don't seem to be able to trigger that...

-- 
Ettore

___
evolution-hackers maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution-hackers



Re: [Evolution] Palm synchronisation

2002-03-04 Thread JP Rosevear

On Sat, 2002-03-02 at 09:29, Stefan Armbruster wrote:
 Hi,
 
 I got some problems to use the palm synchronisation feature of
 Evolution. Im using a Handspring Visor connected with a USB cradle on a
 SuSE 7.3 machine running the KDE desktop. 
 On a basic level, the Visor works, a backup with pilot-xfer -b dir
 works perfectly.
 From within Evolution menu, I call the gnome-pilot wizard. I'm selecting
 the following optins:
 docking station: port to /dev/pilot, type to Handspring USB 
 pilot identification: the first option is selected
 On the next page it asks me to start synchronisation on the Visor, so I
 press the hotsync button. After a while, I get a timeout on my Visor.
 
 Can anyone give a hint to a solution?

I've seen this if /proc/bus/usb/devices does not exist.

-JP
-- 
--
===
JP Rosevear [EMAIL PROTECTED]
Ximian Inc. http://www.ximian.com

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Custom mail headers

2002-03-04 Thread lloyd


How do I add a custom mail header to all outgoing mail from a mail
account?




___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Custom mail headers

2002-03-04 Thread Ettore Perazzoli

On Mon, 2002-03-04 at 15:59, lloyd wrote:
 How do I add a custom mail header to all outgoing mail from a mail
 account?

You don't.  :-)

I was pretty sure there was a wishlist bug posted about this on
bugzilla.ximian.com but I don't seem to find it, so please feel free to
submit one.

-- 
Ettore

___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



Re: [Evolution] Custom mail headers

2002-03-04 Thread Thomas Duffy

On Mon, 2002-03-04 at 13:42, Ettore Perazzoli wrote:

 I was pretty sure there was a wishlist bug posted about this on
 bugzilla.ximian.com but I don't seem to find it, so please feel free to
 submit one.

bug 1186

-tduffy


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Scheduling Meetings

2002-03-04 Thread Ingrid Otteson




When Scheduling a meeting and inviting others, I have found a couple of
problems that may not necessarily be features:

1. There seems to be no way to delete a an invitee.  I just mailed the
message with the individual attendee deleted, but the message gave me an
error and did not mail the message to the other attendee.

2. If an attendee has several email addresses in his/her contact info,
only the default is displayed when picking names and there is no way to
choose the desired entry.  

Thanks.
Ingrid


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] TLS Evolution

2002-03-04 Thread Rodolfo Pilas

I am setting Postfix/TLS at my e-mail server.

Can you tell me how to use Evolution with TLS certificates?

(I have tested with Netscape mailer, successfully)


-- 

 Rodolfo Pilas   Quien los puso a estos tipos donde estan,
 [EMAIL PROTECTED]   Quien los deja seguir en su lugar,
 http://rodolfo.pilas.netQuien los baja ahora de su altar,
 ICQ #17461636   Quien les paga para que hagan lo que haran
 http://xtralinux.org -=# Apocalipsis Now % Cuarteto de Nos #=-

  Public GnuPG key: http://www.keyserver.net 1024D/57153363 2001-06-02
  key fingerprint = DAAE 3246 3F7D A420 B7A0  48A5 D120 C773 5715 3363


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution



[Evolution] Folder tree-view by sender

2002-03-04 Thread Alexander Dubielczyk

Hi everyone,

is it possible to get a tree-view of a mail folder like the threaded
view but not by thread but by sender? I saw something similar to this
at an outlook-installation and it seems to be very usefull, if you have
many mails in one folder. I know you could use vfolders for that, but
this takes much more time if you have many different senders and do not
want to setup a vfolder for everyone, because you perhaps won`t ever
need it.


-- 
Gruß,
Alex


Öffentlicher PGP/GPG Schlüssel unter
http://www.rep-intern.de/keys/alexdu.gpg
Key fingerprint = 61BA 2C78 3503 B7ED 9B00  61DA D8D8 6C8F 3F2B 1302
Weitere Informationen: http://www.gnupg.org


___
evolution maillist  -  [EMAIL PROTECTED]
http://lists.ximian.com/mailman/listinfo/evolution