Dante Ashton Asked: 2010-09-26 04:03:53 +0800 CST2010-09-26 04:03:53 +0800 CST 2010-09-26 04:03:53 +0800 CST How do I replace the MeMenu username with my actual name? 772 Whilst I like the MeMenu, one thing has always bothered me about it; rather then use my actual name, it uses my username. So, is there anyway to change this? menu indicator 2 Answers Voted Best Answer 8128 2010-09-26T05:04:00+08:002010-09-26T05:04:00+08:00 To switch to your actual name enter the following in a console (Applications->Accessories->Terminal) or you can use the gconf-editor: gconftool -s /system/indicator/me/display --type int 2 And to switch back: gconftool -s /system/indicator/me/display --type int 1 It is also possible to hide the name altogether and show just the icon: gconftool -s /system/indicator/me/display --type int 0 Samizdata 2010-11-09T05:59:12+08:002010-11-09T05:59:12+08:00 Remember, in some cases, using the int 0 can lead to the icon disappearing altogether, so restarting gnome-panel may be necessary for the now nameless icon to reappear. You can find the process name to kill gnome-panel via ps -ef | grep panel
To switch to your actual name enter the following in a console (Applications->Accessories->Terminal) or you can use the gconf-editor:
And to switch back:
It is also possible to hide the name altogether and show just the icon:
Remember, in some cases, using the int 0 can lead to the icon disappearing altogether, so restarting gnome-panel may be necessary for the now nameless icon to reappear.
You can find the process name to kill gnome-panel via