Questions tagged [xquartz]

XQuartz is the X11 DDX that interfaces with Mac OS X. It was formerly shipped by Apple in OS X as X11.app and later transitioned to an Open Source project.

XQuartz is the X11 DDX that interfaces with Mac OS X. It was formerly shipped by Apple in OS X as X11.app and later transitioned to an Open Source project at http://xquartz.macosforge.org

108 questions
5
votes
1 answer

Do I really need X11 for R on Mac?

R version 3.5.2 macOS version 10.14.2 mojave Whenever installing an R, package I see the following warning: Warning message: In doTryCatch(return(expr), name, parentenv, handler) : unable to load shared object…
power
  • 1,680
  • 3
  • 18
  • 30
5
votes
0 answers

X11 automatically opening during Mac R session

Mac OS X 10.9.5, R 3.2.3 (2015-12-10), XQuartz 2.7.8 (xorg-server 1.16.4) I just updated X11 via http://www.xquartz.org/ so that I could install the diveRsity package (it wouldn't install without an X11 update and directed me to the xquartz…
asmith
  • 93
  • 1
  • 6
4
votes
2 answers

X2Go Client could not start X11 server. (macOS Catalina)

I'm trying to connect to the server which already set up via X2Go Client. After enter the password, this prompt shows up: X2Go Client could not start X11 server. X2Go Client requires XQuartz to be installed. If XQuartz is already installed on your…
Elstargo
  • 61
  • 4
4
votes
0 answers

Xquartz infinite crash and restart loop (Mac OS Mojave)

I have a problem that seems to have occurred to others but I don't see any of the solutions I found over the Internet working for me. I have been trying to fix this all day in different ways. I'm on Mac OS Mojave. I don't have the third party…
Peter Fair
  • 41
  • 2
4
votes
1 answer

R commander not openning in Mac due to error in structure

I have installed the new version of R along with the new version of XQuartz. After that, I have restarted my computer. I am not being able to open R commander, the following message comes up: When loading the Rcmdr package, the following alert…
4
votes
3 answers

XQuartz 2.7.11 fails to launch on Mac Sierra 10.12.6

XQuartz stopped working after having worked fine for a long time. I checked some obvious things like my $PATH to see if something stepped on it but didn't find any discernible difference from what I had previously. $ echo…
user9179484
  • 61
  • 1
  • 4
4
votes
1 answer

Xquartz and MacOS Sierra

I am facing issue to make some of my applications that run under XQuartz work. This happened after I have updated my OS to Sierra version. I didn't have these issues with the previous OS versions. when I try to Open any of my application like…
Karrar Ali
  • 69
  • 1
  • 7
4
votes
2 answers

Quartz X11 under Yosemite does not respect Alt key

I don't use it often, but now (after Yosemite came) I opened the XQuartz terminal and tried to enter ssh -X user@machine. But it did no longer accept the alt-key being pressed. None of the alt-chars shows up. It's always the original letter…
qwerty_so
  • 35,448
  • 8
  • 62
  • 86
3
votes
1 answer

XQuartz dynamic loading error

I updated XQuartz, and now it doesn't load, complaining that: Dyld Error Message: Library not loaded: /opt/X11/lib/libfreetype.6.dylib Referenced from: /Applications/Utilities/XQuartz.app/Contents/MacOS/X11.bin Reason: Incompatible library…
James
  • 24,676
  • 13
  • 84
  • 130
3
votes
1 answer

calling gdk_quartz_window_get_nsview() gives me and error

i'm following this gstream tutorial on my mac but i keep getting a error: implicit declaration of function 'gdk_quartz_window_get_nsview' is invalid in C99 [-Werror,-Wimplicit-function-declaration] on mac. i know implicit declaration implies i'm…
3
votes
0 answers

X11 remote (without ssh forwarding) from Linux to Mac over LAN is speed up

I am running Xquartz on my Mac and want to display a PDF on it from my Linux. Both computers are on the same LAN. I am not using SSH forwarding, just set a DISPLAY to point to Mac. It works but very slow. Flipping a page in evince PDF viewer takes a…
krokodil
  • 1,326
  • 10
  • 18
3
votes
0 answers

*** Caught segfault *** address 0x0, cause "memory not mapped error

I am trying to install rattle on macOS Catalina but every time I enter rattle() in R, I get the following error message: Loading required package: RGtk2 *** Caught segfault *** address 0x0, cause "memory not mapped. I have tried installing…
User640508
  • 31
  • 2
3
votes
2 answers

All X11 applications got unavailable in Mac OSX Yosemite

Overview All X11 applications got unavailable without my realizing. Since there are no Time Machine backups, I need to fix up this issue anyway. Environment X11 newer than system default is installed at /opt. Because some applications requires…
mpyw
  • 5,526
  • 4
  • 30
  • 36
2
votes
2 answers

How do I make Codeblocks work on macOS big sur?

I recently installed Code::Blocks (version 17.12) on my MacBook Pro 2020 which runs on macOS Big Sur, but something is not working and I can't figure out why. I also installed Python Launcher and IDLE and Xcode and XQuartz. Maybe I installed the…
Jon
  • 23
  • 1
  • 4
2
votes
1 answer

What display server does Macos Catalina use?

We all know about the vulnerabilities in the X11 display server. And we also know that Apple used Xquartz in the past. So my question is Is Xquarts still used on Macos Catalina? If no, then which display server is used currently. I found this on…
Abhay Patil
  • 389
  • 5
  • 19