Top 18 Important Tweaks To Do After Installing Ubuntu 16.04 LTS (Xenial Xerus)

3) Remove Guest Session

Ubuntu & LinuxMint come with a Guest Session account, which anyone can log into system without password (no password required). Due to security reason we need to disable it.

[Disable Guest Session on Unity]
$ sudo sh -c "echo 'allow-guest=false' >> /usr/share/lightdm/lightdm.conf.d/50-ubuntu.conf"

what-is-new-in-ubuntu-16-04-3

4) Show/Enable UserName On Unity App Panel

By default current logged-in username doesn’t appear on Unity App panel. We can enable by firing the below command on terminal.

[Enable UserName On Unity Panel]
$ gsettings set com.canonical.indicator.session show-real-name-on-panel true

[Disable UserName On Unity Panel]
$ gsettings set com.canonical.indicator.session show-real-name-on-panel false

what-is-new-in-ubuntu-16-04-4a

5) Stylish your Desktop

I don’t know, why i’m suddenly getting feel to Stylish my desktop after long time. How, we can Stylish the desktop ? Changing wallpapers daily basics, Themes & icon once in a month through Unity Tweak Tool.

[Install Unity Tweak Tool]
$ sudo apt-get install unity-tweak-tool

[Install Variety wallpaper changer]
$ sudo apt install variety

[Install Themes & Icon Sets]
$ sudo add-apt-repository ppa:ravefinity-project/ppa
$ sudo apt-get update
$ sudo apt-get install vibrancy-colors ambiance-colors radiance-colors

Restart your system and Change Icon & Themes, Unity Search >> Unity Tweak Tool >> Theme under Appearance, here you can see all the Icon & themes installed by. Just choose and close it.

Change Wallpaper : Variety will appear in App Indicator after installation, It will automatically change the wallpaper based on interval. If you want to change immediately you can do it by navigating the Variety in App Indicator.

Using Unity Tweak Tool we can tweak most of the settings/options it’s not limited to Icon & themes.
what-is-new-in-ubuntu-16-04-5

About Magesh Maruthamuthu

Love to play with all Linux distribution

View all posts by Magesh Maruthamuthu

2 Comments on “Top 18 Important Tweaks To Do After Installing Ubuntu 16.04 LTS (Xenial Xerus)”

  1. Hi, when i tried to enable UserName in App Panel & One-click minimize, i got an error msg “No such schema com.cononical etc” How to get the right command for Ubuntu 16.04 Gnome

Leave a Reply

Your email address will not be published. Required fields are marked *