summaryrefslogtreecommitdiffstats
path: root/debian/ure-java.bug-script.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:55:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 05:55:35 +0000
commit0e05dd0e4d67d88ca51780dafe4029744269e6fa (patch)
treeb49073fa569d8d4fbcc7002cf4df72fa840780c1 /debian/ure-java.bug-script.in
parentAdding upstream version 4:24.2.0. (diff)
downloadlibreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.tar.xz
libreoffice-0e05dd0e4d67d88ca51780dafe4029744269e6fa.zip
Adding debian version 4:24.2.0-1.debian/4%24.2.0-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/ure-java.bug-script.in')
-rw-r--r--debian/ure-java.bug-script.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/ure-java.bug-script.in b/debian/ure-java.bug-script.in
new file mode 100644
index 0000000000..9c958858d4
--- /dev/null
+++ b/debian/ure-java.bug-script.in
@@ -0,0 +1,16 @@
+#!/bin/sh
+
+echo "" >&3
+echo "Java (javaldx):" >&3
+/usr/lib/libreoffice/program/javaldx >&3
+
+echo "" >&3
+echo "Java:" >&3
+#_lo_profile_ver=`echo @OOVER@ | cut -d. -f1`
+_lo_profile_ver=4
+RTL_OS=@RTL_OS@
+RTL_ARCH=@RTL_ARCH@
+if [ -d "$HOME/.config/libreoffice/$_lo_profile_ver" ]; then
+ grep -ri java $HOME/.config/libreoffice/$_lo_profile_ver/user/config/javasettings_${RTL_OS}_${RTL_ARCH}.xml >&3
+fi
+