Bug#328064: guile-gnome0-gtk: patch on gtk/gnome/overrides/gtk.defs

2006-01-05 Thread david
Package: guile-gnome0-gtk
Followup-For: Bug #328064



-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.27-2-686
Locale: LANG=fr_BE.ISO-8859-1, LC_CTYPE=fr_BE.ISO-8859-1 (charmap=ISO-8859-1)
the following patch should be applied to gtk/gnome/overrides/gtk.defs
which among other things fix the gtk-list-store-* api calls (that were
otherwise missing)

;;; -- patch file starts here
--- gtk.defs.old2005-01-24 12:52:58.0 +0100
+++ gtk.defs2006-01-05 23:17:40.0 +0100
@@ -677,7 +677,6 @@
  gtk_combo_new ;; avoid ignoring gtk_combo_box
  gtk_combo_set_*
  gtk_combo_disable_activate
- gtk_list*
  gtk_old_editable*
  gtk_option_menu*
  gtk_pixmap*
@@ -761,6 +760,33 @@
 gtk_icon_theme_set_search_path ;; takes array
 gtk_icon_theme_get_search_path ;; returns array
 
+gtk_list_get_type
+gtk_list_new
+gtk_list_insert_items
+gtk_list_append_items
+gtk_list_prepend_items
+gtk_list_remove_items
+gtk_list_remove_items_no_unref
+gtk_list_clear_items
+gtk_list_select_item
+gtk_list_unselect_item
+gtk_list_select_child
+gtk_list_unselect_child
+gtk_list_child_position
+gtk_list_set_selection_mode
+gtk_list_extend_selection
+gtk_list_start_selection
+gtk_list_end_selection
+gtk_list_select_all
+gtk_list_unselect_all
+gtk_list_scroll_horizontal
+gtk_list_scroll_vertical
+gtk_list_toggle_add_mode
+gtk_list_toggle_focus_row
+gtk_list_toggle_row
+gtk_list_undo_selection
+gtk_list_end_drag_selection
+
 gtk_list_store_set_column_types
 
 gtk_preview_uninit
;;; -- patch end


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



Bug#346233: guile-gnome-platform: debuild fails, guile-gnome-gw-atk.c

2006-01-06 Thread david
Package: guile-gnome-platform
Severity: serious
Justification: no longer builds from source

   apt-get build-dep guile-gnome-platform
   apt-get source guile-gnome-platform
   cd guile-gnome-platform-2.7.99

[EMAIL PROTECTED]:/usr/src/guile-gnome-platform-2.7.99 26 $ debuild
dpkg-buildpackage: source package is guile-gnome-platform
dpkg-buildpackage: source version is 2.7.99-4
dpkg-buildpackage: source changed by Andreas Rottmann [EMAIL PROTECTED]
dpkg-buildpackage: host architecture i386



A list of opaque types and bad method names has been written to
gnome-atk.log.

mv guile-gnome-gw-atk.scm atk.scm
make  all-am
make[6]: entrant dans le répertoire «
/usr/src/guile-gnome-platform-2.7.99/atk/gnome/gw »
if /bin/sh ../../../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I.
-I../../..-I../../../glib/gnome/gobject
-I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g
-I/usr/include/atk-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include-std=gnu99   -g -Wall -O2 -MT
libgw_guile_gnome_atk_la-guile-gnome-gw-atk.lo -MD -MP -MF
.deps/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.Tpo -c -o
libgw_guile_gnome_atk_la-guile-gnome-gw-atk.lo `test -f
'guile-gnome-gw-atk.c' || echo './'`guile-gnome-gw-atk.c; \
then mv -f
.deps/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.Tpo
.deps/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.Plo; else rm -f
.deps/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.Tpo; exit 1; fi
mkdir .libs
 cc -DHAVE_CONFIG_H -I. -I. -I../../.. -I../../../glib/gnome/gobject
-I../../../glib/gnome/gobject -I. -I. -Wall -Werror -g
-I/usr/include/atk-1.0 -I/usr/include/glib-2.0
-I/usr/lib/glib-2.0/include -std=gnu99 -g -Wall -O2 -MT
libgw_guile_gnome_atk_la-guile-gnome-gw-atk.lo -MD -MP -MF
..deps/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.Tpo -c
guile-gnome-gw-atk.c  -fPIC -DPIC -o
..libs/libgw_guile_gnome_atk_la-guile-gnome-gw-atk.o
guile-gnome-gw-atk.c: In function 'gw_initialize_wrapset_gnome_atk':
guile-gnome-gw-atk.c:2600: error: 'GW_TYPESPEC_UNSPECIALIZED' undeclared
(first use in this function)
guile-gnome-gw-atk.c:2600: error: (Each undeclared identifier is
reported only once
guile-gnome-gw-atk.c:2600: error: for each function it appears in.)
guile-gnome-gw-atk.c:2615: error: invalid operands to binary |
guile-gnome-gw-atk.c:2632: error: invalid operands to binary |
guile-gnome-gw-atk.c:2649: error: invalid operands to binary |
guile-gnome-gw-atk.c:2703: error: invalid operands to binary |
guile-gnome-gw-atk.c:2720: error: invalid operands to binary |
guile-gnome-gw-atk.c:3018: error: invalid operands to binary |
guile-gnome-gw-atk.c:3167: error: invalid operands to binary |
cc1: warnings being treated as errors
guile-gnome-gw-atk.c:3170: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3180: error: invalid operands to binary |
guile-gnome-gw-atk.c:3183: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3263: error: invalid operands to binary |
guile-gnome-gw-atk.c:3344: error: invalid operands to binary |
guile-gnome-gw-atk.c:3347: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3352: error: invalid operands to binary |
guile-gnome-gw-atk.c:3369: error: invalid operands to binary |
guile-gnome-gw-atk.c:3372: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3378: error: invalid operands to binary |
guile-gnome-gw-atk.c:3397: error: invalid operands to binary |
guile-gnome-gw-atk.c:3401: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3423: error: invalid operands to binary |
guile-gnome-gw-atk.c:3487: error: invalid operands to binary |
guile-gnome-gw-atk.c:3586: error: invalid operands to binary |
guile-gnome-gw-atk.c:3603: error: invalid operands to binary |
guile-gnome-gw-atk.c:3606: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer from pointer without a cast
guile-gnome-gw-atk.c:3628: error: invalid operands to binary |
guile-gnome-gw-atk.c:3666: error: invalid operands to binary |
guile-gnome-gw-atk.c:3695: error: invalid operands to binary |
guile-gnome-gw-atk.c:4183: error: invalid operands to binary |
guile-gnome-gw-atk.c:4200: error: invalid operands to binary |
guile-gnome-gw-atk.c:4216: error: invalid operands to binary |
guile-gnome-gw-atk.c:4245: error: invalid operands to binary |
guile-gnome-gw-atk.c:4304: error: invalid operands to binary |
guile-gnome-gw-atk.c:4397: error: invalid operands to binary |
guile-gnome-gw-atk.c:4409: error: invalid operands to binary |
guile-gnome-gw-atk.c:4581: error: invalid operands to binary |
guile-gnome-gw-atk.c:4598: error: invalid operands to binary |
guile-gnome-gw-atk.c:4601: warning: passing argument 6 of
'gw_wrapset_add_function' makes integer 

Bug#387038: Infinite recursion bug

2006-09-11 Thread David

Package: python-beautifulsoup
Version: 3.0.1-2
Severity: normal

If you load this webpage into a BeautifulSoup object:

 http://www.fallencomic.com/fal-page.htm

And then try to print the BeautifulSoup object, it goes into an infinite
recursion loop.

Here is the relevant section of the traceback:

 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 537,
in __str__
   contents = self.renderContents(encoding, prettyPrint,
indentContents)
 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 574,
in renderContents
   s.append(c.__str__(encoding, prettyPrint, indentLevel))
 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 537,
in __str__
   contents = self.renderContents(encoding, prettyPrint,
indentContents)
 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 574,
in renderContents
   s.append(c.__str__(encoding, prettyPrint, indentLevel))

... etc...

 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 537,
in __str__
   contents = self.renderContents(encoding, prettyPrint,
indentContents)
 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 574,
in renderContents
   s.append(c.__str__(encoding, prettyPrint, indentLevel))
 File /var/lib/python-support/python2.3/BeautifulSoup.py, line 508,
in __str__
   encodedName = self.toEncoding(self.name, encoding)
RuntimeError: maximum recursion depth exceeded

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (990, 'testing'), (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)

Versions of packages python-beautifulsoup depends on:
ii  python-support0.4.1  automated rebuilding support for p

python-beautifulsoup recommends no packages.

-- no debconf information


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



Bug#387490: apt-mirror should check for download errors

2006-09-14 Thread David

Package: apt-mirror
Version: 0.4.4-2
Severity: normal

If apt-mirror is unable to download deb files (eg, source mirror is
temporarily missing files, maybe it has bad update logic), apt-mirror
still goes ahead an moves the source mirrors listing files from skeleton
to mirror. This creates an inconsistent local mirror.

apt-mirror should check for errors after downloading the .deb files
(perhaps by re-running the Proceed indexes logic).

If this check fails then apt-mirror should fail with a warning, telling you
to retry with one of the following (new) options:

--retry-downloads - Same logic as usual, except that package listings
are not re-downloaded into skeleton.

--force - Run the usual logic, but don't check for download errors (ie,
potentially create an inconsistent local mirror).

--force and --retry-downloads could also be run together.

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)

Versions of packages apt-mirror depends on:
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction
ii  perl-modules  5.8.8-6.1  Core Perl modules
ii  wget  1.10.2-2   retrieves files from the web

apt-mirror recommends no packages.

-- no debconf information


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



Bug#387494: apt-mirror should also download pdiff files

2006-09-14 Thread David

Package: apt-mirror
Version: 0.4.4-2
Severity: normal

Recent versions of apt-get download pdiff files (and a pdiff index)
when you run 'apt-get update'. This helps to save bandwidth.

Please update apt-mirror so that it also fetches the pdiff and pdiff
index files.

-- System Information:
Debian Release: testing/unstable
 APT prefers testing
 APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-686
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)

Versions of packages apt-mirror depends on:
ii  perl  5.8.8-6.1  Larry Wall's Practical Extraction
ii  perl-modules  5.8.8-6.1  Core Perl modules
ii  wget  1.10.2-2   retrieves files from the web

apt-mirror recommends no packages.

-- no debconf information


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



Bug#398175: Failed Net Installation

2006-11-12 Thread david


Package: installation-reports

Boot method:  CD
Image version: Debian GNU/Linux testing Etch - Official Snapshot i386 
Binary-1 (20061011)

Date: 12th November 2006 0555 CET

Machine: Home Brewed PC based on Biostar M6 VBA M/B
Processor: Celeron 550
Memory: 384MB
Partitions: As proposed by the installer

Output of lspci -nn and lspci -vnn:

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [OK ]
Detect network card:[OK ]
Configure network:  [OK ]
Detect CD:  [ OK]
Load installer modules: [OK ]
Detect hard drives: [ OK]
Partition hard drives:  [ OK]
Install base system:OK[ ]
Clock/timezone setup:   [OK ]
User/password setup:[ OK]
Install tasks:  [ OK]
Install boot loader:[E]
Overall install:[ ]

Comments/Problems:

All went smoothly until Grub installation at the very end. The installer went 
through the motions then ejected the CD. However, on reboot, there was no 
Grub menu, just the previous Windows boot loader.

For what it is worth, after basic installation I downloaded the Desktop 
installation from ftp.it.debian.org, 707 files in about 40 minutes.

Relevant details:
PC has 2 hard drives.
Primary is 40GB Maxtor with a 15GB partition for Win XP, 25GB for 
Debian.
Secondary is 8.4GB Maxtor with Win 98 installation in 4 partitions.

Comment: Only Grub was offered. I use LILO and expected a choice.

I propose to fix this by first seeing if there is a repair facility offered on 
the CD. If not I will use Knoppix to install a boot loader.

I will provide more info if you tell me what you need.

Regards

David Cefai




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



Bug#398175: More information

2006-11-12 Thread david
I attach edited syslog as syslog.grub. This was in /var/log/installer/.
I have cut out most of the file, leaving the lines with grub in them and the 
lines above and below (may help to relate to where in the installation things 
happened.#) except for the end bit as I was not sure if the probing was 
important.

/boot/grub/menu.lst was created. It is also attached. Grub made an error here 
and detected the OS on hdb as Win2K. It is in fact Win98.

regards

David Cefai

# menu.lst - See: grub(8), info grub, update-grub(8)
#grub-install(8), grub-floppy(8),
#grub-md5-crypt, /usr/share/doc/grub
#and /usr/share/doc/grub-doc/.

## default num
# Set the default entry to the entry number NUM. Numbering starts from 0, and
# the entry number 0 is the default if the command is not used.
#
# You can specify 'saved' instead of a number. In this case, the default entry
# is the entry saved with the command 'savedefault'.
# WARNING: If you are using dmraid do not change this entry to 'saved' or your
# array will desync and will not let you boot your system.
default 0

## timeout sec
# Set a timeout, in SEC seconds, before automatically booting the default entry
# (normally the first entry defined).
timeout 5

# Pretty colours
color cyan/blue white/blue

## password ['--md5'] passwd
# If used in the first section of a menu file, disable all interactive editing
# control (menu entry editor and command-line)  and entries protected by the
# command 'lock'
# e.g. password topsecret
#  password --md5 $1$gLhU0/$aW78kHK1QfV3P2b2znUoe/
# password topsecret

#
# examples
#
# title Windows 95/98/NT/2000
# root  (hd0,0)
# makeactive
# chainloader   +1
#
# title Linux
# root  (hd0,1)
# kernel/vmlinuz root=/dev/hda2 ro
#

#
# Put static boot stanzas before and/or after AUTOMAGIC KERNEL LIST

### BEGIN AUTOMAGIC KERNELS LIST
## lines between the AUTOMAGIC KERNELS LIST markers will be modified
## by the debian update-grub script except for the default options below

## DO NOT UNCOMMENT THEM, Just edit them to your needs

## ## Start Default Options ##
## default kernel options
## default kernel options for automagic boot options
## If you want special options for specific kernels use kopt_x_y_z
## where x.y.z is kernel version. Minor versions can be omitted.
## e.g. kopt=root=/dev/hda1 ro
##  kopt_2_6_8=root=/dev/hdc1 ro
##  kopt_2_6_8_2_686=root=/dev/hdc2 ro
# kopt=root=/dev/hda2 ro

## default grub root device
## e.g. groot=(hd0,0)
# groot=(hd0,1)

## should update-grub create alternative automagic boot options
## e.g. alternative=true
##  alternative=false
# alternative=true

## should update-grub lock alternative automagic boot options
## e.g. lockalternative=true
##  lockalternative=false
# lockalternative=false

## additional options to use with the default boot option, but not with the
## alternatives
## e.g. defoptions=vga=791 resume=/dev/hda5
# defoptions=

## should update-grub lock old automagic boot options
## e.g. lockold=false
##  lockold=true
# lockold=false

## Xen hypervisor options to use with the default Xen boot option
# xenhopt=

## Xen Linux kernel options to use with the default Xen boot option
# xenkopt=console=tty0

## altoption boot targets option
## multiple altoptions lines are allowed
## e.g. altoptions=(extra menu suffix) extra boot options
##  altoptions=(single-user) single
# altoptions=(single-user mode) single

## controls how many kernels should be put into the menu.lst
## only counts the first occurence of a kernel, not the
## alternative kernel options
## e.g. howmany=all
##  howmany=7
# howmany=all

## should update-grub create memtest86 boot option
## e.g. memtest86=true
##  memtest86=false
# memtest86=true

## should update-grub adjust the value of the default booted system
## can be true or false
# updatedefaultentry=false

## ## End Default Options ##

title   Debian GNU/Linux, kernel 2.6.17-2-686
root(hd0,1)
kernel  /boot/vmlinuz-2.6.17-2-686 root=/dev/hda2 ro 
initrd  /boot/initrd.img-2.6.17-2-686
savedefault

title   Debian GNU/Linux, kernel 2.6.17-2-686 (single-user mode)
root(hd0,1)
kernel  /boot/vmlinuz-2.6.17-2-686 root=/dev/hda2 ro single
initrd  /boot/initrd.img-2.6.17-2-686
savedefault

### END DEBIAN AUTOMAGIC KERNELS LIST

# This is a divider, added to separate the menu items below from the Debian
# ones.
title   Other operating systems:
root


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hdb1
title   Microsoft Windows 2000 Professional
root(hd1,0)
savedefault
makeactive
map (hd0) (hd1)
map (hd1) (hd0)
chainloader +1


# This entry automatically added by the Debian installer for a non-linux OS
# on /dev/hda1
title   Microsoft Windows 2000 Professional
root(hd0,0

Bug#398175: Failed Boot Loader Installation

2006-11-12 Thread david
I have resolved this problem and it turns out to be entirely my fault.

The PC was set to boot from hdb (no, I don't know how this happened!) whilst 
the bootloader was being written to hda.

I suggest you close the bug (or delete it?).

However, for the installation, may I suggest that:

1. When the time comes to install the boot loader, the script should indicate 
that LILO is a option which will be offered if the user rejects GRUB.

2. Is it possible to offer the choice of Gnome or KDE at installation time? 
This is the third PC I have installed Debian on. While it is not the end of 
the world to reconfigure the system a new user coming from Windows will not 
know how to do this and may be put off by the Gnome Look and Feel. I know I 
was when I first started using Linux.

Apologies for my error.

Regards

David Cefai


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



Bug#390790: patch to add usage information to mesa-utils

2006-10-02 Thread david
Package: mesa-utils
Version: 6.3.2-2.1
Severity: normal
Tags: patch


Usage information for a program is nice.  Only documenting it in the
source isn't.  Here is a patch to add usage information to the
mesa-utils programs.


diff -r -up xdemos_orig/glthreads.c xdemos/glthreads.c
--- xdemos_orig/glthreads.c 2006-10-02 21:03:50.0 -0500
+++ xdemos/glthreads.c  2006-10-02 19:21:18.0 -0500
@@ -322,7 +322,13 @@ clean_up(void)
}
 }
 
-
+void usage(const char *prog)
+{
+  printf(%s: test of GL thread safety (any key = exit)\n, prog);
+  printf(Usage:\n);
+  printf(  %s [-display dpyName] [-n numthreads]\n, prog);
+  exit(1);
+}
 
 int
 main(int argc, char *argv[])
@@ -334,9 +340,7 @@ main(int argc, char *argv[])
Status threadStat;
 
if (argc == 1) {
-  printf(threadgl: test of GL thread safety (any key = exit)\n);
-  printf(Usage:\n);
-  printf(  threadgl [-display dpyName] [-n numthreads]\n);
+   usage(argv[0]);
}
else {
   int i;
@@ -353,6 +357,9 @@ main(int argc, char *argv[])
numThreads = MAX_WINTHREADS;
 i++;
  }
+else {
+  usage(argv[0]);
+}
   }
}

diff -r -up xdemos_orig/glxcontexts.c xdemos/glxcontexts.c
--- xdemos_orig/glxcontexts.c   2006-10-02 21:03:50.0 -0500
+++ xdemos/glxcontexts.c2006-10-02 19:31:10.0 -0500
@@ -557,7 +557,13 @@ event_loop(Display *dpy)
}
 }
 
-
+void usage(const char *prog)
+{
+  printf(%s: non-GLUT GLX Gears\n, prog);
+  printf(Usage:\n);
+  printf(  %s [-display dpyName] [-info] [-stereo] [-fullscreen]\n, 
prog);
+  exit(1);
+}
 
 int
 main(int argc, char *argv[])
@@ -581,8 +587,10 @@ main(int argc, char *argv[])
   else if (strcmp(argv[i], -fullscreen) == 0) {
  fullscreen = GL_TRUE;
   }
-  else
-printf(Warrning: unknown parameter: %s\n, argv[i]);
+  else {
+ printf(Warrning: unknown parameter: %s\n, argv[i]);
+ usage(argv[0]);
+  }
}
 
dpy = XOpenDisplay(dpyName);
diff -r -up xdemos_orig/glxdemo.c xdemos/glxdemo.c
--- xdemos_orig/glxdemo.c   2006-10-02 21:03:50.0 -0500
+++ xdemos/glxdemo.c2006-10-02 19:32:49.0 -0500
@@ -107,11 +107,20 @@ static void event_loop( Display *dpy )
 }
 
 
+void usage(const char *prog)
+{
+  printf(%s: Draw a rectangle, (no arguments)\n, prog);
+  printf(Usage:\n);
+  printf(  %s\n, prog);
+  exit(1);
+}
 
 int main( int argc, char *argv[] )
 {
Display *dpy;
Window win;
+   if(argc!=1)
+  usage(argv[0]);
 
dpy = XOpenDisplay(NULL);
 
diff -r -up xdemos_orig/glxgears.c xdemos/glxgears.c
--- xdemos_orig/glxgears.c  2006-10-02 21:03:50.0 -0500
+++ xdemos/glxgears.c   2006-10-02 19:35:28.0 -0500
@@ -542,6 +542,14 @@ event_loop(Display *dpy, Window win)
}
 }
 
+void usage(const char *prog)
+{
+  printf(%s: GLX Gears\n, prog);
+  printf(Usage:\n);
+  printf(  %s [-display dpyName] [-info] [-stereo] [-fullscreen] 
+ [-iacknowledgethatthistoolisnotabenchmark] [-printfps]\n, prog);
+  exit(1);
+}
 
 int
 main(int argc, char *argv[])
@@ -571,8 +579,10 @@ main(int argc, char *argv[])
(strcmp(argv[i], -printfps) == 0)) {
  printfps = GL_TRUE;
   }
-  else
-printf(Warrning: unknown parameter: %s\n, argv[i]);
+  else {
+ printf(Warrning: unknown parameter: %s\n, argv[i]);
+ usage(argv[0]);
+  }
}
 
dpy = XOpenDisplay(dpyName);
diff -r -up xdemos_orig/glxgears2.c xdemos/glxgears2.c
--- xdemos_orig/glxgears2.c 2006-10-02 21:03:50.0 -0500
+++ xdemos/glxgears2.c  2006-10-02 19:36:16.0 -0500
@@ -473,6 +473,14 @@ event_loop(Display *dpy, Window win)
 }
 
 
+void usage(const char *prog)
+{
+  printf(%s: GLX Gears\n, prog);
+  printf(Usage:\n);
+  printf(  %s [-display dpyName] [-info]\n, prog);
+  exit(1);
+}
+
 int
 main(int argc, char *argv[])
 {
@@ -491,6 +499,9 @@ main(int argc, char *argv[])
   else if (strcmp(argv[i], -info) == 0) {
  printInfo = GL_TRUE;
   }
+  else {
+ usage(argv[0]);
+  }
}
 
dpy = XOpenDisplay(dpyName);
diff -r -up xdemos_orig/glxgears_fbconfig.c xdemos/glxgears_fbconfig.c
--- xdemos_orig/glxgears_fbconfig.c 2006-10-02 21:03:50.0 -0500
+++ xdemos/glxgears_fbconfig.c  2006-10-02 20:24:20.0 -0500
@@ -553,6 +553,14 @@ event_loop(Display *dpy, Window win)
 }
 
 
+void usage(const char *prog)
+{
+  printf(%s: GLX fbconfig version Gears\n, prog);
+  printf(Usage:\n);
+  printf(  %s [-display dpyName] [-info]\n, prog);
+  exit(1);
+}
+
 int
 main(int argc, char *argv[])
 {
@@ -571,6 +579,9 @@ main(int argc, char *argv[])
   else if (strcmp(argv[i], -info) == 0) {
  printInfo = GL_TRUE;
   }
+  else {
+ usage(argv[0]);
+  }
}
 
dpy = XOpenDisplay(dpyName);
diff -r -up 

Bug#389416: dupe of #389335

2006-09-26 Thread David A.

Probably a dupe of #389335 ?

regards
David A.


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



Bug#389335: same here

2006-09-26 Thread David A.

I believe I'm hit by this bug to.
I also believe #389416 is a dupe of this bug.

I see there is a patch submitted and I hope the bug will be fixed
soon. Is there an ETA?

I didn't manage how to revert to an older version of the package.
My workaround;

1) install xserver-xorg-video-vesa
2) backup /etc/X11/xorg.conf
3) edit /etc/X11/xorg.conf and use vesa as driver instead;

Section Device
Identifier  VIA Technologies, Inc. VT8623 [Apollo CLE266] 
integrated
CastleRock graphics
Driver  vesa
BusID   PCI:1:0:0
Option  UseFBDevtrue
EndSection

redagrds,
David.


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



Bug#389157: same here

2006-09-26 Thread David A.

Hi, I'm hit by this also.
I've run the same kernel and conf sevral months.
After 50 days uptime I rebooted a few days ago. Two three times in two
days I've now seen noflushd eat all CPU.

Comment: I know I've experienced this before. If I remember correct it
happened when i tested .18-kernel some months ago. I've tried to
upgrade to a cooler kernel, ie. .18 - but then I experienced this
same problems.
(Spin down is essential to my silent fanless bedroom system.. ;))

Stopping it works;
sudo /etc/init.d/noflushd stop


[EMAIL PROTECTED]:~$ cat /proc/partitions
major minor  #blocks  name

  3 0  156290904 hda
  3 1  107418591 hda1
  3 2  1 hda2
  3 51445818 hda5

[EMAIL PROTECTED]:~$ cat /proc/diskstat
cat: /proc/diskstat: No such file or directory

noflushd version: 2.7.5-2
Kernel, home made - worked fine a long time: Linux eden 2.6.17-5aug #1
Sat Aug 5 21:45:17 CEST 2006 i686 GNU/Linux

hardware: via epia pd6000e.

--
/David A.


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



Bug#348391: kdebase-kio-plugins: Camera no longer shows in storage media applet

2006-01-16 Thread David
Package: kdebase-kio-plugins
Version: 4:3.5.0-4
Severity: normal

Since upgrading to kde 3.5 in sid, my digital camera no longer shows up in the 
storage media applet.  It can still 
be accessed in digikam and by camera:/ in konq.  It also shows up in the kde 
control center.  USB flash drives 
still show up in the applet.  Camera, Mounted Camera, and Unmounted Camera and 
all selected in the applet's types to 
display option.

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

Versions of packages kdebase-kio-plugins depends on:
ii  kdelibs4c2a   4:3.5.0-3  core libraries for all KDE applica
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libdbus-1-2   0.60-5 simple interprocess messaging syst
ii  libdbus-qt-1-1c2  0.60-5 simple interprocess messaging syst
ii  libgcc1   1:4.0.2-7  GCC support library
ii  libhal-storage1   0.5.5.1-5  Hardware Abstraction Layer - share
ii  libhal1   0.5.5.1-5  Hardware Abstraction Layer - share
ii  libldap2  2.1.30-12  OpenLDAP libraries
ii  libopenexr2c2a1.2.2-4.1  runtime files for the OpenEXR imag
ii  libqt3-mt 3:3.3.5-3  Qt GUI Library (Threaded runtime v
ii  libsasl2  2.1.19-1.8 Authentication abstraction library
ii  libsasl2-modules  2.1.19-1.8 Pluggable Authentication Modules f
ii  libsmbclient  3.0.21a-1  shared library that allows applica
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3
ii  libxcursor1   1.1.3-1X cursor management library
ii  zlib1g1:1.2.3-9  compression library - runtime

Versions of packages kdebase-kio-plugins recommends:
ii  hal   0.5.5.1-5  Hardware Abstraction Layer
ii  kamera4:3.5.0-3  digital camera io_slave for Konque
ii  kdemultimedia-kio-plugins 4:3.5.0-3  enables the browsing of audio CDs 
ii  kdesktop  4:3.5.0-4  miscellaneous binaries and files f
ii  pmount0.9.7-2mount removable devices as normal 

-- no debconf information


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



Bug#348018: gnucash: Still crashes on startup

2006-01-17 Thread David
Package: gnucash
Version: 1.8.12-4
Followup-For: Bug #348018

After updating to the latest slib and gnucash, I get this error 
on startup:
Unbound variable: gnc:menuname-ncreports

I know it's different than the error above, but it occurs at the same 
point that that one used to.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages gnucash depends on:
ii  bonobo1.0.22-7   The GNOME Bonobo System.
ii  gdk-imlib11   1.9.14-28  imaging library for use with gtk
ii  gnucash-common1.8.12-4   A personal finance tracking progra
ii  guile-1.6-libs1.6.7-2Main Guile libraries
ii  guile-1.6-slib1.6.7-2Guile SLIB support
ii  libart2   1.4.2-30   The GNOME canvas widget - runtime 
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libbonobo21.0.22-7   The GNOME Bonobo library.
ii  libc6 2.3.5-12   GNU C Library: Shared libraries an
ii  libdate-manip-perl5.44-2 a perl library for manipulating da
ii  libdb33.2.9-23   Berkeley v3 Database Libraries [ru
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfinance-quote-perl 1.08-1 Perl module for retrieving stock q
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgal23  0.24-6 G App Libs (run time library)
ii  libgconf111.0.9-7.1  GNOME configuration database syste
ii  libgdk-pixbuf-gnome2  0.22.0-11  The GNOME1 Canvas pixbuf library
ii  libgdk-pixbuf20.22.0-11  The GdkPixBuf image library, gtk+ 
ii  libghttp1 1.0.9-17   original GNOME HTTP client library
ii  libglade-gnome0   1:0.17-5   Library to load .glade files at ru
ii  libglade0 1:0.17-5   Library to load .glade files at ru
ii  libglib1.21.2.10-10.1The GLib library of C routines
ii  libgnome321.4.2-30   The GNOME libraries
ii  libgnomeprint15   0.37-11The GNOME Print architecture - run
ii  libgnomesupport0  1.4.2-30   The GNOME libraries (Support libra
ii  libgnomeui32  1.4.2-30   The GNOME libraries (User Interfac
ii  libgtk1.2 1.2.10-18  The GIMP Toolkit set of widgets fo
ii  libgtkhtml1.1-3   1.1.10-9   HTML rendering/editing library - r
ii  libguile-ltdl-1   1.6.7-2Guile's patched version of libtool
ii  libguppi160.40.3-15  GNOME graph and plot component
ii  libgwrapguile11.3.4-15   g-wrap: Tool for exporting C libra
ii  libice6   6.9.0.dfsg.1-4 Inter-Client Exchange library
ii  libltdl3  1.5.22-2   A system independent dlopen wrappe
ii  liboaf0   0.6.10-6   The GNOME Object Activation Framew
ii  libofx2c2a1:0.8.0-10 library to support Open Financial 
ii  liborbit0 0.5.17-11.1Libraries for ORBit - a CORBA ORB
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libqthreads-121.6.7-2QuickThreads library for Guile
ii  libsm66.9.0.dfsg.1-4 X Window System Session Management
ii  libstdc++64.0.2-7The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-4 X Window System protocol client li
ii  libxext6  6.9.0.dfsg.1-4 X Window System miscellaneous exte
ii  libxi66.9.0.dfsg.1-4 X Window System Input extension li
ii  libxml1   1:1.8.17-12GNOME XML library
ii  libzvt2   1.4.2-30   The GNOME zvt (zterm) widget
ii  oaf   0.6.10-6   The GNOME Object Activation Framew
ii  psfontmgr 0.11.8-0.1 PostScript font manager -- part of
ii  slib  3a2-5  Portable Scheme library
ii  x-ttcidfont-conf  21 Configure TrueType and CID fonts f
ii  zlib1g1:1.2.3-9  compression library - runtime

gnucash recommends no packages.

-- no debconf information


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



Bug#349386: white screen in konsole when select dynamic hide in the tab bar

2006-01-22 Thread DaviD
Subject: white screen in konsole when select dynamic hide in the tab bar
Package: konsole
Version: 4:3.3.2-1sarge1
Severity: minor

*** Please type your report below this line ***


-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8-2-386
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages konsole depends on:
ii  kdelibs4   4:3.3.2-6.4   KDE core libraries
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libc6  2.3.2.ds1-22  GNU C Library: Shared libraries an
ii  libfam0c1022.7.0-6sarge1 client library to control the FAM
ii  libgcc11:3.4.3-13GCC support library
ii  libice64.3.0.dfsg.1-14sarge1 Inter-Client Exchange library
ii  libidn11   0.5.13-1.0GNU libidn library, implementation
ii  libpng12-0 1.2.8rel-1PNG library - runtime
ii  libqt3c102-mt  3:3.3.4-3 Qt GUI Library (Threaded runtime v
ii  libsm6 4.3.0.dfsg.1-14sarge1 X Window System Session Management
ii  libstdc++5 1:3.3.5-13The GNU Standard C++ Library v3
ii  libx11-6   4.3.0.dfsg.1-14sarge1 X Window System protocol client li
ii  libxext6   4.3.0.dfsg.1-14sarge1 X Window System miscellaneous exte
ii  libxrender10.8.3-7   X Rendering Extension client libra
ii  libxtst6   4.3.0.dfsg.1-14sarge1 X Window System event recording an
ii  xlibs  4.3.0.dfsg.1-14sarge1 X Keyboard Extension (XKB) configu
ii  zlib1g 1:1.2.2-4.sarge.2 compression library - runtime

-- no debconf information

--
DGA



Bug#500758: closed by Bastian Blank [EMAIL PROTECTED] (Re: Bug#500758: linux-image-2.6.26-1-amd64: Module budget-ci has no effect - Digital cable TV not supported?)

2008-10-09 Thread David
I found that application programs for the /dev/dvb devices are in
package dvb-apps; now everything works fine.

David



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



Bug#501583: Fails to open links when requested by other applications

2008-10-08 Thread David
Package: iceweasel
Version: 3.0.3-1
Severity: important

When iceweasel is already running and I click on a link in another application 
(icedove, openoffice, kpdf, amsn, etc), that calls iceweasel, I get 
a window that says that iceweasel is already running but not responding (but 
iceweasel is *not* crashed).


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages iceweasel depends on:
ii  debianutils   2.30   Miscellaneous utilities specific t
ii  fontconfig2.6.0-1generic font configuration library
ii  libc6 2.7-14 GNU C Library: Shared libraries
ii  libgcc1   1:4.3.2-1  GCC support library
ii  libglib2.0-0  2.16.6-1   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libnspr4-0d   4.7.1-4NetScape Portable Runtime Library
ii  libstdc++64.3.2-1The GNU Standard C++ Library v3
ii  procps1:3.2.7-9  /proc file system utilities
ii  psmisc22.6-1 Utilities that use the proc filesy
ii  xulrunner-1.9 1.9.0.3-1  XUL + XPCOM application runner

iceweasel recommends no packages.

Versions of packages iceweasel suggests:
ii  latex-xft-fonts   0.1-8  Xft-compatible versions of some La
ii  libkrb53  1.6.dfsg.4~beta1-4 MIT Kerberos runtime libraries
pn  mozpluggernone (no description available)
pn  ttf-mathematica4.1none (no description available)
pn  xfonts-mathml none (no description available)
pn  xprintnone (no description available)
ii  xulrunner-1.9-gnome-s 1.9.0.3-1  Support for GNOME in xulrunner app

-- no debconf information



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



Bug#292152: Another example

2008-07-30 Thread David
I just ran across this bug too, on http://www.somethingawful.com/

Their RSS feed http://www.somethingawful.com/rss/index.rss.xml, has
this error (when opened in Konquror):

author[EMAIL PROTECTED] (Zack Geist Editor Parsons 
Steve Malak Sumner)/author

 ^
In case that gets mangled, the ^ is just after the  in Parsons  Steve.

I have asked the somethingawful.com webmaster to fix their RSS feed.
But it would be better if Akregator (and Konquror?) could handle
malformed XML like many other aggregators  web browsers, and give a
warning instead of refusing to load.

David.



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



Bug#493187: akregator: Problems with 'Article' column width

2008-08-01 Thread David
Package: akregator
Version: 4:3.5.9-5
Severity: normal

*** Please type your report below this line ***

I have a few problems with column width in the normal view mode.

Problem 1: Double-clicking on the border between 'Article' and 'Feed'
headings doesn't do anything. It should resize the 'Article' column
to the width of the longest article name. It does work for other
columns however.

Problem 2: Article column width is automatically reset by marking
articles as important. This is annoying and forces me to keep
resizing the 'Article' column each time (make it wider so I can read
the full article title).

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages akregator depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-8GCC support library
ii  libkdepim1a 4:3.5.9-5KDE PIM library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-8  The GNU Standard C++ Library v3

akregator recommends no packages.

akregator suggests no packages.

-- no debconf information



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



Bug#493740: icedove: Problems with News Blogs

2008-08-04 Thread David
Package: icedove
Version: 2.0.0.16-1
Severity: normal

*** Please type your report below this line ***

I have a few problems with the News  Blogs section of Icedove, when
using RSS feeds.

1) Importing of opml and files generated by Kagregate has problems.

If you add feeds to Kagregate, then export as opml (or xml), the import
in icedove, icedove makes a lot of folders, but no feeds. Also, the
folders are all in a 'flat' structure, without any of the sub-folders
etc setup in Akregate.

2) Delete key for folders often doesn't work

Often, hitting 'del' while a News  Blogs folder is selected does
nothing. This forces you to use right-click (to eg: delete folders)/

3) Can't select more than one folder at a time.

If you have a lot of folders, you have to delete/move/etc them one at a
time.



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



Bug#494482: kate: kwrite sometimes takes very long to start

2008-08-09 Thread David
Package: kate
Version: 4:3.5.9.dfsg.1-4
Severity: normal

*** Please type your report below this line ***

Sometime kwrite takes a very long time to start. From the strace (see
attachment) it looks like it's trying to make some kind of network
connection to localhost. After a long delay (about 6 minutes?)
kwrite usually starts, but other times it doesn't start at all.

It is hard to reproduce. Most of the time kwrite starts immediately.
It seems to be related to other KDE apps running. eg, if I close
Konqueror and other kwrite sessions then this often seems to fix the
problem.

David.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_ZA.utf8, LC_CTYPE=en_ZA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kate depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-6 core libraries and binaries for al
ii  libc6   2.7-12   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.1-8GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.1-8  The GNU Standard C++ Library v3

Versions of packages kate recommends:
ii  kregexpeditor 4:3.5.9-2  graphical regular expression edito

Versions of packages kate suggests:
ii  aspell 0.60.6-1  GNU Aspell spell-checker
ii  ispell 3.1.20.0-4.4  International Ispell (an interacti
ii  kate-plugi 4:3.5.9-2 plugins for Kate, the KDE Advanced
ii  khelpcente 4:4.0.0.really.3.5.9.dfsg.1-4 help center for KDE
ii  konsole4:3.5.9.dfsg.1-4  X terminal emulator for KDE

-- no debconf information


strace.txt.gz
Description: GNU Zip compressed data


Bug#463860: [atl2] Fails to create a wifi interface

2008-08-09 Thread David
retitle 463860 [atl2] Fails to create a wifi interface
found 463860 2.6.25-1
severity 463860 important
thanks

From version 2.6.25 of the kernel, the package atl2-modules-2.6-686 (or
rather, its dependency) does not create any wifi inteface. But I guess that
this is not 686-specific.

At boot time, I get a message printed in red like ath0 not found.

The output of wlassistant is:

# wlassistant
Loaded application options.
All interfaces: eth0
No wireless interfaces found. Exiting.
Application options saved.
Kernel socket closed.

ifconfig only returns the interfaces eth0 and lo.

Madwifi compiles and works nicely for the kernel 2.6.26 (and 2.6.25, and I
presume for some previous versions as well).

Upgrading the bug just in case you release this package in lenny :-) What a
pity that I cannot mark the severity as grave :-)  , but I think that
severity important is justified.

Thank you.


Bug#494691: kmail: huge memory usage when copying/uploading mails

2008-08-11 Thread David
Package: kmail
Version: 4:3.5.9-5
Severity: normal

*** Please type your report below this line ***

Hi. Kmail is fast when moving mails between (local) folders, but when
copying mails it takes a long time, and uses a lot of memory. Also the
user interface freezes while the copy is taking places.

FYI, I did copies by selecting all mails in the mail list pane (Ctrl+A),
right-click, Copy To.

Another very bad case, is when you have a cachedimap account, and copy
files from a local folder to it. The (local) copying is slow, but what
is far worse, is when you tell Kmail to synchronize. On my PC, the
memory usage grew up until 1420m VIRT (according to top), and then froze
and forced me to reboot my workstation.

This was with about 4000 mails, with 230M of file data. Also, the IMAP
backend is Zimbra 5.

My requests are:

1) Don't freeze kmail gui while copying files between local folders

2) Please show the progress of local mail copies.

3) Same as above when moving between local folders.

4) Don't use up a lot of memory while copying between local folders

5) Don't use excessive memory when synchronizing cachedimap (uploading
4000 mails with 230 MB data from local cache to IMAP shouldn't use 1.4 GB).

David.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.9.dfsg.1-4  core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.9.dfsg.1-6  core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.9-5 KDE pim I/O Slaves
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libaudio2  1.9.1-4   Network Audio System - shared libr
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-8 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.9-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG
ii  libkcal2b  4:3.5.9-5 KDE calendaring library
ii  libkdepim1a4:3.5.9-5 KDE PIM library
ii  libkleopatra1  4:3.5.9-5 KDE GnuPG interface libraries
ii  libkmime2  4:3.5.9-5 KDE MIME interface library
ii  libkpimidentities1 4:3.5.9-5 KDE PIM user identity information
ii  libksieve0 4:3.5.9-5 KDE mail/news message filtering li
ii  libmimelib1c2a 4:3.5.9-5 KDE mime library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  perl   5.10.0-11.1   Larry Wall's Practical Extraction
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
pn  clamav | f-prot-installer none (no description available)
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  gnupg-agent   2.0.9-3GNU privacy guard - password agent
ii  kaddressbook  4:3.5.9-5  KDE NG addressbook application
ii  kleopatra 4:3.5.9-5  KDE Certificate Manager
ii  pinentry-qt [pinentry-x11]0.7.5-2Qt-based PIN or pass-phrase entry
pn  spamassassin | bogofilter | a none (no description available)

-- no debconf information



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



Bug#494693: kmail: No new mail notifications for imap accounts

2008-08-11 Thread David
Package: kmail
Version: 4:3.5.9-5
Severity: normal

*** Please type your report below this line ***

Hi. imap accounts don't give new mail notifications, even though
they're configured to do so.

To get new mail notifications I have to use a cachedimap account.

The imap server is Zimbra 5

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-kio-plugins4:3.5.9.dfsg.1-4  core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.9.dfsg.1-6  core libraries and binaries for al
ii  kdepim-kio-plugins 4:3.5.9-5 KDE pim I/O Slaves
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libaudio2  1.9.1-4   Network Audio System - shared libr
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libfontconfig1 2.6.0-1   generic font configuration library
ii  libfreetype6   2.3.7-1   FreeType 2 font engine, shared lib
ii  libgcc11:4.3.1-8 GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.9-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG
ii  libkcal2b  4:3.5.9-5 KDE calendaring library
ii  libkdepim1a4:3.5.9-5 KDE PIM library
ii  libkleopatra1  4:3.5.9-5 KDE GnuPG interface libraries
ii  libkmime2  4:3.5.9-5 KDE MIME interface library
ii  libkpimidentities1 4:3.5.9-5 KDE PIM user identity information
ii  libksieve0 4:3.5.9-5 KDE mail/news message filtering li
ii  libmimelib1c2a 4:3.5.9-5 KDE mime library
ii  libpng12-0 1.2.27-1  PNG library - runtime
ii  libqt3-mt  3:3.3.8b-5Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-2 X11 Session Management library
ii  libstdc++6 4.3.1-8   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-2 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   2:1.0.4-1 X11 miscellaneous extension librar
ii  libxft22.1.12-3  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   2:1.0.3-2 X11 Xinerama extension library
ii  libxrandr2 2:1.2.3-1 X11 RandR extension library
ii  libxrender11:0.9.4-2 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  perl   5.10.0-11.1   Larry Wall's Practical Extraction
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
pn  clamav | f-prot-installer none (no description available)
ii  gnupg 1.4.9-3GNU privacy guard - a free PGP rep
ii  gnupg-agent   2.0.9-3GNU privacy guard - password agent
ii  kaddressbook  4:3.5.9-5  KDE NG addressbook application
ii  kleopatra 4:3.5.9-5  KDE Certificate Manager
ii  pinentry-qt [pinentry-x11]0.7.5-2Qt-based PIN or pass-phrase entry
pn  spamassassin | bogofilter | a none (no description available)

-- no debconf information



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



Bug#494792: python-egenix-mxdatetime: Incorrect subtraction with regular Python datetime

2008-08-12 Thread David
Package: python-egenix-mxdatetime
Version: 3.1.0-1
Severity: normal

*** Please type your report below this line ***

Hi. When you subtract an mx DateTime from a Python datetime, you can get
an incorrect result.

Here's an example:

[EMAIL PROTECTED]:~$ python
Python 2.5.2 (r252:60911, Jul 25 2008, 23:01:45)
[GCC 4.3.1] on linux2
Type help, copyright, credits or license for more information.
 from mx import DateTime
 import datetime
 import time

 py_dtm1 = datetime.datetime.now()
 mx_dtm1 = DateTime.now()
 time.sleep(0.1)

 py_dtm2 = datetime.datetime.now()
 mx_dtm2 = DateTime.now()

 print mx_dtm1 - mx_dtm2
-00:00:00.10
 print py_dtm1 - mx_dtm2
00:00:00.10


That last print statement should output -00:00:00.10, not 00:00:00.10

David.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-egenix-mxdatetime depends on:
ii  libc6 2.7-12 GNU C Library: Shared libraries
ii  python2.5.2-2An interactive high-level object-o
ii  python-central0.6.8  register and build utility for Pyt
ii  python-egenix-mxtools 3.1.0-1collection of additional builtins

python-egenix-mxdatetime recommends no packages.

Versions of packages python-egenix-mxdatetime suggests:
pn  python-egenix-mxdatetime-dbg  none (no description available)

-- no debconf information



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



Bug#494794: bittornado: Add support for ipfilter.dat

2008-08-12 Thread David
Subject: bittornado: Add support for ipfilter.dat
Package: bittornado
Version: 0.3.18-7
Severity: wishlist

*** Please type your report below this line ***

Hi. Please add support for ipfilter.dat to bittornado.

More info here:

http://www2.openmedia.info:8080/p27.html

bttrack already has something similar, but the client currently only
kicks/bans when other clients send bad data.

David.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA.UTF-8, LC_CTYPE=en_ZA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages bittornado depends on:
ii  python2.5.2-2An interactive high-level object-o
ii  python-support0.8.5  automated rebuilding support for P

Versions of packages bittornado recommends:
ii  mime-support 3.44-1  MIME files 'mime.types'  'mailcap
ii  python-crypto2.0.1+dfsg1-2.3 cryptographic algorithms and proto

Versions of packages bittornado suggests:
pn  bittornado-guinone (no description available)
pn  python-psyco  none (no description available)

-- no debconf information



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



Bug#494794: Acknowledgement (bittornado: Add support for ipfilter.dat)

2008-08-12 Thread David
It may also be a good idea to add support for more formats (including
ipfilter.dat) to bttrack.

Either that, or provide converters (or links to converters in the
docs) to bttrack's blacklist file format.

Alternately, provide URLs to download updated blacklists in bttrack's format.

This way, bittornado trackers can be more secure.

David.



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



Bug#495427: audacious: View Track Details doesn't always work

2008-08-17 Thread David
Package: audacious
Version: 1.5.1-3
Severity: normal

*** Please type your report below this line ***

Hi. Very often, when I right-click on a track in the Playlist Editor,
and select View Track Details (or hit Ctrl+I), the track info window
doesn't come up.

In this case I have to restart Audacious, and then try again. It always
works then. The problem will come up again after playing a few more
songs (or just skipping to the next song a few times during playback).

Not sure if it makes a difference, but a lot of the music I play has
non-English characters in the filename and MD3 tag details.

Here is some output from Audacious when i ran it in the console and had
the problem:

= OUTPUT STARTS =

[EMAIL PROTECTED]:~$ audacious
amidi-plug(amidi-plug.c:amidiplug_init:97): init, read configuration
amidi-plug(i_backend.c:i_backend_load:107): loading backend
'/usr/lib/audacious/Input/amidi-plug/ap-dummy.so'
amidi-plug(i_backend.c:i_backend_load:145): backend
/usr/lib/audacious/Input/amidi-plug/ap-dummy.so (name 'dummy')
successfully loaded

** (audacious:6585): WARNING **: alsa_setup_mixer(): Failed to find
mixer element: IEC958 Front

** (audacious:6585): WARNING **: alsa_setup_mixer(): Failed to find
mixer element: IEC958 Front

** (audacious:6585): WARNING **: alsa_setup_mixer(): Failed to find
mixer element: IEC958 Front

** (audacious:6585): WARNING **: alsa_setup_mixer(): Failed to find
mixer element: IEC958 Front

** (audacious:6585): WARNING **: alsa_setup_mixer(): Failed to find
mixer element: IEC958 Front

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkObject'

(audacious:6585): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GtkBin'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEntry'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkEditable'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`invalid' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkLabel'

(audacious:6585): GLib-GObject-WARNING **: invalid unclassed pointer in
cast to `GtkTreeView'

(audacious:6585): GLib-GObject-WARNING **: invalid uninstantiatable type
`(null)' in cast to `GtkObject'

= OUTPUT ENDS =

The Failed to find mixer element: IEC958 Front is probably because I
changed my sound card.

To get the above output, I started playback, and viewed track details
for a few songs (skipping betweent tracks).

The Failed to find mixer element message came up at the start of each
song.

When view track details worked, there was no console output. When it
stopped working I got the GLib-GObject-WARNING warning lines instead.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.25-2-686 (SMP w/2 CPU cores)
Locale: LANG=en_ZA.utf8, LC_CTYPE=en_ZA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages audacious depends on:
ii  audacious-plugins 1.5.1-2Base plugins for audacious
ii  dbus   

Bug#491307: [Pkg-xfce-devel] Bug#491307: xfce4: Updated strace for fbrun4

2008-07-19 Thread David
Simon Huggins [EMAIL PROTECTED] writes:

 Have you done anything odd to your dbus config?


Nothing more than upgrading a package. This issue started after a reboot. I'm
not sure what the upgrade would have been, as I've normally got 100 day
uptimes and I can't remember when I last ran an update.

 Is there anything that could introduce delays in your system e.g. DNS
 doesn't work, NFS mounted filesystems on a slow automounter, ... ?


DNS is all good and there are no network shares.

Is there anything else I should be looking at?

Thanks,

David



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



Bug#465939: Crashes often when changing virtual desktop in KDE with translucencies

2008-02-15 Thread David
Package: xserver-xorg-video-ati
Version: 1:6.7.197-1
Severity: important

--- Please enter the report below this line. ---

Hello,

You were missing me a lot, weren't you? :-D

With a Radeon 9200 SE, KDE with translucencies: when I change the KDE
virtual desktop, the X server sometimes crashes, then the screen goes black
and back to kdm.

Whether or not it crashes when switching to another KDE virtual desktop
seems to be random.

The backtrace of the last crash:

Backtrace:
0: /usr/bin/X(xf86SigHandler+0x7e) [0x80c675e]
1: [0xe420]
2: /usr/lib/xorg/modules//libxaa.so [0xb7952479]
3: /usr/bin/X [0x816ff13]
4: /usr/bin/X(CompositePicture+0x150) [0x8157260]
5: /usr/bin/X [0x815d23f]
6: /usr/bin/X [0x815a0f5]
7: /usr/bin/X [0x814d86e]
8: /usr/bin/X(Dispatch+0x2bf) [0x808d1ef]
9: /usr/bin/X(main+0x48b) [0x807470b]
10: /lib/i686/cmov/libc.so.6(__libc_start_main+0xe0) [0xb7d12450]
11: /usr/bin/X(FontFileCompleteXLFD+0x205) [0x8073a81]

Fatal server error:
Caught signal 11.  Server aborting




Thank you

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.24-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libc6 (= 2.7-1) | 2.7-8
xserver-xorg-core (= 2:1.4) | 2:1.4.1~git20080131-1


Bug#465939: Crashes often when changing virtual desktop in KDE with translucencies

2008-02-15 Thread David
Thank you.

Please note that I do not know how to reproduce the bug, it just happens.
Sometimes I had it more than twice in the same day, other times I can be
working for a week without the crash.

I think the crash is favoured when the virtual desktop I am switching to has
a window whose content is changing at this moment, but I am not sure.

So, what do I have to do? To manually launch gdb and wait until a crash
happens?

Thank you.

On 15/02/2008, Brice Goglin [EMAIL PROTECTED] wrote:



 Could you catch a debugging backtrace with gdb? This one is far from
 containing what we need to debug the problem unfortunately.

 You'll have to install xserver-xorg-core-dbg, libpixman-1-0-dbg and
 xserver-xorg-video-ait-dbg. See
 http://wiki.debian.org/XStrikeForce/XserverDebugging for details and
 feel free to ask.


 Brice




Bug#461099: Subprocess new pre-removal script returned error exit status 255

2008-01-16 Thread David
Package: wifi-radar
Version: 1.9.8-2
Severity: serious

--- Please enter the report below this line. ---

When upgrading wifi-radar:

Preparing to replace wifi-radar 1.9.8-2 (using
.../wifi-radar_1.9.8-3_all.deb) ...
Stopping wifi-radar daemon...invoke-rc.d: initscript wifi-radar, action
stop failed.
dpkg: warning - old pre-removal script returned error exit status 255
dpkg - trying script from the new package instead ...
Stopping wifi-radar daemon...invoke-rc.d: initscript wifi-radar, action
stop failed.
dpkg: error processing /var/cache/apt/archives/wifi-radar_1.9.8-3_all.deb
(--unpack):
 subprocess new pre-removal script returned error exit status 255
Starting wifi-radar daemon...Errors were encountered while processing:
 /var/cache/apt/archives/wifi-radar_1.9.8-3_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:



--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
debconf (= 0.5) | 1.5.18
OR debconf-2.0 |
dhcp3-client | 3.1.0-1
OR dhcp-client |
python | 2.4.4-6
python-gtk2 (= 2.0) | 2.12.1-1
wireless-tools | 29-1


Bug#463860: No wifis detected

2008-02-03 Thread David
Package: atl2-modules-2.6.24-1-686
Version: 2.6.24+2.0.3-1
Severity: grave

--- Please enter the report below this line. ---

Although ath5k is loaded, iwlist detects no wifis.

Other people have the same problem:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=463353 (the latter bug is
for madwifi, and people say that ath5k is not yet an alternative to madwifi
because of exactly the problem I am submitting now).

Thank you


Bug#463353: Latest snapshot

2008-02-03 Thread David
I tried the upstream version and fails to compile for the architecture
mismatch.

Then, I tried the latest snapshot (3 February 2008) and builds smoothly, and
seems to work OK (after reboot).


Bug#463655: Upstream version

2008-02-03 Thread David
The latest upstream version builds smoothly:
http://linux-uvc.berlios.de/#download


Bug#439593: Keep the option HWCLOCKPARS=--directisa in /etc/init.d/hwclock.sh

2008-01-08 Thread David
Thank you for the mail.

But, wait a moment... I see exactly the same behaviour as before:

I replaced /etc/init.d/hwclock.sh and /etc/init.d/hwclockfirst.sh by the
maintainer's versions (under synaptic's request), and I see no difference:

# hwclock --systohc
select() to /dev/rtc to wait for clock tick timed out

Why did you close the bug?

Thank you.

On 07/01/2008, LaMont Jones [EMAIL PROTECTED] wrote:

 On Mon, Sep 03, 2007 at 03:55:14PM +0100, David wrote:
  Then, without the --directisa option,  setting the hardware clock to the
  system time results in an error:

 If you put HWCLOCKPARS=--directisa into /etc/default/rcS, then you won't
 have to modify the file.

 lamont



Bug#439593: Keep the option HWCLOCKPARS=--directisa in /etc/init.d/hwclock.sh

2008-01-09 Thread David
  Why did you close the bug?
   If you put HWCLOCKPARS=--directisa into /etc/default/rcS, then you
 won't
   have to modify the file.

 That's why.


Ah, sorry, I did not see the name of the file. So, if --directisa is missing
from /etc/init.d/hwclock.sh and /etc/init.d/hwclockfirst.sh, but it is
in /etc/default/rcS
, it is not necessary to add --directisa either to /etc/init.d/hwclock.sh or
/etc/init.d/hwclockfirst.sh . Is it correct?

Thank you.


Bug#459932: All the time is telling the web browser to download wpad.dat

2008-01-09 Thread David
Package: icedove
Version: 2.0.0.9-2
Severity: grave

--- Please enter the report below this line. ---

When I open icedove, select another mail account, and all the time, I have a
new tab opened in iceweasel and a download window (from iceweasel) for
wpad.dat

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-==
debianutils (= 1.16) | 2.28.2
fontconfig | 2.5.0-2
libatk1.0-0 (= 1.20.0) | 1.20.0-1
libc6 (= 2.7-1) | 2.7-5
libcairo2 (= 1.4.0) | 1.4.12-2
libfontconfig1 (= 2.4.0) | 2.5.0-2
libfreetype6 (= 2.3.5) | 2.3.5-1+b1
libgcc1 (= 1:4.2.1) | 1:4.3-20080104-1
libglib2.0-0 (= 2.14.0) | 2.14.4-2
libgtk2.0-0 (= 2.12.0) | 2.12.3-2
libhunspell-1.1-0 (= 1.1.6-1) | 1.1.9-1
libjpeg62 | 6b-14
libnspr4-0d (= 1.8.0.10) | 4.7.0~1.9b1-2
libnss3-1d (= 3.12.0~1.9b1) | 3.12.0~1.9b1-2
libpango1.0-0 (= 1.18.3) | 1.18.3-1
libstdc++6 (= 4.2.1) | 4.3-20080104-1
libx11-6 | 2:1.0.3-7
libxft2 ( 2.1.1) | 2.1.12-2
libxinerama1 | 1:1.0.2-1
libxrender1 | 1:0.9.4-1
libxt6 | 1:1.0.5-3
psmisc | 22.6-1
zlib1g (= 1:1.1.4-1) | 1:1.2.3.3.dfsg-8


Bug#454339:

2008-01-09 Thread David
severity 454339 grave
thanks

In my opinion, it is grave, because it is a REGRESSION WITHOUT PREVIOUS
NOTICE (maybe not for the maintainers, but it is definitely a regression for
the user).

I mean: I had been scanning (not frequently) without any problem and, one
day, without any apparent reason, the scanner is not detected!

Just as well that I had the idea to check the bug reports and I found the
workaround in this bug: add myself to the group scanner. If I hadn't had the
idea of checking the bug reports, I would still be getting more and more
crazy :-)

Regards.


Bug#458443: Not fixed yet

2008-01-10 Thread David
reopen 458443
thanks

I am afraid it is not fixed. There is a circular dependence problem, I
think.

Basically, mono-gac cannot be configured because some files provided by
libmono-addins0.2-cil are missing.

On the other hand, libmono-addins0.2-cil fails because of mono-runtime,
mono-runtime fails because of mono-gac, and now we come back to the line
above.

Here the output:

A package failed to install.  Trying to recover:
Setting up mono-gac (1.2.6+dfsg-5) ...
* Installing 1 assembly from libavahi1.0-cil into Mono
* Installing 1 assembly from libgmime2.2-cil into Mono
* Installing 1 assembly from libgsf0.0-cil into Mono
* Installing 4 assemblies from libmono-addins0.2-cil into Mono
* Installing 2 assemblies from libmono-addins-gui0.2-cil into Mono
* Installing 1 assembly from libndesk-dbus1.0-cil into Mono
* Installing 1 assembly from libndesk-dbus-glib1.0-cil into Mono
* Installing 2 assemblies from libtaglib2.0-cil into Mono
! Assembly 
/usr/share/cli-common/policies.d/libmono-addins-gui0.2-cil/policy.0.2.Mono.Addins.Gui.dll
does not exist
! Assembly 
/usr/share/cli-common/policies.d/libmono-addins0.2-cil/policy.0.2.Mono.Addins.dll
does not exist
! Assembly 
/usr/share/cli-common/policies.d/libmono-addins0.2-cil/policy.0.2.Mono.Addins.Setup.dll
does not exist
dpkg: error processing mono-gac (--configure):
 subprocess post-installation script returned error exit status 3
dpkg: dependency problems prevent configuration of mono-runtime:
 mono-runtime depends on mono-gac (= 1.2.6+dfsg-5); however:
  Package mono-gac is not configured yet.
dpkg: error processing mono-runtime (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono2.0-cil:
 libmono2.0-cil depends on mono-runtime (= 1.1.8.1); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libmono2.0-cil (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libgconf2.0-cil:
 libgconf2.0-cil depends on mono-runtime (= 1.0); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libgconf2.0-cil (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of beagle:
 beagle depends on libgconf2.0-cil (= 2.16.0); however:
  Package libgconf2.0-cil is not configured yet.
 beagle depends on libmono2.0-cil (= 1.2.6); however:
  Package libmono2.0-cil is not configured yet.
 beagle depends on mono-runtime (= 1.1.8.1); however:
  Package mono-runtime is not configured yet.
dpkg: error processing beagle (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-addins0.2-cil:
 libmono-addins0.2-cil depends on mono-runtime (= 1.0); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libmono-addins0.2-cil (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono1.0-cil:
 libmono1.0-cil depends on mono-runtime (= 1.0); however:
  Package mono-runtime is not configured yet.
dpkg: error processing libmono1.0-cil (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libmono-addins-gui0.2-cil
:
 libmono-addins-gui0.2-cil depends on libmono-addins0.2-cil (= 0.3);
however:
  Package libmono-addins0.2-cil is not configured yet.
 libmono-addins-gui0.2-cil depends on libmono1.0-cil (= 1.2.6); however:
  Package libmono1.0-cil is not configured yet.
dpkg: error processing libmono-addins-gui0.2-cil (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libavahi1.0-cil:
 libavahi1.0-cil depends on libmono1.0-cil (= 1.2.3); however:
  Package libmono1.0-cil is not configured yet.
dpkg: error processing libavahi1.0-cil (--configure):
 dependency problems - leaving unconfigured


Bug#452377: A package marked for reinstall, if conflicting, is removed *without warning*

2007-11-22 Thread David
Package: apt
Version: 0.7.9
Severity: grave

--- Please enter the report below this line. ---

Today, in sid, I marked for upgrade xserver-xorg-core (2:1.4-3) to 2:
1.4.1~git20071119-1. Synaptic asked to remove xserver-xorg-input-all (1:
7.3+6) and xserver-xorg-input-wacom (0.7.7.11-1). Before committing changes,
I marked the two last for reinstall (yes, this is a dirty trick, but
sometimes works in sid).

So I clicked on apply, SYNAPTIC DID NOT WARN THAT ANYTHING WAS GOING TO BE
REMOVED, but, actually, xserver-xorg-core was upgraded, and
xserver-xorg-input-all and xserver-xorg-input-wacom were removed.

Still, in synaptic history I see:

Upgraded the following packages:
xserver-xorg-core (2:1.4-3) to 2:1.4.1~git20071119-1

Reinstalled the following packages:
xserver-xorg-input-all (1:7.3+6)
xserver-xorg-input-wacom (0.7.7.11-1)

I think this is grave because you may remove important packages, and
therefore break the system, WITHOUT ANY SINGLE WARNING.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-=
libc6 (= 2.6.1-1) | 2.6.1-6
libgcc1 (= 1:4.2.1) | 1:4.2.2-3
libstdc++6 (= 4.2.1) | 4.2.2-3
debian-archive-keyring | 2007.07.31


Bug#452554: Keyboard shortcuts for build do not work

2007-11-23 Thread David
Package: geany
Version: 0.12-1
Severity: important

--- Please enter the report below this line. ---

In the menu Build - Build I see the shortcut F9. But pressing F9 does
nothing.

If I click on Build - Build with the mouse, it works

Other F's shortcuts work, e.g., F1

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-=
libatk1.0-0 (= 1.20.0) | 1.20.0-1
libc6 (= 2.6.1-1) | 2.6.1-6
libcairo2 (= 1.4.0) | 1.4.10-1
libfontconfig1 (= 2.4.0) | 2.5.0-2
libgcc1 (= 1:4.2.1) | 1:4.2.2-3
libglib2.0-0 (= 2.14.0) | 2.14.3-1
libgtk2.0-0 (= 2.12.0) | 2.12.1-3
libpango1.0-0 (= 1.18.3) | 1.18.3-1
libstdc++6 (= 4.2.1) | 4.2.2-3
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
libxrandr2 (= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1


Bug#451703: white screen of death under compiz

2007-11-27 Thread David
Thank you very much to you all for the replies!


 You need the wobbly plugin. See http://bgoglin.livejournal.com/11253.html


I read your instructions on this page (thank you), and I wonder: does anyone
know the equivalent for KDE?

Alternatively: will it be straightforward in compiz-fusion? If so, I can
wait.

Thank you


Bug#451704: [Pkg-alsa-devel] Bug#451704: Bug#451704: Latest version takes a lot to shut down

2007-11-28 Thread David
On my laptop, the next process that stops after alsa is the bluetooth and,
still, it takes much time.

Are you sure about the reassignation?

Thank you


Bug#452554: Keyboard shortcuts for build do not work

2007-12-14 Thread David
I was for some time without using Geany, and during this time the new
version of geany entered sid. I am using KDE, and maybe KDE was upgraded as
well, but not sure.

Furthermore, if I try to redefine geany's shortcuts as a workaround, my new
configuration is completely ignored (in the menus the default shortcuts keep
on appearing)

Thank you

-

I can not reproduce this, are you sure is not a shortcut clash with
other application (i.e. window manager).

I'll have to, at least, downgrade the severity if I can't reproduce
this.

   Thanks for your bug report!

--
Damián Viano(Des)  ¯ ¯ - _   _ - ¯ ¯
GPG: 0x6EB95A6F Debian ¯-_GNU_-¯ Linux
Web: http://damianv.com.ar/   ¯-¯


Bug#439113: The search results tab is always hidden

2008-01-22 Thread David
I think that this issue is now fixed.

Thank you

On 11/12/2007, Michael Biebl [EMAIL PROTECTED] wrote:

 Hi David,

 I've just uploaded tracker_0.6.4-1 to unstable. gtk+2.0 has also been
 updated inbetween.
 Could you please recheck if you still encouter the issue and report back.

 Thanks,
 Michael

 --
 Why is it that all of the instruments seeking intelligent life in the
 universe are pointed away from Earth?





Bug#452554: Keyboard shortcuts for build do not work

2008-01-22 Thread David
In the laptop, also with Debian and similar configuration, F9 works nicely.

I have no idea of what is happening in this computer.

Thank you


Bug#444190: OpenGL screensaver malfunctions from upgrade

2008-01-22 Thread David
I am afraid I do not see any improvement at all...

Thank you.

On 22/12/2007, Brice Goglin [EMAIL PROTECTED] wrote:

 On Mon, Nov 12, 2007 at 04:00:11PM +, David wrote:
  Is it OK if I try it when it is in sid? I do not have much time these
  days...

 6.7.197 is in sid now.

 Brice



Bug#444190: OpenGL screensaver malfunctions from upgrade

2008-01-23 Thread David
Do you know this proverb the best way to find something is to look for
another thing? :-) Today it happened.

I wanted to enable composition, so I added to /etc/X11/xorg.conf:

Section Extensions
Option Composite enable
EndSection

and

Option AccelMethod XAA
Option XAANoOffscreenPixmaps true

Compiz did not work, but the KDE translucencies did work.

Finally, I deactivated the composition effect in KDE because switching from
one desktop to another one was taking at least 5 seconds (is it normal with
this old card, or shall I submit another bug?).

After deactivating the composition effects, I saw many improvements, though
(the days before I was working without composition as well), so I think they
just came from the modifications I made to /etc/X11/xorg.conf:

* I was allowed to select in KDE the refresh rate of 75 Hz.
* Working with KDE was faster in general.
* The problem this bug is about was fixed.

Note, however, that this bug used not to exist *without enabling composition
in /etc/X11/xorg.conf *, so I do not know if the bug can be closed yet. At
least, you should configure the package to do these modifications to
/etc/X11/xorg.conf before closing the bug.

Please, answer as well whether taking so long for switching from one desktop
to another in KDE with composition enabled is a bug or is normal for this
card.

Thank you,

On 22/01/2008, Brice Goglin [EMAIL PROTECTED] wrote:

 David wrote:
  I am afraid I do not see any improvement at all...
 
  Thank you.

 Unless I am mistaken, we haven't seen your config and log yet. Could
 your xorg.conf and Xorg.0.log from 6.7.197?

 Thanks,
 Brice




Bug#444190: OpenGL screensaver malfunctions from upgrade

2008-01-25 Thread David
reopen 444190
thanks

No Read it again! :-)

The problem was caused by the DEFAULT configuration, and WITHOUT composition
effects; and was solved after adding some options to xorg.conf.

Reopening the bug...

Thank you


 Looks like this was caused by a non-default configuration and to many
 composition effects then? I am closing this bug.

 Brice




Bug#444190: OpenGL screensaver malfunctions from upgrade

2008-01-28 Thread David

  3) #Option XAANoOffscreenPixmaps true
 
  What is the role of this one? With this option activated, compiz does
  not work.

 Weird, it's usually the other way around (well, it should basically work
 without, but not quite correctly).



Now it is like you say.  Option XAANoOffscreenPixmaps true activated and
compiz works.

I do not know why the change. Maybe some important updates in sid recently?
(anyway, I just tried compiz *once* when it failed to start).

So, if this option is good for compiz and kwin, why is it not the default?

Thank you


Bug#451703: Screen totally white after launching

2007-11-17 Thread David
Package: compiz
Version: 0.6.3~git20071104.c9009efd-1
Severity: important

--- Please enter the report below this line. ---

This happens with the latest version in sid and, if I am not wrong, with the
former version in sid as well.

I think you know (and hate :-)  ) me well, but let us remind just in case:
my card is Intel and the composition is enabled with the option Option
AccelMethod EXA. KDE translucencies work OK.

When I launch compiz --replace, the screen goes totally white, and some
seconds afterwards the mouse pointer appears.

If I Ctrl+Alt+F1 and kill compiz and gtk-windows-decoration, the windows of
course have no border, but the keyboard does not work either.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-3-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-==
compiz-core (= 0.6.3~git20071104.c9009efd-1) | 0.6.3~git20071104.c9009efd-1
compiz-plugins (= 0.6.3~git20071104.c9009efd-1) |
0.6.3~git20071104.c9009efd-1
compiz-gtk (= 0.6.3~git20071104.c9009efd-1) | 0.6.3~git20071104.c9009efd-1
compiz-gnome (= 0.6.3~git20071104.c9009efd-1) |
0.6.3~git20071104.c9009efd-1


Bug#451703: white screen of death under compiz

2007-11-18 Thread David
Here the outputs:

$ glxinfo|grep direct
direct rendering: No (If you want to find out why, try setting
LIBGL_DEBUG=verbose)
OpenGL renderer string: Mesa GLX Indirect

$ glxinfo|grep vendor
server glx vendor string: SGI
client glx vendor string: SGI
OpenGL vendor string: Mesa project: www.mesa3d.org

$ glxinfo|grep GLX_EXT_texture_from_pixmap
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_OML_swap_method,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap

$ LIBGL_ALWAYS_INDIRECT=1 glxinfo|grep GLX_EXT_texture_from_pixmap
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
GLX_OML_swap_method,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX_SGIX_fbconfig, GLX_EXT_texture_from_pixmap


Bug#451704: [Pkg-alsa-devel] Bug#451704: Latest version takes a lot to shut down

2007-11-18 Thread David
 On Sat, 17 Nov 2007 the mental interface of
 David told:


You are a bit geek, aren't you? :-D :-D


 Could you please test the following:

 # /etc/init.d/alsa-utils stop

 Another 15 sec?



No, it is almost instantly. The same when shutting down or rebooting: it
reads

Setting up ALSA...done.

And, after prompting the done, it stays around 15 seconds. *But, it is
alsa, and not the next process, to blame*. I know it because in one
computer, the next process to stop is the bluetooth. The other computer does
not have any bluetooth, so the next process to stop after alsa is a
different one (I do not remember which one).

David


Bug#293907: libasound2: Sound Galaxy card cannot play with 1.0.8

2005-02-06 Thread David
Package: libasound2
Version: 1.0.8-1
Severity: important


Using a Sound Galaxy card, I cannot get aplay to work.  I get the
following error when I run aplay:

-- error message --

ALSA lib conf.c:2792:(snd_config_hook_load) /usr/share/alsa/cards/Sound 
Galaxy.conf is not a word
ALSA lib conf.c:2672:(snd_config_hooks_call) function 
snd_config_hook_load_for_all_cards returned error: Invalid argument
ALSA lib pcm.c:1947:(snd_pcm_open_conf) Invalid type for PCM default definition 
(id: default, value: cards.pcm.default)
aplay: main:508: audio open error: Invalid argument

 end error message -

Additional info:

I'm using alsa-modules I compiled using make-kpkg.  I first had the
1.0.7 versions for all of alsa installed, it all worked with the 1.0.7
libasound, but quit working upon upgrade to libasound2-1.0.8   .

Since then, I've installed current 1.0.8 versions of all of alsa-base,
alsa-utils, alsa-headers, and alsa-source, and recompiledalsa-modules
with these installed, but still no go. Previous to this, using various
combinations of alsa-base, etc, simply reinstalling libasound2 and
libasound2-dev version 1.0.7 restored sound.

FWIW, a 2.4.26 version of the kernel had the same problems.  (these are
also make-kpkg self-compiled.

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (900, 'testing'), (90, 'unstable')
Architecture: i386 (i586)
Kernel: Linux 2.4.27-8
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages libasound2 depends on:
ii  libc6   2.3.2.ds1-20 GNU C Library: Shared libraries an

-- no debconf information


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



Bug#305335: deb installer 18 apr daily

2005-04-19 Thread david
Package: installation-reports
Debian-installer-version: 2005-4-18 daily (first for a long time)
uname -a: New machine with nothing installed.
Date: 2005-4-19 8:00 utc
Method: iso copied from above network install
Machine: Gigabyte GA-7N400 Pro with NVIDIA nForce 2 chipset + 2x120GB HD
Processor: AMD Atholon XP 3200 2191MB 4364 BMips stopping 00
Memory: 512MB DDR
Root Device: IDE1 and 2 + CD
Root Size/partition table:
First run:
IDE1
/   1G pri bootable
/home   35G logical
/var55G 
/usr10G
swap8.9G
/tmp8.9G
write to disk
Set IDE2 to raid1 - error not 2 raid partitions
Set IDE1 to raid - error no root partition
Restart partitioner - 55% freeze
Second run:
See errors below
Output of lspci and lspci -n:
Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it
Initial boot worked:[0]
Configure network HW:   [0]
Config network: [0]
Detect CD:  [0]
Load installer modules: [0]
Detect hard drives: [ ]
Partition hard drives:  [E]
Create file systems:[E]
Mount partitions:   [ ]
Install base system:[ ]
Install boot loader:[ ]
Reboot: [ ]
Comments/Problems:
Start
1	set expert26 ran OK up to raid partitioning (see above)
2	reset ps ran to detecting h/w last line of error kernal BUG  
mm/page_alloc.c:520!
3		nb video font was yellow on blue rather than thin grey on whatever.
4	Power off / on (inc removing cord)- expert26 mode - error Segumentation  
fault rest of screen white.
5	power off / on (inc removing cord)for at least 1 minute - expert26 mode  
- last error lines
	Setting up file system please wait
	Segumentation fault
	Kernal panic, Attempt to kill init!
6	CTL/ALT/DEL ran to error Setting up filesystem, please wait ...
Much walking in circles and unpublishable mutterings!
	Will try much later with noapic nolapic
	NB H/W raid switched off in BIOS.
	Useage is for fault tollerant server.


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


Bug#59518: Your favorite online pills store

2005-05-03 Thread David
This stuff is not really expensive as before...
http://coveted.getyourpils.info/?denotablextvuydeclaredzvpendurance
36 hours: for all your needs :)

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


Bug#154910: gulf

2005-05-04 Thread David
All the meds you need:
http://www.salver.info/?154829

David


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



Bug#425882: xserver-xorg-video-i810: Out of video RAM with a 256 MB Intel GMA 950

2007-08-09 Thread David
Thank you.

I will try that when I can use the other computer, maybe this weekend.

With this option, do things like compiz-fusion or transparencies in KDE work
as well?

On 09/08/07, Brice Goglin [EMAIL PROTECTED] wrote:

 On Tue, Jun 26, 2007 at 08:45:57AM +0200, Michel Dänzer wrote:
  On Mon, 2007-06-25 at 16:56 +0100, David wrote:
  
   Anyway, with the version from experimental that was released before
   one week ago, only mplayer works in a 3D acceleration environment.
  
   Either if I use Beryl, or if I use KDE without Beryl, but with the
   transparency effects, all video programmes crash except mplayer:
   totem-xine, noatun, kaffeine, and even luvcview (a small programme to
   check the integrated webcam, the only that works for my webcam at the
   moment, that is another hardware struggle for me :-) . luvcview works
   in a normal environment but not in a 3D accelerated environment ).
 
  Do these work with Option AccelMethod EXA?

 Hi David,

 Did you have a chance to try the above advice from Michel? I saw some
 upstream comments saying that Composite+XAA problems such as yours
 couldn't really be solved and people should just switch to EXA.
 Fortunately, EXA seems to be pretty good in the intel driver.

 Let me know if it helps.
 Thanks,
 Brice



Bug#425882: Works (more or less) in KDE!, not in Compiz

2007-08-11 Thread David
Hello,

It seems to work in KDE with tranlucencies. Thank you! If I see more bugs I
will tell you, don't worry :-D

So a question, if I can abuse a little bit. I have done so many things to
xorg.conf that I would like to control them. Please tell me if the following
is correct: if I install Debian from scratch on a new computer, with Intel
graphic card, and I want to use the transparencies, I only have to do the
following things to /etc/X11/xorg.conf , isn't it?:

1) Add the following:

Section Extensions
Option Composite enable
EndSection

2) Inside Section Device that refers to the graphic card, I add the line

Option AccelMethod EXA

3) Shall I add the line?

Option XAANoOffscreenPixmaps true

4) Shall I add the line?

Option AddARGBGLXVisuals

5) Do I have to do anything else with xorg.conf?

But I had today two problems, I do not know if they are related with
composition, because I also had them when working without composition:

The first one is that, when I select shutdown or reboot, sometimes the
screen goes black and nothing happens, I have to turn the computer off with
the power button.

Other times, for an unknown reason, the display freezes spectacularly. No
answer to keyboard, mouse, or Ctrl + Alt + F1. Again, I have to turn the
computer off with the power button.

Do you know about this bugs? Are they related to composition? Can I report
them? (I hesitate because I do not know how to reproduce them, they come by
surprise).

Compiz does not work yet. With all the options above enabled in xorg.conf,
when I try to start it I read

$ compiz --replace
GLX_EXT_texture_from_pixmap is not available with direct rendering.
GLX_EXT_texture_from_pixmap is available with indirect rendering.
/usr/bin/gtk-window-decorator: Could not acquire decoration manager
selection on screen 0 display :0.0

and it switches to metacity (although I am using KDE).

A final question, only if you know it; a question between colleagues :-) ,
because it is out of the scope of this bug: do you think that I can get the
composition effects, with the free driver of ati, with this solution? (that
is for the other computer). I have to use the free driver, because the card
is a Radeon 9200 SE and it is not supported by fglrx. People of fglrx told
me that the free driver should include the composition for this card, but
composition does not work. If you do not know do not worry, I will submit a
bug against ati.

Thank you again for your work.

David


Bug#437343: Does not autostart when translucencies are enabled

2007-08-11 Thread David
Package: kscreensaver
Version: 4:3.5.7-2
Severity: important

--- Please enter the report below this line. ---

I use KDE with tranlucencies enabled, and I set the screensaver to black
screen (impossible simpler).

If I manually lock the screen, it is OK.

But it never autostarts due to inactivity (of course, I expect it to
autostart because it is configured like this).


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
===-+-
kdelibs4c2a (= 4:3.5.7-1) | 4:3.5.7.dfsg.1-3
libart-2.0-2 (= 2.3.18) | 2.3.19-3
libc6 (= 2.6-1) | 2.6.1-1
libgcc1 (= 1:4.2-20070516) | 1:4.2.1-2
libgl1-mesa-glx | 7.0.1-1
OR libgl1 |
libglu1-mesa | 7.0.1-1
OR libglu1 |
libqt3-mt (= 3:3.3.7) | 3:3.3.7-6
libstdc++6 (= 4.2-20070516) | 4.2.1-2
libx11-6 | 2:1.0.3-7
kdebase-bin | 4:3.5.7-2+b1


Bug#437343: It is even worse

2007-08-11 Thread David
The bug is even worse than I thought at the beginning. Even locking the
screen does not work, because some minutes later the screensaver
disappears, and to make matters worse you cannot do anything with the
keyboard or mouse. I had to Ctrl+Alt+Backspace

By the way, I am submitting the same to the upstream, as similar bugs have
been happening for many years and in different distros. I am copying one
reflection that I submitted to the upstream. Maybe I was a bit tough, but
that is because I am annoyed that a package so simple, and at the same time
so important in a desktop, is being so buggy for so many years. The
reflection I submitted to the upstream is the following:

---
Reflection (maybe tough, but I hope not a flame): I had to quit using
translucencies, and why? Because a malfunction of kwin? No. Because a
malfunction of the video driver? No. Because a malfunction of the
screensaver.

I do not know much about computing, but I think a screensaver must not be so
tricky as kwin or the video driver. kscreensaver is being malfunctioning for
many years, with and without translucencies: not autostarting, starting but
disappearing thereafter, etc.

Although a desktop is terrific (KDE), if the screensaver does not work,
users may think of switching to other desktops (gnome, xfce, etc).
---


Bug#444190: OpenGL screensaver malfunctions from upgrade

2007-09-26 Thread David
Package: xserver-xorg-video-ati
Version: 1:6.6.193-3
Severity: important

--- Please enter the report below this line. ---

I have a Radeon 9200 SE, use KDE, and Euphoria as screensaver.

From the transition to the new xorg, the screensaver moves discretely, not
in a continuous way. Furthermore, when the screen is locked, and I want to
unlock it, and the field to enter the password appears, the circles
representing the introduced characters are very behind the keyboard.

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

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-=
libc6 (= 2.6.1-1) | 2.6.1-5
xserver-xorg-core (= 2:1.4) | 2:1.4-2


Bug#434814: Webcam receive or send does not work

2007-09-27 Thread David
From long ago I do not have problems with it.

Nevertheless, I had this problem once recently.

To sum up: issue solved, but still happens once in a while.

On 22/09/2007, Muammar El Khatib [EMAIL PROTECTED] wrote:

 Hi David,

 I need to know if the problem still? Could you please confirm?


 Regards,
 --
 Muammar El Khatib.
 Linux user: 403107.
 Key fingerprint = 90B8 BFC4 4A75 B881 39A3  1440 30EB 403B 1270 29F1
 http://muammarelkhatib.net | http://www.teorex.org
   ,''`.
 : :' :
 `. `'
`-



Bug#437923: Touchpad doesn't work at all

2007-08-14 Thread David
Package: xserver-xorg-input-synaptics
Version: 0.14.7~git20070517-2
Severity: grave

--- Please enter the report below this line. ---

The touchpad used to work. I usually use a USB mouse, so maybe it took a
longtime for me to realise.

Today I touched the mouse and no reply at all, not to the buttons either. I
though it was because I had the USB mouse plugged in, so I thought it was a
good idea. But I unplugged the USB mouse and, still, no response at all on
the touchpad.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
-+-===
libc6 (= 2.5-5) | 2.6.1-1
libx11-6 | 2:1.0.3-7
libxext6 | 1:1.0.3-2
xserver-xorg-core (= 2:1.3.0.0) | 2:1.3.0.0.dfsg-12
libxi6 | 2:1.1.2-1


Bug#437930: The non-default release (eg, experimental) sould have a priority bigger than 100

2007-08-14 Thread David
Package: apt
Version: 0.7.6
Severity: important

--- Please enter the report below this line. ---

I have unstable and experimental enabled in sources.list, and on
/etc/apt/apt.conf I have the line APT::Default-Release unstable;

As you see bellow, experimental is given a priority of 1, and I think it is
against common sense.

If I *consciously* install a package from experimental, I would like to *be
aware of, and upgrade to, all the updates that come into experimental*
before the package comes into unstable. When the package comes into
unstable, apt will forget about the experimental version of the package.

By the way, the experimental release of debian-multimedia.org  is given a
priority of 500 and I find it OK. What I do not understand is the priority 1
for the experimental release of the official Debian packages.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-
libc6 (= 2.6-1) | 2.6.1-1
libgcc1 (= 1:4.2-20070516) | 1:4.2.1-3
libstdc++6 (= 4.2-20070516) | 4.2.1-3
debian-archive-keyring | 2007.07.31


Bug#437923: Touchpad doesn't work at all

2007-08-15 Thread David
Thank you.

At least today, /dev/input/event2 was the USB mouse.

The touchpad was event1 and no, no activity at all, although I move the
finger, press buttons, etc

# evtest /dev/input/event1
Input driver version is 1.0.0
Input device ID: bus 0x11 vendor 0x2 product 0x7 version 0x12b1
Input device name: SynPS/2 Synaptics TouchPad
Supported events:
  Event type 0 (Reset)
Event code 0 (Reset)
Event code 1 (Key)
Event code 3 (Absolute)
  Event type 1 (Key)
Event code 256 (Btn0)
Event code 257 (Btn1)
Event code 258 (Btn2)
Event code 259 (Btn3)
Event code 272 (LeftBtn)
Event code 273 (RightBtn)
Event code 274 (MiddleBtn)
Event code 325 (ToolFinger)
Event code 330 (Touch)
Event code 333 (?)
Event code 334 (?)
  Event type 3 (Absolute)
Event code 0 (X)
  Value  0
  Min 1472
  Max 5472
Event code 1 (Y)
  Value  0
  Min 1408
  Max 4448
Event code 24 (Pressure)
  Value  0
  Min0
  Max  255
Event code 28 (?)
  Value  0
  Min0
  Max0
Testing ... (interrupt to exit)


Bug#437923: Touchpad doesn't work at all

2007-08-16 Thread David
I use the current kernel in sid (2.6.22-1-686, version 2.6.22-3). Then, will
you reasign the bug, or shall I do it myself?

Thank you

On 16/08/07, Mattia Dongili [EMAIL PROTECTED] wrote:

 On Wed, Aug 15, 2007 at 10:18:23PM +0100, David wrote:
  Thank you.
 
  At least today, /dev/input/event2 was the USB mouse.
 
  The touchpad was event1 and no, no activity at all, although I move the
  finger, press buttons, etc

 then this is a kernel issue.
 Are you using a debian kernel or a self rolled one?

 --
 mattia
 :wq!



Bug#432663: IceWM: Warning: Invalid multibyte string öäå

2007-08-19 Thread David A.
Ok... I've modded the reproduction and cut in some IceWM  xorg-info.
Hope you spot smoething wrong.

It happens on all windows which contain swedish charactes.

regards, David.

[EMAIL PROTECTED]:~$ echo Reset error file  ~/.xsession-errors  xterm
-title problem: ååääöö -e sleep 1  /dev/null  cat
~/.xsession-errors
Reset error file
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
IceWM: Warning: Invalid multibyte string problem: ååääöö: Invalid or
incomplete multibyte or wide character
[EMAIL PROTECTED]:~

[EMAIL PROTECTED]:~$ locale
LANG=sv_SE
LC_CTYPE=sv_SE
LC_NUMERIC=sv_SE
LC_TIME=sv_SE
LC_COLLATE=sv_SE
LC_MONETARY=sv_SE
LC_MESSAGES=sv_SE
LC_PAPER=sv_SE
LC_NAME=sv_SE
LC_ADDRESS=sv_SE
LC_TELEPHONE=sv_SE
LC_MEASUREMENT=sv_SE
LC_IDENTIFICATION=sv_SE
LC_ALL=
[EMAIL PROTECTED]:~$

$ cat ~/.icewm/theme
Theme=708090/default.theme
#Theme=708090/2Buttons.theme
##Theme=18k/default.theme
###Theme=tin/default.theme
Theme=nice/default.theme
#Theme=IceBlueOkayish/default.theme
##Theme=Area51/default.theme
###Theme=Crux-Teal/More Title Bar Buttons.theme
Theme=ElbergRed/Wallpaper.theme
#Theme=metal-small/default.theme
##Theme=dusk/default.theme
[EMAIL PROTECTED]:~/.icewm$

[EMAIL PROTECTED]:~/.icewm$ cat /etc/X11/xorg.conf
# /etc/X11/xorg.conf (xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the /etc/X11/xorg.conf manual page.
# (Type man /etc/X11/xorg.conf at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section Files
FontPath/usr/share/fonts/X11/misc
FontPath/usr/X11R6/lib/X11/fonts/misc
FontPath/usr/share/fonts/X11/cyrillic
FontPath/usr/X11R6/lib/X11/fonts/cyrillic
FontPath/usr/share/fonts/X11/100dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/100dpi/:unscaled
FontPath/usr/share/fonts/X11/75dpi/:unscaled
FontPath/usr/X11R6/lib/X11/fonts/75dpi/:unscaled
FontPath/usr/share/fonts/X11/Type1
FontPath/usr/X11R6/lib/X11/fonts/Type1
FontPath/usr/share/fonts/X11/100dpi
FontPath/usr/X11R6/lib/X11/fonts/100dpi
FontPath/usr/share/fonts/X11/75dpi
FontPath/usr/X11R6/lib/X11/fonts/75dpi
# path to defoma fonts
FontPath/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
EndSection

Section Module
Loadbitmap
Loadddc
Loaddri
Loadextmod
Loadfreetype
Loadglx
Loadint10
Loadtype1
Loadvbe
Loaddbe
EndSection

Section InputDevice
Identifier  Generic Keyboard
Driver  kbd
Option  CoreKeyboard

Bug#438876: Can't click inside selected text

2007-08-20 Thread David
Package: geany
Version: 0.11-2
Severity: normal

--- Please enter the report below this line. ---

If I have some text selected, and I want to make a new selection that starts
inside the current selection, I first have to clear the selection by
clicking outside it. Clicking inside the selection is not possible (as the
mouse pointer stays like an arrow, just like when you want to move a
selection, by clicking at the border of it, in some applications).

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-
libatk1.0-0 (= 1.13.2) | 1.18.0-2
libc6 (= 2.5-5) | 2.6.1-1
libcairo2 (= 1.4.0) | 1.4.10-1
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libgcc1 (= 1:4.2-20070516) | 1:4.2.1-4
libglib2.0-0 (= 2.12.9) | 2.12.13-1
libgtk2.0-0 (= 2.10.3) | 2.10.13-1
libpango1.0-0 (= 1.16.4) | 1.16.5-1
libstdc++6 (= 4.2-20070516) | 4.2.1-4
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxfixes3 (= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.2-1
libxinerama1 | 1:1.0.2-1
libxrandr2 (= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1


Bug#439022: Depends on a package removed from sid

2007-08-21 Thread David
Package: kig
Version: 4:3.5.7-1
Severity: serious

--- Please enter the report below this line. ---

The package libboost-python1.34.0 has been removed from sid, so it lays in
the section local or obsolete. But, when I try to remove it, synaptic
prompts me to remove: kde, kde-amusements, kdeedu and kig. That is because
kig still depends on the inexistent libboost-python1.34.0.

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
===-+-==
kdelibs4c2a (= 4:3.5.7-1) | 4:3.5.7.dfsg.1-4
libacl1 (= 2.2.11-1) | 2.2.42-1
libart-2.0-2 (= 2.3.18) | 2.3.19-3
libattr1 (= 2.4.4-1) | 1:2.4.32-1.2
libaudio2 | 1.9-2+b1
libboost-python1.34.0 (= 1.34.0~rc2-1) | 1.34.0-1+b1
libc6 (= 2.5-5) | 2.6.1-1
libfam0 | 2.7.0-13
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6 (= 2.2) | 2.3.5-1+b1
libgcc1 (= 1:4.1.2) | 1:4.2.1-4
libice6 (= 1:1.0.0) | 2:1.0.4-1
libidn11 (= 0.5.18) | 1.0-0
libjpeg62 | 6b-13
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-2
libqt3-mt (= 3:3.3.7) | 3:3.3.7-6
libsm6 | 2:1.0.3-1+b1
libstdc++6 (= 4.1.2) | 4.2.1-4
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxft2 ( 2.1.1) | 2.1.12-2
libxi6 | 2:1.1.2-1
libxinerama1 | 1:1.0.2-1
libxrandr2 (= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1
libxt6 | 1:1.0.5-3
python2.5 (= 2.5) | 2.5.1-5
zlib1g (= 1:1.2.1) | 1:1.2.3.3.dfsg-5
kdeedu-data ( 4:3.5.7) | 4:3.5.7-1
kdeedu-data ( 4:3.5.8) | 4:3.5.7-1


Bug#439056: Integrate gdb inside the IDE

2007-08-21 Thread David
Package: geany
Version: 0.11-2
Severity: wishlist

--- Please enter the report below this line. ---

Thank you very much, Damian, for your fast reply to my former bug. It
encouraged me to submit another one :-)

We know how often a programme builds OK, but does not do what we expected.
That is where the debug comes into the game. Why not integrate gdb inside
the IDE?: in order to be able to execute line by line, execute loop by loop,
execute up to a specific line in the code, etc.

Has it been proposed in the upstream? If not, could you please forward it?

Thank you

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-
libatk1.0-0 (= 1.13.2) | 1.18.0-2
libc6 (= 2.5-5) | 2.6.1-1
libcairo2 (= 1.4.0) | 1.4.10-1
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libgcc1 (= 1:4.2-20070516) | 1:4.2.1-4
libglib2.0-0 (= 2.12.9) | 2.14.0-2
libgtk2.0-0 (= 2.10.3) | 2.10.13-1
libpango1.0-0 (= 1.16.4) | 1.16.5-1
libstdc++6 (= 4.2-20070516) | 4.2.1-4
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxfixes3 (= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.2-1
libxinerama1 | 1:1.0.2-1
libxrandr2 (= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1


Bug#439113: The search results tab is always hidden

2007-08-22 Thread David
Package: tracker-search-tool
Version: 0.6.1-1
Severity: important

--- Please enter the report below this line. ---

Whenever I start tracker search tool and enter a search string, only the
categories (all files, documents, text, etc) are visible. Even if you click
on a category, the same.

You have to move the mouse to the very right border (just before the
window's right frame) and drag it to the left, in order to see the results
tab.

Many people will not realise it, so they will think that tracker search tool
is completely unusable.

I use KDE, but in gnome it must be the same, isn't it?

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libart-2.0-2 (= 2.3.18) | 2.3.19-3
libatk1.0-0 (= 1.13.2) | 1.18.0-2
libc6 (= 2.6-1) | 2.6.1-1
libgconf2-4 (= 2.13.5) | 2.18.0.1-3
libglade2-0 (= 1:2.6.1) | 1:2.6.2-1
libglib2.0-0 (= 2.12.9) | 2.14.0-2
libgnome-desktop-2 (= 2.11.1) | 2.18.3-1
libgnome2-0 (= 2.17.3) | 2.18.0-4
libgnomeui-0 (= 2.17.1) | 2.18.1-2
libgnomevfs2-0 (= 1:2.17.90) | 1:2.18.1-3+b1
libgtk2.0-0 (= 2.10.12-3) | 2.10.13-1
libtracker-gtk0 (= 0.6.1) | 0.6.1-1
libtrackerclient0 (= 0.6.1) | 0.6.1-1
tracker (= 0.6.1-1) | 0.6.1-1


Bug#439113: The search results tab is always hidden

2007-08-22 Thread David
I am now in another machine and it happens too. It is progressive (at least
in this machine).

Do a search in tracker, close, now reopen it. The tab of the results is a
bit more rightwards than previous time. Close, reopen: the tab is even more
rightwards. After two of three sessions, the tab has reached the right
border of the window and, as a result, it has become invisible.

By the way, do you know about any issues in searching inside OpenOffice text
files? I make tests with chains that I have inside an .odt and most of them
are not found. If you like, I can submit this other bug against tracker.

Thank you.


Bug#439593: Keep the option HWCLOCKPARS=--directisa in /etc/init.d/hwclock.sh

2007-08-25 Thread David
Package: util-linux
Version: 2.13~rc3-7
Severity: normal

--- Please enter the report below this line. ---

I have a dual boot with Windows Vista, so I need the option
HWCLOCKPARS=--directisa in /etc/init.d/hwclock.sh. Everytime util-linux is
upgraded, it asks me to replace this file. As there are more differences
(not only this line), I choose to replace, but then I have to put
--directisa  by hand (in sid updates come lots of times and editing
/etc/init.d/hwclock.sh so often is annoying).

Why not replace /etc/init.d/hwclock.sh by the new one, *but* respecting the
option --directisa if already existing?

By the way, the Debian forums are full of posts about clock showing wrong
time. Why not a dialog to inform users about the option --directisa  and
make them choose?


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
=-+-=
lsb-base (= 3.0-6) | 3.1-24
tzdata (= 2006c-2) | 2007f-12


Bug#445868: amarok: Songs disappear from playlist search results when they are played

2007-10-08 Thread David
Package: amarok
Version: 1.4.6-1+b1
Severity: normal

If you type search terms in the playlist search area (and get, eg: get 100
results), then start one of those songs playing, then the song that you
started will play, but it disappears from the search results (just 99
show). If you double click on a lot of songs then they disappear one by
one as each one starts playing.

Also, the songs disappear by themselves when they automatically start
playing after another one finishes (or when you hit next).

However, when there are only 4 songs remaining, then the search results
stop shrinking, and then just those 4 songs play.

You can restore the full set of search results by updating the text
search area. However, the songs start disappearing again.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-engines  1.4.6-1+b1   output engines for the Amarok audi
ii  amarok-xine [amarok-eng 1.4.6-1+b1   xine engine for the Amarok audio p
ii  kdelibs4c2a 4:3.5.7.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-4GCC support library
ii  libgl1-mesa-glx [libgl1 7.0.1-1  A free implementation of the OpenG
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libgpod20.5.2-4  a library to read and write songs
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.0-0GNU libidn library, implementation
ii  libifp4 1.0.0.2-3communicate with iRiver iFP audio
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libkarma0   0.0.6-2  Rio Karma access library [runtime
ii  libmtp5 0.1.5-2  Media Transfer Protocol (MTP) libr
ii  libmysqlclient15off 5.0.45-1 MySQL database client library
ii  libnjb5 2.2.5-4.1Creative Labs Nomad Jukebox librar
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libpq5  8.2.4-2  PostgreSQL C client library
ii  libqt3-mt   3:3.3.7-7Qt GUI Library (Threaded runtime v
ii  libruby1.8  1.8.6.36-1   Libraries necessary to run Ruby 1.
ii  libsdl1.2debian 1.2.11-9 Simple DirectMedia Layer
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsqlite3-03.4.2-1  SQLite 3 shared library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libtag1c2a  1.4-8+b1 TagLib Audio Meta-Data Library
ii  libtagc01.4-8+b1 TagLib Audio Meta-Data Library (C
ii  libtunepimp50.5.3-4+b1   MusicBrainz tagging library
ii  libusb-0.1-42:0.1.12-7   userspace USB programming library
ii  libvisual-0.4-0 0.4.0-1.1Audio visualization framework
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  ruby1.8.2-1  An interpreter of object-oriented
ii  unzip   5.52-10  De-archiver for .zip files
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.7-3  enables the browsing of audio CDs

-- no debconf information



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



Bug#446885: Broken dependency related to gimp-print

2007-10-16 Thread David
Package: gimp
Version: 2.4.0~rc2-1
Severity: serious

--- Please enter the report below this line. ---

It is not possible to upgrade gimp because apt wants to uninstall
gimp-print.

The dependencies should be fixed (maybe set the dependency on
gimp-gutenprint instead of on gimp-print?).


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

Debian Release: lenny/sid
990 unstable www.debian-multimedia.org
990 unstable ftp.uk.debian.org
500 stable dl.google.com
500 experimental www.debian-multimedia.org
1 experimental ftp.uk.debian.org

--- Package information. ---
Depends (Version) | Installed
==-+-==
gimp-data (= 2.4.0~rc2) | 2.4.0~rc2-1
gimp-data ( 2.4.0~rc2-z) | 2.4.0~rc2-1
libaa1 (= 1.2) | 1.4p5-32
libart-2.0-2 (= 2.3.18) | 2.3.19-3
libatk1.0-0 (= 1.13.2) | 1.20.0-1
libc6 (= 2.6-1) | 2.6.1-5
libcairo2 (= 1.4.0) | 1.4.10-1
libdbus-1-3 (= 1.1.1) | 1.1.1-3
libdbus-glib-1-2 (= 0.74) | 0.74-1
libexif12 | 0.6.16-2
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6 (= 2.3.5) | 2.3.5-1+b1
libgimp2.0 (= 2.4.0~rc1) | 2.4.0~rc3-1
libglib2.0-0 (= 2.14.0) | 2.14.1-5
libgtk2.0-0 (= 2.10.12-3) | 2.12.0-3
libhal1 (= 0.5.9) | 0.5.9.1-6
libjpeg62 | 6b-14
liblcms1 (= 1.15-1) | 1.16-6
libmng1 (= 1.0.3-1) | 1.0.9-1
libpango1.0-0 (= 1.18.1) | 1.18.2-2
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-3
libpoppler-glib1 (= 0.5.1) | 0.5.4-6.2
librsvg2-2 (= 2.18.1) | 2.18.2-1
libtiff4 | 3.8.2-7
libwmf0.2-7 (= 0.2.8.4) | 0.2.8.4-6
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.9-1
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
libxmu6 | 1:1.0.3-1
libxpm4 | 1:3.5.7-1
libxrandr2 (= 2:1.2.0) | 2:1.2.2-1
libxrender1 | 1:0.9.4-1
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-6


Bug#446885: closed by Ari Pollak [EMAIL PROTECTED] (Re: Bug#446885: Broken dependency related to gimp-print)

2007-10-17 Thread David
Thank you for the reply. So the move is to upgrade gimp and, as a result,
uninstall gimp-print. Is it OK?

The question is: is it necessary to install gimp-gutenprint (it is in the
repository since yesterday)? When is gimp-gutenprint necessary?

Thank you


Bug#434508: Postinstall fails, exit status 255

2007-07-24 Thread David

Package: emacs-goodies-el
Version: 26.12-1
Severity: serious

--- Please enter the report below this line. ---

Here is the output in the terminal:

Setting up emacs-goodies-el (26.12-1) ...
emacs-goodies-el files already compiled in
/usr/share/emacs21/site-lisp/emacs-goodies-el.
emacs-goodies-el files already compiled in
/usr/share/emacs22/site-lisp/emacs-goodies-el.
install/emacs-goodies-el: Handling xemacs21, logged in /tmp/elc_wHIIzr.log
emacs-package-install:
/usr/lib/emacsen-common/packages/install/emacs-goodies-el xemacs21 emacs21
emacs22 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install
line 30, TSORT line 1.
dpkg: error processing emacs-goodies-el (--configure):
subprocess post-installation script returned error exit status 255
Errors were encountered while processing:
emacs-goodies-el
E: Sub-process /usr/bin/dpkg returned an error code (1)
A package failed to install.  Trying to recover:
Setting up emacs-goodies-el (26.12-1) ...
emacs-goodies-el files already compiled in
/usr/share/emacs21/site-lisp/emacs-goodies-el.
emacs-goodies-el files already compiled in
/usr/share/emacs22/site-lisp/emacs-goodies-el.
install/emacs-goodies-el: Handling xemacs21, logged in /tmp/elc_Y5HUjF.log
emacs-package-install:
/usr/lib/emacsen-common/packages/install/emacs-goodies-el xemacs21 emacs21
emacs22 xemacs21 failed at /usr/lib/emacsen-common/emacs-package-install
line 30, TSORT line 1.
dpkg: error processing emacs-goodies-el (--configure):
subprocess post-installation script returned error exit status 255



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

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
===-+-
emacs21 | 21.4a+1-5
OR emacsen |
bash (= 2.05a) | 3.1dfsg-8
OR bash-static |


Bug#434509: Depends on libconfhelper-perl, but this package has been removed

2007-07-24 Thread David

Package: mplayer
Version: 1.0~rc1-14
Severity: serious

--- Please enter the report below this line. ---

libconfhelper-perl has been removed from sid, so I see it in Synaptic under
the local or obsolete section. Nevertheless, when trying to remove it, it
asks to remove mplayer as well.


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

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
=-+-===
libasound2 ( 1.0.12) | 1.0.14a-2
libatk1.0-0 (= 1.13.2) | 1.18.0-2
libaudiofile0 (= 0.2.3-4) | 0.2.6-7
libc6 (= 2.5-5) | 2.6-3
libcaca0 (= 0.99.beta11-1) | 0.99.beta11.debian-3
libcairo2 (= 1.4.0) | 1.4.10-1
libcdparanoia0 | 3.10+debian~pre0-5
libcucul0 (= 0.99.beta11-1) | 0.99.beta11.debian-3
libdirectfb-0.9-25 | 0.9.25.1-6
libdvdread3 (= 0.9.6) | 0.9.7-3
libesd0 (= 0.2.35) | 0.2.36-3
OR libesd-alsa0 (= 0.2.35) |
libfontconfig1 (= 2.4.0) | 2.4.2-1.2
libfreetype6 (= 2.2) | 2.3.5-1+b1
libgl1-mesa-glx | 6.5.2-7
OR libgl1 |
libglib2.0-0 (= 2.12.9) | 2.12.13-1
libgtk2.0-0 (= 2.10.3) | 2.10.13-1
libjpeg62 | 6b-13
liblircclient0 | 0.8.0-9.3
liblzo1 | 1.08-3
libncurses5 (= 5.4-5) | 5.6+20070716-1
libogg0 (= 1.1.3) | 1.1.3-2
libpango1.0-0 (= 1.16.4) | 1.16.4-3
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-2
libsdl1.2debian (= 1.2.10-1) | 1.2.11-9
libsmbclient (= 3.0.2a-1) | 3.0.25b-1+b1
libspeex1 (= 1.1.8) | 1.1.12-3
libsvga1 | 1:1.4.3-24
libtheora0 | 0.0.0.alpha7.dfsg-2
libungif4g (= 4.1.4) | 4.1.4-5
libx11-6 | 2:1.0.3-7
libxcursor1 ( 1.1.2) | 1:1.1.8-2
libxext6 | 1:1.0.3-2
libxfixes3 (= 1:4.0.1) | 1:4.0.3-2
libxi6 | 2:1.1.1-1
libxinerama1 | 1:1.0.2-1
libxrandr2 (= 2:1.2.0) | 2:1.2.1-1
libxrender1 | 1:0.9.2-1
libxv1 | 1:1.0.3-1
libxvmc1 | 1:1.0.4-2
libxxf86dga1 | 2:1.0.1-2
libxxf86vm1 | 1:1.0.1-2
zlib1g (= 1:1.2.1) | 1:1.2.3.3.dfsg-5
debconf-2.0 |
OR debconf | 1.5.13
libconfhelper-perl | 0.12.5
mplayer-skin |


Bug#425451: I did reply to your ping!

2007-07-24 Thread David

Hello, Brice,

I did reply to your ping. But it seems that this bug is n-plicated. The last
stage of things is here:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425882

so the bug is not solved yet.

Maybe you are not paying too much attention here because 425882 is against
the obsolete xserver-xorg-video-i810

So I would suggest:

1) Forward this bug 425882 against xserver-xorg-video-intel
2) Archive the rest of the bugs like this (as the latest information is in
425882 and other bugs can mislead).
3) Of course, try to fix it :-) I will help as much as I can.

Thank you,

David


Bug#425451: I did reply to your ping!

2007-07-24 Thread David

Thank you for your very kind reply. So, maybe you would like to forward the
bug 425882 to the latest version of the package?

On 24/07/07, Brice Goglin [EMAIL PROTECTED] wrote:


David wrote:
 I did reply to your ping.

I closed the bug because I didn't see any reply in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425451
Maybe your replied to me without keeping the bug in CC and I missed your
mail, sorry if this is the case.

 But it seems that this bug is n-plicated. The last stage of things is
 here:

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425882
 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=425882

 so the bug is not solved yet.

Ok fine, as long as we still have this one open, we don't care about the
other being closed.

 Maybe you are not paying too much attention here because 425882 is
 against the obsolete xserver-xorg-video-i810

The version number of the package matters more here actually. You
reported against version 2:2.0.0-1, that's the same than
xserver-xorg-video-intel from our point of view, so it's far from
obsolete.

 1) Forward this bug 425882 against xserver-xorg-video-intel
 2) Archive the rest of the bugs like this (as the latest information
 is in 425882 and other bugs can mislead).
 3) Of course, try to fix it :-) I will help as much as I can.

Don't worry, this bug in my queue of important things to take care of
soon. But they are several dozens other X-related bugs in this list and
I don't have time to do all this immediately, but it will happen in the
near future :)

Note that we usually don't fix this kind of bugs ourself, we talk to the
actual developer (either by reporting a bug at bugzilla.freedesktop.org
or by irc/mail) and try some patches.

Brice




Bug#434814: Webcam receive or send does not work

2007-07-26 Thread David
Package: amsn
Version: 0.97~rc1+dfsg1-3
Severity: important

--- Please enter the report below this line. ---

One week ago, with amsn 0.97 I was able to see others' webcam and send my
webcam to others. Nevertheless, with this version, amsn claims that both the
webcam extension and capture are not available

--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
-+-==
tcl8.4 | 8.4.15-1
tk8.4 | 8.4.15-1
tcltls | 1.5.0.dfsg-6
python | 2.4.4-6
libc6 (= 2.6-1) | 2.6-3
libgcc1 (= 1:4.2-20070516) | 1:4.2.1-0
libice6 (= 1:1.0.0) | 2:1.0.3-3
libjpeg62 | 6b-13
libpng12-0 (= 1.2.13-4) | 1.2.15~beta5-2
libsm6 | 2:1.0.3-1+b1
libstdc++6 (= 4.2-20070516) | 4.2.1-0
libx11-6 | 2:1.0.3-7
zlib1g (= 1:1.2.3.3.dfsg-1) | 1:1.2.3.3.dfsg-5
libsnack2 | 2.2.10-dfsg1-1


Bug#434816: Doesn't work at all with kernel 2.6.22

2007-07-26 Thread David
Package: madwifi-source
Version: 1:0.9.3-3
Severity: grave

--- Please enter the report below this line. ---

After upgrading the kernel and, of course, doing m-a a-i madwifi and
rebooting, debian can't see any network interface. I compiled the last
snapshot from the upstream and I can see the essids again.


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
-+-
module-assistant | 0.10.11
debhelper (= 5.0.37) | 5.0.53
bzip2 | 1.0.3-7


Bug#434761: Should replace klaptopdaemon and kde-guidance-powermanager

2007-07-26 Thread David
Package: kpowersave
Version: 0.7.2-3
Severity: important


--- Please enter the report below this line. ---

It is possible to have both kpowersave and klaptopdaemon installed. But,
when the latter is running, suspending to RAM via the former fails. So I
think the package kpowersave should be set to replace klaptopdaemon and
kde-guidance-powermanager


--- System information. ---
Architecture: i386
Kernel: Linux 2.6.22-1-686

Debian Release: lenny/sid
900 unstable ftp.uk.debian.org
899 unstable www.debian-multimedia.org
500 stable dl.google.com
300 experimental ftp.uk.debian.org
299 experimental www.debian-multimedia.org

--- Package information. ---
Depends (Version) | Installed
===-+-===
kdelibs4c2a (= 4:3.5.6-1) | 4:3.5.7.dfsg.1-2
libc6 (= 2.5-5) | 2.6-3
libdbus-1-3 (= 0.94) | 1.1.1-3
libdbus-qt-1-1c2 (= 0.62.git.20060814) | 0.62.git.20060814-2
libgcc1 (= 1:4.1.2) | 1:4.2.1-0
libhal1 (= 0.5) | 0.5.9.1-2
libstdc++6 (= 4.1.2) | 4.2.1-0
libxext6 | 1:1.0.3-2
libxss1 | 1:1.1.2-1
libxtst6 | 1:1.0.2-1
hal (= 0.5.8.1) | 0.5.9.1-2


Bug#434508: Postinstall fails, exit status 255

2007-07-25 Thread David

I do not have the problem from today. Maybe because some updates of emacs
entered sid...


Bug#437020: Some possibly helpful info

2007-09-08 Thread david
I too encountered this problem this morning on 2 PCs running Unstable.


On one PC:

ecj, which also upgrades libecj-java consistently generates this error.

The following were all upgradable individually but generated the error when I 
tried to upgrade them all together. (I was trying to find out which packages 
were causing the problem)

bsdutils (1:2.13-2) to 1:2.13-3
apache2-utils (2.2.4-3) to 2.2.6-1

elisa (0.1.7-2) to 0.3.1-2  }
python-pigment (0.1.5-2) to 0.3.1-2}
Installed the following packages:} together
libpigment0.3-1 (0.3.1-2)}
python-pysqlite2 (2.3.5-1)   }

libgdl-1-0 (0.7.6-1) to 0.7.7-1 }
libgdl-1-common (0.7.6-1) to 0.7.7-1 }

libgsf-1-114 (1.14.6-1) to 1.14.7-1 }
libgsf-1-common (1.14.6-1) to 1.14.7-1 }

libsqlite0 (2.8.17-2) to 2.8.17-2.1   }
libsqlite0-dev (2.8.17-2) to 2.8.17-2.1}

mount (2.13-2) to 2.13-3

pdfedit (0.3.1-1) to 0.3.2-1

util-linux (2.13-2) to 2.13-3


On the other PC the following generated the error when I tried upgrading them 
together:

texlive-base, texlive-base-bin, texlive-common, texlive-fonts recommended.

However these upgraded OK yesterday on the first machine.


I have not done any more on the second PC and am willing to test any 
procedures you may suggest.



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



Bug#441561: symbol lookup error: /usr/lib/evolution/2.10/libeutil.so.0: undefined symbol: gnome_icon_theme_new

2007-09-10 Thread david
Package: evolution
Version: 2.10.3-1
Severity: important



-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22.6 (PREEMPT)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages evolution depends on:
ii  dbus1.1.1-3  simple interprocess messaging syst
ii  evoluti 2.10.3-1 architecture independent files for
ii  evoluti 1.10.3-1 evolution database backend server
ii  gconf2  2.18.0.1-3   GNOME configuration database syste
ii  gnome-i 2.18.0-3 GNOME Desktop icon theme
ii  gtkhtml 3.14.3-1 HTML rendering/editing library - b
ii  libart- 2.3.19-3 Library of functions for 2D graphi
ii  libatk1 1.18.0-2 The ATK accessibility toolkit
ii  libbono 2.18.0-2 Bonobo CORBA interfaces library
ii  libbono 2.18.0-5 The Bonobo UI library
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libcair 1.4.10-1 The Cairo 2D vector graphics libra
ii  libcame 1.10.3-1 The Evolution MIME message handlin
ii  libdbus 1.1.1-3  simple interprocess messaging syst
ii  libdbus 0.74-1   simple interprocess messaging syst
ii  libeboo 1.10.3-1 Client library for evolution addre
ii  libecal 1.10.3-1 Client library for evolution calen
ii  libedat 1.10.3-1 Utility library for evolution data
ii  libedat 1.10.3-1 GUI utility library for evolution 
ii  libegro 1.10.3-1 Client library for accessing group
ii  libexch 1.10.3-1 Backend library for evolution cale
ii  libfont 2.4.2-1.2generic font configuration library
ii  libfree 2.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcon 2.18.0.1-3   GNOME configuration database syste
ii  libglad 1:2.6.2-1library to load .glade files at ru
ii  libglib 2.14.0-2 The GLib library of C routines
ii  libgnom 0.8.1-2  GNOME keyring services library
ii  libgnom 2.0.15-2 Support libraries for gnome-pilot
ii  libgnom 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnom 2.14.0-3 A powerful object-oriented display
ii  libgnom 2.18.0-2 The GNOME 2.2 print architecture -
ii  libgnom 2.18.0-2 GNOME 2.2 print architecture User 
ii  libgnom 2.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnom 1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgnut 1.7.19-1 the GNU TLS library - runtime libr
ii  libgtk2 2.10.13-1The GTK+ graphical user interface 
ii  libgtkh 3.14.3-1 HTML rendering/editing library - r
ii  libhal1 0.5.9.1-4Hardware Abstraction Layer - share
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libldap 2.1.30.dfsg-13.5 OpenLDAP libraries
ii  libnm-g 0.6.5-1  network management framework (GLib
ii  libnoti 0.4.4-3  sends desktop notifications to a n
ii  libnspr 1.8.0.13~pre070720-0etch3+lenny1 NetScape Portable Runtime Library
ii  libnss3 3.11.7-1 Network Security Service libraries
ii  liborbi 1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpang 1.16.5-1 Layout and rendering of internatio
ii  libpiso 0.12.2-10library for communicating with a P
ii  libpisy 0.12.2-10synchronization library for PalmOS
ii  libpng1 1.2.15~beta5-2   PNG library - runtime
ii  libpopt 1.10-3   lib for parsing cmdline parameters
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libsoup 2.2.100-1an HTTP library implementation in 
ii  libx11- 2:1.0.3-7X11 client-side library
ii  libxcur 1:1.1.9-1X cursor management library
ii  libxext 1:1.0.3-2X11 miscellaneous extension librar
ii  libxfix 1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxine 1:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.29.dfsg-1GNOME XML 

Bug#441058: Stopped working after upgrade!!!!!!

2007-09-11 Thread David
Yes, in principle it looks fixed in 0.9.44

On 10/09/2007, Ove Kaaven [EMAIL PROTECTED] wrote:

 David wrote:
  Package: wine
  Version: 0.9.43-1
  Severity: important
 
  --- Please enter the report below this line. ---
 
  I used to run a 16 bit Windows application until I upgraded wine today.
  The output in the shell is (I hide the application for the sake of
 privacy):

 Is this fixed in 0.9.44?




Bug#442375: libapr1-dev: update --includedir path, apr-1 not apr-1.0

2007-09-15 Thread david
Package: libapr1-dev
Version: 1.2.7-8.2
Severity: normal


The header files are installed into /usr/include/apr-1.0 but as the
version is 1.2.7 I think it is just a hangover from a previous version
of apr as the package conflicts with libapr1.0-dev which is an old
version and I assume where that version came from.  If the package
source is installed outside of the debian package it is installed into
/usr/include/apr1 which makes me further think it should be installed
to /usr/include/apr1 and it better matches the current package name
libapr1-dev.

This came up because some source code I'm trying to compile has
#include apr-1/apr_base64.h
etc all over.

Package: libapr1-dev
Version: 1.2.7-8.2
Conflicts: libapr1.0-dev, libapr0-dev

apr-1.2.7/debian/rules
lists
--includedir=\$${prefix}/usr/include/apr-1.0
--with-installbuilddir=\$${prefix}/usr/share/apr-1.0/build

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages libapr1-dev depends on:
ii  liba 1.2.7-8.2   The Apache Portable Runtime Librar
ii  uuid 1.2-1.39+1.40-WIP-2006.11.14+dfsg-2 universally unique id library - he

libapr1-dev recommends no packages.

-- no debconf information



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



Bug#442454: korganizer: Reminder Daemon doesn't can't be disabled

2007-09-16 Thread David
Package: korganizer
Version: 4:3.5.7-1
Severity: normal

When you right-click on the 'korganizer reminder daemon' system tray
icon and uncheck 'Start Reminder Daemon at login' in the menu, this
setting isn't saved. When you restart KDE the daemon starts up again,
and the 'Start Reminder Daemon at login' option is still checked.

The only way I know of to disable it is to uninstall korganizer.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-1-686 (SMP w/1 CPU core)
Locale: LANG=en_ZA, LC_CTYPE=en_ZA (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages korganizer depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libaudio2   1.9-2+b1 The Network Audio System (NAS). (s
ii  libc6   2.6.1-1+b1   GNU C Library: Shared libraries
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.2.1-4GCC support library
ii  libice6 2:1.0.4-1X11 Inter-Client Exchange library
ii  libidn111.0-0GNU libidn library, implementation
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG
ii  libkcal2b   4:3.5.7-1KDE calendaring library
ii  libkdepim1a 4:3.5.7-1KDE PIM library
ii  libkpimexchange14:3.5.7-1KDE PIM Exchange library
ii  libkpimidentities1  4:3.5.7-1KDE PIM user identity information
ii  libpng12-0  1.2.15~beta5-2   PNG library - runtime
ii  libqt3-mt   3:3.3.7-7Qt GUI Library (Threaded runtime v
ii  libsm6  2:1.0.3-1+b1 X11 Session Management library
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxft2 2.1.12-2 FreeType-based font drawing librar
ii  libxi6  2:1.1.2-1X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxt6  1:1.0.5-3X11 toolkit intrinsics library
ii  perl5.8.8-7  Larry Wall's Practical Extraction
ii  zlib1g  1:1.2.3.3.dfsg-5 compression library - runtime

Versions of packages korganizer recommends:
ii  kghostview4:3.5.7-3  PostScript viewer for KDE

-- no debconf information



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



Bug#442454: Please fix bug summary

2007-09-16 Thread David
I made a typo in the bug summary.

Please remove the doesn't from Reminder Daemon doesn't can't be disabled



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



Bug#442799: console-data: fail to change keymap

2007-09-16 Thread david
Package: console-data
Version: 2:1.01-7
Severity: important

1.debian_install=debootstrap+console-data
2.fail to change keymap to azerty always in qwerty
3.garbage in menu or in comment bad letter
4.console-data work in debian 3.1 not in 4.0

-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.22.6
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)

Versions of packages console-data depends on:
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy

Versions of packages console-data recommends:
pn  console-commonnone (no description available)
pn  kbd | console-tools   none (no description available)

-- debconf information:
  console-data/keymap/qwerty/danish/variant:
  console-data/keymap/qwerty/finnish/standard/keymap:
  console-data/keymap/qwertz/german/standard/keymap:
  console-keymaps-dec/keymap:
  console-data/keymap/qwertz/swiss/german/keymap:
  console-data/keymap/qwertz/german/apple_usb/keymap:
  console-data/keymap/qwerty/estonian/standard/keymap:
  console-data/keymap/qwerty/bulgarian/cp_1251_coding/keymap:
  console-data/keymap/qwerty/latvian/variant:
  console-data/keymap/dvorak/unknown/variant:
  console-data/keymap/qwerty/hebrew/variant:
  console-data/keymap/qwerty/swedish/variant:
  console-data/keymap/qwerty/lithuanian/variant:
  console-data/keymap/qwertz/serbian/standard/keymap:
  console-data/keymap/qwertz/serbian/variant:
  console-data/keymap/qwerty/hebrew/standard/keymap:
  console-data/keymap/template/layout:
  console-data/keymap/qwerty/layout:
  console-data/keymap/qwertz/hungarian/standard/keymap:
  console-data/keymap/fggiod/layout:
  console-data/keymap/qwerty/norwegian/standard/keymap:
* console-data/keymap/azerty/layout: French
  console-data/keymap/qwerty/lithuanian/standard/keymap:
* console-data/keymap/azerty/french/variant: With Euro (latin 9)
  console-data/keymap/qwertz/slovak/standard/keymap:
  console-data/keymap/qwerty/british/standard/keymap:
  console-data/keymap/qwerty/finnish/variant:
  console-data/keymap/qwertz/czech/variant:
  console-data/keymap/qwerty/thai/standard/keymap:
  console-data/keymap/qwerty/portugese/standard/keymap:
  console-data/keymap/fggiod/turkish/standard/keymap:
  console-data/keymap/qwerty/russian/standard/keymap:
  console-data/keymap/qwerty/us_american/standard/keymap:
  console-data/keymap/qwerty/swedish/apple_usb/keymap:
* console-data/keymap/family: azerty
  console-data/keymap/qwerty/estonian/variant:
  console-data/keymap/qwerty/brazilian/br-latin1/keymap:
  console-data/keymap/qwertz/hungarian/variant:
  console-data/keymap/qwertz/swiss/french/keymap:
  console-data/keymap/dvorak/layout:
  console-keymaps-at/keymap:
  console-keymaps-amiga/keymap:
  console-data/keymap/qwerty/czech/variant:
  console-data/keymap/qwerty/hungarian/standard/keymap:
  console-data/keymap/qwerty/ukrainian/standard/keymap:
  console-data/keymap/qwerty/polish/standard/keymap:
  console-data/keymap/qwerty/canadian/variant:
  console-data/keymap/qwerty/romanian/standard/keymap:
  console-data/keymap/qwerty/finnish/apple_usb/keymap:
  console-data/keymap/qwertz/swiss/variant:
  console-data/keymap/qwerty/norwegian/variant:
  console-data/keymap/dvorak/unknown/apple_usb/keymap:
  console-data/keymap/qwerty/spanish/variant:
  console-data/keymap/qwerty/slovak/variant:
  console-data/keymap/full:
  console-data/keymap/qwerty/canadian/french/keymap:
  console-data/keymap/qwerty/italian/variant:
  console-data/keymap/qwerty/hungarian/variant:
  console-data/keymap/qwertz/german/variant:
  console-data/keymap/qwerty/macedonian/variant:
  console-data/keymap/qwerty/brazilian/variant:
  console-keymaps-atari/keymap:
  console-data/keymap/qwerty/turkish/standard/keymap:
  console-data/keymap/qwerty/brazilian/standard/keymap:
  console-data/keymap/azerty/belgian/apple_usb/keymap:
  console-data/keymap/qwerty/danish/standard/keymap:
  console-data/keymap/qwertz/slovene/standard/keymap:
  console-data/keymap/qwerty/british/variant:
  console-data/keymap/qwerty/ukrainian/variant:
  console-data/keymap/qwerty/byelorussian/standard/keymap:
  console-data/keymap/qwertz/layout:
  console-data/keymap/qwerty/dutch/variant:
  console-data/keymap/qwerty/macedonian/standard/keymap:
  console-data/keymap/qwerty/japanese/variant:
  console-data/keymap/qwerty/icelandic/standard/keymap:
  console-data/keymap/qwerty/british/apple_usb/keymap:
  console-data/keymap/qwerty/portugese/variant:
  console-data/keymap/qwertz/slovak/variant:
  console-data/keymap/qwerty/spanish/standard/keymap:
  console-data/keymap/qwerty/bulgarian/standard/keymap:
  console-keymaps-usb/keymap:
  console-data/keymap/qwerty/czech/standard/keymap:
  console-keymaps-acorn/keymap:
  console-data/keymap/qwerty/russian/variant:
  console-data/keymap/qwerty/finnish/old__obsolete_/keymap:
  

Bug#442844: python-sqlalchemy: Lazy-loading relationship errors are suppressed

2007-09-17 Thread David
Package: python-sqlalchemy
Version: 0.3.10-1
Severity: normal

If, when lazy-loading a parent record (by accessing a child
record's refering attribute), there is a problem looking up
the parent record (eg: don't have permissions in the database),
the lookup fails silently instead of being thrown. I think the
error is being suppressed somewhere.

More info about my setup:
 - I'm using Elixir but this looks like a SQLAlchemy problem
 - My underlying RDBMS is Postgresql 8.1

My exact problem (as refered to above) is that the db user does not have
permission to read the parent table.

I turned on debug-level logging from a testing app, here is some
relevant output:

= DEBUG OUTPUT STARTS =

2007-09-17 12:01:27,732 DEBUG
sqlalchemy.orm.attributes.InstrumentedAttribute Executing lazy callable
on [EMAIL PROTECTED]
2007-09-17 12:01:27,733 DEBUG sqlalchemy.orm.strategies.LazyLoader lazy
load attribute client_prod on instance [EMAIL PROTECTED]
2007-09-17 12:01:27,737 INFO sqlalchemy.pool.QueuePool.0x..74 Connection
connection object at 0xb77234e8; dsn: 'dbname=rrdbsql_sr
host=172.30.166.51 port=5432 user=media-exporter password=xxx',
closed: 0 checked out from pool
2007-09-17 12:01:27,742 INFO sqlalchemy.engine.base.Engine.0x..b4 SELECT
tblclient_producttype.lngclient_prod AS
tblclient_producttype_lngclient_prod, tblclient_producttype.strdesc AS
tblclient_producttype_strdesc, tblclient_producttype.strprod_type AS
tblclient_producttype_strprod_type, tblclient_producttype.strprodcode AS
tblclient_producttype_strprodcode, tblclient_producttype.lngclient AS
tblclient_producttype_lngclient
FROM tblclient_producttype
WHERE tblclient_producttype.lngclient_prod =
%(tblclient_producttype_lngclient_prod)s ORDER BY
%tblclient_producttype.lngclient_prod
2007-09-17 12:01:27,745 INFO sqlalchemy.engine.base.Engine.0x..b4
{'tblclient_producttype_lngclient_prod': 451}
2007-09-17 12:01:27,748 INFO sqlalchemy.engine.base.Engine.0x..b4
ROLLBACK
2007-09-17 12:01:27,750 INFO sqlalchemy.pool.QueuePool.0x..74 Connection
connection object at 0xb77234e8; dsn: 'dbname=rrdbsql_sr
host=172.30.166.51 port=5432 user=media-exporter password=xxx',
closed: 0 being returned to pool

= DEBUG OUTPUT ENDS =

In the above, the db user (media-exporter) has SELECT permission for
table 'tbltraffic' but no permission for table 'tblclient_producttype'.

Postgresql logs the problem in it's logfile when the above runs:

ERROR:  permission denied for relation tblclient_producttype

But there is no exception thrown by sqlalchemy, or any warnings logged.

Also I tested by logging into the database with the exporter user with psql,
and it confirmed that there are insufficient privileges.

Some more background info to give you some context: I'm currently
writing a python script to export some data from one database and
import into another. To this end, I've created new users in the
source and destination database (media-exporter and media-importer,
respectively), who have the minimum amounts of permission on the
minimum # of tables to help protect against accidental db damage.
I'm relying on exceptions thrown by my app (during lazy loading
as I walk through the tree of child-parent record dependancies, as
reflected by Elixir's descriptors) to let me know where I need to
add more permissions.

Since the above is not working I'll be monitoring the postgresql
logfile instead until the problem is fixed. This is not ideal
beacause I can only catch the permission problems during
development, and only if I remember to watch postgresql's log files.

-- System Information:
Debian Release: lenny/sid
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.21-2-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash

Versions of packages python-sqlalchemy depends on:
ii  python2.4.4-6An interactive high-level object-o
ii  python-central0.5.15 register and build utility for Pyt

python-sqlalchemy recommends no packages.

-- no debconf information



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



Bug#439113: The search results tab is always hidden

2007-08-27 Thread David

 Could you please check with gconf-editor the separator_position value,
 and post how it changes.



OK.
* I start with the results tab hidden.
default_window_height 580
default window maximised is checked (by the way, my resolution is 1280x800)
default_window_width 934
separator_position 1265

* Now I drag the tab to the left, do a search and close.
separator_position 614

* Doing the same, the values are 838, 934, 1265 and then steady. By the way,
it is not necessary to do any search, open and close is enough.

Which desktop environment are you using?


KDE


Could you check, if gconfd is
 running?


Yes, the line in the output of ps -aux is /usr/lib/libgconf2-4/gconfd-2 13


 Another explanation could be, that o3read (which is used for extracting
 the text) is not working properly for your files.
 Please check that, before opening a bug report.



OK, I saw that I did not have o3read installed. I installed all the
recommended packages.

I did not install the suggested packages because they do not seem to have
much to do, do they?

Thank you


Bug#439445: Dependencies not satisfied

2007-08-28 Thread David
severity 439445 serious
thanks

libmtp5 is not any more in unstable, so amarok can't be installed inside
sid.


Bug#431737: Bug?

2007-08-29 Thread David
Hello,

I do not agree at all with you having downgraded the bug, but I won't
upgrade it back. If some of the maintainers wants to upgrade it, I let them
assume this responsibility...

It is hilarious: the bug opened for almost two months, lot of people reading
it, very deep discussions about whether it is or not a bug, and now you
come, and *without reading the discussion*, you downgrade it...

If removing essential packages in gnome, and the ONLY display manager that
is installed (gdm) is not a bug, I'll eat my hat. *Imagine the effect on a
not-so-experienced user*.

The auto-remove function is for removing packages that are *already not
required*. If gdm is already not required, I'll eat my hat.

The option of auto-removing was included to make life a bit easier.
Otherwise, we can use Linux from scratch instead of Debian. If you do not
want the auto-remove option, don't include it. But, *if you decide to
include this feature, it must not have this behaviour*.

Two hypotheses about this behaviour are (but I am not sure at all):

a) That apt regards pakages that were installed at Debian's installation
time as automatically installed.
b) That apt regards pakages that were installed before the new version of
apt (the one with the auto-remove feature) as automatically installed.

David

On 29/08/2007, Filipus Klutiero [EMAIL PROTECTED] wrote:

 How is autoremoving a lot a bug?




Bug#431737: Bug?

2007-08-30 Thread David
 On the contrary, few people red this bug and no discussion about whether
 it is
 a bug or not happened yet.


Are we looking at the same web page?:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=431737



 Removing essential packages in gnome is not necessarily a bug. As an
 obvious
 example, it's not a bug that # apt-get remove libgtk2.0-0; removes
 essential
 packages in gnome.


Just imagine that I submit a bug against a file manager because, when I
double click on a file, the manager deletes that file. But then you say: if
you right click on the file and select remove, the file is removed.

Is that your reasoning?

Only packages which weren't directly installed (for example, libfoo after #
 apt-get install foo;) are supposed to be marked as automatically
 installed.



I know

Does this match the situation you described?


gdm was installed when I installed Debian. I am afraid I am unable to say
anything else.


Bug#429016: Really a bug?

2007-09-03 Thread David
Yes, it is still a bug.

The creation or removal of files is automatically refreshed. So are the
details of the files but only if you modify the file with a KDE application,
and maybe too with a gnome one. But not in general.

Look: http://bugs.kde.org/show_bug.cgi?id=118136,
http://bugs.kde.org/show_bug.cgi?id=148651

David

On 03/09/07, Filipus Klutiero [EMAIL PROTECTED] wrote:

 Do you have some evidence that this is a bug?
 You were requesting that konqueror could optionally automatically refresh
 in
 file manager mode, and it can already, so should we mark the bug as
 invalid
 or what?




Bug#431737: Bug?

2007-09-03 Thread David
Gdm was installed by the Debian installer.

What I do not know is whether the Debian installer uses apt (I presume so,
but I do not know).

You know that the Debian installer gives you the option to install some
package sets. I presume that gdm belonged to the Desktop set.

David


 Was it automatically installed? If you're unable to answer that question,
 this
 may be closed as a non-bug.




  1   2   3   4   5   6   7   8   9   10   >