Join me on a journey of desktop customization as we explore how to change the Unity Dash icon in Ubuntu 16.04. Follow these simple steps to infuse your desktop with your personal touch.
Using command line
- Backup the Original Icon: Open a terminal using Ctrl + Alt + T and enter the following command:
sudo mv /usr/share/unity/icons/launcher_bfb.png /usr/share/unity/icons/launcher_bfb-back.png
- Copy and Rename Your Chosen Icon: Execute the command below to copy your selected icon to /usr/share/unity/icons/ and rename it to launcher_bfb.png:
sudo cp /path (the icon path)/icon-name.png /usr/share/unity/icons/launcher_bfb-back.png
- For me, it looks like this:
sudo cp /home/djalel/Pictures/ubuntu.png /usr/share/unity/icons/launcher_bfb.png
Using File Manager
- Open File Manager as Root: Open the file manager as root using the following command:
gksu nautilus
- Rename the Icon and Copy It:
- Rename the icon to launcher_bfb.png.
- Copy the renamed icon to the folder /usr/share/unity/icons/.
Before you paste the new icon just backup the old one by rename it to launcher_bfb-back.png logout & login again for the change take effect.
Personalizing your Ubuntu desktop is all about making it your own. Whether you prefer the command line or file manager method, enjoy the freedom to tailor your desktop to reflect your unique style and preferences.




Linux-Tech&More Comment Policy
Comments are welcomed and encouraged on this blog. Spam, abusive and off-topics comments will be deleted. Please read our Comments policy before commenting.
Join the Discussion!