#1643: no way to set icon parameter through d.vect menu
---------------------------+------------------------------------------------
Reporter: vincent | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: d.vect,symbol | Platform: Linux
Cpu: x86-64 |
---------------------------+------------------------------------------------
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
#1643: no way to set icon parameter through d.vect menu
---------------------------+------------------------------------------------
Reporter: vincent | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: d.vect,symbol | Platform: Linux
Cpu: x86-64 |
---------------------------+------------------------------------------------
Comment(by vincent):
Once symbols directory pasted or linked to the right place
(etc/gui/images/symbols/), d.vect dialog shows the symbol preview
successfully.
#1643: no way to set icon parameter through d.vect menu
---------------------------+------------------------------------------------
Reporter: vincent | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: d.vect,symbol | Platform: Linux
Cpu: x86-64 |
---------------------------+------------------------------------------------
#1643: no way to set icon parameter through d.vect menu
---------------------------+------------------------------------------------
Reporter: vincent | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: d.vect,symbol | Platform: Linux
Cpu: x86-64 |
---------------------------+------------------------------------------------
Comment(by martinl):
Replying to [comment:2 annakrat]:
> Maybe this ticket r1558 is related?
#1643: no way to set icon parameter through d.vect menu
---------------------------+------------------------------------------------
Reporter: vincent | Owner: martinl
Type: defect | Status: assigned
Priority: blocker | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: d.vect,symbol | Platform: Linux
Cpu: x86-64 |
---------------------------+------------------------------------------------
Comment(by vincent):
Replying to [comment:4 martinl]:
> Hopefully fixed in r51478.
Down here it works, thanks.