[Bug 194552] Re: [Hardy] GDM starts with wrong display resolution

2008-05-09 Thread Matthew Koyle
It may not be helpful at all, but I was having a similar problem and had
to change a line in xorg.conf which you may or may not have. Honestly, I
don't know how the line got there (I suspect it appeared during the
Hardy install, but I am not sure).

Anyway, my GDM resolution should have been 1280x1024 but my greeters did
not appear properly. Rather, it looked as though the greeter was
stretched to 1600x1200 and I could not see the bottom and right sides of
the greeter. In my xorg.conf I had a line in the screen section:

 virtual 1600 1200

Changing that line to 1280 1024 fixed the GDM greeter resolution problem
for me. Is there any possibility these are related? Good luck.

Do you have a modified xorg.conf?  If you don't, another solution which
appears to fix the gdm greeter problem is to generate a new generic
xorg.conf using

sudo dpkg-reconfigure -phigh xserver-xorg

Sorry if this isn't at all related.  It seems similar to my problem,
though so I thought I would chime in.  Good luck.

-- 
[Hardy] GDM starts with wrong display resolution
https://bugs.launchpad.net/bugs/194552
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug assignee.

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


[Bug 89602] Re: gimp crashes

2007-05-09 Thread Matthew Koyle
I don't really remember for certain... I think the command above fixed
it, but I may have updated libgimp2.0 or libgtk2.0  or libc6 and not
thought about it at the time.  I added Feisty repos to my sources list
and then did 'apt-get install gimp' (along with a few other things) and
after starting gimp once it wouldn't start again until I deleted the
config file (~/.gimp-2.2) and then removed feisty repos-- I didn't want
the instability problems with everything.  This isn't a problem someone
doing a dist-upgrade would have; only if you had packages from edgy AND
feisty would this happen.

Back then, I thought I fixed it by running

apt-get install gimp-data gimp-dbg gimp-print gimp-python gimp-svg gimp-
dcraw gimp-help-en gimp-perl gimp-python gimp-data-extras

but I wonder if I didn't install those libraries, too by
installing/upgrading something else.  Would it have been gimp-data or
gimp-data-extras (do those include the files that it would have been
processing when it crashed)?

Sorry I don't know for certain; if I had a spare system I would install
edgy and try to reproduce the problem (to see if it is fixed or not).

--Matthew

-- 
gimp crashes
https://bugs.launchpad.net/bugs/89602
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gimp in ubuntu.

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


[Bug 83041] Re: When rotating files, every other rotation rotates 180 instead of 90

2007-05-08 Thread Matthew Koyle
This appears to have been fixed.

--Matthew

** Changed in: gthumb (Ubuntu)
   Status: Needs Info => Fix Released

-- 
When rotating files, every other rotation rotates 180 instead of 90
https://bugs.launchpad.net/bugs/83041
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gthumb in ubuntu.

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


[Bug 89602] Re: gimp crashes

2007-05-08 Thread Matthew Koyle
This was a problem resulting from a partial upgrade to feisty (before
release) and, as I recall, was a result of a dependency not requiring
the appropriate version of a required library.  I am marking it as
rejected so people don't need to worry about it any more.

** Changed in: gimp (Ubuntu)
   Status: Needs Info => Rejected

-- 
gimp crashes
https://bugs.launchpad.net/bugs/89602
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is a bug contact for gimp in ubuntu.

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
Sorry I probably jumped ahead here; hopefully from what I got you can
figure out what was the problem.  I feel fairly certain it was a
dependency problem because after an apt-get install of all of the gimp
things I had, it now works properly.

[EMAIL PROTECTED]:~$ sudo apt-get install gimp-data gimp-dbg gimp-print
gimp-python gimp-svg gimp-dcraw gimp-help-en gimp-perl gimp-python gimp-
data-extras


** Attachment added: "terminal output from above apt command"
   http://librarian.launchpad.net/6610979/apt.log

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
sorry; I seem to have missed half of the directions for the backtrace;
that first one is probably not very useful.

** Attachment added: "full backtrace"
   http://librarian.launchpad.net/6610971/gdb-gimp.txt

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
Correction in case the following is confusing:
After the directory has been regenerated, it finishes with an strace that looks 
the same as the first one. The start-up screen says "looking for data files: 
modules"

After the directory has been regenerated gimp starts fine and works fine
(as far as I can tell).  After exiting gimp, when I attempt to execute
it again, I get the same problem as before and the strace looks the
same.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
In an strace, before deleting the old .gimp-2.2 settings, the program
stops at this line:

15:34:55.559985 futex(0x84629a8, FUTEX_WAIT, 2, NULL

after that, the program opens properly.  When I exit from that, the
strace has a bit of an error message:

15:39:42.984437 unlink("/home/matthew/.gimp-2.2/gimpswap.13810") = -1
ENOENT (No such file or directory)

If you want that entire strace I can add it; it is really quite large,
so I will wait to be asked for that one.  After the directory has been
regenerated, it finishes with an strace that looks the same as the first
one.  The start-up screen says "looking for data files: modules"

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle

** Attachment added: "strace"
   http://librarian.launchpad.net/6610943/strace-gimp.log

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-04 Thread Matthew Koyle
http://people.ubuntu.com/~pitti/ddebs is not reponding right now so I
can't get the package at that site (I will try it later today/tomorrow).

I installed gimp-dbg and have attached what I got.

Error while reading shared library symbols:
Cannot find new threads: generic error

The first time I executed it, it opened normally.  Then I closed it and
told it to run again and it had a similar (but not identical) crash to
the problem I reported originally.

Since it says there is an error with shared libraries, I am guessing
that one of the dependencies is incorrect on my system (I have not
upgraded everything to feisty-- just a few select items like gimp
because I wanted to assist with testing the ubuntustudio-graphics meta
package but did not want to install everything for feisty).  Just
guessing, one of the dependencies for gimp in feisty might need a
version correction.

** Attachment added: "gimp-dbg output"
   http://librarian.launchpad.net/6610938/1-gdb-gimp.txt

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] Re: gimp crashes

2007-03-03 Thread Matthew Koyle
** Description changed:

  execute gimp from a terminal or from the menu and it gets stuck at
  "looking for data files: tool options"
  
  If I run
  
  gimp --verbose
  
  it opens fine with no errors that I can see.  This is on a system that I
  upgraded from edgy to feisty.  If I delete the user's profile gimp then
- starts properly afterwords (rm ~/.gimp-2.2).
+ starts properly one time afterwords (rm ~/.gimp-2.2) and then fails
+ again in the same way.
  
  [EMAIL PROTECTED]:~$ gimp -v
  GIMP version 2.2.13
- 
- That makes the priority of this rather low (for me) but presumably it
- could impact everyone that upgrades from edgy to feisty using apt.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] gimp crashes

2007-03-03 Thread Matthew Koyle
Public bug reported:

execute gimp from a terminal or from the menu and it gets stuck at
"looking for data files: tool options"

If I run

gimp --verbose

it opens fine with no errors that I can see.  This is on a system that I
upgraded from edgy to feisty.  If I delete the user's profile gimp then
starts properly afterwords (rm ~/.gimp-2.2).

[EMAIL PROTECTED]:~$ gimp -v
GIMP version 2.2.13

That makes the priority of this rather low (for me) but presumably it
could impact everyone that upgrades from edgy to feisty using apt.

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

** Changed in: Ubuntu
Sourcepackagename: None => gimp

** Description changed:

  execute gimp from a terminal or from the menu and it gets stuck at
  "looking for data files: tool options"
  
  If I run
  
  gimp --verbose
  
- it opens fine with no errors that I can see.
+ it opens fine with no errors that I can see.  This is on a system that I
+ upgraded from edgy to feisty.  If I delete the user's profile gimp then
+ starts properly afterwords (rm ~/.gimp-2.2).
+ 
+ [EMAIL PROTECTED]:~$ gimp -v
+ GIMP version 2.2.13
+ 
+ That makes the priority of this rather low (for me) but presumably it
+ could impact everyone that upgrades from edgy to feisty using apt.

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 89602] gimp crashes

2007-03-03 Thread Matthew Koyle
Public bug reported:

execute gimp from a terminal or from the menu and it gets stuck at
"looking for data files: tool options"

If I run

gimp --verbose

it opens fine with no errors that I can see.

** Affects: gimp (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gimp crashes
https://launchpad.net/bugs/89602

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


[Bug 83041] When rotating files, every other rotation rotates 180 instead of 90

2007-02-03 Thread Matthew Koyle
Public bug reported:

Binary package hint: gthumb

In gthumb, when rotating jpeg files, every other rotation seems to over-
rotate.

I open gthumb, search my pictures directory and review pictures.  I then
rotate individual files (using the drop-down or the '[' or ']' keys).
When I rotate multiple pictures (by selecting more than one or by
rotating one at a time), some of the pictures rotate 180 degrees in
stead of 90 degrees.  This happened in Edgy gthumb and now happens in
Feisty gthumb.  I can make the image rotate the other way 90 degrees,
but it is a bit or an irritating problem.

Not sure if being AMD64 is part of the problem.  Thanks.

[EMAIL PROTECTED]:/shared/Pictures$ sudo apt-cache show gthumb
Package: gthumb
Priority: optional
Section: gnome
Installed-Size: 8508
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Original-Maintainer: Remco van de Meent <[EMAIL PROTECTED]>
Architecture: amd64
Version: 3:2.9.1-0ubuntu1
Replaces: gthumb2
Provides: gthumb2
Depends: libart-2.0-2 (>= 2.3.16), libatk1.0-0 (>= 1.12.2), libbonobo2-0 (>= 
2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.5-0ubuntu1), libcairo2 (>= 
1.2.6), libexif12, libfontconfig1 (>= 2.4.0), libgconf2-4 (>= 2.13.5), 
libglade2-0 (>= 1:2.5.1), libglib2.0-0 (>= 2.12.0), libgnome-keyring0 (>= 
0.7.1), libgnome2-0 (>= 2.14.1), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 
(>= 2.16.0), libgnomevfs2-0 (>= 2.16.0-1), libgtk2.0-0 (>= 2.10.3), libice6 (>= 
1:1.0.0), libjpeg62, liblaunchpad-integration0 (>= 0.0patch26), liborbit2 (>= 
1:2.14.1), libpango1.0-0 (>= 1.15.2), libpopt0 (>= 1.10), libsm6, libtiff4, 
libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, 
libxinerama1, libxml2 (>= 2.6.27), libxrandr2, libxrender1, libxtst6, 
libxxf86vm1, zlib1g (>= 1:1.2.1), gconf2 (>= 2.12.1-4ubuntu1), scrollkeeper (>= 
0.3.8), shared-mime-info
Conflicts: gthumb2
Filename: pool/main/g/gthumb/gthumb_2.9.1-0ubuntu1_amd64.deb
Size: 1437674
MD5sum: 4fd4ef20945b166676de05dcaac52325
SHA1: 2cb2a4f1ab91ca79c6e7e5599ba1b0cc431a7f55
SHA256: 6ace09d97d73cfdceb41b8460182d79419023b51ae124e7ddfaa5b2a1b1d5782
Description: an image viewer and browser
 gThumb is an advanced image viewer and browser. It has many useful
 features, such as filesystem browsing, slide show, image catalogs, web
 album creation, camera import, image CD burning, batch file operations and
 quick image editing features like transformation and color manipulation.
 .
 It's designed for GNOME 2 desktop environment and uses its platform. For
 camera import feature, the gPhoto2 library is used.
 .
 Homepage: http://gthumb.sourceforge.net/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, edubuntu-desktop

** Affects: gthumb (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
When rotating files, every other rotation rotates 180 instead of 90
https://launchpad.net/bugs/83041

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


[Bug 83037] gthumb transformations broken

2007-02-03 Thread Matthew Koyle
Public bug reported:

Binary package hint: gthumb

Since /usr/lib/gthumb/modules/libjpegtran.so does not exist, the
transformation tools (rotate, etc) do not work.  The files that should
be there are in /usr/lib/gthumb/gthumb/modules.  This is in Feisty.

This breakage occurred immediately after upgrading from Edgy gthumb to
Feisty gthumb (that was the only upgrade I performed).  I have fixed the
problem on my system by executing

sudo mv /usr/lib/gthumb/gthumb/modules/ /usr/lib/gthumb/modules

[EMAIL PROTECTED]:/shared/Pictures$ sudo apt-cache show gthumb
Package: gthumb
Priority: optional
Section: gnome
Installed-Size: 8508
Maintainer: Ubuntu Core Developers <[EMAIL PROTECTED]>
Original-Maintainer: Remco van de Meent <[EMAIL PROTECTED]>
Architecture: amd64
Version: 3:2.9.1-0ubuntu1
Replaces: gthumb2
Provides: gthumb2
Depends: libart-2.0-2 (>= 2.3.16), libatk1.0-0 (>= 1.12.2), libbonobo2-0 (>= 
2.15.0), libbonoboui2-0 (>= 2.15.1), libc6 (>= 2.5-0ubuntu1), libcairo2 (>= 
1.2.6), libexif12, libfontconfig1 (>= 2.4.0), libgconf2-4 (>= 2.13.5), 
libglade2-0 (>= 1:2.5.1), libglib2.0-0 (>= 2.12.0), libgnome-keyring0 (>= 
0.7.1), libgnome2-0 (>= 2.14.1), libgnomecanvas2-0 (>= 2.11.1), libgnomeui-0 
(>= 2.16.0), libgnomevfs2-0 (>= 2.16.0-1), libgtk2.0-0 (>= 2.10.3), libice6 (>= 
1:1.0.0), libjpeg62, liblaunchpad-integration0 (>= 0.0patch26), liborbit2 (>= 
1:2.14.1), libpango1.0-0 (>= 1.15.2), libpopt0 (>= 1.10), libsm6, libtiff4, 
libx11-6, libxcursor1 (>> 1.1.2), libxext6, libxfixes3 (>= 1:4.0.1), libxi6, 
libxinerama1, libxml2 (>= 2.6.27), libxrandr2, libxrender1, libxtst6, 
libxxf86vm1, zlib1g (>= 1:1.2.1), gconf2 (>= 2.12.1-4ubuntu1), scrollkeeper (>= 
0.3.8), shared-mime-info
Conflicts: gthumb2
Filename: pool/main/g/gthumb/gthumb_2.9.1-0ubuntu1_amd64.deb
Size: 1437674
MD5sum: 4fd4ef20945b166676de05dcaac52325
SHA1: 2cb2a4f1ab91ca79c6e7e5599ba1b0cc431a7f55
SHA256: 6ace09d97d73cfdceb41b8460182d79419023b51ae124e7ddfaa5b2a1b1d5782
Description: an image viewer and browser
 gThumb is an advanced image viewer and browser. It has many useful
 features, such as filesystem browsing, slide show, image catalogs, web
 album creation, camera import, image CD burning, batch file operations and
 quick image editing features like transformation and color manipulation.
 .
 It's designed for GNOME 2 desktop environment and uses its platform. For
 camera import feature, the gPhoto2 library is used.
 .
 Homepage: http://gthumb.sourceforge.net/
Bugs: mailto:[EMAIL PROTECTED]
Origin: Ubuntu
Task: ubuntu-desktop, edubuntu-desktop

** Affects: gthumb (Ubuntu)
 Importance: Undecided
 Status: Unconfirmed

-- 
gthumb transformations broken
https://launchpad.net/bugs/83037

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


[Bug 80685] Re: gaim will not connect to jabber clients on AMD64

2007-01-25 Thread Matthew Koyle
Well, I can't quite make sense of it, but now I can connect.  I
contacted google this morning and when I got home it still did not work.
I changed back to using gmail.com as the server and made my username
start with a capital letter.

Now it works with uppercase or lowercase first letter so my guess is
that google fixed something on my account.

Sorry about the bother,

--Matthew

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

-- 
gaim will not connect to jabber clients on AMD64
https://launchpad.net/bugs/80685

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


[Bug 80685] Re: gaim will not connect to jabber clients on AMD64

2007-01-25 Thread Matthew Koyle
I am still not able to connect; my wife is able to connect from a
different user account on the same system.  Interestingly, today I tried
to use gaim from a Windows system and it also failed to connect.

I have deleted ~/.gaim a few times and this has not fixed it.  As far as
I can tell, it probably is something on google's end.  I really cannot
explain it.  Probably not a bug here, though.

Just so everyone can be reassured that I am not having trouble because
of my settings, I am attaching the setting screens.

--Matthew

** Attachment added: "setting screens (basic and advanced)"
   http://librarian.launchpad.net/5855875/googlemail.png

-- 
gaim will not connect to jabber clients on AMD64
https://launchpad.net/bugs/80685

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


[Bug 80685] gaim will not connect to jabber clients on AMD64

2007-01-19 Thread Matthew Koyle
Public bug reported:

Binary package hint: gaim

I am unable to connect to any jabber client (including jabber.org with
strange and long usernames).  I have attempted to connect to google talk
without success.

Seems to be related to DNS... might not actually be a problem with gaim;
gaim can connect to other clients (AIM is working properly for me).  I
don't know if some other package I have installed in addition to base
system is the problem.  I have not added anything like dnsmasq or
anything that should interact with DNS at that level.

Here is gaim -d output from a session where I logged on, added my google
talk account (googlemail.com as server per directions at
http://www.google.com/support/talk/bin/answer.py?answer=24073), tried to
log on a couple more times, then closed the gaim windows and finally
closed gaim completely.

[EMAIL PROTECTED]:~$ gaim -d
dbus: okkk
plugins: probing /usr/lib/gaim/musicmessaging.so
plugins: probing /usr/lib/gaim/dbus-example.so
plugins: probing /usr/lib/gaim/docklet.so
plugins: probing /usr/lib/gaim/extplacement.so
plugins: probing /usr/lib/gaim/gaimrc.so
plugins: probing /usr/lib/gaim/gestures.so
plugins: probing /usr/lib/gaim/gevolution.so
plugins: probing /usr/lib/gaim/history.so
plugins: probing /usr/lib/gaim/iconaway.so
plugins: probing /usr/lib/gaim/idle.so
plugins: probing /usr/lib/gaim/libgaimperl.so
plugins: /usr/lib/gaim/libgaimperl.so is not usable because the 
'gaim_init_plugin' symbol could not be found.  Does the plugin call the 
GAIM_INIT_PLUGIN() macro?
plugins: probing /usr/lib/gaim/libgg.so
plugins: probing /usr/lib/gaim/libirc.so
plugins: probing /usr/lib/gaim/libjabber.so
plugins: probing /usr/lib/gaim/libmsn.so
plugins: probing /usr/lib/gaim/libnovell.so
plugins: probing /usr/lib/gaim/liboscar.so
plugins: probing /usr/lib/gaim/libsametime.so
plugins: /usr/lib/gaim/libsametime.so has a prefs_info, but is a prpl. This is 
no longer supported.
plugins: probing /usr/lib/gaim/libsimple.so
plugins: probing /usr/lib/gaim/libyahoo.so
plugins: probing /usr/lib/gaim/libzephyr.so
plugins: /usr/lib/gaim/libzephyr.so is unloadable: libzephyr.so.3: cannot open 
shared object file: No such file or directory
plugins: probing /usr/lib/gaim/ssl-gnutls.so
plugins: probing /usr/lib/gaim/notify.so
plugins: probing /usr/lib/gaim/perl.so
plugins: probing /usr/lib/gaim/psychic.so
plugins: probing /usr/lib/gaim/relnot.so
plugins: probing /usr/lib/gaim/spellchk.so
plugins: probing /usr/lib/gaim/statenotify.so
plugins: probing /usr/lib/gaim/ssl-nss.so
plugins: probing /usr/lib/gaim/ssl.so
plugins: probing /usr/lib/gaim/ticker.so
plugins: probing /usr/lib/gaim/tcl.so
plugins: /usr/lib/gaim/tcl.so is unloadable: libtcl8.4.so.0: cannot open shared 
object file: No such file or directory
plugins: probing /usr/lib/gaim/timestamp_format.so
plugins: probing /usr/lib/gaim/timestamp.so
plugins: probing /usr/lib/gaim/nautilus.so
util: Reading file accounts.xml from directory /home/matthew/.gaim
util: Reading file status.xml from directory /home/matthew/.gaim
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
stun: using server 
stun: using server 
sound: Initializing sound output drivers.
util: Reading file blist.xml from directory /home/matthew/.gaim
util: File /home/matthew/.gaim/blist.xml does not exist (this is not 
necessarily an error)
prefs: Reading /home/matthew/.gaim/prefs.xml
prefs: Finished reading /home/matthew/.gaim/prefs.xml
plugins: Loading saved plugin /usr/lib/gaim/docklet.so
docklet: plugin loaded
gtkblist: added visibility manager: 1
tray icon: created
plugins: Loading saved plugin /usr/lib/gaim/notify.so
pounce: Error reading pounces: Failed to open file 
'/home/matthew/.gaim/pounces.xml': No such file or directory
Session Management: ICE initialized.
Session Management: Connecting with no previous ID
Session Management: Handling new ICE connection... done.
Session Management: Connected to manager (GnomeSM) with client ID 
117f00010100011692589390215780019
Session Management: Using gaim as command
g_log: gaim_dbus_pointer_to_id: assertion `id || node == NULL' failed
account: Connecting to account [EMAIL PROTECTED]/Home
Session Management: Received first save_yourself
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
Session Management: Received save_complete
prefs: /gaim/gtk/blist/list_visible changed, scheduling save.
tray icon: embedded
util: Writing file accounts.xml to directory /home/matthew/.gaim
util: Writing file prefs.xml to directory /home/matthew/.gaim
connection: Connecting. gc = 0xad7b20
dns: Created new DNS child 25244, there are now 1 children.
dns: Successfully sent DNS request to child 25244
dns: Got response for 'talk.gmail.com'
dns: DNS error: Name or service not known (pid=25244)
account: Disconnecting acc