[Bug 1781657] Re: Unrecognized option: -d64

2020-01-09 Thread Bram Bouwens
Bug is still present in Ubuntu 18.04.3 LTS, using imagej 1.51q-1

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2019-04-20 Thread Dylan Aïssi
Fixed in Disco!

** Changed in: imagej (Ubuntu)
   Status: Confirmed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-12-13 Thread Bug Watch Updater
** Changed in: imagej (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-12-13 Thread Dylan Aïssi
** Bug watch added: Debian Bug tracker #913747
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913747

** Also affects: imagej (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=913747
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-08-24 Thread tk
After the release of a Java update, the above fix is still required.
However, one more problem emerged:

Exception in thread "main" java.awt.AWTError: Assistive Technology not found: 
org.GNOME.Accessibility.AtkWrapper
at java.desktop/java.awt.Toolkit.newAWTError(Toolkit.java:472)
at 
java.desktop/java.awt.Toolkit.fallbackToLoadClassForAT(Toolkit.java:488)
...


This can be fixed by commenting out the below line in 
/etc/java-11-openjdk/accessibility.properties:
# assistive_technologies=org.GNOME.Accessibility.AtkWrapper

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-08-08 Thread Sundberg Pauli
Confirm, happened to me on up-to-date, today on kubuntu.

For suggested work-around works also for me, here is diff:

--- /usr/bin/imagej.orig2018-08-08 08:58:24.929997867 +0300
+++ /usr/bin/imagej 2018-08-08 08:59:13.774938712 +0300
@@ -418,9 +418,9 @@
 if [ "$JAVA_HOME" ] ; then
 if (( $verbosity > 0 )) ; then
 echo ${modules}
-echo $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules} 
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} 
${macroargs}
+echo $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ 
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
 else
-eval $JAVA_HOME/bin/java ${arch} -mx${mem}m ${jni} ${modules} 
ij.ImageJ -ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} 
${macroargs}
+eval $JAVA_HOME/bin/java -mx${mem}m ${jni} ${modules} ij.ImageJ 
-ijpath ${ij_user_path} -port${count} ${images} ${macrocmd} ${macroargs}
 fi
 else
 echo "No JVM found to run ImageJ"

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-08-08 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: imagej (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1781657] Re: Unrecognized option: -d64

2018-07-18 Thread Hans Joachim Desserud
** Tags added: bionic

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1781657

Title:
  Unrecognized option: -d64

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/imagej/+bug/1781657/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs