-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature Request: Implement support for setting default groups #17
Comments
@JoshStrobl |
This would indeed make the application more convenient for non technical users (and even for advanced users actually) as it allows to have sane defaults. @zhuyaliang have you decided on what could be the best approach for this already? (I'd really have to have this feature implemented so the application can be added in our repository) |
@kyrios123 I've done this, and I load the default settings for new users by reading configuration files. I'm currently testing。The configuration file looks like this
|
@zhuyaliang Thanks! PS: Would it be possible to also add default groups for Administrators ? I agree it's not as important as for Standard users, but it's convenient. |
@kyrios123 For language ineffectiveness, you can check the |
@kyrios123 Thank you for your test. I'll solve this problem.But it needs your cooperation, because I don't have the problem of language setup failure here. |
sure, just let me know what I should do! |
@kyrios123 |
Here are the logs, although it says "English (United States)", on the Screen it displays "No Setttings".
Here are the logs. I found some more bugs
|
@kyrios123 I solved the problem of language.
I haven't encountered such a situation. Is there any error message if you start-up from the command line? |
@zhuyaliang I confirm the language problem is solved :) To get back to the original topic, what about the suggestion of having the possibility to set default groups for "Standard Users" and to set different default groups for "Administrtors" ? |
@kyrios123 Any questions? |
Hi @zhuyaliang I still would love to see a setting similar to |
OK, I will change the
|
@kyrios123
|
In my opinion, most end users which decide to utilize user-admin as a replacement for gnome-system-tools are likely to not be technically adept enough to know which specific groups should be set by default for a new user. Their usecase is likely centered around creating another "standard" user (without specified admin group(s)) or an administrative-type user (with the admin_group from group-service, most likely).
I'd like to request a compile-time configuration flag (either in this repo or group-service, I'm happy to file a request over there too) to set default groups in which new users should be set.
This would be especially useful since most end users are not likely to know what specific groups their own account has been set up with, for example on Solus you could expect groups such as:
With the administrative account being in the
sudo
group. This could ideally be set with a flag such as-Ddefault_user_groups=audio,cdrom,fuse,etc...
either in user-admin or group-service.The text was updated successfully, but these errors were encountered: