Package: reportbug
Version: 3.39-0.1
Severity: normal
The default editor for reportbug (vi? vim?) does not work properly
inside reportbug. When I attempt to edit the bugreport the vi(m) statusline
is repeated at the bottom and my keystrokes are shown. The bugreport itself
is not editable. It sounds a bit strange but the attached reportbug-screen.txt
should hopefully make it clearer. It shows the contents of my terminal after
I pressen a couple of cursor keys.
I have also attached my reportbug configurations, so you can see that I have not
changed the default editor.
The workaround is easy: I set a different editor (like nano) but reportbug
should work out-of-the-box of course :-)
Kind regards,
Sander Marechal
-- Package-specific info:
** Environment settings:
INTERFACE="text"
** /home/sander/.reportbugrc:
reportbug_version "3.31"
mode standard
ui text
email "[EMAIL PROTECTED]"
no-cc
header "X-Debbugs-CC: [EMAIL PROTECTED]"
smtphost bugs.debian.org
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages reportbug depends on:
ii apt 0.7.11 Advanced front-end for dpkg
ii python 2.5.2-1 An interactive high-level object-o
ii python-central 0.6.6 register and build utility for Pyt
reportbug recommends no packages.
-- no debconf information
17 email "[EMAIL PROTECTED]"
18 no-cc
19 header "X-Debbugs-CC: [EMAIL PROTECTED]"
20 smtphost bugs.debian.org
21
22 -- System Information:
23 Debian Release: lenny/sid
24 APT prefers testing
25 APT policy: (500, 'testing')
26 Architecture: i386 (i686)
27
28 Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
29 Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
30 Shell: /bin/sh linked to /bin/bash
31
32 Versions of packages reportbug depends on:
33 ii apt 0.7.11 Advanced front-end for dpkg
34 ii python 2.5.2-1 An interactive high-level
object-o
35 ii python-central 0.6.6 register and build utility for
Pyt
36
37 reportbug recommends no packages.
38
39 -- no debconf information
~
~
~
~
~
~
~
~
~
~
~
~
~
1
1,1 All
2,1
All
3,1 All
4,1 All
5,0-1 All
6,1 All
5,0-1 All
6,1 All
5,0-1 All
# reportbug preferences file
# character encoding: UTF-8
# Version of reportbug this preferences file was written by
reportbug_version "3.31"
# default operating mode: one of: novice, standard, advanced, expert
mode standard
# default user interface
ui text
# offline setting - comment out to be online
#offline
# name and email setting (if non-default)
# realname "Sander Marechal"
email "[EMAIL PROTECTED]"
# Disable fallback mode by commenting out the following:
no-cc
header "X-Debbugs-CC: [EMAIL PROTECTED]"
smtphost bugs.debian.org
# You can add other settings after this line. See
# /etc/reportbug.conf for a full listing of options.
# Example configuration file for reportbug(1)
# Options can be specified in any order
# usually, no-OPTION will disable OPTION if OPTION is boolean
# Default severity level; will bypass prompt in reportbug, so disabled
# severity normal
# BTS to use
#bts debian
# See 'reportbug --bts help' for a current list of supported BTSes
# Submission address: default is 'submit'
submit
# Can also be 'quiet' or 'maintonly'; see --report-quiet and --maintonly
# entries on man page
# Mailer to use (default is empty, to use internal mailer). One of:
# mutt
# af
# mh
# nmh
# You can also use 'mua'; it takes an argument like that to --mua
# mua 'mutt -H'
# Additional headers to add:
# header "X-Debbugs-CC: [EMAIL PROTECTED]"
# header "X-Silly-Header: I haven't edited my /etc/reportbug.conf"
# header "X-Debbugs-No-Ack: please" # to suppress acknowledgments
# The following boolean options can be disabled by adding 'no-'
# Should I query the BTS?
query-bts
# Should I check for newer releases of the package
# check-available
# Should I CC the reporter?
cc
# Should I ever include modified config files?
config-files
# Should I strip down modified config files?
compress
# Specify one of the following to digitally sign bug reports automatically.
# sign gpg
# sign pgp
# Default "from" email address and real name (override with env. vars.)
# email "[EMAIL PROTECTED]"
# realname "Humberto Flores III"
# Default REPLYTO (override with env. variables)
# replyto "Humberto Flores <[EMAIL PROTECTED]>"
# Default HTTP Proxy (override with the env. variable)
# http_proxy http://proxy.example.com:3128/
# Use this to enable the internal MTA (bypassing /usr/sbin/sendmail)
# smtphost localhost
#
# You can also specify a port other than 25
# smtphost mail.example.com:2525
# Username and password for SMTP
# smtpuser bob
# smtppasswd XXX
# Use TLS encryption.
# smtptls
# Use this to specify the path of your MTA; any SMTP server on Debian
# should be OK with the default.
# mta /usr/sbin/sendmail
# User interface: text or newt
# querybts and reportbug will use this setting
# ui text
# Editor
# editor "emacs -nw"
# Always use template mode (bypass all prompts, output to stdout)
# template
# Don't query source packages
# no-query-source
# Disable debconf-show output
# no-debconf
# Automatically verify package installation before reporting using
# debsums, if available
verify
# Disable all external queries
# offline
# Default operating mode (novice, standard, advanced, expert)
# mode novice
# Don't check whether user IDs are outside admin range - root is still checked
# no-check-uid