This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository x2goclient. from e8632a8 work in release information from release/4.0.2.x branch new 8262012 Windows: Fix X2Go Client desktop shortcut not working when the fonts are not installed The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: nsis/x2goclient.nsi | 3 +++ 1 file changed, 3 insertions(+) -- Alioth's /srv/git/_hooks_/post-receive-email on /srv/git/code.x2go.org/x2goclient.git
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@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