Package: reportbug Version: 13.2.0 Severity: normal X-Debbugs-Cc: [email protected]
Hello, When bugreport is used with its GTK UI to raise a bug report against wnpp, there are approximately eight thousands of bug reports to deal with. The algorithm used to refilter such a set of bug reports is way too slow. For example, try to type "normal" in the text entry, and wait a long, long while. Here is a list of things which can be improved: - when one types "normal", the refilter process is called with "n", "no", "nor", etc. waiting a bit before triggering the process would allow the user to type more characters before the time-consuming operation - each refilter process will concatenate again and again strings of the treeview's columns. This work is forgotten between successive refiltering processes, and it should be kept, as the concatenated strings are constants. I shall try to propose a MR for those changes. -- Package-specific info: ** Environment settings: [email protected] [email protected] DEBFULLNAME='Georges Khaznadar' INTERFACE=gtk ** /home/georgesk/.reportbugrc: reportbug_version "13.2.0" mode advanced ui text no-cc list-cc-me smtphost reportbug.debian.org -- System Information: Debian Release: forky/sid APT prefers stable APT policy: (900, 'stable'), (500, 'stable-updates'), (500, 'stable-security'), (500, 'testing'), (50, 'unstable') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 6.18.12+deb14-amd64 (SMP w/4 CPU threads; PREEMPT) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system) LSM: AppArmor: enabled Versions of packages reportbug depends on: ii apt 3.1.16 ii python3 3.13.9-3 ii python3-reportbug 13.2.0 ii sensible-utils 0.0.26 reportbug recommends no packages. Versions of packages reportbug suggests: pn claws-mail <none> ii debconf 1.5.91 ii debsums 3.0.2.3 pn dlocate <none> ii emacs-bin-common 1:30.2+1-2 ii exim4-daemon-light [mail-transport-agent] 4.99.1-1 ii file 1:5.46-5+b1 ii gnupg 2.4.8-5 ii python3-urwid 3.0.4-1 ii reportbug-gtk 13.2.0 ii xdg-utils 1.2.1-2 Versions of packages python3-reportbug depends on: ii apt 3.1.16 ii file 1:5.46-5+b1 ii python3 3.13.9-3 ii python3-apt 3.1.0 ii python3-debian 1.1.0 ii python3-debianbts 4.1.1 ii python3-requests 2.32.5+dfsg-1 ii sensible-utils 0.0.26 python3-reportbug suggests no packages. -- no debconf information

