Custom Query (1145 matches)
Results (331 - 333 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#628 | fixed | Use the default Xsession for kiosk mode | broder | |
Description |
Currently, the kiosk mode starts with a custom xinitrc, which overrides /etc/X11/Xsession. This costs us some nice things, including potentially useful things like registering a ConsoleKit? session (/etc/X11/Xsession.d/90consolekit) We can bend a normal Xsession to do what we want by suppressing the gnome-panel and nautilus from launching, which we can do by setting the gconf key /desktop/gnome/session/required_components_list = [windowmanager] Most of the applications in /etc/xdg/autostart should be harmless, if they even start at all for an unprivileged account without a panel. For those that are problematic, we can suppress them by creating files in ~kiosk@mit/.local/share/autostart that override the files in /etc/xdg/autostart. This should make it much easier to start up the kiosk session, and would give us cleaner integration with the rest of the system. |
|||
#634 | duplicate | daemon/zulu.mit.edu@MIT.EDU is not a real e-mail address | geofft | |
Description |
I think the $kuser code in debathena-msmtp-config wants to do something different. I'm not sure what. Check that the tickets match a user account (or a nonlocal user account, per the logic a few lines later)? Strip the instance? From daemon/zulu.mit.edu@MIT.EDU Sun Jun 27 02:25:11 2010 Return-path: <daemon/zulu.mit.edu@MIT.EDU> Envelope-to: geofft@water-buffalo.mit.edu Delivery-date: Sun, 27 Jun 2010 02:25:11 -0400 Received: from mailhub-auth-2.mit.edu ([18.7.62.36]) by water-buffalo.mit.edu with esmtp (Exim 4.67) (envelope-from <daemon/zulu.mit.edu@MIT.EDU>) id 1OSlIl-0007gM-Hk for geofft@water-buffalo.mit.edu; Sun, 27 Jun 2010 02:25:11 -0400 |
|||
#636 | fixed | debathenified nmh drops patch to wrap all mhshow(1) output in more(1) | broder | |
Description |
When nmh got debathenified, we dropped several patches. In particular, we dropped a patch (r13008) that causes mhshow to wrap as much output as possible into a single pager (as opposed to the headers and each MIME part each getting a separate pager) We need to pick this patch back in order to calm the pitchforked, nmh-using masses. And because we want to try to move the dialups to Lucid at the same time as the clusters, that makes this a Lucid blocker. |