diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:07:31 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 09:07:31 +0000 |
commit | edaebb65d92a48d7075c8c1f64c5ffd87054827b (patch) | |
tree | 045c941e1851cde1665bea22d97a2976b7a5bb69 /debian/ure-java.bug-script.in | |
parent | Adding upstream version 4:7.4.7. (diff) | |
download | libreoffice-edaebb65d92a48d7075c8c1f64c5ffd87054827b.tar.xz libreoffice-edaebb65d92a48d7075c8c1f64c5ffd87054827b.zip |
Adding debian version 4:7.4.7-1+deb12u1.debian/4%7.4.7-1+deb12u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/ure-java.bug-script.in | 16 |
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 000000000..9c958858d --- /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 + |