Custom Query (1145 matches)
Results (7 - 9 of 1145)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#558 | fixed | Your locker might not be in the attachtab when you run quota | geofft | |
Description |
jesstess tried running quota -v on kid-icarus and didn't see any results. It started working after running attach jesstess. We should somehow ensure that your home directory shows up in the output of quota -v by default. The lame way is to run attach $USER at the top of the quota command (which might get confusing if you've explicitly attached something other than your actual filsys pointer at /mit/$USER).. The other lame way is to block until attach gets rewritten (#227). Maybe there's a non-lame way. |
|||
#682 | fixed | You can't completely disable user-switching in new-gdm | jdreed | |
Description |
Starting with new-gdm (2.25.2+), you can't completely disable user-switching. It appears that indicator-applet-session (the replacement for f-u-s-a) does honor /desktop/gnome/lockdown/disable_user_switching, however the GNOME "Log Out" panel button does not honor that. (source-diving indicates that you should be able to set /desktop/gnome/lockdown/disable_log_out to prevent that button from being used, but it didn't work for me in testing). We work around this for cluster-login-config by transforming /etc/dbus-1/system.d/gdm.conf and disabling some dbus messages, but we should research this a bit more and encourage upstream to suck less. See also: |
|||
#197 | fixed | Xsession tracker check doesn't make sure the tracker config file exists first. | broder | broder |
Description |
If, for example, you have a .config file in your homedir instead of a directory, you'll get the zenity warning. |