Login  Register

Re: WCS and other information not being displayed in Pop_OS!

Posted by cduston on Jul 02, 2020; 2:16pm
URL: http://astroimagej.170.s1.nabble.com/WCS-and-other-information-not-being-displayed-in-Pop-OS-tp1382p1389.html

Thanks for the help here.

I can confirm that running XFCE on Pop_OS! fixes this problem. So, whatever the issue, it seems related to whatever customizations are happening in GNOME.

I run AIJ with the default script, which looks like the following:

$ which astroimagej
/usr/local/bin/astroimagej
$ more /usr/local/bin/astroimagej
#!/bin/sh
cd /usr/local/AstroImageJ/
java -Xmx8192m -jar /usr/local/AstroImageJ/ij.jar
exit
$ which java
/usr/bin/java
$ java --version
openjdk 11.0.7 2020-04-14
OpenJDK Runtime Environment (build 11.0.7+10-post-Ubuntu-3ubuntu1)
OpenJDK 64-Bit Server VM (build 11.0.7+10-post-Ubuntu-3ubuntu1, mixed mode, sharing)

I can try oracle java maybe? I don't strongly object to using XFCE (I actually really like XFCE generally), but I was hoping to get some vanilla Pop_OS! experience, given the approach taken by the creators.