Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rendering issues on MacOS prior to Mojave #4409

Closed
jmcphers opened this issue Mar 6, 2019 · 3 comments · Fixed by #4419
Closed

Rendering issues on MacOS prior to Mojave #4409

jmcphers opened this issue Mar 6, 2019 · 3 comments · Fixed by #4419
Assignees
Labels
Milestone

Comments

@jmcphers
Copy link
Member

jmcphers commented Mar 6, 2019

System details

RStudio Edition : Desktop
RStudio Version : 1.2.1320
OS Version      : MacOS prior to Mojave

Steps to reproduce the problem

Launch RStudio.

Describe the problem in detail

Scattered reports of scaling issues:

image

https://community.rstudio.com/t/rstudio-preview-1-2-1320-not-displaying-well-on-macos-10-13-6/25472

https://twitter.com/davidmeza1/status/1103391320947806211

@jmcphers jmcphers added this to the v1.2 milestone Mar 6, 2019
@davidmeza1
Copy link

davidmeza1 commented Mar 6, 2019

I have been experiencing this for a while. I am on MAC 10.13.6 and RStudio 1.2.114. I have dual screens and by moving RStudio from one screen to the other, it corrects itself. I posted a short video on my twitter @davidmeza1 an hour ago

@jmcphers
Copy link
Member Author

jmcphers commented Mar 7, 2019

Also some reports (on Sierra) of fully white screens caused by the same issue. Via @jjallaire:

image

@jmcphers jmcphers changed the title Scaling issues on MacOS prior to Mojave Rendering issues on MacOS prior to Mojave Mar 7, 2019
@jmcphers
Copy link
Member Author

jmcphers commented Mar 7, 2019

We seem to be in a situation in which whatever version of MacOS is used to build RStudio is the only one on which it will work correctly, no matter how we set the associated target MacOS SDK versions and related variables (such as MACOSX_DEPLOYMENT_TARGET). We recently updated the RStudio build image to Mojave, which fixed everything for people running Mojave (see e.g. #3479, #4399) but appears to have broken things for those running older releases.

We're actively working on a fix and are hopeful we can find a combination of Qt/MacOS/SDK that produces a build that works on all MacOS versions. In the meantime, if you're affected by this issue, you can use build 1.2.1312 or older from our dailies page, or you can enable software rendering as follows:

  1. Open Terminal.app and run: open $HOME/Library/Preferences/com.rstudio.desktop.plist

  2. In the dialog that appears, change your rendering engine to software:

image

Apologies for the inconvenience, hopefully we'll have this straightened out soon!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants