summaryrefslogtreecommitdiff
path: root/doc/todo/User.hasDesktopGroups:_debian-tor_group_doesn__39__t_necessarily_exist.mdwn
blob: b6e1ec20f242bd8cdddb7f314c25bc842d39d31a (plain)
1
2
3
4
5
6
7
8
9
10
The new `User.hasDesktopGroups` tries to add a user to the group `debian-tor` which fails if this group does not exist.

What package creates this group?  If someone could let me know that, I will patch `User.hasDesktopGroups` to only try to add a user to `debian-tor` if `Apt.isInstalled "blah"` is true.

Or perhaps Joey added this group because this group exists by default on Debian Unstable.  If so then a check can be inserted for that.

--[[spwhitton|https://spwhitton.name/]]

> Noticed that too and made it only add the user to existant groups, which
> is the same approach user-setup uses. [[done]] --[[Joey]]