$OpenBSD$ Disable update checks. Index: src/main.cpp --- src/main.cpp.orig +++ src/main.cpp @@ -291,8 +291,8 @@ int main(int argc, char *argv[]) #endif // Needs to be created on the heap so that // the reply has time to return. - UpdateChecker *checker = new UpdateChecker(&app); - checker->CheckForUpdate(); + // UpdateChecker *checker = new UpdateChecker(&app); + // checker->CheckForUpdate(); // Install an event filter for the application // so we can catch OS X's file open events AppEventFilter *filter = new AppEventFilter(&app);