Bug#928958: scanbd: wrong permissions - stopped working in Buster

2019-07-10 Thread Andreas Degert
In Debian Stretch libsane adds an ACL for group scanner
via /lib/udev/rules.d/60-libsane.rule:

ENV{libsane_matched}=="yes",
   RUN+="/bin/setfacl -m g:scanner:rw $env{DEVNAME}"

IIUC in Debian Buster this line is removed because local user access is
given via libpam-systemd.

scanbd stopped working in Buster because the group for daemon processes
is set to scanner in /etc/scanbd/scanbd.conf
and /lib/systemd/system/scanbm@.service.

Since the scanbd package also supplies an udev rule to set the group of
the device node to saned, the bug would be fixed by changing the group
in scanbd.conf and scanbm@.service to saned.



Bug#477151: python2.4-minimal: /usr/lib/python2.4/site.py should be a symlink to /etc/python2.4/site.py

2008-04-21 Thread Andreas Degert
Package: python2.4-minimal
Version: 2.4.5-2
Severity: normal

like in previous versions (and also in version 2.5)

-- System Information:
Debian Release: lenny/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages python2.4-minimal depends on:
ii  libc6   2.7-5GNU C Library: Shared libraries
ii  zlib1g  1:1.2.3.3.dfsg-8 compression library - runtime

python2.4-minimal recommends no packages.

-- no debconf information



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



Bug#444196: SIGSEGV when opening print dialog

2007-09-26 Thread Andreas Degert
Package: galeon
Version: 2.0.2-4
Severity: serious
Tags: patch

--- Please enter the report below this line. ---
Trying to open the print dialog (e.g. ctrl-P) crashes galeon (this
happened after I did some system updates; I _think_ the version of
galeon didn't change but some libs, and I hope its reproducible with a
pure debian-unstable installation).

Somehow deleting the dummy-entry of the printer combo-box of the
print dialog window now sets the active index to -1, and the already
installed callback function gets called and crashes. The patch is a
workaround, I'm not sure what really changed.

The third change in the patch stops the crashes, the first 2 changes in
the patch save the value of priv-selected_printer which gets changed by
a callback function when the dummy entry in name_combo is deleted.

--- print-dialog.c  Wed Sep 26 19:57:29 2007
+++ galeon-2.0.2/embed/print-dialog.c   Mon Jan  2 13:32:50 2006
@@ -363,7 +363,7 @@
{
GList *i;
GtkWidget *name_combo, *paper_combo;
-   int selected_printer = priv-selected_printer;
+
name_combo = galeon_dialog_get_control(dialog, NAME_PROP);
paper_combo = galeon_dialog_get_control(dialog, PAPER_PROP);
 
@@ -376,8 +376,8 @@
  ((EmbedPrintInfo 
*)i-data)-name);
}
gtk_combo_box_set_active(GTK_COMBO_BOX(name_combo),
-selected_printer);
-   priv-selected_printer =selected_printer;
+priv-selected_printer);
+
gul_pu_set_combobox_from_config(paper_combo, CONF_PRINT_PAPER);
}
 
@@ -671,10 +671,9 @@
 
priv-selected_printer =
gtk_combo_box_get_active(GTK_COMBO_BOX(name_combo));
+
info = (EmbedPrintInfo *)g_list_nth_data(priv-printers,
 priv-selected_printer);
-if (!info)
-return;
 
gtk_widget_set_sensitive(command_entry, info-can_change_command);
 

 --- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-2-686

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.de.debian.org 
  500 proposed-updates ftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libart-2.0-2(= 2.3.18) | 2.3.19-3
libatk1.0-0 (= 1.20.0) | 1.20.0-1
libbonobo2-0(= 2.15.0) | 2.20.0-1
libbonoboui2-0  (= 2.15.1) | 2.20.0-1
libc6  (= 2.6.1-1) | 2.6.1-5
libcairo2(= 1.4.0) | 1.4.10-1
libfontconfig1   (= 2.4.0) | 2.4.2-1.2
libgcc1(= 1:4.2.1) | 1:4.2.1-5
libgconf2-4 (= 2.13.5) | 2.20.0-1
libglade2-0(= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0(= 2.14.0) | 2.14.1-3
libgnome-desktop-2  (= 2.11.1) | 2.20.0-2
libgnome2-0 (= 2.17.3) | 2.20.0-1
libgnomecanvas2-0   (= 2.11.1) | 2.20.0-1
libgnomeui-0(= 2.17.1) | 2.20.0-1
libgnomevfs2-0   (= 1:2.17.90) | 1:2.20.0-1
libgtk2.0-0 (= 2.12.0) | 2.12.0-2
libice6(= 1:1.0.0) | 2:1.0.4-1
libmozjs0d (= 1.8.1.5) | 1.8.1.6-1
libnspr4-0d   (= 1.8.0.10) | 4.6.7-1
liborbit2 (= 1:2.14.1) | 1:2.14.7-0.1
libpango1.0-0   (= 1.18.2) | 1.18.2-1
libpopt0  (= 1.10) | 1.10-3
libsm6  | 2:1.0.3-1+b1
libstartup-notification0 (= 0.8-1) | 0.9-1
libstdc++6   (= 4.2.1) | 4.2.1-5
libx11-6| 2:1.0.3-7
libxcomposite1 (= 1:0.3-1) | 1:0.3.2-1+b1
libxcursor1  ( 1.1.2) | 1:1.1.9-1
libxdamage1  (= 1:1.1) | 1:1.1.1-3
libxext6| 1:1.0.3-2
libxfixes3 (= 1:4.0.1) | 1:4.0.3-2
libxi6  | 2:1.1.3-1
libxinerama1| 1:1.0.2-1
libxml2 (= 2.6.29) | 2.6.30.dfsg-2
libxrandr2 (= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1
libxul0d   (= 1.8.1.4) | 1.8.1.6-1
procps  | 1:3.2.7-3
galeon-common   | 2.0.2-4





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



Bug#440685: lp error when charset != UTF-8 or ASCII and filename with umlaut

2007-09-03 Thread Andreas Degert
Package: cupsys-client
Version: 1.3.0-3
Severity: normal

--- Please enter the report below this line. ---
Example:
export LANG=de_DE
 töstnäme.txt
lp töstnäme.txt

gives 'lp: Fehler - Kann auf töstnäme.txt nicht zugreifen - Datei
oder Verzeichnis nicht gefunden'
(file not found)

Reason:
lp (and other cups programs like lpr from cupsys-bsd) encodes all
command line args in UTF-8 with _cupsSetLocale(argv) before processing
them. Then it tries to access the modified file names.

Workaround:
LANG=C lp töstnäme.txt

seems to work. A proper fix in cups would probably be to encode the file
names into the system charset before using them in system calls (or not
modifying the names at all...).

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-2-686

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
libc6(= 2.6-1) | 2.6.1-1
libcupsimage2(= 1.3.0) | 1.3.0-3
libcupsys2   (= 1.3.0) | 1.3.0-3
libgnutls13(= 1.6.3-0) | 1.6.3-1
zlib1g(= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-3
cupsys-common   | 1.2.11-3
adduser | 3.100





Bug#438551: xdvi doesn't work

2007-08-19 Thread Andreas Degert
On Sat, 18 Aug 2007 13:36:22 +0200
Frank Küster [EMAIL PROTECTED] wrote:

 Andreas Degert [EMAIL PROTECTED] wrote:
 
  xdvi wants to use xdvi.bin which is not included in the package.
  Symlinking from xdvi.bin to xdvi-xaw.bin in /usr/bin makes it work.
 
 The symlink is supposed to go this way:
 
 /usr/bin/xdvi.bin - /etc/alternatives/xdvi.bin
 /etc/alternatives/xdvi.bin - /usr/bin/xdvi-xaw.bin
 
 (unless you have one of the far-eastern language support packages
 installed), and these symlinks are generated by update-alternatives.
 What is the output on your system of
 
 update-alternatives --display xdvi.bin

xdvi.bin - status is manual.
 link currently absent
/usr/bin/xdvi-xaw.bin - priority 30
Current `best' version is /usr/bin/xdvi-xaw.bin.

 update-alternatives --config xdvi.bin

There is only 1 program which provides xdvi.bin
(/usr/bin/xdvi-xaw.bin). Nothing to configure.

 

hmm... I just looked what the postinst is doing, you are grepping for
status is manual... since I installed texlive-base-bin in a
LANG=de_DE environment, the text output is different (the above output
was produced with LANG=C to make it readable in english, now I realize I
accidentally removed the most important bit of information ;-)

What do you think of changing

if update-alternatives --display xdvi.bin | grep -q status is manual ; then
if update-alternatives --display xdvi.bin | grep -q link currently points 
to /usr/bin/xdvi.real ; then

to something like

xdvi_alternatives () {
  LANG=C update-alternatives --display xdvi.bin  | grep -q $1
}
if xdvi_alternatives status is manual; then
 if xdvi_alternatives link currently points to /usr/bin/xdvi.real; then




Bug#438551: xdvi doesn't work

2007-08-17 Thread Andreas Degert
Package: texlive-base-bin
Version: 2007-13
Severity: normal

--- Please enter the report below this line. ---
xdvi wants to use xdvi.bin which is not included in the package.
Symlinking from xdvi.bin to xdvi-xaw.bin in /usr/bin makes it work.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.21-2-686

Debian Release: lenny/sid
  500 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.de.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.de.debian.org 
  500 proposed-updates ftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
perl | 5.8.8-7
ed   | 0.2-19
mime-support | 3.39-1
libc6 (= 2.6-1) | 2.6.1-1
libkpathsea4   (= 2007) | 2007-12
libncurses5 (= 5.6) | 5.6+20070812-1
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-1
libpoppler1   (= 0.5.1) | 0.5.4-6.1
libx11-6 | 2:1.0.3-7
libxaw7  | 1:1.0.1-5
libxmu6  | 6.9.0.dfsg.1-2
libxpm4  | 6.9.0.dfsg.1-2
libxt6   | 6.9.0.dfsg.1-2
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-3
texlive-common (= 2007) | 2007-10




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



Bug#422827: gnome-panel: fails to add a submenu as menu to the panel

2007-05-08 Thread Andreas Degert
Package: gnome-panel
Version: 2.18.1-1
Severity: normal
Tags: patch

When trying to add a submenu as a menu button to the panel (via the
context menu of a menu entry) an error message is written into
~/.xsession-errors:

** (gnome-panel:10887): WARNING **: Failed to find menu scheme for 
gnome-applications.menu

Following patch works for me:

---
--- gnome-panel-2.18.1/gnome-panel/panel-menu-button.c  Tue Apr 10 21:16:55 2007
+++ gnome-panel-2.18.1.changed/gnome-panel/panel-menu-button.c  Tue May  8 
10:38:30 2007
@@ -69,8 +69,8 @@
 } MenuPathRootItem;
 
 static MenuPathRootItem root_items [] = {
-   { APPLICATIONS_MENU, applications, applications.menu },
-   { SETTINGS_MENU, settings, settings.menu }
+   { APPLICATIONS_MENU, applications, gnome-applications.menu },
+   { SETTINGS_MENU, settings, gnome-settings.menu }
 };
 
 struct _PanelMenuButtonPrivate {
---
   

-- System Information:
Debian Release: 3.1
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), 
(500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages gnome-panel depends on:
ii  gnome-about2.14.3-1  The GNOME about box
ii  gnome-control-center   1:2.18.1-1utilities to configure the GNOME d
ii  gnome-desktop-data 2.18.1-1  Common files for GNOME 2 desktop a
ii  gnome-menus2.18.0-1  an implementation of the freedeskt
ii  gnome-panel-data   2.18.1-1  common files for GNOME 2 panel
ii  libart-2.0-2   2.3.19-3  Library of functions for 2D graphi
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonobo2-0   2.18.0-2  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-5 GNU C Library: Shared libraries
ii  libcairo2  1.4.6-1   The Cairo 2D vector graphics libra
ii  libdbus-1-31.0.2-4   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.73-2simple interprocess messaging syst
ii  libebook1.2-9  1.10.1-2  Client library for evolution addre
ii  libecal1.2-7   1.10.1-2  Client library for evolution calen
ii  libedataserver1.2-91.10.1-2  Utility library for evolution data
ii  libedataserverui1.2-8  1.10.1-2  GUI utility library for evolution 
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.11-3 The GLib library of C routines
ii  libgnome-desktop-2 2.18.1-1  Utility library for loading .deskt
ii  libgnome-keyring0  0.8.1-2   GNOME keyring services library
ii  libgnome-menu2 2.18.0-1  an implementation of the freedeskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-2GNOME Virtual File System (runtime
ii  libgtk2.0-02.10.12-1 The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.14.3-2  library for GNOME 2 panel applets
ii  libpango1.0-0  1.16.2-2  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.0-4 X11 Session Management library
ii  libstartup-notification0   0.9-1 library for program launch feedbac
ii  libwnck18  2.18.0-2  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxau61:1.0.0-3 X11 authorisation 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-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  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender1   

Bug#375856: lprof: various segfaults

2006-06-28 Thread Andreas Degert
Package: lprof
Version: 1.11.4.dfsg-3
Severity: important

This version is rather unstable for me and doesn't create a
correct profile. One way that I can trigger a segfault:

In the tab Camera/Scanner Profiler, load a new Image (via button
Load Image) when another image is already loaded.

Version 1.11.3.dfsg-2 was ok.

-- System Information:
Debian Release: 3.1
  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.16-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages lprof depends on:
ii  libc6 2.3.6-13   GNU C Library: Shared libraries
ii  libgcc1   1:4.1.1-5  GCC support library
ii  liblcms1  1.15-1 Color management library
ii  libqt3-mt 3:3.3.6-1  Qt GUI Library (Threaded runtime v
ii  libstdc++64.1.1-5The GNU Standard C++ Library v3
ii  libtiff4  3.8.2-5Tag Image File Format (TIFF) libra
ii  libvigraimpex21.4.0-1A C++ computer vision library
ii  libx11-6  2:1.0.0-6  X11 client-side library
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte

lprof recommends no packages.

-- no debconf information


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



Bug#361641: reportbug: shows sometimes wrong version of newest package

2006-04-09 Thread Andreas Degert
Package: reportbug
Version: 3.19
Severity: normal
Tags: patch

When trying to file a bug on openssh-server 1:4.2p1-8, reportbug
display a message that is version is newer than the debian version.
reportbug queries http://packages.debian.org/openssh-server, and the
relevant part of that page is:

 * unstable (debian-installer): Secure shell server for the Debian installer
   1:4.2p1-8: alpha amd64 arm hppa hurd-i386 i386 ia64 mips powerpc s390 sparc
   1:4.2p1-7: kfreebsd-i386 mipsel

The bug is in class PackagesParser (checkversions.py), which searches
for the *word* i386 and also gets a match for the last line. With my patch
a space is expected in front of the arch name (this works with the
current form of the html page... reportbug is very dependent on the
form of that page anyhow).
  
 
--- checkversions.py~   Sun Apr  2 08:21:06 2006
+++ checkversions.pySun Apr  9 13:44:53 2006
@@ -39,7 +39,7 @@
 self.versions = {}
 self.savedata = None
 self.row = None
-arch = r'\b(all|'+re.escape(arch)+r')\b'
+arch = r'\s(all|'+re.escape(arch)+r')\b'
 self.arch = re.compile(arch)
 self.dist = None
 

-- Package-specific info:
** /home/ad/.reportbugrc:
reportbug_version 1.99.43
mode standard
realname Andreas Degert
email [EMAIL PROTECTED]

-- System Information:
Debian Release: 3.1
  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.14-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages reportbug depends on:
ii  python2.3 2.3.5-9An interactive high-level object-o

Versions of packages reportbug recommends:
ii  python2.3-iconvcodec  1.1.2-1Python universal Unicode codec, us

-- debconf-show failed


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



Bug#361663: openssh-server: accounts with empty password accessable after upgrade

2006-04-09 Thread Andreas Degert
Package: openssh-server
Version: 1:4.2p1-8
Severity: important

After replacing ssh with openssh-server, accounts with empty password
become accessable when libpam-modules is too old. This can be
corrected by upgrading to a newer libpam-modules.

To reproduce the problem, downgrade to libpam-modules 0.72-35
(oldstable). The problem does not occur with version 0.76-22 (stable)
or newer.

A fix would be to change Depends: libpam-modules (= 0.72.9) to at
least (= 0.76-22).

-- System Information:
Debian Release: 3.1
  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.14-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages openssh-server depends on:
ii  adduser   3.47   Add and remove users and groups
ii  debconf [debc 1.4.67 Debian configuration management sy
ii  dpkg  1.13.11.0.1package maintenance system for Deb
ii  libc6 2.3.5-13   GNU C Library: Shared libraries an
ii  libcomerr21.34+1.35-WIP-2003.08.21-3 The Common Error Description libra
ii  libkrb53  1.4.3-5MIT Kerberos runtime libraries
ii  libpam-module 0.79-3.1   Pluggable Authentication Modules f
ii  libpam-runtim 0.79-3.1   Runtime support for the PAM librar
ii  libpam0g  0.76-6 Pluggable Authentication Modules l
ii  libselinux1   1.30-1 SELinux shared libraries
ii  libssl0.9.8   0.9.8a-5   SSL shared libraries
ii  libwrap0  7.6.dbs-8  Wietse Venema's TCP wrappers libra
ii  openssh-clien 1:4.2p1-8  Secure shell client, an rlogin/rsh
ii  zlib1g1:1.2.3-9  compression library - runtime

openssh-server recommends no packages.

-- debconf-show failed


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



Bug#347675: Acknowledgement (libcairo2: segv in nautilus)

2006-01-12 Thread Andreas Degert
On Thu, 12 Jan 2006 09:46:29 -0800
Dave Beckett [EMAIL PROTECTED] wrote:

 Andreas Degert wrote:
  Update:
  
  I rebuilt the package libcairo2 (with apt-get -b source ...), now it
  works.
 
 Ok... this is good, but not really very helpful in finding what
 actually caused the segv.   Wwhat broke?  Clearly cairo didn't change
 recently so it must have been something else in the chain.  Somebody
 did an ABI change without a version bump?

I rebuilt it using the same Debian source, so I suspect that I used
newer versions of tools in the build chain; so maybe the Debian binary
package is ok too after the next rebuild. (Size of my libcairo.so.2.2.3
is 299612 vs. 298588 in the Debian package.)

Also, I don't know why this is reproducible on my system but the are no
bug reports from others. I tried to update all relevant packages to the
current unstable version before re-checking the error.

So, maybe just downgrade this bug report to severity normal and I'll
re-check with the next regular unstable version.


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



Bug#347675: libcairo2: segv in nautilus

2006-01-11 Thread Andreas Degert
Package: libcairo2
Version: 1.0.2-3
Severity: important

nautilus gets a segment violation when an icon is dragged (e.g. a file
from a folder in icon view mode). Works ok when libcairo.so.2.2.3 is
replaced with the corresponding version from ubuntu (this is the quick
fix for me).

(if someone can reproduce this problem: you should use the
--disable-crash-dialog option for nautilus, or your desktop will just
lock up after starting the drag operation).

-- System Information:
Debian Release: 3.1
  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.14-2-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages libcairo2 depends on:
ii  libc6 2.3.5-11   GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  xlibs 6.9.0.dfsg.1-3 X Window System client libraries m
ii  zlib1g1:1.2.3-9  compression library - runtime

libcairo2 recommends no packages.

-- debconf-show failed

Information about nautilus:

Versions of packages nautilus depends on:
ii  desktop-file-utils0.10-1 Utilities for .desktop files
ii  gconf22.12.1-8   GNOME configuration database syste
ii  gnome-control-center  1:2.10.2-1 utilities to configure the GNOME d
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  libaudiofile0 0.2.6-6Open-source version of SGI's audio
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-11   GNU C Library: Shared libraries an
ii  libcairo2 1.0.2-3The Cairo 2D vector graphics libra
ii  libeel2-2 2.12.2-2   Eazel Extensions Library (for GNOM
ii  libesd0   0.2.36-1   Enlightened Sound Daemon - Shared 
ii  libexif12 0.6.12-2   library to parse EXIF files
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libgail-common1.8.8-1GNOME Accessibility Implementation
ii  libgail17 1.8.8-1GNOME Accessibility Implementation
ii  libgconf2-4   2.12.1-8   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.5-1The GLib library of C routines
ii  libgnome-desktop-22.12.2-2   Utility library for loading .deskt
ii  libgnome-keyring0 0.4.6-2GNOME keyring services library
ii  libgnome2-0   2.12.0.1-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.12.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.12.0-2   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.12.2-3   The GNOME virtual file-system libr
ii  libgtk2.0-0   2.8.9-2The GTK+ graphical user interface 
ii  libice6   6.9.0.dfsg.1-2 Inter-Client Exchange library
ii  libnautilus-extension12.12.2-2   libraries for nautilus components 
ii  liborbit2 1:2.12.4-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.10.2-1   Layout and rendering of internatio
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  librsvg2-22.12.7-3   SAX-based renderer library for SVG
ii  libsm66.9.0.dfsg.1-2 X Window System Session Management
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libx11-6  6.9.0.dfsg.1-3 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-2 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-2 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-2 X Window System multi-head display
ii  libxml2   2.6.23-1   GNOME XML library
ii  libxrandr26.9.0.dfsg.1-2 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  nautilus-data 2.12.2-2   data files for nautilus
ii  shared-mime-info  0.16-3 FreeDesktop.org shared MIME databa
ii 

Bug#347675: Acknowledgement (libcairo2: segv in nautilus)

2006-01-11 Thread Andreas Degert
Update:

I rebuilt the package libcairo2 (with apt-get -b source ...), now it
works.


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



Bug#346161: linux-source-2.6.15: serial card (fourport) stopped working

2006-01-07 Thread Andreas Degert
On Sat, 7 Jan 2006 11:55:25 +0100
maximilian attems [EMAIL PROTECTED] wrote:

 On Fri, 06 Jan 2006, Andreas Degert wrote:
 
  I have a fourport serial card, it is correctly detected and
  configured with the kernel from package
  linux-image-2.6.12-1-686-smp. The detected ports are ttyS4 - ttyS7
  (ttyS0/1 is standard serial ports, ttyS2/3 not assigned).
  
  With 2.6.15 it works if the (max) number of serial ports is changed
  from 4 to 8 in the kernel configuration:
  
  CONFIG_SERIAL_8250_NR_UARTS=8
  
  I don't know if this change in behaviour was intended (2.6.12 works
  with my card when this parameter set to it's default value of 4,
  2.6.14 and 2.6.15 don't).
  
 
 please add dmesg output to your bugreport.

After looking at the system again, I found that

 - only ttyS0 and ttyS1 are detected by the driver
 - ttyS4 - ttyS7 are set with setserial in a boot script (which works
   for Debian kernel 2.6.12, but not Debian kernel 2.6.15)

Some more search in the Internet revealed:

If you look at the changes for drivers/serial/Kconfig between 2.6.12
and 2.6.13 (e.g.
http://www.linuxhq.com/kernel/v2.6/13/drivers/serial/Kconfig) you'll
find the following part
-
config SERIAL_8250_NR_UARTS
-   int Maximum number of non-legacy 8250/16550 serial ports
+   int Maximum number of 8250/16550 serial ports
depends on SERIAL_8250
default 4
-   ---help---
- Set this to the number of non-legacy serial ports you want
- the driver to support.  This includes any ports discovered
- via ACPI or PCI enumeration and any ports that may be added
- at run-time via hot-plug.
+   help
+ Set this to the number of serial ports you want the driver
+ to support.  This includes any ports discovered via ACPI or
+ PCI enumeration and any ports that may be added at run-time
+ via hot-plug, or any ISA multi-port serial cards.
-

This means SERIAL_8250_NR_UARTS (slightly) changed its meaning, starting
with linux 2.6.13. To get the old behaviour, the number should be
increased by the number of legacy serial ports (which I think is 4 for
PC's, COM1 to COM4 in DOS-speak).

I don't think it makes much sense to set

config SERIAL_8250_MANY_PORTS
bool Support more than 4 legacy serial ports

to y (which the Debian configuration does) and at the same time
set the maximum number of serial ports to 4.

 
 nevertheless this looks like an upstream bug,
 please report it on bugzilla.kernel.org

I'm not so sure it's a bug, because if you have 4 additional serial
ports on your system, according to the Kconfig
documentation .._NR_UARTS has to be increased.

 please inform us of any outcome. :)
 thanks for your report.

thanks for your fast response!

 -- 
 maks


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



Bug#346161: linux-source-2.6.15: serial card (fourport) stopped working

2006-01-05 Thread Andreas Degert
Package: linux-source-2.6.15
Severity: wishlist

I have a fourport serial card, it is correctly detected and configured
with the kernel from package linux-image-2.6.12-1-686-smp. The
detected ports are ttyS4 - ttyS7 (ttyS0/1 is standard serial ports,
ttyS2/3 not assigned).

With 2.6.15 it works if the (max) number of serial ports is changed
from 4 to 8 in the kernel configuration:

CONFIG_SERIAL_8250_NR_UARTS=8

I don't know if this change in behaviour was intended (2.6.12 works
with my card when this parameter set to it's default value of 4,
2.6.14 and 2.6.15 don't).

-- System Information:
Debian Release: potato
  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.15
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-1)


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



Bug#293994: libgtk2.0-0: gedit starts in right-to-left mode (?)

2005-02-07 Thread Andreas Degert
Package: libgtk2.0-0
Version: 2.6.1-2
Severity: normal

When version 2.6.1-2 of libgtk2.0-0 is installed, gedit starts with
the cursor on the top right of the window (instead top left). When
typing letters, the cursor jumps to the left, when typing numbers, it
stays on the right. Anyhow, with version 2.4.14-2 of libgtk2.0-0
everything behaves as expected.

-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.19-686-smp
Locale: LANG=de_DE, LC_CTYPE=de_DE (charmap=ISO-8859-15)

Versions of packages libgtk2.0-0 depends on:
ii  libatk1.0-0   1.8.0-3The ATK accessibility toolkit
ii  libc6 2.3.2.ds1-20   GNU C Library: Shared libraries an
ii  libfontconfig12.2.3-1generic font configuration library
ii  libfreetype6  2.1.7-2.1  FreeType 2 font engine, shared lib
ii  libglib2.0-0  2.6.1-3The GLib library of C routines
ii  libgtk2.0-0   2.6.1-2The GTK+ graphical user interface 
ii  libgtk2.0-bin 2.6.1-2The programs for the GTK+ graphica
ii  libgtk2.0-common  2.6.1-2Common files for the GTK+ graphica
ii  libjpeg62 6b-7   The Independent JPEG Group's JPEG 
ii  libpango1.0-0 1.8.0-3Layout and rendering of internatio
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libtiff4  3.6.1-1.1  Tag Image File Format library
ii  libx11-6  4.3.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  4.3.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.2-6FreeType-based font drawing librar
ii  libxi64.3.0.dfsg.1-6 X Window System Input extension li
ii  libxrandr24.3.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-6 X Window System client libraries m
ii  zlib1g1:1.2.1.1-5compression library - runtime

-- no debconf information


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