[Bug 115913] Re: Appointments with "Public" classification have issues with exchange calendar and they do not get synchronized properly with other OWA/OMA clients
The Bug still exists. Just like Mathias said. Issue is the same on both Jaunty and Karmic. Hope this helps. -- Appointments with "Public" classification have issues with exchange calendar and they do not get synchronized properly with other OWA/OMA clients https://bugs.launchpad.net/bugs/115913 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996] Re: suspend timeout ignored
Thanks for your answer. No, it doesn't work using the current karmic package. I think this one is a problem between gnome-power-manager and gnome-screensaver, as it doesn't work if only one of these packages is from karmic. I will do further testing tomorrow and report back. -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996]
** Attachment added: "Dependencies.txt" http://launchpadlibrarian.net/29678659/Dependencies.txt ** Changed in: gnome-power-manager (Ubuntu) Status: Incomplete => New ** Tags added: apport-collected -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996] apport-collect data
Architecture: amd64 DistroRelease: Ubuntu 9.10 NonfreeKernelModules: nvidia Package: gnome-power-manager 2.24.2-2ubuntu8 PackageArchitecture: amd64 ProcEnviron: SHELL=/bin/bash LANG=de_DE.UTF-8 LANGUAGE=de_DE.UTF-8 ProcVersionSignature: Ubuntu 2.6.31-4.23-generic Uname: Linux 2.6.31-4-generic x86_64 UserGroups: adm admin cdrom dialout lpadmin plugdev sambashare video -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996] Re: suspend timeout ignored
Ok, just downgraded gnome-screensaver and gnome-power-management to the packages from jaunty. It now works as expected. So no configuration error, it must be a bug in the package. -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996] Re: suspend timeout ignored
** Attachment added: "pm-powersave.log" http://launchpadlibrarian.net/27897807/pm-powersave.log -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 386996] [NEW] suspend timeout ignored
Public bug reported: Binary package hint: gnome-power-manager Hi, After updating to karmic, I noticed that my laptop doesn't suspend anymore using the timeout settings. It works by closing the lid or manually selecting by the drop-down menu. I tried different settings in timeouts (gconf-editor), also disabling ambient and so on. Nothing helped. Seems like this settings are just ignored. Dimming and blanking the screen works. So it seems like a bug to me. Hope anyone can help me. Version of gnome-power-manager: 2.27.1-0ubuntu2 ** Affects: gnome-power-manager (Ubuntu) Importance: Undecided Status: New -- suspend timeout ignored https://bugs.launchpad.net/bugs/386996 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 115913] Re: Appointments with "Public" classification have issues with exchange calendar and they do not get synchronized properly with other OWA/OMA clients
I noticed the same issue on my xperia (wm 6.1). After reading through all the comments here I played around a little with the sources of the exchange plugin. I noticed the following lines (calendar/e-cal-backend-exchange-calendar.c): /* OWA seems to be broken, and sets the component class to * "CLASS:", by which it means PUBLIC. Evolution treats this * as PRIVATE, so we have to work around. */ prop = icalcomponent_get_first_property (icalcomp, ICAL_CLASS_PROPERTY); if (!prop) { prop = icalproperty_new_class (ICAL_CLASS_NONE); icalcomponent_add_property (icalcomp, prop); } I just commented out those lines (from prop to } ) and after the installation and an restart of evolution activesync started to sync and showed to sync one event. But the activesync screen didn't show 'processing' then and the event wasn't in the calendar. (But, of course, in OWA) Hope we can get some steps further from this. -- Appointments with "Public" classification have issues with exchange calendar and they do not get synchronized properly with other OWA/OMA clients https://bugs.launchpad.net/bugs/115913 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs