Custom Query (1145 matches)
Results (337 - 339 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#509 | fixed | printing-config wrappers don't always use LPROPT | jdreed | broder |
Description |
I'm reopening this bug, since geofft commandeered it from me originally. Regardless of what our long-term plan for printing-config is or isn't, it is really unacceptable that, not only is there no way to set user-global print settings, but the documented way to do so only sometimes works, and the reasons for it sometimes working are completely opaque. If the arguments passed to lpr can be interpreted purely as CUPS arguments (such as if you just do lpr -Pfoo), then the arguments in LPROPT aren't inserted into the processed command-line arguments. LPROPT arguments should always be added to the command-line, regardless of what printing technology the request ultimately gets back-ended to. See also RT:1098339, RT:1141197, and undoubtedly others. |
|||
#512 | fixed | sftp subsystem should not return stdout/stderr from dotfiles | jdreed | geofft |
Description |
(this should be discussed with upstream OpenSSH) Surely there must be some way to write the code such that when you make an sftp subsystem request on an SSH connection, sshd doesn't display output from the dotfiles and only sends output from the sftp process to the client, right? I think we can't simply get by with not running your dotfiles in case they do something like aklog sipb. |
|||
#513 | fixed | Add fortune-mod to -extra-software-nox | jdreed | |
Description |
I use this in documentation as an example of a command which generates output, but allows users not to focus too much on the content of the output generated. And bsdgames is part of -extra-software-nox already, so this shouldn't be controversial. |