[X2Go-Commits] [x2goclient] 01/01: Windows: Fix X2Go Client desktop shortcut not working when the fonts are not installed

git-admin at x2go.org git-admin at x2go.org
Wed Jul 23 05:13:54 CEST 2014


This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch master
in repository x2goclient.

commit 8262012db3f79331b798d08d021f65a55c9b8832
Author: Mike DePaulo <mikedep333 at gmail.com>
Date:   Tue Jul 22 23:13:26 2014 -0400

    Windows: Fix X2Go Client desktop shortcut not working when the fonts are not installed
---
 nsis/x2goclient.nsi |    3 +++
 1 file changed, 3 insertions(+)

diff --git a/nsis/x2goclient.nsi b/nsis/x2goclient.nsi
index 7b976b3..fdb8319 100755
--- a/nsis/x2goclient.nsi
+++ b/nsis/x2goclient.nsi
@@ -200,6 +200,9 @@ SectionGroupEnd
 
 Section "Desktop Shortcut" desktopshortcut
   SectionIn 1 2
+  # When you run SetOutPath,you set the "Start in" dir for the shortcut.
+  # This "Start in" dir must exist for the shortcut to work.
+  SetOutPath "$INSTDIR"
   CreateShortCut "$DESKTOP\X2Go Client.lnk" "$INSTDIR\x2goclient.exe"
 SectionEnd
   

--
Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git


More information about the x2go-commits mailing list