From: <dat...@us...> - 2006-10-18 21:44:04
|
Revision: 17534 http://svn.sourceforge.net/gaim/?rev=17534&view=rev Author: datallah Date: 2006-10-18 14:43:54 -0700 (Wed, 18 Oct 2006) Log Message: ----------- Update faq for beta4 release changes Modified Paths: -------------- web/htdocs/win32/index.php Modified: web/htdocs/win32/index.php =================================================================== --- web/htdocs/win32/index.php 2006-10-18 20:00:50 UTC (rev 17533) +++ web/htdocs/win32/index.php 2006-10-18 21:43:54 UTC (rev 17534) @@ -32,10 +32,6 @@ <h2 id="faq">Windows Gaim FAQ</h2> <ul> <li> -<b>What happened to the Gaim systray icon?</b> - As of 0.65 systray functionality has moved into the docklet plugin, labeled "System Tray Icon" in Gaim's plugins section (under Preferences). You will need to load this plugin for the systray features to work. -</li> - -<li> <b>How does Win Gaim determine which language to use?</b> - For the user who installed Win Gaim, the language selected during installation will be the default. This can be overridden by setting the <code>GAIMLANG</code> (as of v1.1.0) environmental variable (for example <code>GAIMLANG=de</code>). If both of these methods fail, Win Gaim will fall back to the default Windows user locale setting. </li> @@ -84,7 +80,7 @@ </li> <li> -<b>Why do I get a "No disk in drive" (or similar) message?</b> - There is a bug in one of the components of the GTK+ runtime (gettext). As a result, this component attempts to locate a configuration file on the I: drive. If you have an I: drive and it is a removable media drive such as a ZIP drive, CD/DVD-ROM drive, or flash card reader, you will see the an error message stating that there is no disk in the drive or asking you to insert a disk into the drive. If you can change your drive letters so that you have no I: (possible on Windows 2000 or XP), unplug the device if it is a USB device, or insert a disk or card into the drive before starting Gaim, this should silence the message. We hope to have a fixed GTK+ runtime soon. This error message can safely be ignored without any ill effects. +<b>Why do I get a "No disk in drive" (or similar) message?</b> - **This has been fixed in the GTK+ 2.10.6 installer.** There is a bug in one of the components of the GTK+ runtime (gettext). As a result, this component attempts to locate a configuration file on the I: drive. If you have an I: drive and it is a removable media drive such as a ZIP drive, CD/DVD-ROM drive, or flash card reader, you will see the an error message stating that there is no disk in the drive or asking you to insert a disk into the drive. If you can change your drive letters so that you have no I: (possible on Windows 2000 or XP), unplug the device if it is a USB device, or insert a disk or card into the drive before starting Gaim, this should silence the message. We hope to have a fixed GTK+ runtime soon. This error message can safely be ignored without any ill effects. </li> </ul> @@ -109,7 +105,7 @@ </li> <li> -<b>GTK+ 2.8.x Unable to connect</b> - It is not currently possible to use any version of WinGaim with any 2.8.x version of GTK+. Attempting to do so will result in an inability to connect and/or frequent disconnections. The issue is specifically in Glib 2.8.x. For those interested in the technical details, the GIOChannel implementation has been rewritten and appears to have some quirks - see the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=324234">bugzilla entry</a>. +<b>GTK+ 2.8.x Unable to connect</b> - Versions of WinGaim prior to 2.0.0beta4 do not work with GTK+ 2.8.0 or newer. The symptoms are an inability to connect and/or frequent disconnections. The issue is specifically in Glib 2.8.x. For those interested in the technical details, the GIOChannel implementation has been rewritten and appears to have some quirks - see the following <a href="http://bugzilla.gnome.org/show_bug.cgi?id=324234">bugzilla entry</a>. To avoid this problem, use WinGaim 2.0.0beta4 or newer, or stick with GTK+ 2.6.10. </li> <li> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |