[Bug 64415] Re: Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed

2006-11-14 Thread Sebastien Bacher

That upload fixes the issue:

 gaim (1:2.0.0+beta5-1ubuntu1) feisty; urgency=low
 .
   * Sync with Debian
   * debian/control:
 - Build-Depends on libxext-dev, liblaunchpad-integration-dev, intltool
 - don't Build-Depends on libavahi-compat-howl-dev
   * debian/patches/01_lpi.patch,
 debian/patches/02_autoconf.patch:
 - launchpad integration patches.
   * debian/patches/04_let_crasher_for_apport.patch:
 - don't catch crashes, apport does that.
 - fixes apport having broken backtraces for gaim
   * debian/patches/99_default_to_irc_ubuntu_com.patch:
 - set default irc server to irc.ubuntu.com
   * debian/prefs.xml:
 - set the notify by default (Ubuntu: #13389)
   * debian/rules
 - Add translation domain to desktop file.
 - call intltool-update to build the .pot


** Changed in: gaim (Ubuntu)
   Importance: Undecided => Low
   Status: Fix Committed => Fix Released

-- 
Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed
https://launchpad.net/bugs/64415

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 64415] Re: Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed

2006-10-16 Thread Jeff Greene
The new version will fix this: http://gaim.sourceforge.net/sean/blog
/font-sizes

** Changed in: gaim (Ubuntu)
   Status: Unconfirmed => Fix Committed

-- 
Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed
https://launchpad.net/bugs/64415

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


Re: [Bug 64415] Re: Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed

2006-10-06 Thread Dave Rolsky
On Fri, 6 Oct 2006, Luke Schierer wrote:

> look at the gtkrc plugin, included with that version of gaim.  at least
> I think it made that beta.  if not, look at writing a ~/.gtkrc-2.0 along
> the lines of gaim.sf.net/gtkrc-2.0

Ah, that did the trick. Here's what I stuck in the gtkrc-2.0 file:

style "imhtml-fix"
{
 font_name = "Sans 10"
}

# Set the widget style for the conversation entry box
widget "*gaim_gtkconv_entry" style "imhtml-fix"
# Set the widget style for the conversation
widget "*gaim_gtkconv_imhtml" style "imhtml-fix"
# Set the widget style for the log viewer
widget "*gaim_gtklog_imhtml" style "imhtml-fix"

# Set the widget style for IMHtml input widgets in request dialogs
widget "*gaim_gtkrequest_imhtml" style "imhtml-fix"
# Set the widget style for IMHtml widgets in notify dialogs
widget "*gaim_gtknotify_imhtml" style "imhtml-fix"

-- 
Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed
https://launchpad.net/bugs/64415

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs


[Bug 64415] Re: Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed

2006-10-06 Thread Luke Schierer
look at the gtkrc plugin, included with that version of gaim.  at least
I think it made that beta.  if not, look at writing a ~/.gtkrc-2.0 along
the lines of gaim.sf.net/gtkrc-2.0

-- 
Gaim 2.0.0beta3.1 fonts are really tiny, and can't be changed
https://launchpad.net/bugs/64415

-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs