FS#31874 - [pacman] better delivery of messages when installing/upgrading/removing a package
Attached to Project:
Arch Linux
Opened by Max Pray (synthead) - Wednesday, 10 October 2012, 01:34 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 20 October 2012, 16:59 GMT
Opened by Max Pray (synthead) - Wednesday, 10 October 2012, 01:34 GMT
Last edited by Dave Reisner (falconindy) - Saturday, 20 October 2012, 16:59 GMT
|
Details
Pacman doesn't have an internal way of delivering a message
after installing a package. For a package to do this, it
needs to be echo'd with an .install file. Kind of a hack
since .install files are supposed to run necessary commands
after an install, not be loud and do nothing. Also, this
means that every notification looks different, which is
kinda sloppy as far as aesthetics go. optdepends have this
same problem, too.
It would be nice if there was some sort of formatting for the text in some way. For example, if the message was to be stored in a file, paragraphs of text would not be separated by newlines: it'd be word-wrapped on display. And perhaps instead of having an important three-line message blow by discreetly (this happens all the time), it would simply install without displaying anything and deliver the messages at the end. Something like "There are 5 unread messages from pacman." and the user can read the messages at any time by a command. |
This task depends upon
Closed by Dave Reisner (falconindy)
Saturday, 20 October 2012, 16:59 GMT
Reason for closing: Not a bug
Additional comments about closing: This is all logged to /var/log/pacman.log already.
Saturday, 20 October 2012, 16:59 GMT
Reason for closing: Not a bug
Additional comments about closing: This is all logged to /var/log/pacman.log already.
FS#12861for 'deliver the messages at the end' part.