aMule Forum

English => en_Bugs => Topic started by: gav616 on January 16, 2010, 03:51:19 AM

Title: rGUI: 'Check for new version at startup'
Post by: gav616 on January 16, 2010, 03:51:19 AM
9955
The rGUI seems not to communicate with he 'amule.conf' on that option.
e.g.
This option being 'unchecked' in the rGUI but the config still has 'NewVersionCheck=1'
..and  a noticeable version check at startup occurs.

Title: Re: rGUI: 'Check for new version at startup'
Post by: Morse on January 16, 2010, 12:45:00 PM
rGUI has it's own conf file - "remote.conf". try looking there.
Title: Re: rGUI: 'Check for new version at startup'
Post by: Stu Redman on January 16, 2010, 01:46:40 PM
Preferences in rgui come in different flavors:
- preferences that affect the core and are passed through EC (stored in the core's amule.conf )
- preferences that affect only the remote gui itself (stored in remote.conf where the rgui runs)
- preferences that are completely dead (like the new version check...)
- preferences that should affect both, but affect only one (like language)
Yeah, this could use some work. It should clearly distinguish between core and gui options and have no dead fields. Problem is that sometimes core and gui options are mixed in the tabs, and some settings should be double (core and gui).

Fixed new version check in 9961, thanks for the hint!
Title: Re: rGUI: 'Check for new version at startup'
Post by: gav616 on January 16, 2010, 01:49:05 PM
thanks for the hint!
;)