From 27354aa97b52110720e2693abd03bb4c280059b2 Mon Sep 17 00:00:00 2001 From: jurgen Date: Thu, 28 Aug 2014 05:16:19 +0000 Subject: [PATCH] Launcher config fix --- product/DBeaver.product | 16 ++++++++++------ product/installer/nsis/DBeaver.nsi | 1 + 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/product/DBeaver.product b/product/DBeaver.product index c4fe2f031d..5af335cff0 100644 --- a/product/DBeaver.product +++ b/product/DBeaver.product @@ -13,8 +13,12 @@ - -showsplash - -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + -showsplash + + --launcher.GTK_version 2 + + -XstartOnFirstThread -Dorg.eclipse.swt.internal.carbon.smallFonts + @@ -40,10 +44,10 @@ http://dbeaver.jkiss.org/about/ - DBeaver is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. - -DBeaver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + DBeaver is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public +License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. + +DBeaver is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. diff --git a/product/installer/nsis/DBeaver.nsi b/product/installer/nsis/DBeaver.nsi index 4f2258eb7d..68b060e1ac 100644 --- a/product/installer/nsis/DBeaver.nsi +++ b/product/installer/nsis/DBeaver.nsi @@ -171,6 +171,7 @@ Section "DBeaver" SecCore File "..\raw\win32.@arch@\dbeaver\.eclipseproduct" File "..\raw\win32.@arch@\dbeaver\readme.txt" File "..\raw\win32.@arch@\dbeaver\dbeaver.exe" + File "..\raw\win32.@arch@\dbeaver\dbeaver.ini" File /r "..\raw\win32.@arch@\dbeaver\configuration" ;File /r "..\raw\win32.@arch@\dbeaver\features" File /r "..\raw\win32.@arch@\dbeaver\plugins" -- GitLab