[sweethome3d] 18/19: Set -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false

Markus Koschany apo at moszumanska.debian.org
Wed Oct 12 14:06:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository sweethome3d.

commit 2793f4a3b23bcca09f13cc8557c201cbfc6d7599
Author: Markus Koschany <apo at debian.org>
Date:   Wed Oct 12 15:56:37 2016 +0200

    Set -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false
---
 debian/changelog      | 4 ++++
 debian/sweethome3d.sh | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0f419df..64104ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,10 @@ sweethome3d (5.2+dfsg-1) unstable; urgency=medium
   * Rebase 05disable_checkForUpdates.patch.
   * sweethome3d.desktop: Add a comment in German.
   * Update debian/copyright. Use format 1.0.
+  * Set -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false to fix crashes
+    and segmentation faults when trying to take a photo or open the preferences
+    menu. Thanks to Török Edwin for the suggested fix.
+    (Closes: #838387, #750821)
 
  -- Markus Koschany <apo at debian.org>  Wed, 12 Oct 2016 14:17:01 +0200
 
diff --git a/debian/sweethome3d.sh b/debian/sweethome3d.sh
index 3be7463..5cec2dd 100755
--- a/debian/sweethome3d.sh
+++ b/debian/sweethome3d.sh
@@ -3,7 +3,8 @@
 #
 BASEPATH=/usr/share/sweethome3d
 JAVA_ARGS="-Djava.library.path=/usr/lib/jni \
- -Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d"
+ -Dcom.eteks.sweethome3d.applicationFolders=$HOME/.eteks/sweethome3d:/usr/share/sweethome3d \
+ -Dcom.eteks.sweethome3d.j3d.checkOffScreenSupport=false"
 
 . /usr/lib/java-wrappers/java-wrappers.sh
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git



More information about the pkg-java-commits mailing list