1

Specifically, I'm trying to get RStudio to work on Ubuntu 12.04. Yesterday it was working fine, but now when I either click or try to start it from terminal, exactly nothing happens. The prompt returns nothing, the click produces nothing. What could have caused this and how do I fix it?

2 Answers2

2

Found the issue.

For some reason, locale issues were causing it. When trying to run r from terminal, there was some locale related error message, so I just generated and reconfigured a new one as described here:

How do I fix my locale issue?

Suddenly RStudio was working fine.

  • would you please edit to include the locale related error message in your question and what you did to fix it in your answer? In this way you will be helping others who have this problem. Thank you! – Elder Geek May 06 '14 at 18:27
0

Try putting apparmor in complain mode. this may allow Rstudio to work as well as give clues as to why it's throwing that DENIED at you.

see this

Elder Geek
  • 36,023
  • 25
  • 98
  • 183