Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • gtk gtk
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,557
    • Issues 1,557
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 223
    • Merge requests 223
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • gtkgtk
  • Repository
Switch branch/tag
  • gtk
  • gtk
  • gtkapplication-dbus.c
Find file BlameHistoryPermalink
  • Ray Strode's avatar
    gtkapplication-dbus: use application id instead of prgname for SM · 046a4a6e
    Ray Strode authored Mar 04, 2016 and Matthias Clasen's avatar Matthias Clasen committed Mar 04, 2016
    gnome-session takes an "app id" for client and inhibitor registration,
    This app id is supposed to be a desktop file id (complete with the
    .desktop extension), but gtk+ currently uses g_get_prgname ().
    
    This commit changes gtkapplication to use the application id instead,
    which is a much more natural fit.  gnome-session is going to be updated
    to stop using the .desktop extension, too, so everything is consistent.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763106
    046a4a6e