Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/5f9d6b9c699664d5be7e29e2335038d9ac7e5b20?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed compilation error on Linux due to a bad include

preferencesAboutTextFull
Craig Watson 10 years ago
parent 007a1e1286
commit 5f9d6b9c69
  1. 1
      src/frameworks/UBPlatformUtils_linux.cpp

@ -31,7 +31,6 @@
#include <QApplication> #include <QApplication>
#include <unistd.h> #include <unistd.h>
#include <X11/Xlib.h>
#include <X11/keysym.h> #include <X11/keysym.h>
#include "frameworks/UBFileSystemUtils.h" #include "frameworks/UBFileSystemUtils.h"

Loading…
Cancel
Save