sorting
-
moboy78
- Dies with sente
- Posts: 72
- Joined: Sun May 19, 2013 7:23 am
- GD Posts: 0
- KGS: moboy78
- IGS: moboy78
- Has thanked: 6 times
- Been thanked: 9 times
sorting
I recently started logging onto KGS again after about a two or three month absence from the server. After logging on, I discovered that KGS seems to want to sort everyone's name in alphabetical order. When I go to change the method to sort by ranking, it works right up until the moment I log off. As soon as I log back onto KGS, it goes right back to alphabetical sorting for all of my rooms. While I don't really mind this for some rooms, there are others where I'd like to be able have the people in them sorted by rank. Any idea on how to fix this (if it can be done)? Thanks in advance.
- ez4u
- Oza
- Posts: 2414
- Joined: Wed Feb 23, 2011 10:15 pm
- Rank: Jp 6 dan
- GD Posts: 0
- KGS: ez4u
- Location: Tokyo, Japan
- Has thanked: 2351 times
- Been thanked: 1332 times
Re: sorting
Toge wrote:Do we know when this newly introduced bug is going to be fixed?
Aardvarks are crowding the tab.
Based on recent experience it should be somewhere between three years and never.
Dave Sigaty
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21
"Short-lived are both the praiser and the praised, and rememberer and the remembered..."
- Marcus Aurelius; Meditations, VIII 21
- Toge
- Lives in gote
- Posts: 313
- Joined: Tue May 18, 2010 11:11 am
- Rank: KGS dan
- GD Posts: 0
- KGS: Toge
- Has thanked: 36 times
- Been thanked: 63 times
Re: sorting
I was searching Windows registry for KGS settings. Apparently many of the default settings seem to be stored here, including things like connection port, game invitation message and default room to join.
Here are the steps for finding the page: (for PC running Windows)
1. Click start
2. In search line type regedit.exe and open it
3. Search for kgs
for me the path was HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\igoweb\cgoban
There are 15 true/false statements and a bunch of settings with numbered values. Problem is that names of these entities are garbled. I wonder would it be possible to change the default sorting of names by altering a value here.
Here are the steps for finding the page: (for PC running Windows)
1. Click start
2. In search line type regedit.exe and open it
3. Search for kgs
for me the path was HKEY_CURRENT_USER\Software\JavaSoft\Prefs\org\igoweb\cgoban
There are 15 true/false statements and a bunch of settings with numbered values. Problem is that names of these entities are garbled. I wonder would it be possible to change the default sorting of names by altering a value here.
-
Marathon
- Dies with sente
- Posts: 78
- Joined: Sun Mar 03, 2013 1:25 pm
- GD Posts: 0
- Has thanked: 16 times
- Been thanked: 21 times
Re: sorting
Four years ago, Toge wrote about KGS values in the Windows registry:
On Linux, before these bugs appeared, the values were stored in a Java .properties file.
There's a guess that these bugs were introduced when a change was made to have fewer settings stored on the user's machine.
Edit: The Java .properties file no longer exists on my computer, which uses Linux. That implies the Windows registry is no longer used for these settings on Windows machines.
I doubt it. That the sort setting changes back to alphabetical when you log out indicates the value isn't being saved, so wouldn't be in the registry. But, could a bug cause CGoban3 to not save the value, but attempt to read the value, and use default alpha sort when the value isn't found? If so, you might be able to get it to sort by rank by adding a value to the registry. Except you wouldn't know what the key would be, especially if the name is scrambled.Toge wrote: ...
There are 15 true/false statements and a bunch of settings with numbered values. Problem is that names of these entities are garbled. I wonder would it be possible to change the default sorting of names by altering a value here.
On Linux, before these bugs appeared, the values were stored in a Java .properties file.
There's a guess that these bugs were introduced when a change was made to have fewer settings stored on the user's machine.
Edit: The Java .properties file no longer exists on my computer, which uses Linux. That implies the Windows registry is no longer used for these settings on Windows machines.