[Evolution-hackers] File permissions overwritten by Evo

2002-10-24 Thread Jerome Warnier
Could someone explain why Evolution is making strange things about file
permission when saving attachments?

I'm UNIX administrator, not developper, and I really don't understand
why Evolution is doing differently than any other single application?

Maybe there is some way to configure it to not overwrite standard umask
settings?
We have implemented a solution for this strange behaviour using dnotify
in the kernel (after failing doing it with FAM), but it would be far
better if Evo was at least configurable.

Thanks and good work, guys!




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



[Evolution-hackers] Connector & RedHat 8.0

2002-10-24 Thread Webmaster
Title: Message



Hi 
All,
 
I am new here and 
have 2 questions.
 
1) Proxy settings in 
evolution for weather and news feeds.  I used to set this in Nautilus and 
evolution would work, but now with RedHat 8.0 this does not work.  Is there 
a way to set a proxy setting in evolution manfully or how do I get this 
working.
 
2) The 
connector works for RedHat 7.3, but can I use it with RedHat 8.0.  I can't 
use the Red Carpet to download since it only has support for RH7.3, but could I 
just copy all connector files into the corresponding directories in RedHat 8.0 
and have it work?
 
Thank you very much 
and any help would be gratefully appreciated since we are trying to convert our 
users from Microsoft Suite/Products to Open Source.
Most of my problems, 
I know, are from using RedHat 8.0 before there is any product support for it 
from Ximian.  But I am trying to get ahead of the game plan 
here.
 
Nathaniel 
Neel-Smith
Web Dev & Linux 
Admin
[EMAIL PROTECTED]
303-450-8895
 


Re: [Evolution-hackers] Patch to set cal. summary as argument fora pgm. 1.1.2snap1022

2002-10-24 Thread Ronald Kuetemeier
On Thu, 2002-10-24 at 04:42, Rodrigo Moya wrote:
> On Wed, 2002-10-23 at 20:37, Ronald Kuetemeier wrote:
> > On Wed, 2002-10-23 at 11:57, Rodrigo Moya wrote:
> > > On Wed, 2002-10-23 at 06:02, Ronald Kuetemeier wrote:
> > > > Attached patch allows you to set a checkbox (default is set) for the
> > > > calendar summary as an argument for a program to run as a reminder.
> > > > I use it to listen to calendar events with festival, and was tiered to
> > > > retype the summary again as an argument for a script.
> > > > Since this is not a bug fix maybe we can get it included into 1.2.X.
> > > > 
> > > we are feature frozen for 1.2, so I guess it would be difficult to
> > > include this for 1.2.
> > > 
> > Yeap I was expecting that, since my hint to 1.2.X. 
> > 
> well, 1.2.x, AFAIK, have the same policy that 1.2, which is that no new
> features are to be added, just bug fixing.
Seems to me we (_I_ ) have different assumptions what 1.2.X means.  I
was under the assumption that it starts _after_ 1.2.FCS is out. But
never mind, see below.
> 
> > > The best thing to do is to add a new bug to bugzilla, and attach the
> > > patch to it, and as soon as we can add new features, it might be
> > > included.
> > > 
> > Oh man, why not just having somebody from evolution-patches take care of
> > it.  But before we even think about that, can somebody take a look at
> > the patch.  
> >
> I took a look at the patch, and it seemed correct (from a coding point
> of view, we'll have to see if UI-wise it is also). That's why I asked
> you to attach it to a bug in bugzilla, because it might be accepted as
> soon as we're not in freeze status.
> 
OK, I will do that in the next few days.  I just want to make an
aesthetic change, so I can guarantee if the feature is turned of you
have the same behavior, even on byte level as without the feature.
Since I will add more features, I guess I will have to maintain my own
tree for a while.  Just add it if you guys want to, and I and GUI "oh
my".  
Anybody ever thought of an -ac kind of tree where we can test some
"crazy" ideas/features before they go into the main tree?

Ronald

-- 
My computer works for me, I do not work for my computer. The best computer 
is invisible.


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



Re: [Evolution-hackers] Strange bug?

2002-10-24 Thread Ronald Kuetemeier
This is actually an interesting problem, the
GIOP_CONNECTION(tmp)->connection_class in ORBIT is set be a
GIOP_CONNECTION_CLIENT for the Unix socket server (evolution)
Therefore the connection to the server will not be opened and evolution
seems to hang to the user.
Anyway this is WHAT is happening, WHY I don't know yet.  I will wait
after Linus is back and has done the final merge before spending more
time on this.
But if this rings a bell with anybody, let me know why this is
happening.

Ronald





On Wed, 2002-10-23 at 13:26, Jeffrey Stedfast wrote:
> This has been known for quite some time now, but it is unclear as to
> whether the bug is in the kernel or evolution.
> 
> For now, it is suggested that users stay away from kernel 2.5.x
> 
> Jeff
> 
> On Wed, 2002-10-23 at 15:16, Craig Knox wrote:
> > Hi,
> >   I booted into a 2.5.44 kernel to test it, and everything thing seems
> > to work no problems except for evolution.  Evolution hangs when
> > replying/creating a new email.  Appears to be in the addressbook part of
> > it.  Back in a 2.4.x kernel to write this.   Its very weird as I
> > wouldn't have thought changing the kernel would effect evolution.
> > 
> > Cheers
> > Craig
> > 
> > 
> > 
> > 
> > ___
> > evolution-hackers maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/evolution-hackers


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



Re: [Evolution-hackers] Patch to set cal. summary as argument fora pgm. 1.1.2snap1022

2002-10-24 Thread Rodrigo Moya
On Wed, 2002-10-23 at 20:37, Ronald Kuetemeier wrote:
> On Wed, 2002-10-23 at 11:57, Rodrigo Moya wrote:
> > On Wed, 2002-10-23 at 06:02, Ronald Kuetemeier wrote:
> > > Attached patch allows you to set a checkbox (default is set) for the
> > > calendar summary as an argument for a program to run as a reminder.
> > > I use it to listen to calendar events with festival, and was tiered to
> > > retype the summary again as an argument for a script.
> > > Since this is not a bug fix maybe we can get it included into 1.2.X.
> > > 
> > we are feature frozen for 1.2, so I guess it would be difficult to
> > include this for 1.2.
> > 
> Yeap I was expecting that, since my hint to 1.2.X. 
> 
well, 1.2.x, AFAIK, have the same policy that 1.2, which is that no new
features are to be added, just bug fixing.

> > The best thing to do is to add a new bug to bugzilla, and attach the
> > patch to it, and as soon as we can add new features, it might be
> > included.
> > 
> Oh man, why not just having somebody from evolution-patches take care of
> it.  But before we even think about that, can somebody take a look at
> the patch.  
>
I took a look at the patch, and it seemed correct (from a coding point
of view, we'll have to see if UI-wise it is also). That's why I asked
you to attach it to a bug in bugzilla, because it might be accepted as
soon as we're not in freeze status.

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]>


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



Re: [Evolution-hackers] claendar & contact errors

2002-10-24 Thread Rodrigo Moya
On Tue, 2002-10-22 at 10:41, Germano Cesari wrote:
> awww... uff... im almost givin up...
> 
> inbox/outbox is ok, but no way to save an appointment or click on the
> Contact folder... and I cant even create a new subfolder (say, under
> inbox or outbox, I get "Cannot create folder, generic error")
> 
> I mean: nothing works PLASE what the hell does evo want to
> work?!!??!?
> 
> summary:
> 
> new e-mail folder: "Cannot create folder, generic error"
> 
> new Appointment: "Could not update object!"
> 
> click on Contacts folder: "We were unable to open this addressbook,
> please check the path exists and yopu have permission to read it"
> 
> any clue?!??!?!?!???!?!??
> Id really like to avoid formatting the hdd and install Win2000 with
> Outlook just couse of the Calendar & Contacts.. but this is my
> workstation at the office, and I NEED (at least) the Calendar! sigh
> :-(((
> 
I guess all this can be caused by some CORBA incompatibility. Maybe you
didn't run killev after upgrading? Or maybe you've got some components
installed in weird places, did you install from packages?

A good way of knowing the problem would be to run evolution-calendar,
evolution-addressbook and evolution-mail on a terminal, and see if they
show up any error message. Try that, that could give you some info on
what's failing.

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]>


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



Re: [Evolution-hackers] Seeking examples

2002-10-24 Thread Rodrigo Moya
On Tue, 2002-10-22 at 14:12, Adam Williams wrote:
> I've just finished reading the evo developers guide,  but when I went
> searching the net for applications that "hooked into" wombat, evolution,
> and the like I came up empty.
> 
> I'd really like to find some example code of simple applications that
> use the PCS, etc... for a presentation to the LUG in these parts.
> 
the best example is the evolution-calendar process, which makes heavy
use of the libcal-client library, which is the interface to the PCS.

> If anyone could send me some URLs or pointers it would be very much
> appreciated.
> 
there is also a test program in evo/calendar/cal-client/client-test.c,
which although really simple, can be a good starting point.

cheers
-- 
Rodrigo Moya <[EMAIL PROTECTED]>


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



Re: [Evolution-hackers] claendar & contact errors

2002-10-24 Thread Germano Cesari
awww! sorry, my mistake :-) Ill post to the right mailing list :-) thnx.

Germano

On Thu, 2002-10-24 at 04:47, Chris Toshok wrote:
> Firstly, this should be discussed on [EMAIL PROTECTED] - this is the
> list devoted to development issues, not user issues.
> 
> You're not giving a whole lot of information about your setup -
> certainly not enough to debug your problem.  You alluded to the fact
> there were ownership issues with the directory you're using... why is
> ~/evolution owned by someone other than you?
> 
> As far as the addressbook, there isn't a lot of backend spew to diagnose
> a problem.  Do me a favor.  Paste the output of 'ls -lR
> ~/evolution/local/Contacts', and also the output of 'id' here.  This is
> the addressbook you're trying to open, right?
> 
> Chris
> 
> On Tue, 2002-10-22 at 01:41, Germano Cesari wrote:
> > awww... uff... im almost givin up...
> > 
> > inbox/outbox is ok, but no way to save an appointment or click on the
> > Contact folder... and I cant even create a new subfolder (say, under
> > inbox or outbox, I get "Cannot create folder, generic error")
> > 
> > I mean: nothing works PLASE what the hell does evo want to
> > work?!!??!?
> > 
> > summary:
> > 
> > new e-mail folder: "Cannot create folder, generic error"
> > 
> > new Appointment: "Could not update object!"
> > 
> > click on Contacts folder: "We were unable to open this addressbook,
> > please check the path exists and yopu have permission to read it"
> > 
> > any clue?!??!?!?!???!?!??
> > Id really like to avoid formatting the hdd and install Win2000 with
> > Outlook just couse of the Calendar & Contacts.. but this is my
> > workstation at the office, and I NEED (at least) the Calendar! sigh
> > :-(((
> > 
> > thnx in advance...
> > 
> > Germano
> > 
> > ___
> > evolution-hackers maillist  -  [EMAIL PROTECTED]
> > http://lists.ximian.com/mailman/listinfo/evolution-hackers
> 
> ___
> evolution-hackers maillist  -  [EMAIL PROTECTED]
> http://lists.ximian.com/mailman/listinfo/evolution-hackers


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