Bug#1061429: tomboy-ng: Copy and paste to/from tomboy-ng does not work under (at least) GNOME

2024-01-24 Thread Shawn K. Quinn
Package: tomboy-ng
Version: 0.39-1
Severity: important
X-Debbugs-Cc: skqu...@rushpost.com

Dear Maintainer,

I am unable to copy and paste reliably to and from tomboy-ng to other GUI apps
while running GNOME. The X paste buffer (middle mouse button/wheel click) does
work, but normal Control-C/Control-V copy and paste do not.

I am at a loss as to how to further isolate the issue.


-- System Information:
Debian Release: trixie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.0-5-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages tomboy-ng depends on:
hi  libc62.36-9+deb12u3
ii  libcairo21.18.0-1+b1
ii  libgdk-pixbuf-2.0-0  2.42.10+dfsg-3
ii  libglib2.0-0 2.78.3-1
ii  libnotify-bin0.8.3-1
ii  libnotify4   0.8.3-1
ii  libpango-1.0-0   1.51.0+ds-4
ii  libpangocairo-1.0-0  1.51.0+ds-4
ii  libqt5pas1   3.0+dfsg1-1
ii  libx11-6 2:1.8.7-1
ii  wmctrl   1.07-7+b1

tomboy-ng recommends no packages.

Versions of packages tomboy-ng suggests:
ii  libayatana-appindicator3-1  0.5.93-1

-- no debconf information



Bug#1061281: gajim: Fails to start: AttributeError: module 'eventlet.green.select' has no attribute 'epoll'

2024-01-21 Thread Shawn K. Quinn
Package: gajim
Version: 1.8.4-1
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: skqu...@rushpost.com

Dear Maintainer,

At some point within the last few days, I am suddenly unable to launch gajim.
This is the console output I am receiving:

skquinn@crossbow:~$ gajim
Traceback (most recent call last):
  File "/usr/bin/gajim", line 8, in 
sys.exit(run())
 ^
  File "/usr/lib/python3/dist-packages/gajim/main.py", line 171, in run
_init_gui('GTK')
  File "/usr/lib/python3/dist-packages/gajim/main.py", line 105, in _init_gui
_init_gtk()
  File "/usr/lib/python3/dist-packages/gajim/main.py", line 123, in _init_gtk
from gajim.gtk import exception
  File "/usr/lib/python3/dist-packages/gajim/gtk/exception.py", line 54, in

import sentry_sdk
  File "/usr/lib/python3/dist-packages/sentry_sdk/__init__.py", line 1, in

from sentry_sdk.hub import Hub, init
  File "/usr/lib/python3/dist-packages/sentry_sdk/hub.py", line 8, in 
from sentry_sdk.scope import Scope
  File "/usr/lib/python3/dist-packages/sentry_sdk/scope.py", line 7, in

from sentry_sdk.attachments import Attachment
  File "/usr/lib/python3/dist-packages/sentry_sdk/attachments.py", line 5, in

from sentry_sdk.envelope import Item, PayloadRef
  File "/usr/lib/python3/dist-packages/sentry_sdk/envelope.py", line 7, in

from sentry_sdk.session import Session
  File "/usr/lib/python3/dist-packages/sentry_sdk/session.py", line 5, in

from sentry_sdk.utils import format_timestamp
  File "/usr/lib/python3/dist-packages/sentry_sdk/utils.py", line 1305, in

HAS_REAL_CONTEXTVARS, ContextVar = _get_contextvars()
   ^^
  File "/usr/lib/python3/dist-packages/sentry_sdk/utils.py", line 1275, in
_get_contextvars
if not _is_contextvars_broken():
   
  File "/usr/lib/python3/dist-packages/sentry_sdk/utils.py", line 1228, in
_is_contextvars_broken
from eventlet.patcher import is_monkey_patched  # type: ignore
^^
  File "/usr/lib/python3/dist-packages/eventlet/__init__.py", line 17, in

from eventlet import convenience
  File "/usr/lib/python3/dist-packages/eventlet/convenience.py", line 7, in

from eventlet.green import socket
  File "/usr/lib/python3/dist-packages/eventlet/green/socket.py", line 21, in

from eventlet.support import greendns
  File "/usr/lib/python3/dist-packages/eventlet/support/greendns.py", line 79,
in 
setattr(dns, pkg, import_patched('dns.' + pkg))
  
  File "/usr/lib/python3/dist-packages/eventlet/support/greendns.py", line 61,
in import_patched
return patcher.import_patched(module_name, **modules)
   ^^
  File "/usr/lib/python3/dist-packages/eventlet/patcher.py", line 132, in
import_patched
return inject(
   ^^^
  File "/usr/lib/python3/dist-packages/eventlet/patcher.py", line 109, in
inject
module = __import__(module_name, {}, {}, module_name.split('.')[:-1])
 
  File "/usr/lib/python3/dist-packages/dns/asyncquery.py", line 38, in 
from dns.query import (
  File "/usr/lib/python3/dist-packages/dns/query.py", line 63, in 
import httpcore
  File "/usr/lib/python3/dist-packages/httpcore/__init__.py", line 1, in

from ._api import request, stream
  File "/usr/lib/python3/dist-packages/httpcore/_api.py", line 5, in 
from ._sync.connection_pool import ConnectionPool
  File "/usr/lib/python3/dist-packages/httpcore/_sync/__init__.py", line 1, in

from .connection import HTTPConnection
  File "/usr/lib/python3/dist-packages/httpcore/_sync/connection.py", line 12,
in 
from .._synchronization import Lock
  File "/usr/lib/python3/dist-packages/httpcore/_synchronization.py", line 11,
in 
import trio
  File "/usr/lib/python3/dist-packages/trio/__init__.py", line 22, in 
from ._core import TASK_STATUS_IGNORED as TASK_STATUS_IGNORED  # isort:
split
^
  File "/usr/lib/python3/dist-packages/trio/_core/__init__.py", line 21, in

from ._local import RunVar, RunVarToken
  File "/usr/lib/python3/dist-packages/trio/_core/_local.py", line 9, in

from . import _run
  File "/usr/lib/python3/dist-packages/trio/_core/_run.py", line 2775, in

from ._io_epoll import (
  File "/usr/lib/python3/dist-packages/trio/_core/_io_epoll.py", line 202, in

class EpollIOManager:
  File "/usr/lib/python3/dist-packages/trio/_core/_io_epoll.py", line 203, in
EpollIOManager
_epoll: select.epoll = attr.ib(factory=select.epoll)
   
AttributeError: module 'eventlet.green.select' has no attribute 'epoll'

---

I have tried rolling back gajim itself but that did not help. I unfortunately
lack the detailed kn

Bug#1014281: ffdiaporama: Crashes on start with "malloc(): corrupted top size"

2022-07-03 Thread Shawn K. Quinn
Package: ffdiaporama
Version: 2.1+dfsg-1+b3
Severity: grave
Justification: renders package unusable
X-Debbugs-Cc: skqu...@rushpost.com

Dear Maintainer,

   * What led up to the situation?

Trying to run ffdiaporama for the first time.

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

Run the executable "ffDiaporama" from a terminal.

   * What was the outcome of this action?

The program appears to start normally, but I get this output:

$ ffDiaporama
[07:09:12.213:INFO] QT Version:5.15.2
[07:09:12.213:INFO] StartupDir /home/skquinn
[07:09:12.213:INFO] Application not found in directory
/home/skquinn/BUILDVERSION.txt
[07:09:12.213:INFO] Application not found in directory
/../../ffDiaporama/BUILDVERSION.txt
[07:09:12.213:INFO] Application not found in directory
/../ffDiaporama/BUILDVERSION.txt
[07:09:12.213:INFO] Application not found in directory
/opt/share/ffDiaporama/BUILDVERSION.txt
[07:09:12.213:INFO] Application found in directory
/usr/share/ffDiaporama/BUILDVERSION.txt
[07:09:12.213:INFO] Set working path to /usr/share/ffDiaporama
[07:09:12.213:INFO] Start ffDiaporama 2.1 (20140209) ...
[07:09:12.286:INFO] Parse command line ...
[07:09:12.286:INFO] Set LogLevel to INFORMATION
[07:09:12.286:INFO] Start GUI ...
[07:09:12.287:INFO] Start ...
libpng warning: iCCP: known incorrect sRGB profile
[07:09:12.309:INFO] Init home user database...
[07:09:12.311:INFO] Init translations...
[07:09:12.312:INFO] Read configuration file
/usr/share/ffDiaporama/ffDiaporama.xml
[07:09:12.315:INFO] Read configuration file
/usr/share/ffDiaporama/Devices.xml
[07:09:12.321:INFO] Read configuration file
/home/skquinn/.ffDiaporama/ffDiaporama.xml
[07:09:12.321:INFO] Read configuration file
/home/skquinn/.ffDiaporama/Devices.xml
[07:09:12.322:ERROR]Restore from a previous crash...
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[07:09:13.075:INFO] Loading system icons...
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
libpng warning: iCCP: known incorrect sRGB profile
[07:09:13.104:INFO] Starting libav...
[07:09:13.105:INFO] Loading background library...
[07:09:13.114:INFO] Loading text frame library...
[07:09:13.139:INFO] Loading no-luma transitions...
[07:09:13.142:INFO] Loading luma transitions...
[07:09:13.310:INFO] Scan drives in computer...
[07:09:13.310:INFO] Register models...
[07:09:13.646:INFO] Reading directory content (~/)
[07:09:13.796:WARNING]  LIBAV: Warning: data is not aligned! This can lead to a
speed loss
[07:09:13.801:INFO] LIBAV: Statistics: 32768 bytes read, 0 seeks
[07:09:13.807:INFO] LIBAV: Reinit context to 960x528, pix_fmt: yuv420p
[07:09:13.814:INFO] LIBAV: Reinit context to 960x528, pix_fmt: yuv420p
[07:09:13.823:INFO] LIBAV: Statistics: 137773 bytes read, 2 seeks
[07:09:13.841:INFO] LIBAV: Reinit context to 1152x720, pix_fmt: yuv420p
[07:09:13.846:INFO] LIBAV: Reinit context to 1152x720, pix_fmt: yuv420p
[07:09:13.857:INFO] LIBAV: Statistics: 163840 bytes read, 0 seeks
[07:09:13.869:INFO] LIBAV: Statistics: 32768 bytes read, 0 seeks
[07:09:13.879:INFO] LIBAV: Reinit context to 1920x1088, pix_fmt: yuv420p
[07:09:13.888:INFO] LIBAV: Reinit context to 1920x1088, pix_fmt: yuv420p
[07:09:13.910:INFO] LIBAV: Statistics: 130938 bytes read, 2 seeks
[07:09:13.926:INFO] LIBAV: Statistics: 65536 bytes read, 0 seeks
malloc(): corrupted top size
Aborted


   * What outcome did you expect instead?

I expected to get at least as far as the main program screen.

-- System Information:
Debian Release: 11.3
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500,
'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.18.0-0.bpo.1-amd64 (SMP w/4 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not
set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages ffdiaporama depends on:
ii  ffdiaporama-data 2.1+dfsg-1
ii  libavcodec58 7:4.3.4-0+deb11u1
ii  libavfilter7 7:4.3.4-0+deb11u1
ii  libavformat587:4.3.4-0+deb11u1
ii  libavutil56  7:4.3.4-0+deb11u1
ii  libc62.31-13+deb11u3
ii  libexiv2-2

Bug#431378: aptitude: outrageously slow with this version

2007-07-01 Thread Shawn K. Quinn
On Sun, 2007-07-01 at 18:23 -0700, Daniel Burrows wrote:
> On Sun, Jul 01, 2007 at 08:11:11PM -0500, "Shawn K. Quinn" <[EMAIL 
> PROTECTED]> was heard to say:
> > "Initializing package states" takes an absolutely outrageous amount of time
> > on a 0.5GHz Athlon with 256M RAM. Previous versions of aptitude did not do
> > this, so IMO, this is a regression that needs to be investigated and 
> > resolved.
> 
>   Please install the version from experimental and let me know if this
> still happens.

That appears to have fixed it, whatever it was.

-- 
Shawn K. Quinn <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#431378: aptitude: outrageously slow with this version

2007-07-01 Thread Shawn K. Quinn
Package: aptitude
Version: 0.4.4-4+b1
Severity: important


"Initializing package states" takes an absolutely outrageous amount of time
on a 0.5GHz Athlon with 256M RAM. Previous versions of aptitude did not do
this, so IMO, this is a regression that needs to be investigated and resolved.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.21-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages aptitude depends on:
ii  apt [libapt-pkg-libc6.5 0.7.2-0.1Advanced front-end for dpkg
ii  libc6   2.5-11   GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070609-1 GCC support library
ii  libncursesw55.5-5Shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.0.17-2 type-safe Signal Framework for C++
ii  libstdc++6  4.2-20070609-1   The GNU Standard C++ Library v3

Versions of packages aptitude recommends:
ii  aptitude-doc-en [aptitude-doc 0.4.4-4English manual for aptitude, a ter
pn  libparse-debianchangelog-perl  (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#410811: libgnomeprint2.2-0: GIF images print as solid black rectangles

2007-02-13 Thread Shawn K. Quinn
Package: libgnomeprint2.2-0
Version: 2.12.1-7
Severity: important


Subject line pretty much says it. Ordinarily this is a minor annoyance,
but Newegg's RMA e-mail contains a GIF for the barcodes. Attempts to
print from both evolution and eog both printed black rectangles, so I am
assuming the underlying library has the bug.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libgnomeprint2.2-0 depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libc6  2.5-0exp3 GNU C Library: Shared libraries
ii  libcupsys2 1.2.7-4   Common UNIX Printing System(tm) - 
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnomecups1.0-1  0.2.2-5   GNOME library for CUPS interaction
ii  libgnomeprint2.2-data  2.12.1-7  The GNOME 2.2 print architecture -
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libpango1.0-0  1.14.8-5  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages libgnomeprint2.2-0 recommends:
ii  cupsys1.2.7-4Common UNIX Printing System(tm) - 

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#409841: openoffice.org: not reproducible here

2007-02-06 Thread Shawn K. Quinn
Package: openoffice.org
Followup-For: Bug #409841


I have yet to be able to reproduce the Calc freezing bug, even when I
was running 2.0.4.dfsg.2-4 before. (I only upgraded to 2.1-3 from
experimental a few moments ago.)

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages openoffice.org depends on:
ii  openoffice.org-base   2.1-3  OpenOffice.org office suite - data
ii  openoffice.org-calc   2.1-3  OpenOffice.org office suite - spre
ii  openoffice.org-core   2.1-3  OpenOffice.org office suite archit
ii  openoffice.org-draw   2.1-3  OpenOffice.org office suite - draw
ii  openoffice.org-impress2.1-3  OpenOffice.org office suite - pres
ii  openoffice.org-java-commo 2.0.4.dfsg.2-4 OpenOffice.org office suite Java s
ii  openoffice.org-math   2.1-3  OpenOffice.org office suite - equa
ii  openoffice.org-writer 2.1-3  OpenOffice.org office suite - word

openoffice.org recommends no packages.

Versions of packages openoffice.org-writer depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libicu363.6-2International Components for Unico
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libstlport5.1   5.0.99rc2-7  STLport C++ class library
ii  libwpd8c2a  0.8.7-4  Library for handling WordPerfect d
ii  openoffice.org-core 2.1-3OpenOffice.org office suite archit
ii  python-uno  2.1-3Python interface for OpenOffice.or
ii  zlib1g  1:1.2.3-13   compression library - runtime

Versions of packages openoffice.org-base depends on:
ii  gij [java2-r 4:4.1.1-15  The GNU Java bytecode interpreter
ii  gij-4.1 [jav 4.1.1-20The GNU Java bytecode interpreter
ii  java-gcj-com 1.0.65-10   Java runtime environment using GIJ
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.6-2The GLib library of C routines
ii  libhsqldb-ja 1.8.0.7-1   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libstlport5. 5.0.99rc2-7 STLport C++ class library
ii  openoffice.o 2.1-3   OpenOffice.org office suite archit
ii  openoffice.o 2.0.4.dfsg.2-4  OpenOffice.org office suite Java s

Versions of packages openoffice.org-calc depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libstlport5.1   5.0.99rc2-7  STLport C++ class library
ii  libufsparse 1.2-7collection of libraries for comput
ii  openoffice.org-core 2.1-3OpenOffice.org office suite archit

Versions of packages openoffice.org-base depends on:
ii  gij [java2-r 4:4.1.1-15  The GNU Java bytecode interpreter
ii  gij-4.1 [jav 4.1.1-20The GNU Java bytecode interpreter
ii  java-gcj-com 1.0.65-10   Java runtime environment using GIJ
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.6-2The GLib library of C routines
ii  libhsqldb-ja 1.8.0.7-1   Java SQL database engine
ii  libmdbtools  0.5.99.0.6pre1.0.20051109-3 mdbtools libraries
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libstlport5. 5.0.99rc2-7 STLport C++ class library
ii  openoffice.o 2.1-3   OpenOffice.org office suite archit
ii  openoffice.o 2.0.4.dfsg.2-4  OpenOffice.org office suite Java s

Versions of packages openoffice.org-impress depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libgcc1 1:4.1.1-21   GCC support library
ii  libstdc++6  4.1.1-21 The GNU Standard C++ Library v3
ii  libstlport5.1   5.0.99rc2-7  STLport C++ class library
ii  openoffice.org-core 2.1-3OpenOffice.org office suite archit
ii  openoffice.org-draw 2.1-3OpenOffice.org office suite - draw

Versions of packages openoffice.org-math depends on:
ii  libc6   2.3.6.ds1-10 GNU 

Bug#409231: file: OpenDocument not identified

2007-01-31 Thread Shawn K. Quinn
Package: file
Version: 4.19-1
Severity: normal


Version 4.17-5 correctly identifies OpenDocument files. Version 4.19-1
does not.

Manually restoring the magic file from 4.17-5 appears to fix this
problem.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages file depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  libmagic1   4.19-1   File type determination library us

file recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#403578: gaim: timestamps no longer use 24 hour format after upgrade

2006-12-17 Thread Shawn K. Quinn
Package: gaim
Version: 1:2.0.0+beta5-8
Severity: normal


After upgrading gaim, timestamps are now shown and logged as 12 hour
time with AM and PM, instead of 24 hour time as prior versions of gaim
used, and with no apparent option to switch back.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages gaim depends on:
ii  gaim-data1:2.0.0+beta5-8 multi-protocol instant messaging c
ii  libatk1.0-0  1.12.3-1The ATK accessibility toolkit
ii  libavahi-compat-howl00.6.15-2Avahi Howl compatibility library
ii  libc62.3.6.ds1-9 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libdbus-1-3  1.0.2-1 simple interprocess messaging syst
ii  libdbus-glib-1-2 0.71-3  simple interprocess messaging syst
ii  libfontconfig1   2.4.2-1 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgstreamer0.10-0   0.10.10-2   Core GStreamer libraries and eleme
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libgtkspell0 2.0.10-3+b1 a spell-checking addon for GTK's T
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libncursesw5 5.5-5   Shared libraries for terminal hand
ii  libnspr4-0d  1.8.0.8-1   NetScape Portable Runtime Library
ii  libnss3-0d   1.8.0.8-1   Network Security Service libraries
ii  libpango1.0-01.14.8-3Layout and rendering of internatio
ii  libperl5.8   5.8.8-7 Shared Perl library
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libstartup-notification0 0.8-2   library for program launch feedbac
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxml2  2.6.27.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra
ii  libxss1  1:1.1.0-1   X11 Screen Saver extension library

Versions of packages gaim recommends:
ii  gstreamer0.10-alsa0.10.10-2  GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-base0.10.10-2  GStreamer plugins from the "base" 
ii  gstreamer0.10-plugins-good0.10.4-3   GStreamer plugins from the "good" 
ii  python2.4.4-2An interactive high-level object-o

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400552: followup

2006-11-27 Thread Shawn K. Quinn
0.5.0-1 crashes with dbus running as well.

-- 
Shawn K. Quinn <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400552: Interesting observation

2006-11-27 Thread Shawn K. Quinn
You may have been on to something about dbus. Turns out the reason
tomboy started working again was because dbus had (accidentally?) been
killed. I confirmed this, as a fresh GNOME login with dbus running
causes tomboy to crash, a second try after a simple "pkill dbus" and it
starts.

-- 
Shawn K. Quinn <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400552: tomboy: crashes on start

2006-11-26 Thread Shawn K. Quinn
On Sun, 2006-11-26 at 19:55 -0800, Dave Beckett wrote:
> It worked for me when I built it.
> 
> Why don't you try 0.5.0 in experimental at
>   http://ftp.debian.org/debian/pool/main/t/tomboy/
> and see if that fixes it for you.

Oddly enough, it just up and started working again a couple hours later.
I did, however, get a crash on close similar to the one reported when
running it under matchbox instead of GNOME.

-- 
Shawn K. Quinn <[EMAIL PROTECTED]>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#400552: tomboy: crashes on start

2006-11-26 Thread Shawn K. Quinn
Package: tomboy
Version: 0.4.1-2
Severity: grave
Justification: renders package unusable


After recent upgrades, tomboy crashes on start:

--begin
[EMAIL PROTECTED]:~$ tomboy
NoteManager created with note path "/home/skquinn/.tomboy".
Trying Plugin: Evolution.dll ... EvolutionPlugin. Done.
Trying Plugin: ExportToHTML.dll ... ExportToHTMLPlugin. Done.
Trying Plugin: PrintNotes.dll ... PrintPlugin. Done.
Trying Plugin: StickyNoteImport.dll ... StickyNoteImporter. Done.

=
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=

Stacktrace:

  at (wrapper managed-to-native)
DBus.Connection.dbus_connection_setup_with_g_main (intptr,intptr)
<0x4>
  at (wrapper managed-to-native)
DBus.Connection.dbus_connection_setup_with_g_main (intptr,intptr)
<0x>
  at DBus.Connection.SetupWithMain () <0x0001a>
  at DBus.Bus.GetBus (DBus.Bus/BusType) <0x00059>
  at DBus.Bus.GetSessionBus () <0x9>
  at Tomboy.RemoteControlProxy.Register () <0xd>
  at Tomboy.Tomboy.RegisterRemoteControl (Tomboy.NoteManager) <0x00058>
  at Tomboy.Tomboy.Main (string[]) <0x000ac>
  at (wrapper runtime-invoke) System.Object.runtime_invoke_void_string[]
(object,intptr,intptr,intptr) <0x>

Native stacktrace:

mono [0x8189c4d]
mono [0x816c752]
[0xb7f12440]
[0xb5ef798d]
[0xb5ef7943]
[0xb5ef5ee2]
[0xb5ef5be2]
[0xb5ef5b76]
[0xb5ef5a71]
[0xb735096d]
[0xb73507c3]
mono [0x816c61d]
mono(mono_runtime_invoke+0x27) [0x80f0ecf]
mono(mono_runtime_exec_main+0x142) [0x80f5819]
mono(mono_runtime_run_main+0x276) [0x80f5abf]
mono(mono_jit_exec+0xbd) [0x80587b8]
mono [0x8058895]
mono(mono_main+0x1610) [0x805a034]
mono [0x8057996]
/lib/tls/i686/cmov/libc.so.6(__libc_start_main+0xc8)
[0xb7d03ea8]
mono [0x80578f1]

Debug info from gdb:

(no debugging symbols found)
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread -1211176288 (LWP 11538)]
[New Thread -1239528528 (LWP 11549)]
[New Thread -1221268560 (LWP 11540)]
[New Thread -1214620752 (LWP 11539)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
0xb7f12410 in ?? ()
  4 Thread -1214620752 (LWP 11539)  0xb7f12410 in ?? ()
  3 Thread -1221268560 (LWP 11540)  0xb7f12410 in ?? ()
  2 Thread -1239528528 (LWP 11549)  0xb7f12410 in ?? ()
  1 Thread

Bug#397093: transcend: on Matrox G400, near-100% CPU usage, doesn't start, requires reboot to log in again

2006-11-04 Thread Shawn K. Quinn
Package: transcend
Version: 0.3.dfsg1-1
Severity: critical
Justification: breaks the whole system


Starting transcend completely destabilizes the entire system. 500 MHz
Athlon, 256M RAM, Matrox G400. Even killing Xorg and transcend don't
restore a normally functioning system; Xorg continues to use nearly 100%
of CPU.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-xen-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages transcend depends on:
ii  freeglut32.4.0-5 OpenGL Utility Toolkit
ii  libc62.3.6.ds1-7 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-17  GCC support library
ii  libgl1-mesa-glx [libgl1] 6.5.1-0.2   A free implementation of the OpenG
ii  libglu1-mesa [libglu1]   6.5.1-0.2   The OpenGL utility library (GLU)
ii  libportaudio018.1-4  Portable audio I/O - shared librar
ii  libstdc++6   4.1.1-17The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-2   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxi6   1:1.0.1-3   X11 Input extension library
ii  libxmu6  1:1.0.2-2   X11 miscellaneous utility library

transcend recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#378346: libgail17: gaim and agave crashes on i386, possibly related?

2006-10-21 Thread Shawn K. Quinn
Package: libgail17
Version: 1.8.11-2
Followup-For: Bug #378346


It looks like something is *really* hosed in gail, as gaim now crashes
here, as does the latest agave.

gaim backtrace:

#0  0xb7eef410 in ?? ()
#1  0xbfd682dc in ?? ()
#2  0x0006 in ?? ()
#3  0x0870 in ?? ()
#4  0xb73789d1 in raise () from /lib/tls/i686/cmov/libc.so.6
#5  0xb737a209 in abort () from /lib/tls/i686/cmov/libc.so.6
#6  0xb7599074 in g_logv () from /usr/lib/libglib-2.0.so.0
#7  0xb75990a9 in g_log () from /usr/lib/libglib-2.0.so.0
#8  0xb7599127 in g_assert_warning () from /usr/lib/libglib-2.0.so.0
#9  0xb6fb8c20 in gail_tree_view_ref_focus_cell ()
   from /usr/lib/gtk-2.0/modules/libgail.so
#10 0xb786e020 in atk_object_ref_accessible_child ()
   from /usr/lib/libatk-1.0.so.0
#11 0xb6ff47a0 in gnome_accessibility_module_shutdown ()
   from /usr/lib/gtk-2.0/modules/libatk-bridge.so
#12 0xb7618cf9 in g_signal_chain_from_overridden ()
   from /usr/lib/libgobject-2.0.so.0
#13 0xb761a429 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#14 0xb761d1ce in g_signal_emit_by_name () from /usr/lib/libgobject-2.0.so.0
#15 0xb6fb6988 in gail_tree_view_new ()
   from /usr/lib/gtk-2.0/modules/libgail.so
#16 0xb7a2ad0f in _gtk_marshal_VOID__BOXED_BOXED (closure=0x85641c0,
return_value=0x0, n_param_values=3, param_values=0x1,
invocation_hint=0xbfd68fdc, marshal_data=0x1) at gtkmarshalers.c:1146
#17 0xb760898b in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#18 0xb7619213 in g_signal_chain_from_overridden ()
   from /usr/lib/libgobject-2.0.so.0
#19 0xb761a429 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
#20 0xb761a5d9 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#21 0xb7adce37 in IA__gtk_tree_model_row_inserted (tree_model=0x8137d88,
path=0x8586bb8, iter=0xbfd6949c) at gtktreemodel.c:1431
#22 0xb7aee07c in IA__gtk_tree_store_insert_before (tree_store=0x8137d88,
iter=0xbfd6949c, parent=0xbfd693e8, sibling=0xbfd693bc)
at gtktreestore.c:1241
#23 0x0807572d in sort_method_alphabetical (node=0x83d6fb8, blist=0x82717f0,
groupiter=
  {stamp = -809710848, user_data = 0x850eda8, user_data2 = 0x0, user_data3 
= 0x0}, cur=0x0, iter=0xbfd6949c) at ../../gtk/gtkblist.c:5672
#24 0x0806ec69 in insert_node (list=0x82717f0, node=0x83d6fb8, iter=0xbfd6949c)
at ../../gtk/gtkblist.c:4326
#25 0x08076d20 in gaim_gtk_blist_update_contact (list=0x82717f0,
---Type  to continue, or q  to quit---
node=) at ../../gtk/gtkblist.c:4551
#26 0x08076eb3 in gaim_gtk_blist_update_buddy (list=0x82717f0, node=0x83d7028,
statusChange=2160) at ../../gtk/gtkblist.c:4608
#27 0x080770bc in gaim_gtk_blist_update (list=0x82717f0, node=0x83d7028)
at ../../gtk/gtkblist.c:4682
#28 0xb751b792 in gaim_status_set_active_with_attrs_list (status=0x83d8528,
active=1, attrs=0x8599d20) at ../../libgaim/status.c:642
#29 0xb751babd in gaim_status_set_active_with_attrs (status=0x83d8528,
active=1, args=0xbfd6960c "�t}�\001") at ../../libgaim/status.c:727
#30 0xb750ede4 in gaim_prpl_got_user_status (account=0x81a1730,
name=0x8587ca8 "[EMAIL PROTECTED]",
status_id=0xb67d667b "dnd") at ../../libgaim/prpl.c:149
#31 0xb67d152f in jabber_presence_parse (js=0x8550528, packet=0x8595028)
at ../../../../libgaim/protocols/jabber/presence.c:582
#32 0xb67cd815 in jabber_process_packet (js=0x8550528, packet=0x8595028)
at ../../../../libgaim/protocols/jabber/jabber.c:180
#33 0xb67d03b9 in jabber_parser_element_end_libxml (user_data=0x8550528,
element_name=0x85a3650 "presence", prefix=0x0,
namespace=0x85a357b "jabber:client")
at ../../../../libgaim/protocols/jabber/parser.c:102
#34 0xb7c13869 in xmlParseXMLDecl () from /usr/lib/libxml2.so.2
#35 0xb7c1ffd8 in xmlParseChunk () from /usr/lib/libxml2.so.2
#36 0xb67d02af in jabber_parser_process (js=0x8550528,
buf=0x870 , len=6)
at ../../../../libgaim/protocols/jabber/parser.c:178
#37 0xb67cd1cb in jabber_recv_cb (data=0x854eb58, source=24,
condition=GAIM_INPUT_READ)
at ../../../../libgaim/protocols/jabber/jabber.c:418
#38 0x080962e3 in gaim_gtk_io_invoke (source=0x8563090, condition=G_IO_IN,
data=0x85854b8) at ../../gtk/gtkeventloop.c:77
#39 0xb75b9c7f in g_io_channel_unix_get_fd () from /usr/lib/libglib-2.0.so.0
#40 0xb7590731 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#41 0xb75937a6 in g_main_context_check () from /usr/lib/libglib-2.0.so.0
#42 0xb7593b67 in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
#43 0xb7a27281 in IA__gtk_main () at gtkmain.c:1003
#44 0x080aae55 in main (argc=Cannot access memory at address 0x6
) at ../../gtk/gtkmain.c:801

agave backtrace, with assertion failure message:

** ERROR **: file gailtreeview.c: line 926 (gail_tree_view_ref_child): 
assertion failed: (renderer_list != NULL)
aborting...

Program received signal SIGABRT, Aborted.
[Switching to Thread -1228753216 (LWP 2251)]
0xb7f26410 in ?? ()
(gdb) bt
#0  0xb7f26410 in ?? ()
#1  0xbfd0d06c in ?? ()
#2  0x0006 in ?

Bug#394414: agave: crashes when adding colors to bookmarks

2006-10-20 Thread Shawn K. Quinn
Package: agave
Version: 0.4.1-0
Severity: important


Upon trying to add a color to my bookmark list, agave crashes. This
is reproducible with some regularity; sometimes the color is added
successfully, other times I get this crash:

** ERROR **: file gailtreeview.c: line 926 (gail_tree_view_ref_child): 
assertion failed: (renderer_list != NULL)
aborting...
Aborted

I got a similar crash when building 0.4.1 from source and installing it
under my $HOME, so this bug may well be upstream.

It's possible severity "grave" may be more accurate; I'm leaving that as
a judgement call for the maintaners.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages agave depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.3-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-6   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgcc11:4.1.1-16GCC support library
ii  libgconf2-42.16.0-2  GNOME configuration database syste
ii  libgconfmm-2.6-1c2 2.14.2-1  C++ wrappers for GConf (shared lib
ii  libglib2.0-0   2.12.4-1  The GLib library of C routines
ii  libglibmm-2.4-1c2a 2.12.0-1  C++ wrapper for the GLib toolkit (
ii  libgnome-keyring0  0.4.9-1   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-2+b1   GNOME virtual file-system (runtime
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libgtkmm-2.4-1c2a  1:2.8.8-1 C++ wrappers for GTK+ 2.4 (shared 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.0-2libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.7-1  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsigc++-2.0-0c2a 2.0.17-2  type-safe Signal Framework for C++
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libstdc++6 4.1.1-16  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-4 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-3 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.26.dfsg-4 GNOME XML library
ii  libxrandr2 2:1.1.0.2-4   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

agave recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#330660: nautilus-cd-burner: possibly related bug

2005-11-28 Thread Shawn K. Quinn
Package: nautilus-cd-burner
Version: 2.10.2-2
Followup-For: Bug #330660


http://bugzilla.gnome.org/show_bug.cgi?id=317529 could be related to
this bug; I'm unable to confirm this because I don't have a
list_cddrives executable.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]



Bug#330660: nautilus-cd-burner: still doesn't detect blank CD

2005-11-28 Thread Shawn K. Quinn
Package: nautilus-cd-burner
Version: 2.10.2-2
Followup-For: Bug #330660


This isn't an isolated case; I have had the same problem here for several
months. Today, on a fresh install, nautilus-cd-burner still refuses to see the
blank disc.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12-1-k7
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages nautilus-cd-burner depends on:
ii  cdrecord  4:2.01+01a03-3 command line CD writing tool
ii  gconf22.10.1-6   GNOME configuration database syste
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.10.3-1   The ATK accessibility toolkit
ii  libbonobo2-0  2.10.1-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.10.1-1   The Bonobo UI library
ii  libc6 2.3.5-8GNU C Library: Shared libraries an
ii  libeel2-2 2.10.1-3   Eazel Extensions Library (for GNOM
ii  libgail-common1.8.7-1GNOME Accessibility Implementation
ii  libgail17 1.8.7-1GNOME Accessibility Implementation
ii  libgconf2-4   2.10.1-6   GNOME configuration database syste
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.8.4-2The GLib library of C routines
ii  libgnome2-0   2.10.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.10.2-2   A powerful object-oriented display
ii  libgnomeui-0  2.10.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.10.1-5   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.6.10-1   The GTK+ graphical user interface 
ii  libice6   6.8.2.dfsg.1-7 Inter-Client Exchange library
ii  libnautilus-burn1 2.10.2-2   Nautilus Burn Library - runtime ve
ii  libnautilus-extension12.10.1-5   libraries for nautilus components 
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.8.2-3Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm66.8.2.dfsg.1-7 X Window System Session Management
ii  libxml2   2.6.22-2   GNOME XML library
ii  mkisofs   4:2.01+01a03-3 Creates ISO-9660 CD-ROM filesystem
ii  xlibs 6.8.2.dfsg.1-7 X Window System client libraries m
ii  zlib1g1:1.2.3-8  compression library - runtime

Versions of packages nautilus-cd-burner recommends:
pn  dvd+rw-tools   (no description available)

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]