Activity for Jon Schewe (BBN)

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #350

    Thanks. I haven't been aware of EWSEditor. I'll have to give it a try. Do you have any pointers on using it, or is it pretty straight forward?

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #350

    I think I just found my answer here https://sourceforge.net/p/davmail/mailman/message/32889664/ Has anything changed with the access to calendars that I only have free/busy permission to since 2014?

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #350

    I have another shared email account that I am an admin of and I can connect to that one using the same formatted URL. It's only the calendars that I want to get free/busy information from that don't work.

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #350

    Accessing calendars from other individuals

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    Running with XDG_CURRENT_DESKTOP set to ubuntu:GNOME prevents any tray icon. Fixing "-e" vs. "-f" and unsetting XDG_CURRENT_DESKTOP I get Exception in thread "SWT" java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons: no swt-cairo-gtk-3836 in java.library.path no swt-cairo-gtk in java.library.path Can't load library: /usr/lib/jni/libswt-cairo-gtk-3836.so Can't load library: /usr/lib/jni/libswt-cairo-gtk.so Can't load library: /home/jschewe/.swt/lib/linux/x86_64/libswt-cairo-gtk-3836.so...

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    Found the problem, /usr/share/java/swt.jar is a symlink. Your shell script is using "-f" and should use "-e".

  • Jon Schewe (BBN) Jon Schewe (BBN) modified a comment on ticket #697

    Here is what I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/davmail/lib/*:/usr/share/java/javafx-base.jar:/usr/share/java/javafx-controls.jar:/usr/share/java/javafx-fxml.jar:/usr/share/java/javafx-graphics.jar:/usr/share/java/javafx-media.jar:/usr/share/java/javafx-swing.jar:/usr/share/java/javafx-web.jar davmail.DavGateway So it seems that I don't have swt installed at all.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    I installed libswt-gtk-3-java version 3.8.2 and then started davmail and I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/java/swt.jar:/usr/share/davmail/lib/* davmail.DavGateway

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    Here is what I see: java -Xmx512M -Dsun.net.inetaddr.ttl=60 -Djdk.gtk.version=2.2 -cp /usr/share/davmail/davmail.jar:/usr/share/davmail/lib/*:/usr/share/java/javafx-base.jar:/usr/share/java/javafx-controls.jar:/usr/share/java/javafx-fxml.jar:/usr/share/java/javafx-graphics.jar:/usr/share/java/javafx-media.jar:/usr/share/java/javafx-swing.jar:/usr/share/java/javafx-web.jar davmail.DavGateway So it seems that I don't have swt installed at all.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    I tried downloading the trunk build from https://github.com/mguessan/davmail and it didn't get better. The about dialog shows 5.1.0-trunk.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #697

    Can you package the swt jar file with the distribution?

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #697

    Missing tray icon for 5.1.0-2891 on Linux

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #695

    Null pointer with stack trace

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #694

    I'm running 5.0.0-2801-1 on Ubuntu Linux. I only see the stack trace, no warn statement near it in the logs. Sometimes I have this exception above it. 2018-12-14 10:20:43,085 ERROR [CaldavConnection-59620] davmail - java.lang.NullPointerException java.lang.NullPointerException at davmail.exchange.ews.ItemId.<init>(ItemId.java:59) at davmail.exchange.ews.ItemId.<init>(ItemId.java:39) at davmail.exchange.ews.EwsExchangeSession.loadVtimezone(EwsExchangeSession.java:2767) at davmail.exchange.ExchangeSession.getVTimezone(ExchangeSession.java:3791)...

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #694

    Null pointer exception writing days of week

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #690

    Is it expected that with 5.0.0 I still need to clear XDG_CURRENT_DESKTOP?

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on discussion Help

    I have an icon in my tool bar and I can access the settings from there. This connection is using EWS authentication.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on discussion Help

    Yes, I checked davmail.log. That's where i got the message from.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on discussion Help

    I've recently noticed that davmail is giving me NullPointerException messages like the one below. I'd like to have a stack trace so that I can determine where the error is and provide a useful bug report. I've tried setting the log level to DEBUG, but that didn't help. How do I get a full stack trace for this error? 2018-11-13 08:00:55,955 ERROR [CaldavConnection-40712] davmail - java.lang.NullPointerException java.lang.NullPointerException

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #690

    Yes, I get a tray icon. I have Ubuntu appindicators and Topicons installed as gnome extensions.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #690

    That works nicely!

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #690

    I see in the release notes that this is explicitly disabled "- Linux: disable system tray on Ubuntu 18". Any background on this and what we shoudl be doing on Ubuntu 18?

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #690

    Missing tray icon for 4.9.0-2652 on Linux

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #346

    I haven't seen anymore problems this week. I suggest that this ticket be closed.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #346

    I just grabbed 4.8.5 and it appears to be working for me. I'll keep testing it this week.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #346

    I know this is an old ticket, but I see that it's still in pending-fixed and I'm running into this. My mail client is sending the timezone "America/Chicago", however DavMail is sending "Central Standard Time". When the event is looked at in Outlook the timezone is "Central America" and my events are an hour later than they should be. So it seems like the timezone translation table isn't quite right.

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #450

    Now it's working again... Ignore ticket.

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #450

    Problems syncing with Toodledo

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #67

    How would one specify the path on the command line? I see that it's hard coded into...

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #67

    Building debug version fails

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #287

    Outbound messages lost when Exchange is down

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #26

    Point::Touches doesn't work for rectangular pixmaps

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #22

    Memory leak in MapControl::paintEvent

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #16

    Extra logging output on every network request

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #14

    Failed fetches will never try again

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #8

    Deadlock in 0.9.7.0

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #7

    This patch fixes a couple more problems with Qt 5. QPixmap can no longer be assigned...

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #7

    Remove qmapcontrol-snapshot_r49.tar.gz. Uploaded the wrong file.

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #7

    Support Qt 5

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #411

    Problem solved. It's a bug in apr. They are defining wtypes_h instead of including...

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #411

    Here's a log from the same build with gcc 4.7.3 that works. I notice in the configure...

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #411

    The working version of mingw has gcc 4.7.3.

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #411

    Problem with mingw header files preventing build of apr

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #410

    Installer cannot download repository.txt

  • Jon Schewe (BBN) Jon Schewe (BBN) posted a comment on ticket #11

    Note this change was made in the large bulk merge of revision 41. This behavior is...

  • Jon Schewe (BBN) Jon Schewe (BBN) created ticket #11

    isVisible check inside paint method prevents rendering to pixmap

1
MongoDB Logo MongoDB