Your message dated Sat, 9 Apr 2016 10:03:19 +0100
with message-id <[email protected]>
and subject line Re: aptitude: please add a "See homepage" action for packages
has caused the Debian Bug report #462063,
regarding shortcut key to spawn browser on package homepage
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
462063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=462063
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: aptitude
Version: 0.4.11.8-1
Severity: wishlist
With Homepage being an official field for packages now, it would be
nice if aptitude could be used to spawn a package's homepage in
sensible-browser. Unfortunately, ctrl-b is already taken, that would
have been nice and consistent with mutt/urlview.
-- Package-specific info:
aptitude 0.4.11.8 compiled at Jul 4 2008 17:26:43
Compiler: g++ 4.3.1
Compiled against:
apt version 4.6.0
NCurses version 5.6
libsigc++ version: 2.0.18
Ept support enabled.
Current library versions:
NCurses version: ncurses 5.6.20080621
cwidget version: 0.5.12
Apt version: 4.6.0
linux-vdso.so.1 => (0x00007fff7bdfe000)
libapt-pkg-libc6.7-6.so.4.6 => /usr/lib/libapt-pkg-libc6.7-6.so.4.6
(0x00007f32738c6000)
libncursesw.so.5 => /lib/libncursesw.so.5 (0x00007f327367b000)
libsigc-2.0.so.0 => /usr/lib/libsigc-2.0.so.0 (0x00007f3273476000)
libcwidget.so.3 => /usr/lib/libcwidget.so.3 (0x00007f32731a3000)
libept.so.0 => /usr/lib/libept.so.0 (0x00007f3272f2a000)
libxapian.so.15 => /usr/lib/libxapian.so.15 (0x00007f3272ba2000)
libz.so.1 => /usr/lib/libz.so.1 (0x00007f327298b000)
libpthread.so.0 => /lib/libpthread.so.0 (0x00007f327276f000)
libstdc++.so.6 => /usr/lib/libstdc++.so.6 (0x00007f3272463000)
libm.so.6 => /lib/libm.so.6 (0x00007f32721e0000)
libgcc_s.so.1 => /lib/libgcc_s.so.1 (0x00007f3271fc9000)
libc.so.6 => /lib/libc.so.6 (0x00007f3271c75000)
libutil.so.1 => /lib/libutil.so.1 (0x00007f3271a72000)
libdl.so.2 => /lib/libdl.so.2 (0x00007f327186e000)
/lib64/ld-linux-x86-64.so.2 (0x00007f3273b86000)
Terminal: rxvt-unicode
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:
aptitude linkage:
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages aptitude depends on:
ii apt [libapt-pkg-libc6. 0.7.14+b1 Advanced front-end for dpkg
ii libc6 2.7-12 GNU C Library: Shared libraries
ii libcwidget3 0.5.12-1 high-level terminal interface libr
ii libept0 0.5.20 High-level library for managing De
ii libgcc1 1:4.3.1-5 GCC support library
ii libncursesw5 5.6+20080621-2 shared libraries for terminal hand
ii libsigc++-2.0-0c2a 2.0.18-2 type-safe Signal Framework for C++
ii libstdc++6 4.3.1-5 The GNU Standard C++ Library v3
ii libxapian15 1.0.5-1 Search engine library
ii zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime
Versions of packages aptitude recommends:
pn aptitude-doc-en | aptitude-do <none> (no description available)
ii libparse-debianchangelog-perl 1.1.1-2 parse Debian changelogs and output
-- no debconf information
--
.''`. martin f. krafft <[email protected]>
: :' : proud Debian developer, author, administrator, and user
`. `'` http://people.debian.org/~madduck - http://debiansystem.info
`- Debian - when you have better things to do than fixing systems
digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/)
--- End Message ---
--- Begin Message ---
2015-10-10 20:12 Manuel A. Fernandez Montecelo:
Control: tags -1 + wontfix
Hello Guenter,
2008-01-22 09:25 G. Milde:
Package: aptitude
Version: 0.4.10-1+b1
Severity: wishlist
Dear Daniel,
with the new field for a packages homepage, it would be nice to have a menu
entry and hotkey to open a "sensible-browser" with the Homepage URL of the
current package (with no action, if there is no Homepage specified).
I am marking this bug as +wontfix, mainly because it's been for 7+ years
without being implemented, so I don't see it happening any time soon.
Also, because implementing this kind of features with a package that
often runs as root and sometimes remotely is tricky because:
- can become a security liability (and aptitude has a wide enough attack
surcface already), for example:
- one would have to make sure that the field is not malicious and
cannot be abused before passing it to another tool, etc
- running the browser as root is even more problematic
- root doesn't necessarily have permission to run graphical applications
if it was launched as another user, specially if run remotely
- even if it works when running it remotely, simply triggering the
action (which can maybe be done by mistake) can have undesired effects
like launch the browser in a way in which uses the remote X protocol
and take lots of time on slow connections, and maybe it is not easy to
cancel (specially if the intense flow data blocks the connection)
So I don't really think that it's a good idea to implement this, because
it's like opening a can of worms; and even if it was it means a
considerable amount of work, and I think that at the moment the scarce
time would be better spent in other more pressing problems.
Closing this now, for the reasons mentioned above.
--
Manuel A. Fernandez Montecelo <[email protected]>
--- End Message ---
_______________________________________________
Aptitude-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/aptitude-devel