Top 10 Things to Do After Installing Ubuntu 21.10 Desktop

Last updated: October 15, 2021 — 7 Comments

Everyone needs to tweak the default desktop environment before getting ready to work! And here are the top 10 things that I’ve done after installing Ubuntu 21.10 Impish Indri.

1. Install Media Codec:

If you didn’t enable ‘Install third-party software …‘ check-box during the installing process, you need to install the multimedia codecs for audio and video playback with built-in apps.

To do so, open terminal by pressing Ctrl+Alt+T on keyboard and run command:

sudo apt install ubuntu-restricted-extras

As you see in terminal outputs, it will also install codecs for Chromium based browser, Microsoft TrueType core fonts, as well as non-free package to handle rar archive.

2. Enable ‘Click-to-minimize’ dock panel click action:

Clicking app icon on the dock panel will do nothing for the focused app window by default. Though I think most people want it act as minimize the current window.

Open terminal (Ctrl+Alt+T) and run the single command will do the trick:

gsettings set org.gnome.shell.extensions.dash-to-dock click-action minimize

3. Remove Default Firefox Snap, and install back the classic Deb package:

In the final release of Ubuntu 21.10, the default Firefox web browser has been switched to the Snap package runs in sandbox. However, it does not support for installing Gnome extensions!

So I have to remove it by running command in a terminal window:

sudo snap remove --purge firefox

And then install back the classic deb package via command:

sudo apt install firefox

4. Tweak the Dock Panel Appearance:

Also for the left dock panel, there are a few tips to tweak its appearance. Open terminal by pressing Ctrl+Alt+T key combination on keyboard, and run the command below:

  • Move ‘Show Applications’ (9 dots icon) to the top:
    gsettings set org.gnome.shell.extensions.dash-to-dock show-apps-at-top true
  • Shorten the panel to make it compact:
    gsettings set org.gnome.shell.extensions.dash-to-dock extend-height false
  • Move dock to the bottom, though you may do it via System Settings:
    gsettings set org.gnome.shell.extensions.dash-to-dock dock-position BOTTOM
  • Disable USB and other removable device icons from panel:
    gsettings set org.gnome.shell.extensions.dash-to-dock show-mounts false

For those prefer a graphical configuration tool, all the above commands can be done via Dconf Editor tool.

5. Enable Gnome Extensions Support:

The most extensions for Gnome is to be installed via web browser by visiting extensions.gnome.org, though you have to install something to enable it.

Open terminal (Ctrl+Alt+T) and run command to install chrome-gnome-shell and Gnome Extensions app:

sudo apt install chrome-gnome-shell gnome-shell-extension-prefs

After that, you may visit the web site and install browser extension for the first time and install your prefer Gnome Extensions.

And by searching for ‘Gnome Extensions’ from activities overview, you can open the app to manage them.

6. Install Gnome Tweaks:

Besides the default system settings, Gnome Tweaks is the must have configuration tool for GNOME desktop, especially for changing themes and fonts.

To install the tool, open terminal and run command:

sudo apt install gnome-tweaks

7. Manage desktop icons:

Ubuntu 21.10 now defaults the trash icon into dock panel, though the Home icon present in the desktop out-of-the-box. User may choose to hide it or change the icon size via new settings menu.

Simply right-click blank area on the desktop and choose “Desktop Icons settings” will open the page to manage desktop icons.

8. Modern desktop appearance via blur effect:

The default top bar and overview screen is a little bit ugly. To make them look good, try “Blur my Shell” Gnome Shell Extension.

After doing step 5, you may click the link below to install it:

Ubuntu 21.10 with Blur effect

9. Enable Gnome Shell Theme Support:

To be able to switch between dark and light menus, notifications, etc, and try out different Gnome Shell themes, you have to install the User Themes extension.

After that, use Gnome Tweaks to change Shell themes under Appearance tab.

10. Switch back Xorg Session:

Ubuntu defaults to Wayland session since Ubuntu 21.04. However, some applications are still not working good with Wayland. If you’re sticking to those apps, you may choose to switch back “Ubuntu on Xorg” from the login screen via bottom right gear button.

That’s all. If you have more tips to improve the Ubuntu desktop appearance, please leave comment in the bottom!

Twitter

I'm a freelance blogger who started using Ubuntu in 2007 and wishes to share my experiences and some useful tips with Ubuntu beginners and lovers. Please comment to let me know if the tutorial is outdated! And, notify me if you find any typo/grammar/language mistakes. English is not my native language. Contact me via ubuntuhandbook1@gmail.com Buy me a coffee: https://ko-fi.com/ubuntuhandbook1

7 responses to Top 10 Things to Do After Installing Ubuntu 21.10 Desktop

  1. “Disable USB and other removable device icons from panel:”

    YES! Thank you for this if nothing else! LOL I appreciate your site a lot, Ji m! Keep it up.

  2. Michael O’Donnell October 24, 2021 at 3:16 am

    I was able to install both the snap and the apt version of Firefox, using the apt version for the extensions. I haven’t seen any problem so far, but the application icons look identical, so I need to find a way to edit one or both.

    • Edit the “/usr/share/applications/firefox.desktop” file, then change the value of “Name” will make a different display name for Firefox DEB in start menu.

      • Rael Gugelmin Cunha November 9, 2021 at 8:35 pm

        In order to not get the firefox.desktop file overridden by updates, probably a dpkg divert will be required.

  3. Thanks for the Firefox one!! I knew that thing was a snap the first time I launched it because it was so slow!! Thanks!!

  4. Hi Ji,
    I installed ubuntu 21.10 few times, every time, I got the message “remove the installation media and enter ” for restarting it. After removed the USB drive, and click enter, it can’t restart, a cycle on screen keeps running, even choose the restart or shutdown button on the top of right side. So, I have to push power button on my laptop to shut it down. after that, restart it, there is error message:
    BootDevice not Found.
    Please Install an Operating System on your hard disk.
    hard disk – (3F0)

    my laptop is HP Elitebook 8560p with 500G SSD and 16G RAM. ubuntu 18.04 could run on it before.

    • After “remove the installation media and enter”, it may not properly restart. It’s a common issue but no other infection. Just restart with power button.

      For “BootDevice not Found”, if you have set the hard disk as first booting device, then it may be the boot-loader not properly installed. You may either re-install Ubuntu or use boot-repair tool to repair it. (You may install boot-repair via this PPA in the Ubuntu live system)

Leave a Reply

Text formatting is available via select HTML.

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong> 

*