Macs in Chemistry

Insanely Great Science

XQuartz updated

XQuartz 2.8.4 has been released https://www.xquartz.org. macOS 10.9 or later is required

Changes in 2.8.4 All changes in 2.8.3 plus:

Updated server to 21.1.6 to address several security issues CVE-2022-3550, CVE-2022-3551, CVE-2022-4283, CVE-2022-46340, CVE-2022-46341, CVE-2022-46342, CVE-2022-46343, and CVE-2022-46344

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on macOS.

Comments

XQuartz updated

XQuartz 2.8.3 has been released https://www.xquartz.org. macOS 10.9 or later is required

Changes in 2.8.3 All changes in 2.8.2 plus:

  • Fixed a crash when editing the Applications menu (#267)
  • Fixed a performance issue impacting gtk3 apps (quartz-wm:!2)
  • Updated server to 21.1.4 to address CVE-2022-2319 and CVE-2022-2320
  • Re-added support for system-wide app preferences (#274)
  • Updated pixman to 0.42.2 to address CVE-2022-44638
  • Updated xterm to 376b to address CVE-2022-45063
  • Updated libXft to latest version to address an issue with text in Motif apps(#301)
  • Updated installer package to support downgrading XQuartz.zpp (#300)
  • Updated multiple projects to newer upstream versions

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on macOS.

Comments

XQuartz

 

Xlogo

XQuartz 2.8.0 was released for macOS 10.9 or later a couple of weeks ago.

I've now upgraded two machines (one Big Sur the other Catalina) and so far I've not had any issues.

This release also supports Apple Silicon.

Comments

XQuartz updated

 

Xlogo

XQuartz 2.8.0 has been released for macOS 10.9 or later. I've been in touch with a couple of users and they report no issues so far. This is the first version with Apple Silicon support.

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple shipped with OS X versions 10.5 through 10.7.

Changes in 2.8.0

  • Adds native support for Apple Silicon Macs.
  • Removes support for versions of macOS older than 10.9
  • Uses system libXplugin
  • Removes build-time support for deprecated X11 libraries:
    • ibXaw8
    • libXevie
    • libXfontcache
    • libxkbui
    • libXp
    • libXTrap
    • libXxf86misc
  • Removes deprecated commands:
    • gccmakedep
    • makedepend
    • xdmshell
    • xfindproxy
    • Xfake
  • Removes xpyb
  • Removes older libpng

Full release notes are here https://www.xquartz.org/releases/XQuartz-2.8.0.html

Comments

xterm problems under Catalina

A few people have reported issues using xterm under Catalina

cd documents
ls
ls: Operation not permitted

However if you try the same commands in the Terminal all works fine.

The solution was described here:-

solution was to give "Full Disk Access" to /bin/bash. This is a bit counter-intuitive, since I actually use /bin/tcsh for my shell (yeah, I know, I'm a luddite). I'm not sure whether bash is involved because my tcsh is a descendant of a bash process, or because the ls command is using bash in some way. But it is certainly true that I can toggle whether "ls ~/Documents" works by checking/unchecking bash in the Full Disk Access panel.

fulldisc

Dr. Burkhard Schmidt from Max-Planck-Institut provided an insightful explanation

Indeed giving Full Disk Access to /bin/bash is the correct solution. Why? Well, assuming the standard location for XQuartz, look at /Applications/Utilities/XQuartz.app/Contents/Info.plist. Under the key CFBundleExecutable you will find the value X11 which is /Applications/Utilities/XQuartz.app/Contents/MacOS/X11. The command ?file /Applications/Utilities/XQuartz.app/Contents/MacOS/X11? returns ?/Applications/Utilities/XQuartz.app/Contents/MacOS/X11: Bourne-Again shell script text executable, ASCII text?, so X11 is actually not a binary but a shell script. Open it with your favourite text editor. The first line reads ?#!/bin/bash?, so eventually /bin/bash is executed upon opening (double-clicking) XQuartz. All further X11 processes are child processes to it and inherit the Full Disk Access right.

This applies not only to Xterm but to all applications using X11 (thinking of grace, xfig, gimp and friends).

More info on Scientific Applications under Catalina here.

Comments

XQuartz update

 

XQuartz 2.7.11 is available for download.

Changes in 2.7.11

All changes in 2.7.10 plus:

lib:

  • fontconfig
  • Fix font caching (#97546)

libpng 1.6.26

libX11

  • Plug a memory leak

libXi 1.7.8

  • Plus fixes for a memory leak and improved error handling

mesa 12.0.1


Comments

XQuartz 2.7.10 released

 

XQuartz 2.7.10 has been released. OS X 10.6.3 or later is required to install this package.

I did some very limited (MOE and PYMOL) testing under Mac OSX 10.12 (Sierra) and didn’t find any issues. Changes in 2.7.10 All changes in 2.7.9 plus

app

  • mkfontdir
  • Fix a buffer underrun crash (#96905) quartz-wm
  • Properly handle updates to WM_PROTOCOLS property changes (#92652)
  • xinit
  • Fixed support for enabling TCP server connections (#95379)
  • Added support for enabling IGLX (#96260)
  • defaults write org.macosforge.xquartz.X11 enable_iglx -bool true
  • xterm 326

proto:

  • xcb-proto 1.12
  • xproto 7.0.31

lib:

  • fontconfig 2.12.1
  • CVE-2016-5384
  • freetype 2.7
  • libpng 1.5.27
  • libpng 1.6.25
  • libxcb 1.12
  • libX11 1.6.4
  • libXfixes 5.0.3
  • libXfont 1.5.2
  • Fix a buffer overrun (#83224)
  • libXfont2
  • Fix a buffer overrun (#83224)
  • libXi 1.7.7
  • libXrandr 1.5.1
  • libXrender 0.9.10
  • libXt
  • libXt.6.dylib is now a two-level-namespace dylib
  • libXt.7.dylib is now a stub dylib that re-exports libXt.6.dylib (for binary compatibility with anything built against XQuartz 2.7.9)
  • A flatnamespace version of libXt is available in /opt/X11/lib/flatnamespace to help ease the transition (#96292)
  • Set DYLDLIBRARYPATH=/opt/X11/lib/flat_namespace when executing older non-compliant software (eg: Motif-based applications)
  • Motif users are encouraged to file bugs against Motif to encourage them to fix that library.
  • libXtst 1.2.3
  • libXv 1.0.11
  • CVE-2016-5407
  • libXvMC 1.0.10
  • mesa 11.2.2
  • xcb-util-cursor 0.1.3

server:

  • xorg-server 1.18.4 plus other patches
  • Fix the issue where the h key could be come “stuck” after hiding XQuartz with cmd-h (#92648)

Comments

Support of indirect GLX (iGLX) in XQuartz.

 

An update from X11.org

On Thu, 2016-05-26 at 16:34 +0000, Cook, Rich wrote:

Hello, I recently heard on the Apple x11-users mailing list that remote OpenGL rendering (IGLX) is being phased out of XOrg and not being replaced. Is this really the case or am I misunderstanding?

You have heard incorrectly. It is disabled by default for security reasons, as it's been a repeated source of exploitable bugs, but the feature itself isn't going away.

One caveat is there's no easy way to enable it other than the command line, and not all display managers give you a mechanism to pass arbitrary options in (which is reasonable enough). I've added an xorg.conf option to enable IGLX in master, and I'll be backporting that to the various stable branches as well.


Comments

Support of indirect GLX (iGLX) in XQuartz.

 

There is an important discussion taking place on the X11 users list regarding the support of indirect GLX (iGLX) in XQuartz.

Indirect GLX is an extension offered by X11 that enables the transmission of OpenGL commands from an X11 client on a remote machine to an X11 server on your desktop over the network. For example, when your OpenGL science application running on a remote host tries to draw images using OpenGL and display on your local XOrg (XQuartz) desktop, IGLX (red line below) is used to send the commands to your local X server, which then uses OpenGL locally to draw the commands.

siggraph-2012-nvidia-opengl-for-2012-78-728

In seems in the latest version of XQuartz (2.7.9) this is turned off by default and there appears to be a move to deprecate this protocol. This seems to have been prompted by security concerns but I know nothing of the details.

However many scientific applications use this capability and it seems there is no alternative. If this is likely to be an issue for you I suggest you subscribe to the X11 list and make your views known.


Comments

XQuartz update

 

XQuartz 2.7.9_rc1 is available for download. This update contains a workaround for an issue that users have been reporting on El Capitan. If you're on El Capitan and have been seeing OpenGL surfaces remain onscreen after they should have been dismissed, please give this update a try and report back to the developers.

http://www.xquartz.org/releases/XQuartz-2.7.9_rc1.html

Comments

XQuartz updated

 

X11 2.7.7 has been released

The XQuartz project is an open-source effort to develop a version of the ​X.org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.

Installation

Download XQuartz-2.7.7_rc1.dmg, and open it with OS X's Installer.

Important Notices

OS X Requirements

OS X 10.6.3 or later is required to install this package.

Default X11 Server

If this is your first time installing XQuartz, you may wish to logout and log back in. This will update your DISPLAY environment variable to point to XQuartz.app rather than X11.app. If you would prefer to keep using X11.app as your default server (you can still launch XQuartz.app manually), you'll want to disable /Library/LaunchAgents/org.macosforge.xquartz.startx.plist using ​launchctl(1).

Changes in 2.7.7

All changes in 2.7.6 plus: app: ​xcursorgen 1.0.6 ​xscope 1.4.1 ​xterm 309 lib: ​libICE 1.0.9 ​libXft 2.3.2 ​libXi 1.7.4 ​pixman 0.32.6 ​xcb-util-renderutil 0.3.9 proto: glproto 1.4.17 ​inputproto 2.3.1 server: ​xorg-server 1.15.2 plus ​other patches Fixes multimonitor support on Mavericks (#832) Fix Xephyr "failed to create root window" bug (#822)

Comments

XQuartz updated

 

Version 2.7.6 of XQuartz has been released. This release requires Mac OSX 10.6.3 or later.

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.

Comments

XQuartz Updated

 

XQuartz has been updated this contains X11 2.7.5 the first release supported on Mavericks. Full details are available here

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.

Comments

XQuartz Updated

A version of the X.Org X Window System that runs on OS X.

The XQuartz project is an open-source effort to develop a version of the X.Org X Window System that runs on OS X. Together with supporting libraries and applications, it forms the X11.app that Apple has shipped with OS X since version 10.5.

For OS X 10.6 or later (including Mountain Lion)