Skip to content
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

[Bug] r.object.geometry is not in the gui menu #3919

Open
dnewcomb opened this issue Jun 24, 2024 · 4 comments
Open

[Bug] r.object.geometry is not in the gui menu #3919

dnewcomb opened this issue Jun 24, 2024 · 4 comments
Labels
bug Something isn't working

Comments

@dnewcomb
Copy link
Contributor

dnewcomb commented Jun 24, 2024

Describe the bug

r.object.geometry does not appear in the gui menu

To reproduce

search for object in tool menu
r.object geometry is not listed

Expected behavior

Expect to see r.object.geometry listed

Screenshots

image

System description

GRASS 8.4.dev 20240623

  • details about further software components

g.version -rge
version=8.4.0dev
date=2024
revision=exported
build_date=2024-06-23
build_platform=x86_64-pc-linux-gnu
build_off_t_size=8
libgis_revision=8.4.0dev
libgis_date=2024-06-23T17:38:02+00:00
proj=8.2.1
gdal=3.4.1
geos=3.10.2
sqlite=3.37.2

python3 -c "import sys, wx; print(sys.version); print(wx.version())"
3.10.12 (main, Nov 20 2023, 15:14:05) [GCC 11.4.0]
4.2.1 gtk3 (phoenix) wxWidgets 3.2.2.1

Additional context

r.object.geometry works fine when run from the command line, appears to just be missing from the GUI

@dnewcomb dnewcomb added the bug Something isn't working label Jun 24, 2024
@dnewcomb
Copy link
Contributor Author

Linux version Pop!_OS Linux. compiled from source downloaded from Git 20240623

@veroandreo
Copy link
Contributor

It only appears if you use the advanced search button (I only wrote the keyword there, no option selected):
image

How do we decide which tool goes into "normal" or "advanced search"? Hiding tools does not seem to be a very good strategy, imho.

@marisn
Copy link
Contributor

marisn commented Jun 25, 2024

Looks like a mistake. @petrasovaa is there a reason why you didn't add it to menu? Generally we do have all core modules in GUI (with a few notable exceptions for non-analysis tools).

@petrasovaa
Copy link
Contributor

Looks like a mistake. @petrasovaa is there a reason why you didn't add it to menu? Generally we do have all core modules in GUI (with a few notable exceptions for non-analysis tools).

No reason, probably I didn't think about it. Not sure where to put it though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants