Custom Query (1155 matches)
Results (133 - 135 of 1155)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#1640 | fixed | MB-System library should be added in gmt.conf | ||
Description |
Earlier today I helped someone getting mbm_plot to work. One of the missing steps was that his OSGeo Live USB installation lacked the mb library in GMT's config. Trying to run mbm_plot we ended up with an error about mbcontour not being found. Searching the web I ended up on https://www.ldeo.columbia.edu/res/pi/MB-System/html/mbsystem_how_to_get.html "In order for GMT to successfully execute the MB-System modules, the location of the shared library containing these modules must be known to GMT." To achieve this, we edited GMT_CUSTOM_LIBS in gmt.conf to read: GMT_CUSTOM_LIBS = /usr/lib/libmbgmt.so Afterwards mbcontour worked fine. |
|||
#1641 | wontfix | mbm_plot does not work out of the box, tries to run mapproject executable | ||
Description |
Earlier today I helped someone getting mbm_plot to work. By default mbm_plot tried to find the executable "mapproject" which does not exist. We changed the call in mbm_plot to use "gmt mapproject" instead. It worked fine then. |
|||
#1992 | fixed | Add user to vboxsf group to ease mounting of shared folders | ||
Description |
You can easily share folders between the guest and host system with VirtualBox with automatic mounting. I just tried it in osgeo-live-11.0-vm.vmdk and had no permissions to access the mounted directory. Simply adding the default user to the vboxsf group solves this. Please add the default user "user" to the group "vboxsf" to ease mounting of shared folders. I see no protentual issues. |