Custom Query (1145 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (7 - 9 of 1145)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#141 worksforme Firefox extension should update application defaults? broder

Reported by broder, 15 years ago.

Description

Regardless of how the PDF reader debate plays out, there will be a particular PDF reader that Debathena prefers.

If it's not acroread, we should consider upgrading people's Firefox profile defaults when they use Debathena.

We should figure out a good way to do this - preferably one that doesn't break acroread under Athena, and also allows users to change the defaults back.

Something akin to a .generation file within the Firefox profile may be a good start here, but I'm not sure what the whole implementation would look like.

#146 worksforme unauthenticated 'logout' fails to log out user kaduk

Reported by kaduk, 15 years ago.

Description

If I 'kdestroy;unlog' before running logout from a terminal window, the 'logout' command appears to not actually do anything.

jdreed says he has seen this behavior as well, but it may be intermittent, or dependent on something non-obvious.

#148 fixed Failsafe GNOME isn't actually failsafe jdreed

Reported by jdreed, 15 years ago.

Description

The "Failsafe GNOME" session is currently advertised as a replacement for the Athena 9 "Ignore my customizations" login option, except it's mostly useless. It ignores ~/.xsession, so that's good. It also ignores /usr/athena/lib/init/However, it still runs .cshrc.mine and .environment (because we conditionalize that on $NOCALLS, which athena xdm used to set). So we need to change some things:

  • In /usr/lib/init/{ba,c}shrc, we should set NOCALLS if $GDMSESSION=="GDM_Failsafe.GNOME"
  • The "logout" alias currently depends on XSESSION being set. XSESSION will not be set in a failsafe session, so typing "logout" in a Terminal will get you "Not a login shell."
1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.