Step-by-Step Guide to Using Ubuntu's Improved App Permission Prompts

By • min read

Introduction

If you've been using Ubuntu for a while, you know that managing app permissions was always a bit of a background task. But with the latest release, that's changed dramatically. Canonical has revamped the snap-based permission system to bring runtime prompting to the desktop—similar to what you see on Android or iOS. Instead of granting permissions upfront or digging through settings later, you now see clear modal dialogs when an app wants to access your camera, microphone, files, or other hardware. This guide will walk you through how to use this new feature, from understanding the prompts to managing your permissions effectively.

Step-by-Step Guide to Using Ubuntu's Improved App Permission Prompts
Source: www.omgubuntu.co.uk

What You Need

Step-by-Step Instructions

Step 1: Ensure Your System Is Up to Date

Before diving into permissions, make sure your Ubuntu system and snap packages are fully updated. Open a terminal and run:

sudo apt update && sudo apt upgrade
sudo snap refresh

This ensures you have the latest version of the permission prompting system, which Canonical's Oliver Calder recently improved. The new prompts are part of the snap daemon (snapd), so keeping it updated is crucial.

Step 2: Launch a Snap App That Requires Permissions

Choose a snap application that typically needs hardware access—for example, a video conferencing tool (camera + microphone), a photo editor (file system), or a mapping app (location). Launch it from the Ubuntu Dash or terminal. When the app attempts to access a protected resource for the first time, you'll see a permission prompt appear as a modal dialog in the center of your screen.

Step 3: Understand the Permission Prompt

The popup clearly states which app is requesting access and to what resource. For instance: “Allow Zoom to access your camera?” You have three options:

This is exactly the runtime model used on mobile platforms. You no longer need to preconfigure permissions; instead, you make decisions at the moment the app needs them.

Step 4: Make Your Choice and Continue

Click one of the buttons. If you choose “Allow,” the app gains access immediately, and in most cases you won't see the prompt again for that same resource. If you select “Only While Using the App,” the permission is revoked when you close the app. If you choose “Deny,” the app won't be able to use that resource; you can later change this via settings (see Step 6).

Step 5: View and Manage Granted Permissions

After you've used a few apps, you may want to review or revoke permissions. Open the Ubuntu Software app (or “Snap Store”). Navigate to the Installed tab and find the snap app you're interested in. Click on it, then look for a Permissions section. Here you can see a list of all permissions the app has been granted (e.g., camera, microphone, home directory access). Toggle any permission off to revoke it—the next time the app tries to use that resource, it will prompt you again.

Step-by-Step Guide to Using Ubuntu's Improved App Permission Prompts
Source: www.omgubuntu.co.uk

Step 6: Revoke Permissions from the Command Line (Optional)

For advanced users, you can manage permissions using the snap connections command. Open a terminal and list all connections for an app:

snap connections 

To disconnect (revoke) a specific permission:

snap disconnect : :

For example, to remove camera access from Zoom:

snap disconnect zoom:camera

This is a quick way to batch-manage permissions without the GUI.

Step 7: Test with Multiple Apps

Try launching different snap apps that request various permissions—like a screenshot tool (screen recording), a mapping service (location), or a terminal emulator (read process info). Each will present a tailored prompt. This is where the improvement really shines: you get to decide on a case-by-case basis, which Canonical says “empowers users” by putting control in your hands rather than requiring retrospective configuration.

Tips for Managing Permissions

With these steps, you're now equipped to take full advantage of Ubuntu's improved app permission prompting. It's a big step forward for desktop security and user control—no more fumbling through settings after the fact. Just respond to prompts as they appear, and you'll keep your system both functional and private.

Recommended

Discover More

Maximizing Analytics Performance and Cost Efficiency with Amazon Redshift RG Instances10 Critical Insights from Fivetran's CPO: Why Closed Data Stacks Fail in the Agent EraMesh Wi-Fi Systems Fail to Deliver on Promises, Users Report Persistent Connectivity IssuesSUSE Unveils AI-Native Infrastructure Platform at KubeCon Europe 2026How to Uncover the Secrets of Spiral Galaxies: A Step-by-Step Guide Using Hubble's View of NGC 3137