Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

interfaces/desktop: allow access to Mutter IdleMonitor idle time #13304

Commits on Oct 17, 2023

  1. interfaces/desktop: allow access to Mutter IdleMonitor idle time

    Whilst other methods on the Mutter IdleMonitor look potentially problematic,
    GetIdletime should be relatively safe to expose to all desktop applications - in
    particular this is used by firefox nowadays as seen in
    https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/2037655
    
    Signed-off-by: Alex Murray <alex.murray@canonical.com>
    alexmurray committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    db07dce View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. interfaces/desktop: support Mutter Idletime on Ubuntu Core Desktop

    Move this rule into desktopConnectedPlugAppArmor and change the peer label
    restriction to be a name instead so that it matches both classic and Ubuntu Core
    based desktops.
    
    Signed-off-by: Alex Murray <alex.murray@canonical.com>
    alexmurray committed Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b0382df View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. interfaces/desktop: Use correct label for Mutter on both classic and UC

    Thanks @jhenstridge for the suggestion.
    
    Signed-off-by: Alex Murray <alex.murray@canonical.com>
    alexmurray committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    b56a612 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

  1. Configuration menu
    Copy the full SHA
    3e09767 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    9228ace View commit details
    Browse the repository at this point in the history