Custom Query (1145 matches)
Results (133 - 135 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#142 | invalid | Document undocumented changes from Athena 9 | jdreed | jdreed |
Description |
This ticket will collect a list of changes from Athena 9 that have not yet been documented, but should be. |
|||
#143 | fixed | Firefox extension not setting homepage | rbasch | broder |
Description |
Ken T Takusagawa wrote: > In previous versions of Athena, the default home page was > web.mit.edu. When starting up firefox for the first time > (after rm -fr ~/.mozilla), I get start.ubuntu.com/8.10 geofft mentioned at one point that he didn't think the extension was doing anything to fix the homepage. |
|||
#144 | fixed | debathena-workstation can be installed without ubuntu-desktop | broder | geofft |
Description |
If you install debathena-workstation from the PXE installer, and forget to select "Ubuntu desktop" in the tasksel list, then you get GDM because of debathena-gdm-config et al., and you get what appears to be a working graphical login, but you're missing stuff like ubuntu-artwork, fast-user-switch-applet, openoffice.org, xterm, etc. The same bug probably exists if you install a nongraphical system and then install debathena-workstation, but this seems less likely. We can fix this on Ubuntu by Recommending ubuntu-desktop | kubuntu-desktop | whateverelsebuntu-desktop. On Debian, those packages don't exist, so it will silently ignore the recommendation. However, on Debian, the same bug probably exists, but "desktop" is merely a tasksel, not a metapackage. (On Ubuntu it's both.) Fixing this via a preinst that invokes tasksel is Evil; is there a better way to deal? |