LL 2.2 Beta - Whisker Menu [SOLVED] - Printable Version +- Linux Lite Forums (https://www.freecinema2022.gq/forums) +-- Forum: General (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=4) +--- Forum: Suggestions and Feedback (https://www.freecinema2022.gq/forums/forumdisplay.php?fid=13) +--- Thread: LL 2.2 Beta - Whisker Menu [SOLVED] (/showthread.php?tid=1157) |
LL 2.2 Beta - Whisker Menu [SOLVED] - Scott(0) - 11-25-2014 I've noticed some distros/implementations of the Whisker Menu display the user name (just first or first and last) with the first character in uppercase. Maybe this is a possible addition for LL 2.2? I've attempted to do this on my own but so far haven't been successful. Re: LL 2.2 Beta - Whisker Menu - Scott(0) - 11-25-2014 Here's an example from Linux Mint 17 Qiana. I think it's a nice touch. [img height=600 width=546]http://i.imgur.com/Qhy5O14.png?1[/img] Re: LL 2.2 Beta - Whisker Menu - gold_finger - 11-25-2014 Don't know why yours doesn't have capitalized letters in LL. Mine does (LL 2.2 beta and on LL 2.0): Am guessing that it uses whatever you typed in when installing the system. Eg. When it asks for user information and you type "scott lastname", it will fill in "scott" as username. If you type "Scott Lastname", it will still fill in "scott" as the username. I'm guessing that Wisker menu takes that user info instead of the username, so if you originally typed it in lowercase that's how it will appear. Re: LL 2.2 Beta - Whisker Menu - Scott(0) - 11-25-2014 @Bill As soon as I started reading your reply the mystery began unraveling. At least half the time I'm logged in with an account created *after* installation. These accounts are not in uppercase. When logged in with an account created during installation the account is displayed in uppercase. So I noticed the LL User Manager doesn't ask for account information, only login name. Doing a manual edit on /etc/passwd will solve the problem Code: scott:x:1001:1001::/home/scott:/bin/bash Re: LL 2.2 Beta - Whisker Menu [SOLVED] - anon222 - 11-25-2014 Hi fellows, You can install mugshot, it's a usefull little tool that allows you to change user details. Code: sudo apt-get install mugshot You'll find that it's named 'About Me'. You can change the First and the Last Name there and Apply. The changes will Apply next time you log in. One thing that this tool does well is it can change the user picture in a few clicks. |