Skip to content

[Feat] winGRASS: add functionality for manually adding RStudio path to %PATH% within a GRASS session #1171

@hellik

Description

@hellik

Is your feature request related to a problem? Please describe.

Actually in winGRASS, RStudio is added to %PATH% at startup via env.bat in order to be used within the winGRASS OSGeo4W shell

IF EXIST "%ProgramFiles%\RStudio\bin\rstudio.exe" set PATH=%PATH%;%ProgramFiles%\RStudio\bin

it seems that RStudio ships QT DLLs which may interfere and crash with QGIS bundled QT DLLs when QGIS is started with GRASS functionality.

Describe the solution you'd like

to avoid this QT DLL mismatch crash, adding a functionality into the wxGUI for manually adding RStudio path to %PATH% within a GRASS session instead of default by startup would be nice.

a starting point may be how %ADDON_PATH% is added to %PATH% by g.extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestwindowsMicrosoft Windows specific

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions