Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (262 - 264 of 1145)

Ticket Resolution Summary Owner Reporter
#273 fixed debathena-moira-clients: userreg has a manpage but does not exist broder geofft

Reported by geofft, 15 years ago.

Description

The debathena-moira-clients package installs a manpage for a command called userreg, but that command does not exist. There's an empty third/moira/clients/userreg/ directory in the sources, so perhaps this client used to exist and was deleted.

#285 fixed LPROPT isn't respected geofft

Reported by geofft, 15 years ago.

Description
opus:~ geofft$ export LPROPT=-Psipbmp3
opus:~ geofft$ lpr
^D
meadow: nothing to print

Before deploying the fix for this you must fix #138 or people who set LPROPT=-z will be sad because they can't print anything.

We could probably fix these with wrappers around mit-lp* to set the right arguments (isn't there a -Zsomething for zephyr?). We could definitely fix these by Debathenifyng them more invasively than we do now.

#286 wontfix some equivalent of console in this brave new world quentin geofft

Reported by geofft, 15 years ago.

Description

~/.xsession-errors captures all stdout and stderr from your Athena session. This means that it captures inordinate amounts of GNOME spew, so you don't want that displayed Athena-9-console style.

The downside of this is that things that you do want displayed, like output of your .startup.X, output of from, etc., don't show up anywhere. If you want to display things at login, you need to copy the hairy anti-HTML code to invoke zenity that we added today to fix the gmotd. And, that doesn't have the nice features of Athena 9's console that it updates as more info comes in and it can hide until more input arrives.

It would be totally spiffy if someone implemented a short python-gtk or whatever app that waited for input on stdin, mapped itself, and displayed data. Then we can run .startup.X with stdout/stderr redirected to this app, and display output the user wants to see iff there is such output.

For example, RSI has code in .startup.X to display a motd on stdout, assuming the Athena 9 console. I also have code in .startup.X to display various useful output, and .xsession-errors is a useless place for it to go (it's not an error!).

Note: See TracQuery for help on using queries.