comparison doc/FAQ @ 10814:364a2ef907ae

[gaim-migrate @ 12468] same thing here, changing to consistently using GTK+, by rlaager committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Mon, 11 Apr 2005 12:24:47 +0000
parents 75427cc95dfd
children 4d87f2dccb6d
comparison
equal deleted inserted replaced
10813:290131d5f626 10814:364a2ef907ae
11 protocols? 11 protocols?
12 1.6. I installed a new version of Gaim, but the about window says I'm 12 1.6. I installed a new version of Gaim, but the about window says I'm
13 still using the old version. 13 still using the old version.
14 1.7. Are the packages signed? If so, by who, and how can I get the 14 1.7. Are the packages signed? If so, by who, and how can I get the
15 key? 15 key?
16 1.8. Can I use Gaim for GTK+1.2? 16 1.8. Can I use Gaim for GTK+ 1.2?
17 1.9. Can I run Gaim on IRIX? 17 1.9. Can I run Gaim on IRIX?
18 1.10. Can I run gaim on MacOSX? 18 1.10. Can I run gaim on MacOSX?
19 1.11. How do I apply the patch "something.diff"? 19 1.11. How do I apply the patch "something.diff"?
20 1.12. Why is gaim crashing when I start it? 20 1.12. Why is gaim crashing when I start it?
21 1.13. Gaim <non-current version> is buggy. Gaim CVS is buggy. Why? 21 1.13. Gaim <non-current version> is buggy. Gaim CVS is buggy. Why?
420 GTK. To change this font you need to edit your ~/.gtkrc-2.0 file. If you need 420 GTK. To change this font you need to edit your ~/.gtkrc-2.0 file. If you need
421 help you can see our example .gtkrc-2.0 (http://gaim.sf.net/gtkrc-2.0) file. 421 help you can see our example .gtkrc-2.0 (http://gaim.sf.net/gtkrc-2.0) file.
422 On Windows, this file is located at C:\Documents and Settings\username 422 On Windows, this file is located at C:\Documents and Settings\username
423 \.themes\Default\gtk-2.0\gtkrc. 423 \.themes\Default\gtk-2.0\gtkrc.
424 424
425 You can also just switch to a different GTK theme. You can find GTK themes 425 You can also just switch to a different GTK+ theme. You can find GTK+ themes
426 (and information on using them) by visiting themes.freshmeat.net, 426 (and information on using them) by visiting themes.freshmeat.net,
427 art.gnome.org, or searching on Google. 427 art.gnome.org, or searching on Google.
428 428
429 If you're having a problem with the font size used by a specific person, you 429 If you're having a problem with the font size used by a specific person, you
430 can try turning on the Ignore Font Sizes preference in Preferences->Message 430 can try turning on the Ignore Font Sizes preference in Preferences->Message
515 meant to be the same for all instances of the application, the other is meant 515 meant to be the same for all instances of the application, the other is meant
516 to be unique to that instance of the application. ICCCM also states "If a 516 to be unique to that instance of the application. ICCCM also states "If a
517 client has multiple windows with identical WM_CLASS and WM_NAME properties, 517 client has multiple windows with identical WM_CLASS and WM_NAME properties,
518 then it should provide a WM_WINDOW_ROLE property." 518 then it should provide a WM_WINDOW_ROLE property."
519 519
520 Gtk+ sets these WM_CLASS values for us so that they are unique for Gaim 520 GTK+ sets these WM_CLASS values for us so that they are unique for Gaim
521 instances, and the documentation for the gtk_window_set_wmclass function says 521 instances, and the documentation for the gtk_window_set_wmclass function says
522 explicitly not to use it for anything else. Gaim uses the WM_WINDOW_ROLE hint 522 explicitly not to use it for anything else. Gaim uses the WM_WINDOW_ROLE hint
523 to differentiate windows. If your window manager is having problems 523 to differentiate windows. If your window manager is having problems
524 differentiating between Gaim windows, please ensure that it uses the 524 differentiating between Gaim windows, please ensure that it uses the
525 WM_WINDOW_ROLE hint per the ICCCM. 525 WM_WINDOW_ROLE hint per the ICCCM.