> I installed dunst and libnotify-bin to test the notifications.

No more errors about D-Bus, alarm notifications should be working now.

> I modified also my .xinitrc.
> I join my new log. What are these errors about the buttons?

I don't know exactly where they're coming from but they indicate a type 
mismatch between what type of value NSButton -state method returns and what is 
expected by the code calling it, or something like it. I think 'q16@0:8' means 
'long long' and 'Q16@0:8' 'unsigned long long'. In NSButton.h -state method is 
defined like this : '- (NSInteger)state;' and NSInteger is a signed type, I 
don't know where unsigned long long version comes from.

Philippe


Reply via email to