Categories: Ubuntu

How to Install GNOME’s New Camera App in Ubuntu 24.04/23.10

GNOME introduced new core camera app in the release of version 45, which however not adopted as default in Ubuntu 23.10 or Fedora 39.

If you want to try it out, then here’s how to do the trick in Ubuntu 24.04 and/or Ubuntu 23.10, and workaround “No Camera Found” issue.

The new camera app, aka Gnome Snapshot, is written in GTK4 + Libadwaita. Compare to Cheese, it looks more modern and native in current Ubuntu and Fedora Workstation.

Image from gnome.org

Like other core apps, the UI is adaptive that working good in different screen sizes, including mobile device such as Pinephone.

Sponsored

With it, you can easily take photos and record videos (with count down timer) via either window buttons or keyboard shortcuts.

And, it displays a thumbnail button beside the trigger, allowing to open the gallery page for all the photos & videos.

The gallery page is touchpad & touchscreen friendly for laptop and mobile devices, which supports navigating with swipe gestures.

How to Install Gnome Snapshot in Ubuntu

Until it’s made as default, there are 2 ways to try out the new camera app: .deb and Flatpak packages.

Option 1: .deb package

The app has been made into Ubuntu 24.04 system repository as native .deb package.

Simply, press Ctrl+Alt+T on keyboard to open terminal, and run command to install it:

sudo apt install snapshot

Type user password when it asks for sudo authentication. And, run sudo apt update first to update your package cache if unable to locate the package.

For Ubuntu 23.10, it’s available in the Ubuntu Desktop PPA. Just run the command below to add the PPA:

sudo add-apt-repository ppa:ubuntu-desktop/ppa

Please check the PPA link before adding it, the package MAY be removed in future when you seeing this tutorial.

After adding the PPA, try sudo apt install snapshot command to install the package.

Sponsored

Option 2: Flatpak package

For all current Ubuntu releases, including Ubuntu 20.04 and Ubuntu 22.04, the app is also available to install as the native Flatpak package that runs in sandbox. For Linux Mint 21, the package is available in Software Manager.

First, press Ctrl+Alt+T to open terminal, then run command to make sure Flatpak support enabled:

sudo apt install flatpak

Then, install the Flatpak package via command:

flatpak install https://dl.flathub.org/repo/appstream/org.gnome.Snapshot.flatpakref

Workaround ‘No Camera Found’ issue

After installing the app, search for and launch it from either overview or app grid screen.

Then, answer “Allow” to grant permission for the app to access your camera or webcam.

If you run into “No Camera Found” issue, then close the app. Open terminal (Ctrl+Alt+T) and try restarting pipewire, which works for me, by running command:

systemctl --user restart pipewire

Then, run snapshot to start the camera app from command line. For more about the issue, keep an eye on this bug report in Gitlab page.

Uninstall GNOME Snapshot

To remove the GNOME Snapshot, either open terminal (Ctrl+Alt+T) and run command to remove the .deb package:

sudo apt remove --autoremove snapshot

or uninstall the Flatpak package via command:

flatpak uninstall org.gnome.Snapshot

Also, run flatpak uninstall --unused to remove useless run-time libraries to free up some disk spaces.

The post How to Install GNOME’s New Camera App in Ubuntu 24.04/23.10 appeared first on Osgrove.

Ubuntu Server Admin

Recent Posts

Canonical Releases Ubuntu 25.04 Plucky Puffin

The latest interim release of Ubuntu introduces “devpacks” for popular frameworks like Spring, along with…

2 days ago

Ubuntu 25.04 (Plucky Puffin) Released

Ubuntu 25.04, codenamed “Plucky Puffin”, is here. This release continues Ubuntu’s proud tradition of integrating…

3 days ago

Extended Security Maintenance for Ubuntu 20.04 (Focal Fossa) begins May 29, 2025

Ubuntu released its 20.04 (Focal Fossa) release 5 years ago, on March 23, 2020. As…

3 days ago

Ubuntu 20.04 LTS End Of Life – activate ESM to keep your fleet of devices secure and operational

Focal Fossa will reach the End of Standard Support in May 2025, also known as…

4 days ago

Ubuntu MATE 25.04 Release Notes

Ubuntu MATE 25.04 is ready to soar! 🪽 Celebrating our 10th anniversary as an official…

4 days ago

Ubuntu Weekly Newsletter Issue 887

Welcome to the Ubuntu Weekly Newsletter, Issue 887 for the week of April 6 –…

6 days ago