Package: reportbug
Version: 7.1.7
Severity: minor
Tags: patch

The text user interface is pretty clear about what to do with the list
of already reported bugs

    "Is the bug you found listed above [y|N|b|m|r|q|s|f|e|?]?"

with a sane default. The equivalent screen in the gtk user interface
does not contain any instruction on what to do if none match (which
would be pressing next).

I suggest that the "Double-click a bug to retrieve and submit more
information." should be ammended to ", or press 'Next' if none match.";
a patch is attached.

Thanks
chrysn

-- Package-specific info:
** Environment settings:
EDITOR="vim"
EMAIL="chr...@fsfe.org"
INTERFACE="text"

** /home/chrysn/.reportbugrc:
reportbug_version "4.4"
mode expert
ui text
realname "chrysn"

-- System Information:
Debian Release: buster/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.12.0 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages reportbug depends on:
ii  apt                1.5~beta1
ii  python3            3.5.3-3
ii  python3-reportbug  7.1.7

reportbug recommends no packages.

Versions of packages reportbug suggests:
pn  claws-mail                               <none>
ii  debconf-utils                            1.5.63
ii  debsums                                  2.2.2
ii  dlocate                                  1.07+nmu1
pn  emacs24-bin-common | emacs25-bin-common  <none>
ii  file                                     1:5.30-1
ii  gir1.2-gtk-3.0                           3.22.17-1
ii  gir1.2-vte-2.91                          0.46.2-1
ii  gnupg                                    2.1.18-8
ii  nullmailer [mail-transport-agent]        1:1.13-1.2
ii  python3-gi                               3.22.0-2.1
ii  python3-gi-cairo                         3.22.0-2.1
pn  python3-gtkspellcheck                    <none>
pn  python3-urwid                            <none>
ii  xdg-utils                                1.1.1-1

Versions of packages python3-reportbug depends on:
ii  apt                1.5~beta1
ii  file               1:5.30-1
ii  python3            3.5.3-3
ii  python3-debian     0.1.30
ii  python3-debianbts  2.6.1
ii  python3-requests   2.18.1-1

python3-reportbug suggests no packages.

-- no debconf information

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom
diff --git a/reportbug/ui/gtk2_ui.py b/reportbug/ui/gtk2_ui.py
index fe97201..c80a2ab 100644
--- a/reportbug/ui/gtk2_ui.py
+++ b/reportbug/ui/gtk2_ui.py
@@ -1188,7 +1188,7 @@ class HandleBTSQueryPage(TreePage):
 
     def execute(self, buglist, sectitle):
         _assert_context(ui_context)
-        GLib.idle_add(self.label.set_text, "%s. Double-click a bug to retrieve and submit more information." % sectitle)
+        GLib.idle_add(self.label.set_text, "%s. Double-click a bug to retrieve and submit more information, or press 'Next' if none match." % sectitle)
 
         self.model = Gtk.TreeStore(*([str] * len(self.columns)))
         for category in buglist:

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Reportbug-maint mailing list
Reportbug-maint@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/reportbug-maint

Reply via email to