V Sat, 21 May 2011 20:24:17 +0200
Mike Gabriel <mike.gabr...@das-netzwerkteam.de> napsáno:

> Hi Milan,

Hi Mike,

> 
> this is already fixed in the x2goclient Git project on
> code.x2go.org. However, no new version has yet been tagged as a
> release. You may draw the latest code from Git anyway. Currently, the
> HEAD of the master branch should be fine.

From today's Git:

x install failed due to missing x2goclient.desktop (which is in
desktop subdir). Patch to the Makefile is attached.

x compilation fails due to missing "qmake-qt4", which on Archlinux is
called simply "qmake". I assume that this is distro specific. 

Having been corrected for the above matters, it compiled cleanly.

regards,
Milan


-- 
http://www.milan-knizek.net/ About linux and photography (Czech only)
                             O linuxu a fotografování   (pouze česky)
>From 34db0c1008490cd8c2ef457fb0d679e966c37f58 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Milan=20Kn=C3=AD=C5=BEek?= <kni...@volny.cz>
Date: Sun, 22 May 2011 16:46:53 +0200
Subject: [PATCH] Correct path for x2goclient.desktop installation

---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 04c0676..3348a4b 100755
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ install_client:
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/icons/hicolor/64x64/apps
 	$(INSTALL_DIR) $(DESTDIR)$(SHAREDIR)/icons/hicolor/32x32/apps
 	$(INSTALL_PROGRAM) $(CLIENT_DIR)/x2goclient $(DESTDIR)$(BINDIR)/x2goclient
-	$(INSTALL_FILE) x2goclient.desktop            $(DESTDIR)$(SHAREDIR)/applications/x2goclient.desktop
+	$(INSTALL_FILE) desktop/x2goclient.desktop    $(DESTDIR)$(SHAREDIR)/applications/x2goclient.desktop
 	$(INSTALL_FILE) icons/x2goclient.xpm          $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2goclient.xpm
 	$(INSTALL_FILE) icons/128x128/x2goclient.png  $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2goclient.png
 	$(INSTALL_FILE) icons/128x128/x2gosession.png $(DESTDIR)$(SHAREDIR)/x2goclient/icons/x2gosession.png
-- 
1.7.5.1

_______________________________________________
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to