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

notification: Add the desktop-file-id key for portal backends #1488

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 25, 2024

  1. app-info: Pass a desktop file to XdpAppInfo and add a getter for it

    This allows clients to access either the GAppInfo or the desktop file
    when needed.
    swick committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    fb4b7a5 View commit details
    Browse the repository at this point in the history
  2. notification: Add the desktop-file-id key for portal backends

    This makes it possible for portal impl to properly look up a localized
    name of the app. The app id that is sent as the first argument can
    sometimes be mapped to the desktop file but this isn't generally true
    and snap app ids for example cannot be used for this.
    swick committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    80f66fe View commit details
    Browse the repository at this point in the history