❌

Normal view

OBS Studio 32.0 Adds PipeWire Video Capture Improvements, Basic Plugin Manager

23 September 2025 at 08:06

OBS Studio 32.0

OBS Studio 32.0 is now available for download with a basic plugin manager, Voice Activity Detection for NVIDIA RTX Audio Effects, Hybrid MOV support, and other changes. Here’s what's new!

The post OBS Studio 32.0 Adds PipeWire Video Capture Improvements, Basic Plugin Manager appeared first on 9to5Linux - do not reproduce this article without permission. This RSS feed is intended for readers, not scrapers.

Ubuntu 25.10 Will Fix Update Manager’s Focus Stealing

23 September 2025 at 06:49

Ubuntu Pro updates in the Software Updater tool in Ubuntu 22.04 LTSUbuntu 25.10 may include a fix for the Update Manager focus stealing by reverting to notifications and app indicators instead of auto-launching windows.

You're reading Ubuntu 25.10 Will Fix Update Manager’s Focus Stealing, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

gThumb 3.12.8 added Viewing GPS Position Support

By:Ji m
22 September 2025 at 17:31

gThumb, the Gnome image viewer, browser, and organizer application, released new 3.12.8 version in last week.

The new release of this application finally added support viewing the GPS metadata in your photo images. Meaning for photos taken by cameras or phones have location services enabled, the image viewer will show where they were taken with latitude and longitude location data.

And, by enabling the new β€œOpen Map” extension in the Preferences dialog, it will display a β€œMap” section in image properties, allowing to click open the location using the OpenStreetMap free wiki world map service. So that you can see exactly where it is in world map.

Besides that, the release added an option in Preferences dialog, allowing to hide the white border (aka frame) of the image you’re viewing. Which, however does not work for thumbnails.

gThumb 3.12.8 also updated the video viewer to rotate videos respecting the orientation tag, added ability to sort images by creation time, and added support for the AdobeRGB profile.

It now applies the embedded ICC profile for TIFF, applies the color space specified in EXIF data for PNG, and saves the color profile as well for AVIF images.

Other changes include:

  • Lossless WEBP and TIFF rotation by setting EXIF orientation tag.
  • Transform the profile to sRGB before saving an image with a profile.
  • Fix broken thumbnail panic.
  • Fix thumbnails not updated after saving an image.
  • Fix date and tag selectors on Wayland.
  • Use a darker gray for the background in image viewer.
  • Translation updates and various other bug-fixes.

How to Install gThumb 3.12.8

gThumb does NOT provide official installer packages. Besides building it from the source code, you may install it through either Flatpak, Snap, or Ubuntu PPA.

1. Snap package

For modern Intel/AMD platform, there’s a snap package that can be easily from either Ubuntu Software or App Center, though it’s NOT updated to v3.12.8 at the moment of writing.

2. Flatpak package

Like Snap, The Flatpak runs in sandbox environment and works in most Linux distributions on both amd64 and arm64 platforms.

Ubuntu users may simply open terminal (Ctrl+Alt+T) and run the 2 commands one by one to install the package:

  • First enable flatpak support:
    sudo apt install flatpak
  • Then, install gThumb Flatpak package:
    flatpak install https://dl.flathub.org/repo/appstream/org.gnome.gThumb.flatpakref

If the app icon is not visible after installation, either log out and back in or run the command below to start it from terminal:

flatpak run org.gnome.gThumb

And, you may replace run with update in last command to check & install updates regularly.

3. Ubuntu PPA

For Ubuntu users who prefer the native .deb package, I’ve uploaded the package into this unofficial PPA for Ubuntu 20.04, 22.04, 24.04, 25.04, and 25.10 on amd64, arm64/armhf platforms.

To install it, open terminal (Ctrl+Alt+T) and run commands below one by one:

sudo add-apt-repository ppa:ubuntuhandbook1/apps
sudo apt update
sudo apt install gthumb

Uninstall:

To uninstall the Snap package, use Ubuntu Software or App Center.

To uninstall the Flatpak package, use command:

flatpak uninstall --delete-data org.gnome.gThumb

Optionally, you may run flatpak uninstall --unused to remove useless run-time libraries.

For the PPA package, uninstall it via command:

sudo apt remove gthumb gthumb-data

And, remove the Ubuntu PPA by using either β€œSoftware & Updates” under β€œOther Software” tab, or running command:

sudo add-apt-repository ppa:ubuntuhandbook1/apps

Also run sudo apt update to refresh cache afterward, though it should be done automatically.

Raspberry Pi’s New M.2 HAT+ Compact is an SSD Space Saver

23 September 2025 at 01:13

If you're looking to add an SSD to your Raspberry Pi 5, the new $15 M.2 HAT+ Compact is a solid and smaller option to other add-ons on the market.

You're reading Raspberry Pi’s New M.2 HAT+ Compact is an SSD Space Saver, a blog post from OMG! Ubuntu. Do not reproduce elsewhere without permission.

❌