From 5b3b3c5ad00173d65a61cb6ea41a30da00b78af1 Mon Sep 17 00:00:00 2001 From: takluyver Date: Fri, 13 Apr 2018 07:39:54 +0000 Subject: Link to the startup notification spec --- Specifications/file-manager-interface.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Specifications/file-manager-interface.mdwn b/Specifications/file-manager-interface.mdwn index 47781538..d20060e3 100644 --- a/Specifications/file-manager-interface.mdwn +++ b/Specifications/file-manager-interface.mdwn @@ -17,7 +17,7 @@ Applications sometimes need to interact with the desktop's file manager. This p -These three methods take an array of URI strings, and a startup id as specified by the startup notification specification. +These three methods take an array of URI strings, and a startup id as specified by the [[startup notification specification|startup-notification-spec]]. * `ShowFolders` assumes that the specified URIs are folders; the file manager is supposed to show a window with the contents of each folder. Calling this method with `file:///etc` as the single element in the array of URIs will cause the file manager to show the contents of /etc as if the user had navigated to it. The behavior for more than one element is left up to the implementation; commonly, multiple windows will be shown, one for each folder. -- cgit v1.2.3