Open abalter opened 3 months ago
@abalter Thank you for raising this. Just to summarize--please let me know if I've got this right.
1) The problem occurs with RStudio Desktop 2024.07.0, but was also failing in previous releases. 2) The problem occurs consistently with Ubuntu 24.04. 3) Thing were briefly working fine with Ubuntu 22.04, but then the problem returned.
Also, if you let us know what setting seemed to be causing the problem, that would be very helpful! After you get some sleep, of course. 😴
@abalter I'll also check with my colleague who routinely uses WSL, not the version provided directly by Ubuntu, if he's ever seen the problem.
@ronblum -- so I've had this problem multiple times. I think I've probably reported it before. And I could always temporarily fix it by following the "reset rstudio desktop" steps. This time I dug a little deeper and found that I could reproduce the error and also fix it by making a small edit to the ~/.config/rstudio/config.json file.
I am able to reproduce this error in both my Ubuntu 22.04 and 24.04 instances just by installing the current rstudio .deb file from the Posit instructions as well as various files from the "dailies".
I made a video because that somehow seemed easier for my brain right now: https://www.youtube.com/watch?v=Q_0KAsI659o
Would you like me to file this as an explicit bug?
I haven't determined exactly which types of settings changes cause maximize: true
and the strange x,y settings to occur. But if I mess with the global settings enough, I can cause it to break. Then I can fix it by manually fixing those settings in config.json.
@abalter Thank you for the very helpful video, including the helpful comments. I was able to reproduce the problem. I think that "nearly impossible to work with" would be a fine summary. I'll mark this for review.
Side note: The topic of the project that you're working on seems very interesting. 🙂
Another way to reproduce:
Hi @abalter -- thanks for opening this issue!
It seems you do have a workaround for the time-being (modifying the config.json
). I'm putting this one into later for now as we don't currently support WSL and don't yet have it on our roadmap relative to continued support for Windows desktop, Linux, or Mac.
Sorry. I'll respond tomorrow 8/1
@ronblum --- Nice work finding that. I'm guessing I did those exact steps as well at some point just trying to make the darn thing work.
I'm starting a nonprofit for autistic adults in Oregon.
@jthomasmock --- With recent developments, WSL2 is pretty close to bare-metal Linux. I suspect the issue is arising through X11 emulation. Here are some ideas for tests that would determine if that is correct:
I can't think of any reason why Linux would write weird things to the config.json file in WSL2 vs bare metal other than due some response to the X11 server.
I just had rstudio randomly set maximize: true
when I closed it causing the glitch. I had to refer back here to remember the fix.
System details
Steps to reproduce the problem
Download the .deb file.
sudo gdebi <filename>
Describe the problem in detail
RStudio loads, but the UI is unusable. It always opens shifted to the right like in the picture. The window controls don't work. The menu items don't work.
This is how all versions of Rstudio have been for me for at least a year in various versions of Ubuntu under WSL 2 on different machines.
It works for a while, but then something starts to interfere with the UI.
Describe the behavior you expected
I expect RStudio to run properly.
NOTE:
I created a WSL2 instance with Ubuntu 22.04 and installed rstudio-2024.07.0-316-amd64.deb. It runs properly. So this appears to be an issue with RStudio in Ubuntu 24.04.
NOTE 2:
In fact, it's not working. I'm getting the same problem.
However, I managed to find a setting in the config.json file that repeatedly causes the problem. I need to go to sleep. I will update with the information tomorrow.