On Mon, Jul 11, 2016 at 9:35 AM, Robert Kuszinger <[email protected]> wrote: > Hello! > > I'd like to get information in python script whether: > > if wxGUI running or not, and if yes:
the only thing related to that was implemented for g.gui.* modules: https://trac.osgeo.org/grass/changeset/67232 which passes grass interface object to the main function of the script. But this needs to be run from the GUI. > the name of the current workspace file, if set (opened or saved) or clearly > a "no" answer if not there is information if workspace is loaded and if it has been changed since, but it's not easily accessible, that would have to be part of the interface. May I ask you what's your use case? > > A multi-OS solution is welcome (linux ps filtering for wxgui works but I > need something cross-platform, GRASS internal if possible) > > I tried to look in sources but spent to much time and I have no idea still. > > Any help is welcome. > > Best regards and thanks > > Robert > > > > > _______________________________________________ > grass-dev mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/grass-dev _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
