Archives For Howtos

After 3 weeks of the release date, Ubuntu finally opened the channel for upgrading from Ubuntu 25.04 to Ubuntu 25.10.

Ubuntu 25.10, code-name Questing Quokka, is the latest version that was released on October 9th. It features 9 month support until July 2026, Linux Kernel 6.17, GNOME Desktop 49, new Rust-based core utilities, new Ptyxis terminal emulator, and Loupe image viewer.
Continue Reading…

For users of Ubuntu 25.10 Questing Quokka, Ubuntu team announced how to fix the issue that automatically check of updates not working in desktop, server, cloud, and container.

As you may know, Ubuntu replaced GNU Core Utilities with Rust in 25.10. Most core command line tools, such as chroot, dd, du, echo, ls, mkdir, pwd, sudo, who, and more, are now the “memory safe” Rust-based utilities, though for end users, they can be used just like before.

Continue Reading…

KDE announced the Plasma desktop 6.5 yesterday. See what’s new and how to install guide for (K)Ubuntu 25.10.

Plasma 6.5 introduced an Automatic theme selection in settings, allowing to automatically switch between light and dark themes according to the time of day.

In the Automatic mode, it uses the light theme for panels, menus, app windows, and wallpaper during the day, and automatically switch them to dark at night. While, user has the choice to set which light or dark theme, and which wallpapers to use.

The new desktop release updated its software app (aka Discover) with support for flatpak+https:// URLs. Meaning that, it allows to click “Install” button in Flathub.org page to automatically open Discover. And, it now can show you hardware drivers available for installation on operating systems supporting this feature.

KRunner, the app launcher, unit converter, calculator, that can be triggered by Alt+F2 or Alt+Space, now supports Fuzzy Search. Meaning even when you misspell an app’s name, it will probably still find it for you.

KRunner Fuzzy Search

The built-in Remote Desktop Protocol (RDP) server in the release now has the ability to share the clipboard. And, it no longer requires to manually create separate remote desktop accounts, as system’s existing user accounts now work as expected.

Zoom & Magnifier effect now has new “Enable text caret tracking” option. With it enabled, it will automatically jump to the position of the text insertion point, when you moving around the screen.

Other changes in Plasma 6.5 include:

  • Rounded window corners (include bottom corners) for default Breeze themes.
  • Add “Pinned clipboard items” feature.
  • Hibernate system from the login screen.
  • Inform when printer’s ink or toner running low or empty.
  • Ability to see missed notifications while you were in Do Not Disturb mode.
  • “Mute Microphone” key or Meta+Mute shortcut mutes all microphones rather than just the active one.
  • Configure rotary dials and touch rings on your drawing tablet in System Settings -> Drawing Tablet
  • Add general Application Permissions page to manage app (include Flatpak apps) permissions.
  • Add more info about game controllers in System Settings’ Game Controller page.
  • Orca screen reader now reads out changes to the Caps Lock state.
  • Show a system notification when plug in a device.
  • Ability to re-order virtual desktops from the Pager widget (Wayland only).
  • Experimental support for Wayland picture-in-picture protocol.
  • Add “overlay planes” support for compatible GPU.

For more about it, see the official release note in this page.

Install Plasma 6.5 in (K)Ubuntu 25.10

Arch Linux has made the Plasma 6.5 into its Extra-Testing repository.

For KUbuntu 25.10, the official Kubuntu Backports PPA has been updated with Plasma Desktop 6.5 along with most recent KDE Gear 25.08.2.

To get them, simply launch terminal (Konsole) and run the commands below one by one:

  • First, run command to add the Backports PPA:
    sudo add-apt-repository ppa:kubuntu-ppa/backports

    It should automatically update caches after adding PPA. Just in case, you may run sudo apt update to manually refresh cache.

  • Then, install all available updates to upgrade your desktop to Plasma 6.5:
    sudo apt full-upgrade

Ubuntu 25.10 and other flavors without KDE Plasma may also install the desktop environment by running the command below after added the PPA:

sudo apt install kubuntu-desktop

Though this is not a good idea as it might mess your current desktop appearance.

Finally, restart your computer to apply changes.

Uninstall KDE Plasma 6.5:

If you installed the 6.5 version of this desktop environment in KUbuntu 25.10 from PPA, simply open terminal (Konsole) and run command below to uninstall:

sudo apt install ppa-purge && sudo ppa-purge ppa:kubuntu-ppa/backports

This command will install ppa-purge command line tool, and use it to purge the PPA, which also downgrade all the packages installed from it. Also, you need to restart computer to apply changes.

Qt applications (e.g, qBittorrent, KeePassXC) look weird as they don’t have window border or shadow in Ubuntu since 24.04. Here’s how to configure to make them look native.

Applications in Ubuntu and other popular Linux distributions mostly use GTK or Qt tool-kits for rendering their user interfaces. Gnome is based on GTK. It uses “xcb” QPA plugin for Qt apps running on classic Xorg session.
Continue Reading…

Ubuntu 25.10, code-name Questing Quokka was released! Here are some top things to do, after installed the new Ubuntu desktop release, to make it ready to use.

1. Enable “New Documents” Context Menu option

It’s been many years, GNOME still does NOT have a graphical option out-of-box to create new documents in file manager. Though, it’s easy to enable this feature by putting a file into user’s Template folder.

Continue Reading…

Ubuntu 25.10 no longer includes the “Startup Applications” utility! Here’s a beginner guide shows how to run apps, custom scripts or commands automatically at login through alternative methods.

Ubuntu has a “Startup Applications” tool, allowing to easily add, remove, and edit items that run at user login. Due to upstream (meaning GNOME) changes, it has finally been dropped in 25.10.

Startup Applications tool no longer available in 25.10

Continue Reading…

This is a step by step guide shows how to block certain app packages from Ubuntu local repositories, PPAs, or other apt repositories in Ubuntu 25.10 and higher.

Previously, we can set package pin-priority to prevent from or prior to installing certain app packages. Now, in Debian/Ubuntu with apt 3.1+, a new method is available to include/exclude packages for specified apt sources (repositories).

Continue Reading…

For user with NVIDIA graphics card, Ubuntu finally added official NVIDIA 580 driver packages for all current Ubuntu releases.

As you may know, NVIDIA 580 is so far the latest driver series for Linux, that was initially released one month ago. It’s a production branch driver qualified for enterprise and data center GPU use.

Continue Reading…

For GNOME users who don’t like the default workspace switch animation, here’s an extension that can help!

When switching workspace (virtual desktop), the transition acts like sliding the desktop wallpaper along with the apps. This is “Sliding Panel” effect that’s also (seems to be) default in Windows and macOS.

If you like, it’s easy to use Android/iOS style swipe left or right switching home screen pages animation. In the case, the wallpaper is static during transitions, it works like only switching the app windows on your desktop.

Continue Reading…

Euphonica, the modern GTK4 based MPD client, finally added official package for Linux. Here’s how to install it in Ubuntu desktop.

For those who never heard of Euphonica, it’s a client app for Music Player Daemon (MPD) that provides a modern user interface for managing large local music collection (tens of thousands of songs).

Continue Reading…