*** This bug is a duplicate of bug 124993 ***
https://bugs.launchpad.net/bugs/124993
** This bug has been marked a duplicate of bug 124993
Gconf tweak to show all users / groups on system in Users and Groups tool
has no effect
--
Group GIDs 1-99 not shown in Groups Settings dialog
https:
Looks like a sensible move to me. bug #124993 publishes a fix that works
in Hardy.
--
Group GIDs 1-99 not shown in Groups Settings dialog
https://bugs.launchpad.net/bugs/141067
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-b
I am considering marking this bug as a duplicate of bug 124993. The
solution for this mess is to set the (rather undocumented) gconf key
/apps/gnome-system-tools/users/showall, and magically all users and all
groups appear.
Comments, anyone, before I do so?
--
Group GIDs 1-99 not shown in Groups
confirming.
Current hardy shows group 0, and then 100+
** Changed in: gnome-system-tools (Ubuntu)
Status: New => Confirmed
--
Group GIDs 1-99 not shown in Groups Settings dialog
https://bugs.launchpad.net/bugs/141067
You received this bug notification because you are a member of Ubuntu
B
I think "Users and Groups" is supposed to not show system users and groups to
not confuse users (the GNOME spirit !).
So I suppose that under Debian/Ubuntu, it should rather only show GID >= 1000.
Basic system groups seems to be "exposed" via the privilege tabs, hence
maybe a fix to bug #133862
/etc/login.defs is correct. It just isn't meant to be used for this
purpose.
--
Group GIDs 1-99 not shown in Groups Settings dialog
https://bugs.launchpad.net/bugs/141067
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.
--
ubuntu-b
Changed from 'shadow' package to 'system-tools-backends' since issue is
in GroupsConfig.pm::get()
** Changed in: system-tools-backends (Ubuntu)
Sourcepackagename: shadow => system-tools-backends
--
Group GIDs 1-99 not shown in Groups Settings dialog
https://bugs.launchpad.net/bugs/141067
You rec
Another realisation: It appears that tools->showall is being ignored in
the filter if the gconf key value /apps/gnome-system-tools/users/showall
is being assigned to tool->showall correctly:
gnome-system-tools-2.20.0/src/users/groups-
table.c::groups_model_filter():
return (tool->showall || (gi
It always helps to step back and the revisit a problem, especially when
it involves PERL :)
I mention in my previous comment:
liboobs-2.20.0/oobs/oobs-groupsconfig.c::oobs_groups_config_update()
dbus_message_iter_next (&iter);
dbus_message_iter_get_basic (&iter, &priv->minimum_gid);
The val