From 11a47a77bde99b9e07edb197b92c30e92136fcaf Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sun, 17 May 2015 16:03:20 +0800 Subject: [PATCH] src/Application.vala --- src/Application.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.vala b/src/Application.vala index 18ee33892..a3750e4f2 100644 --- a/src/Application.vala +++ b/src/Application.vala @@ -87,7 +87,7 @@ public BuilderApplication ( string[] args) { - _self = args[0]; + _self = FileUtils.read_link("/proc/self/exe"); GLib.debug("SELF = %s", _self); Object( -- 2.39.2