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
Manually edit the path for jobs #6036
Comments
|
If I understand correctly if the path was just manually editable without having select |
|
See also #5811 |
|
@dfalty Yes, having it editable would solve my "problem". Alternatively that it wouldn't select the |
|
Just stumbled with this again. Another (easy) option would be if the default is the *.Rproj directory not where the current R file is in. |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions. |
|
This isn't fixed/addressed on Rstudio Version 1.4.1103. Would be nice to get it solved, or closed with an explanation. Thanks! |
|
Since you appear to be using Linux with the Nautilus browser (Ubuntu perhaps?), I can give some insight into the user experience here. Nautilus has the fun behavior that when you navigate one directory up, it selects the folder you just left. You can see this in your first screen-grab, where the R folder is highlighted. So when you click the Open button, you are still technically selecting the R directory. The workaround I have been using is to navigate two directories up so that the project folder is highlighted when you click Open, thus setting the project directory as the working directory. Other programs which use the default file browser on my Ubuntu box have this behavior as well. Maybe this gives you a workaround until some better behavior is built into the Job creation dialog... |
|
Hi @jmiahjones, yes I'm using Ubuntu. I've been using this workaround for a while. Thanks! |
|
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs, per https://github.com/rstudio/rstudio/wiki/Issue-Grooming. Thank you for your contributions. |
|
This is still happening (I know it is not a high priority, but if I can prevent to slip behind the radar I will), although the linked issue #8985 seems to have gathered more discussion on this. |
I am not sure if this is a bug or a feature request, but let me describe it:
I recently started using the Jobs feature of Rstudio. I can select the path of the Working Directory and of the R Script. At the moment the Working Directory selects the R folder so I need to jump to other folders and then make sure that it starts on the desired folder and not again on the R folder. If I just go to the upper folder it still selects the R folder:

I open the directory I am, but note that the upper navigation bar still is selecting the /R folder.
However, I need to do it manually via Browsing the folders. It would be nice if I could edit it manually instead of opening the file browser.
I am using Rstudio Desktop 1.2.5001 Build 93 (7b3fe26, 2019-09-18) on a Ubuntu 18.04.
The text was updated successfully, but these errors were encountered: