-
Notifications
You must be signed in to change notification settings - Fork 16
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
No change of theme despite successful activation (macOS) #18
Comments
Do you have two RStudios installed, by chance? I'm curious as to why Can you type this into RStudio's console and check for a system2("/usr/bin/open", args = fs::path_join(c(rstudioapi::dictionariesPath(), "../../www"))) |
Yes, I have two version installed. But it haven't been a problem before. About the |
So there isn't a Another area that may be causing trouble is the |
I just checked the other Location <html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="gwt:property" content="compiler.stackMode=#compiler_stack_mode#"/>
#!viewport_tag#
<meta name="csrf-token" content="#csrf_token#" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>RStudio</title>
#!head_tags#
<link type="text/css" rel="stylesheet" href="css/icons.css" />
<link type="text/css" rel="stylesheet" href="css/focus-visible.css" />
<script type="text/javascript" language="javascript" src="js/text.min.js"></script>
<script type="text/javascript" language="javascript" src="js/inert-polyfill.min.js"></script>
<script type="text/javascript" language="javascript" src="js/focus-visible.min.js"></script>
<script type="text/javascript" language="javascript" src="#!gwt_prefix#rstudio/rstudio.nocache.js"></script>
</head>
<body>
</body>
</html> Location <html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<meta name="gwt:property" content="compiler.stackMode=#compiler_stack_mode#"/>
#!viewport_tag#
<meta name="csrf-token" content="#csrf_token#" />
<link rel="shortcut icon" href="images/favicon.ico" />
<title>RStudio</title>
#!head_tags#
<link type="text/css" rel="stylesheet" href="css/icons.css" />
<link type="text/css" rel="stylesheet" href="css/focus-visible.css" />
<script type="text/javascript" language="javascript" src="js/text.min.js"></script>
<script type="text/javascript" language="javascript" src="js/inert-polyfill.min.js"></script>
<script type="text/javascript" language="javascript" src="js/focus-visible.min.js"></script>
<script type="text/javascript" language="javascript" src="#!gwt_prefix#rstudio/rstudio.nocache.js"></script>
</head>
<body>
</body>
<link rel="stylesheet" href="darkstudio/darkstudio.css" type="text/css"/>
</html> So it seems the installation process don't differ between the app locations, and assumed |
So, it does look for both paths, but will only modify the In a perfect world, I'd be able to detect (using R, only) which All that being said, you can still "override" the darkstudio::activate(path = "~/Applications/RStudio.app/Contents/Resources/www/index.htm")
|
Thanks, that works! It is actually a very nice workaround I haven't considered. Perhaps you may add an option ( |
I 100% agree. I wanted an option that worked the same way for both macOS and Windows. macOS is much simpler, as you noted above, since most of the time, user-only installations take place in Thanks for being patient! |
First at all, many thanks for your hard work! Great extension!
I'm running in the issue, that the dark them isn't activate after the installation and activation. I tried reinstallation and different versions of RStudio as well as different dark editor themes (included
kiss
andchaos
).Before, it actually worked quite fine. Unfortunately, I just recognise today the change. So, I'm not 100% sure what might be the reason. Today I install the update to
macOS 10.15.6
andRStudio 1.3.1073
(installed in:~/Applications
). Perhaps anything in RStudio internals changed causing the issue?If you any further information, just let me know.
The text was updated successfully, but these errors were encountered: