Skip to content

unity8-team/url-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction
------------

This is a small handler to take URLs and do what is appropriate with them.
That could be anything from launching a web browser to just starting an
application.  This is done over DBus because application confinement doesn't
allow for doing it from a confined application otherwise.  It's important
the that applications can't know about each other, so this is a fire and forget
type operation.