GDM, session support
by Rahul Sundaram
Hi,
What's the plan for GDM in GNOME 2.26. Are we getting things like auto
login support back?
Also, what's the status of session support?
Rahul
14 years, 10 months
Alpha checkpoint
by Matthias Clasen
With the F11 alpha coming out in a few days, I think now is a good time
to list a few things that we should look at for the desktop spin in F11:
- Empathy. When we switched back to pidgin as the default im client late
in the F10 cycle, we agreed to reevaluate empathy around the time of the
F11 alpha, and see if the concerns that prevented it from being the
default in F10 have been addressed.
- Brasero. Upstream GNOME is moving towards replacing nautilus-cd-burner
with brasero in 2.26 (following a move that some distros have already
made). Some integration issues clearly still have to be worked out, but
we should consider if we want to follow this in F11, or stay with
nautilus-cd-burner for the time being. Even if we decided to do that,
we'll have to look at possible conflicts if n-c-b and brasero are
installed at the same time.
- CD size. Jeremy informed me that the recent flurry of font packaging
changes seem to have freed up a considerable amount of space on the
desktop spin, to the point where we might even consider shipping OOo
(sans langpacks, of course) instead of abiword. We should look at the
various options for filling the space we have.
Matthias
14 years, 10 months
Sudo for first user
by Rahul Sundaram
Hi
You can add the following snippet to the fedora-desktop ks file into a
init script to make sudo just work for the first user. It can't be added
to %post since firstboot wouldn't have launched then. Let me know what
you think:
-----------------
# check for the first user and add it to user wheel and then to sudoers
USER=$( grep 500 /etc/passwd | cut -d: -f1 )
GROUPS=$( groups $USER )
if ! groups $USER | grep -q wheel ; then
usermod -a -G wheel $USER
sed -i 's/# %wheel ALL=(ALL) ALL/ %wheel ALL=(ALL)
ALL/' /etc/sudoers
fi
EOF
------------
Rahul
14 years, 10 months
I completely forgot.....FESCo meeting in an hour
by Jon Stanley
I completely neglected to send you all email regarding the fact that
FESCo will be reviewing your features today. However, better late
than never. The meeting is in approximately 1 hour on irc.freenode.net
in #fedora-meeting. My apologies for not reaching out sooner.
14 years, 10 months