Opened 13 years ago
Closed 13 years ago
#1643 closed defect (fixed)
no way to set icon parameter through d.vect menu
Reported by: | vincent | Owned by: | martinl |
---|---|---|---|
Priority: | blocker | Milestone: | 6.4.3 |
Component: | wxGUI | Version: | svn-releasebranch64 |
Keywords: | d.vect, symbol | Cc: | grass-dev@… |
CPU: | x86-64 | Platform: | Linux |
Description
Add a vector map, the d.vect dialog opens, then go to "Symbols" thumb. Point & centroid symbol property is set by default to basic/x. Seems the pulldown menu has disappeared, instead only an odd little square appears. Clicking on the latter produces this message :
Traceback (most recent call last): File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_core/forms.py", line 1720, in OnSetSymbol currentSymbol = p['value']) File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_core/dial ogs.py", line 2232, in __init__ self._layout() File "/usr/local/grass-6.4.3svn/etc/wxpython/gui_core/dial ogs.py", line 2239, in _layout self.folderChoice = wx.Choice(mainPanel, id = wx.ID_ANY, choices = os.listdir(self.symbolPath)) OSError : [Errno 2] Aucun fichier ou dossier de ce type: '/usr/local/grass-6.4.3svn/etc/gui/images/symbols'
Is it looking for this path? /usr/local/grass-6.4.3svn/etc/symbol
Change History (6)
comment:1 by , 13 years ago
follow-up: 4 comment:3 by , 13 years ago
follow-up: 5 comment:4 by , 13 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Priority: | normal → blocker |
Status: | new → assigned |
follow-up: 6 comment:5 by , 13 years ago
comment:6 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Once symbols directory pasted or linked to the right place (etc/gui/images/symbols/), d.vect dialog shows the symbol preview successfully.