More

    Ubuntu 26.04 LTS Restores Missing Video and Audio Thumbnails

    Exploring Ubuntu 26.04 LTS: Thumbnail Issues and Their Solutions

    If you recently installed Ubuntu 26.04 LTS and noticed that your video and music files are lacking image thumbnails in the file manager, you might think it’s something you did. However, fret not—this is simply a packaging oversight on Ubuntu’s part, not a user error.

    The Background: What Happened?

    The default installation option for Ubuntu, often referred to as the "minimal install," didn’t properly pull in two important packages: gst-audio-thumbnailer and gst-video-thumbnailer. These packages are essential as they generate previews for audio and video files when you view a folder containing these media types. For those who opted for the Extended selection during installation, this wasn’t a problem, as these thumbnailers were included in the full install’s meta file.

    What is a Metapackage?

    You may wonder, what exactly is a metapackage? These packages don’t contain any software themselves; instead, they consist of a list of dependencies that need to be installed for a complete Ubuntu desktop experience. In this case, the oversight occurred because the metapackage for the minimal install didn’t include the necessary thumbnailers, leading to the frustrating blank icons.

    Differences in Installation Choices

    If you selected the full installation option, you would have received rich visual file previews filled with artwork or video stills. However, for users who opted for the minimal install—thinking they were saving space or resources—the experience was different. Those who immediately began installing applications from the official repository might have inadvertently installed dependencies that included the missing thumbnailers.

    The Technical Details

    The thumbnailers in Ubuntu 26.04 have undergone a significant change. The system replaced the older, Totem-based thumbnailers with newer ones developed in Rust, built on GStreamer and Glycin. This modernization necessitated updating the relevant ubuntu-meta files to include these packages. According to a bug report, this mistake was described as an oversight—not a deliberate attempt to minimize size—because neither missing package is large or brings in additional dependencies.

    Fixing the Thumbnail Issue

    Fortunately, a stable-release update (SRU) was granted to fix this problem. The fix began rolling out at the end of June, so if you keep your system updated, the necessary packages should have been installed automatically.

    If you still happen to see blank media icons, don’t worry; there’s a simple command to remedy the situation. Open your terminal and execute the following:

    bash
    sudo apt install gst-audio-thumbnailer gst-video-thumbnailer

    After running this command, simply close and reopen the file manager. Navigate to any directory containing video or audio files that are compatible with the thumbnailers—most common formats should work—and you should see those previews finally load in the grid view.

    Other Media-Related Considerations

    It’s interesting to note that Ubuntu 26.04 LTS also shipped with another media-related ‘issue,’ though this one was intentional. The default image viewer is unable to open HEIC image files due to licensing restrictions. While this issue is separate from the thumbnailer discussion, it is worth mentioning that resolving it also involves installing necessary packages.


    In summary, if you encounter thumbnail issues after installing Ubuntu 26.04 LTS, remember that it’s not you—it’s an oversight. With a quick terminal command, you’ll be back to enjoying a visually rich file experience in no time.

    Latest articles

    Related articles

    Leave a reply

    Please enter your comment!
    Please enter your name here

    Popular