Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
G
GLib
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 924
    • Issues 924
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 56
    • Merge Requests 56
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • GNOME
  • GLib
  • Issues
  • #1324

Closed
Open
Opened Jan 17, 2018 by bugzilla-migration@bugzilla-migrationReporter

[flatpak] The gtk_show_uri behaviour differs from xdg-open

Submitted by Jan Horak

Link to original bug (#792611)

Description

When in flatpak environment the call of gtk_show_uri behaviour differs from xdg-open.

The gtk_show_uri on the file:///....zip file runs yelp (which is present in /usr/share/applications runtime) while xdg-open shows portal dialog for opening file.

The relevant zip file: https://www.colorado.edu/conflict/peace/download/peace.zip

It looks like launch_default_for_uri returns true, so it ends there and does not forward to the portal: https://github.com/GNOME/glib/blob/c68f66c19e41f4188587a63bd74419a1f2c3085b/gio/gappinfo.c#L745

Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: GNOME/glib#1324