linuxmint / cinnamon

A Linux desktop featuring a traditional layout, built from modern technology and introducing brand new innovative features.
GNU General Public License v2.0
4.57k stars 744 forks source link

fix users and groups falsely claiming that dots are allowed in usernames #12482

Open Joshiy13 opened 2 weeks ago

Joshiy13 commented 2 weeks ago

fix users and groups falsely claiming that dots are allowed in usernames

Joshiy13 commented 2 weeks ago

https://github.com/linuxmint/cinnamon/issues/12478

fredcw commented 2 weeks ago

The line you need to edit is this one.

You then need to run makepot in the root directory to regenerate Cinnamon.pot. Actually, given that the only thing that will change in the Cinnamon.pot file when regenerated is the line you've already edited, you can probably get away with editing the .pot manually as you already have. Just make sure the string matches the one you change in cinnamon-settings-users.py

Joshiy13 commented 2 weeks ago

Done