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

hildon-uri: add action objects for xdg-open #5

Merged
merged 1 commit into from Oct 3, 2023

Conversation

IMbackK
Copy link
Contributor

@IMbackK IMbackK commented Sep 27, 2023

when using uri_launch applications using libhildonmime can pass a HildonURIAction object to indicate what dbus service they would prefer handle the uri. We recently added the ability for libhildonmime to fallback to xdg-open, but provided no method for an application to specify that it would prefer xdg-open handle the passed uri since xdg-open has no dbus service

this patch addresses this deficiency by adding a new type of HildonURIAction that simply instructs libhildonmime to try xdg-open first

when using uri_launch applications using libhildonmime can pass HildonURIAction a
object to indicate what dbus service they would prefer handle the uri
we recently added the ability for libhildonmime to fallback to xdg-open, but provided
no method for an application to specify that i would prefer xdg-open handle the passed uri
since xdg-open has no dbus service

this patch addresses this deficiency by adding a new type of HildonURIAction that simply
instructs libhildonmime to try xdg-open first
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants