[GRASS-dev] [GRASS GIS] #2602: GUI preferences dialog fails to open

#2602: GUI preferences dialog fails to open
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone:
Component: wxGUI | Version: 7.0.0
Keywords: | Platform: MSWindows XP
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
When choosing a "settings" -> "preferences", only an error is printed in
the command line.
Tested with 7.0.0 on XP and Vista

{{{
Traceback (most recent call last):
   File "C:\Program Files\GRASS GIS
7.0.0\gui\wxpython\lmgr\frame.py", line 1537, in
OnPreferences

dlg = PreferencesDialog(parent=self, giface=self._giface)
   File "C:\Program Files\GRASS GIS
7.0.0\gui\wxpython\gui_core\preferences.py", line 231, in
__init__

self._createGeneralPage(self.notebook)
   File "C:\Program Files\GRASS GIS
7.0.0\gui\wxpython\gui_core\preferences.py", line 282, in
_createGeneralPage

label = _("Hide '%s' tab (requires GUI restart)") %
_("Search module"),
TypeError
:
not all arguments converted during string formatting
}}}

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2602&gt;
GRASS GIS <http://grass.osgeo.org>

#2602: GUI preferences dialog fails to open
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: wxGUI | Version: 7.0.0
Keywords: | Platform: MSWindows XP
      Cpu: Unspecified |
-------------------------+--------------------------------------------------
Changes (by martinl):

  * milestone: => 7.0.1

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2602#comment:1&gt;
GRASS GIS <http://grass.osgeo.org>

#2602: GUI preferences dialog fails to open
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: wxGUI | Version: 7.0.0
Keywords: | Platform: MSWindows XP
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by annakrat):

Works for me with English locale on Windows 8. Is locale the problem?

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2602#comment:2&gt;
GRASS GIS <http://grass.osgeo.org>

#2602: GUI preferences dialog fails to open
-------------------------+--------------------------------------------------
Reporter: marisn | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.0.1
Component: wxGUI | Version: 7.0.0
Keywords: | Platform: MSWindows XP
      Cpu: Unspecified |
-------------------------+--------------------------------------------------

Comment(by marisn):

It is caused by a faulty translation to Latvian language (shame on me).
Issue is fixed in trunk with r64789

Leaving open, as r64789 needs to be backported to release branch.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2602#comment:3&gt;
GRASS GIS <http://grass.osgeo.org>

#2602: GUI preferences dialog fails to open
---------------------------+------------------------------------------------
  Reporter: marisn | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.0.1
Component: wxGUI | Version: 7.0.0
Resolution: fixed | Keywords:
  Platform: MSWindows XP | Cpu: Unspecified
---------------------------+------------------------------------------------
Changes (by neteler):

  * status: new => closed
  * resolution: => fixed

Comment:

Replying to [comment:3 marisn]:
> Leaving open, as r64789 needs to be backported to release branch.

Backported, closing.

--
Ticket URL: <http://trac.osgeo.org/grass/ticket/2602#comment:4&gt;
GRASS GIS <http://grass.osgeo.org>