Use gtk ShowUri method to make use of flatpak portals

This commit is contained in:
Hylke Bons 2016-07-08 15:39:03 -07:00 committed by Hylke Bons
parent 99f64edc1b
commit cae00c41a2

View file

@ -100,7 +100,7 @@ namespace SparkleShare {
public override void OpenFile (string path)
{
new Command ("xdg-open", "\"" + path + "\"").Start ();
Global.ShowUri (Gdk.Screen.Default, path);
}