Re: [X2Go-Dev] Error when using roll-tarball.sh for nx-libs server

2013-06-18 Thread Mihai Moldovan
Try dos2unix on test.patch and see if that works. Just guessing. smime.p7s Description: S/MIME Cryptographic Signature ___ X2Go-Dev mailing list X2Go-Dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev

Re: [X2Go-Dev] Bug#144: Bluetooth headset switches to low quality profile on application start

2013-03-14 Thread Mihai Moldovan
* On 14.03.2013 09:42 AM, Christoph Mathys wrote: > According to Mike Gabriel the bug should be fixed on the following branch: > http://git.ionic.de/x2goclient.git/shortlog/refs/heads/pulsefix That's generally true, but this branch is not up to date with x2go's master and would not work on Win32 a

Re: [X2Go-Dev] Removal of EsounD support

2012-06-13 Thread Mihai Moldovan
* On 13.06.2012 08:11 PM, Mike Gabriel wrote: > Let us do that in two steps. > > Now: add an alert Window if someone chooses ESD in the session profile. > in 6-12 months: remove the feature. Something like that was implicit... sure, I won't delete it right away. Actually, I was interested in user

[X2Go-Dev] Removal of EsounD support

2012-06-13 Thread Mihai Moldovan
Hi all, I'm thinking about removing ESD support from x2goclient altogether. During my recent deep changes to the PulseAudio integration for X2goclient on both Windows and Mac OS X, I came across the ESD sound support. On Windows, ESD was supported through the PulseAudio wrapper, while OS X was to

Re: [X2Go-Dev] releasing x2goclient before pull pulseaudio changes

2012-06-08 Thread Mihai Moldovan
* On 08.06.2012 12:59 PM, Mike Gabriel wrote: > The pulseaudio work: Alex is very busy for the next two weeks. He can only > take a look at your work after his software project he is currently working > on. I guess we will pull your work, but I cannot do that by myself without > having seen your co

Re: [X2Go-Dev] PulseAudio

2012-05-30 Thread Mihai Moldovan
Hi, I've done some tests on Ubuntu and Debian stable VMs in my local network. * On 30.05.2012 08:32 AM, Mihai Moldovan wrote: > I do have some other issues, though. Especially when starting a flash video in > Iceweasel, sound is choppy, distorted, (< buffer underruns?) the video wi

Re: [X2Go-Dev] PulseAudio

2012-05-29 Thread Mihai Moldovan
* On 29.05.2012 03:07 PM, Mike Gabriel wrote: > short notice: your former patches have all been accepted and are pending Git > inclusion. Thanks for doing all that great work!!! Thanks. > A better test is: run the pavucontrol tool within the X2Go session and test if > the PA process on the MAC s

[X2Go-Dev] PulseAudio

2012-05-29 Thread Mihai Moldovan
Hi all, just as a quick status message: I'm currently working on integrating PulseAudio into the OS X client and it looks good so far. PA will be started as soon as the client launches and killed on terminate... well, actually is. A quick test on 10.5 and 10.6 boxes show that the OS X version of

[X2Go-Dev] Updated Mac OS X packages

2012-05-26 Thread Mihai Moldovan
Hi, I finally got around to sync and update the Mac OS X packages. Here we go. - Mac OS X 10.5 and higher (x86, x86_64, ppc): www.ionic.de/x2goclient-git-adefcb0cd2-1.dmg For security reasons, please turn on X11 authentication and network connections in the X servers preferences: X11 -> Pre

Re: [X2Go-Dev] [PATCH] [NX] Add patch: 052_nxcomp_macos10-nxauth-location.full+lite, change nxauth search location on Mac OS X to $NX_SYSTEM/nxauth to facilitate application bundle building.

2012-05-26 Thread Mihai Moldovan
* On 26.05.2012 02:07 PM, Mike Gabriel wrote: > do you need nxauth for client-side X2Go on Mac? Currently, nxauth only builds > with the server-side nx-libs build (nx-libs-full). Or am I missing something? nxauth is used as the local/client side X server authentication program (basically getting

[X2Go-Dev] Mac OS X 10.4 Tiger

2012-05-25 Thread Mihai Moldovan
Hi, with the latest changes, x2goclient will also run on Mac OS X 10.4. However, it will not be officially supported. While x2go is generally "use at own risk", this one is "use at own risk and don't expect it to work properly." Mac OS 10.4 is really old and unsupported even by Apple Inc. - not

[X2Go-Dev] [PATCHv2] [NX] Add patch: 052_nxcomp_macos10-nxauth-location.full+lite.patch, change nxauth search location on Mac OS X to $NX_SYSTEM/nxauth to facilitate application bundle building.

2012-05-25 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- debian/changelog |3 ++ ..._nxcomp_macos10-nxauth-location.full+lite.patch | 38 debian/patches/series |1 + 3 files changed, 42 insertions(+) create mode 100644

[X2Go-Dev] [PATCH 5/7] Fix a potential bug in the handling of ssh hosts given to libssh.

2012-05-25 Thread Mihai Moldovan
Do the conversion as suggested by the Qt FAQ at http://qt-project.org/faq/answer/how_can_i_convert_a_qstring_to_char_and_vice_versa Signed-off-by: Mihai Moldovan --- sshmasterconnection.cpp |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sshmasterconnection.cpp b

Re: [X2Go-Dev] [PATCH] [NX] Add patch: 052_nxcomp_macos10-nxauth-location.full+lite, change nxauth search location on Mac OS X to $NX_SYSTEM/nxauth to facilitate application bundle building.

2012-05-25 Thread Mihai Moldovan
Oops, don't apply that. v2 patch is incoming. Haven't seen the file extension was missing all along... * On 26.05.2012 05:52 AM, Mihai Moldovan wrote: > Change the nxauth location from $NX_SYSTEM/bin/nxauth to $NX_SYSTEM/nxauth on > Mac OS X. This way, nxauth can be shipped in th

[X2Go-Dev] [PATCH 1/7] [RESEND] Add translation file processing to x2goclient.pro.

2012-05-25 Thread Mihai Moldovan
Automatically build the required x2goclient_*.qm files based on the x2goclient_*.ts translation files. Signed-off-by: Mihai Moldovan --- x2goclient.pro | 18 ++ 1 file changed, 18 insertions(+) diff --git a/x2goclient.pro b/x2goclient.pro index e9b3599..e862a07 100755 --- a

[X2Go-Dev] [PATCH 0/7] Accumulated changes

2012-05-25 Thread Mihai Moldovan
Hi all, I hereby present you a patch set of accumulated changes. Each patch should be applied in order. The first patch adds automatic translation processing to the x2goclient.pro file. Developers will have to update the translation templates by hand though, as usual. Template to Qt locales co

[X2Go-Dev] [PATCH 3/7] Add support for PowerPC on Mac OS X. Add the Info.plist file to x2goclient.pro

2012-05-25 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- x2goclient.pro |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x2goclient.pro b/x2goclient.pro index 063a4f6..e831f5b 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -154,7 +154,7 @@ x2go_linux_static { macx { message(building

[X2Go-Dev] [PATCH] Change the Makefile to not delete more temporary files than necessary.

2012-05-25 Thread Mihai Moldovan
A maxdepth of two will crush all temp files in the build directories. Do not mess with other stuff, especially if users are building bundled software inside a contrib/dist directory under the main tree. Signed-off-by: Mihai Moldovan --- Makefile |8 1 file changed, 4 insertions

[X2Go-Dev] [PATCH 7/7] Add support for Mac OS X 10.4 Tiger. It won't be officially supported though.

2012-05-25 Thread Mihai Moldovan
* clean up X11 server processes. This is left to the user. More information about 10.4 support will be posted on the x2go-dev mailing list (shortly). Signed-off-by: Mihai Moldovan --- onmainwindow.cpp | 132 ++ 1 file changed, 124 insertions(+), 8

[X2Go-Dev] [PATCH 6/7] Add easy to turn on/off SSH packet logging to sshmasterconnection.cpp.

2012-05-25 Thread Mihai Moldovan
From now on, simply use the defines at the beginning of the file. Signed-off-by: Mihai Moldovan --- sshmasterconnection.cpp | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index 94442f2..9eba130 100644 --- a

[X2Go-Dev] [PATCH 4/7] Fix copyright header on sshmasterconnection.cpp

2012-05-25 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- sshmasterconnection.cpp |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index 1f7b724..c8f75d6 100644 --- a/sshmasterconnection.cpp +++ b/sshmasterconnection.cpp @@ -1,7 +1,7

[X2Go-Dev] [PATCH 2/7] Minor style/whitespace fixes for x2goclient.pro.

2012-05-25 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- x2goclient.pro | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/x2goclient.pro b/x2goclient.pro index e862a07..063a4f6 100755 --- a/x2goclient.pro +++ b/x2goclient.pro @@ -105,7 +105,7 @@ LIBS += -lssh plugin { TARGET

[X2Go-Dev] [PATCH] [NX] Add patch: 052_nxcomp_macos10-nxauth-location.full+lite, change nxauth search location on Mac OS X to $NX_SYSTEM/nxauth to facilitate application bundle building.

2012-05-25 Thread Mihai Moldovan
Change the nxauth location from $NX_SYSTEM/bin/nxauth to $NX_SYSTEM/nxauth on Mac OS X. This way, nxauth can be shipped in the same directory, as, i.e., nxproxy in an application bundle. Signed-off-by: Mihai Moldovan --- debian/changelog |3

Re: [X2Go-Dev] x2goclient 3.99.2.0 introduces excessive client logging

2012-05-19 Thread Mihai Moldovan
* On 19.05.2012 04:10 PM, masc wrote: > since updating to 3.99.2.0 on OSX the log database is flooded with > x2go.client debug log messages while having a session connected. Yep, I forgot to disable SSH packet logging. Sorry for any inconvenience this caused. If you'd like, fetch http://www.ionic

Re: [X2Go-Dev] X2Go-Future

2012-05-19 Thread Mihai Moldovan
* On 19.05.2012 09:55 PM, Arnold Krille wrote: > I am having some doubts about the future of X2Go and seeking for answers. > I saw mails mentioning nx3.6 which seems a bit strange to me given that the > next version of nomachine's nx is 4.0. Wait, wait, sorry, that's all my fault. nx 3.6.0 was en

Re: [X2Go-Dev] [nx-libs] Reason for using quilt

2012-05-19 Thread Mihai Moldovan
* On 19.05.2012 08:19 PM, Moritz Strübe wrote: > nope using git is not an option. topgit might be, but it's even worse then > quilt. If you don't like quilt, stgit might be what you are looking for. > Unfortunately it is for local use only. If it were possible to use it server > side it would certa

[X2Go-Dev] [nx-libs] Reason for using quilt

2012-05-19 Thread Mihai Moldovan
Hi, I'm wondering why you guys are using quilt for managing patches to the nx-libs repository. I see that the general purpose is to have the original nomachine source base intact/unchanged to track changes easily. However, quilt is a pain to use (i.e., omitting a patch in the series or changing

Re: [X2Go-Dev] Fwd: Re: [X2Go-User] Client for PowerPC Macs ?

2012-04-19 Thread Mihai Moldovan
* On 17.04.2012 06:13 PM, Mark Dammer wrote: > On 17/04/12 14:08, Mihai Moldovan wrote: >> I don't mean to be rude or bold, but what is your reason for not upgrading to >> Leopard/10.5? Best regards, Mihai > > I can understand your considerations. Just to clarify o

Re: [X2Go-Dev] Fwd: Re: [X2Go-User] Client for PowerPC Macs ?

2012-04-17 Thread Mihai Moldovan
* On 17.04.2012 09:34 AM, Mike Gabriel wrote: > As you are the one who gives his time to the Mac builds currently, it is fully ok to say: No, we will not support old Mac OS versions on old PPC hardware. Esp. if you cannot test the build, I guess it does not make much sense giving time and effort fo

Re: [X2Go-Dev] Fwd: Re: [X2Go-User] Client for PowerPC Macs ?

2012-04-16 Thread Mihai Moldovan
> - Weitergeleitete Nachricht von mark.dam...@googlemail.com - > Datum: Mon, 16 Apr 2012 13:58:12 +0100 >Von: Mark Dammer >Betreff: Re: [X2Go-User] Client for PowerPC Macs ? > An: x2go-u...@lists.berlios.de > > [...] > I just tried it on a G4 running 10.4 "Tiger".

Re: [X2Go-Dev] X2Go release day: x2goserver, x2goclient (adds support for Published Applications)

2012-04-11 Thread Mihai Moldovan
Hi Mike, * On 04.04.2012 12:40 PM, Mike Gabriel wrote: > The windows and Mac OS versions of x2goclient will probably be available > tomorrow, as well. (PING: @Mihai, @Oleksandr). The Windows binary may get > delay a little longer, as we are currently migrating the Windows development > machin

[X2Go-Dev] [XREF] [Qt bugreports] (QTBUG-24729) Out of source building for App bundles broken (Info.plist and ICON)

2012-03-11 Thread Mihai Moldovan
And this is why I don't like qmake. ;) Original Message ---- Mihai Moldovan created QTBUG-24729: -- Summary: Out of source building for App bundles broken (Info.plist and ICON) Key: QTBUG-24729

Re: [X2Go-Dev] OSX Lion Audio question

2012-03-09 Thread Mihai Moldovan
Hi Stephanie, I have not picked up audio yet. Currently it is unsupported. (Basically lacking an esound daemon -- pulseaudio not even integrated yet.) I'll come back to you once I have something usable. Best regards, Mihai smime.p7s Description: S/MIME Cryptographic Signature __

[X2Go-Dev] [BUG] Hostname with IPv6 address but no v6 connectivity => SSH connection fail

2012-03-08 Thread Mihai Moldovan
Hi, just dumping bugs I found to the ML as a reminder for myself (and as a means of gathering confirmations from other people.) Prerequisites: - hostname specified resolves to both an IPv4 and an IPv6 address. - no connectivity via IPv6, but IPv6 configured network interface (half-broken stat

Re: [X2Go-Dev] Attention Android Developers

2012-03-07 Thread Mihai Moldovan
* On 07.03.2012 10:51 PM, Arnold Krille wrote: > Well, forgive my sceptism, but if that astronaut gets his will, X is a thing > of the past. Like, Wayland? Seriously. lol. smime.p7s Description: S/MIME Cryptographic Signature ___ X2Go-Dev mailing list

Re: [X2Go-Dev] Mac Client status

2012-03-06 Thread Mihai Moldovan
Hi Mike, * On 06.03.2012 09:48 AM, Mike Gabriel wrote: > You should wait for 3.99.1.1, I guess. There is an X-Server detection fix > (using unix socket, not TCP to connect to the local X-Server) in it. Probably. :) I do have a got git-snapshot with this fix in place (or could easily fetch the new

Re: [X2Go-Dev] Mac OS X GUI - not connecting

2012-03-02 Thread Mihai Moldovan
* On 02.03.2012 10:08 AM, Stephan Diehl wrote: > Sorry, your new version has the same error on OS X 10.7.3. I can test 10.5.8 > later. Here is the log output: Mmh, crap. Well, it's not related to Xorg. This error is coming from libssh. I've seen it before (on my server), but it was never fatal. P

Re: [X2Go-Dev] [PATCH] Refresh 005_nxcomp_gcc43.full+lite.patch, fix faulty path to nxcomp/Split.cpp.

2012-03-02 Thread Mihai Moldovan
* On 01.03.2012 08:45 PM, Mike Gabriel wrote: > On Do 01 Mär 2012 03:49:11 CET Mihai Moldovan wrote: > >> Patch attached. >> > > Patch applied, thanks! Again, quite a big diff for just one line of change... > Please reduce the next time... I tried, but couldn't

Re: [X2Go-Dev] Mac OS X GUI - not connecting

2012-02-29 Thread Mihai Moldovan
* On 29.02.2012 03:17 PM, Stephan Diehl wrote: > I start the new 3.99.1 r2 release and the gui will not connect. The last > status shown ist "connecting" but the nx log in the detail window will not > showed. > > This error is on two mac. one with 10.5.8 and one with 10.7.3. anyone knows > this er

[X2Go-Dev] [PATCH] Fix 051_nxcomp_macos105-fdisset.full+lite.patch.

2012-02-29 Thread Mihai Moldovan
Patch attached. Fix 051_nxcomp_macos105-fdisset.full+lite.patch. Pass address of fd_set structs on the stack to the FD_ISSET macro/function, instead of the struct itself. Signed-off-by: Mihai Moldovan --- .../051_nxcomp_macos105-fdisset.full+lite.patch| 12 ++-- 1 files changed

[X2Go-Dev] [PATCH] Refresh 005_nxcomp_gcc43.full+lite.patch, fix faulty path to nxcomp/Split.cpp.

2012-02-29 Thread Mihai Moldovan
Patch attached. From 34d397f19766bbce424ec59a067df100ba3b78e2 Mon Sep 17 00:00:00 2001 From: Mihai Moldovan Date: Thu, 1 Mar 2012 03:48:13 +0100 Subject: [PATCH] Refresh 005_nxcomp_gcc43.full+lite.patch, fix faulty path to nxcomp/Split.cpp. To: x2go-dev@lists.berlios.de Signed-off-by: Mihai

Re: [X2Go-Dev] [PATCH] Fix compilation of nxcomp on Mac OS X 10.5.

2012-02-29 Thread Mihai Moldovan
* On 29.02.2012 04:01 PM, Mike Gabriel wrote: > patch applied... > http://code.x2go.org/gitweb?p=nx-libs.git;a=commitdiff;h=655173ff215dde1a167193eafe29bfc955a19561 > > > I had to tweak the patch by hand so it could get applied fully. Not sure what > went wrong, so I just place a reminder here to m

Re: [X2Go-Dev] [PATCHv2] Switch to DISPLAY env. var. and UNIX socket connection on OS, X.

2012-02-29 Thread Mihai Moldovan
* On 29.02.2012 04:57 PM, Mike Gabriel wrote: > I repeat my request to keep patches minimal and let them only fix one issue: > http://code.x2go.org/gitweb?p=x2goclient.git;a=commitdiff;h=3b20e0e71cf3c01b1f73ecee2014c4ddf5c07a3f > > > The copyright header layout fixes I have committed separately. >

Re: [X2Go-Dev] [RFC] [PATCHv2] Ignore temporary/autogenerated files in the archive.

2012-02-29 Thread Mihai Moldovan
Hey Mike, * On 29.02.2012 04:37 PM, Mike Gabriel wrote: > The main Makefile is from us. qmake does not build in the base directory of > the x2goclient source tree. The main Makefile creates a build dir first and > then runs qmake in that directory. So: not ignoring the main Makefile. Oh, seems lik

Re: [X2Go-Dev] [PATCH] Fix compilation of nxcomp on Mac OS X 10.5.

2012-02-29 Thread Mihai Moldovan
Hi Mike, sorry, from what I can see my mail client wrapped at least two long lines and inserted a newline where none should have been... I.e., here: - (FD_ISSET(remoteFd_, readSet) && transport_ -> dequeuable() != 0) Sorry, I haven't seen it and revised my settings to make sure re

[X2Go-Dev] [PATCH] Add translation file processing to x2goclient.pro.

2012-02-29 Thread Mihai Moldovan
Automatically build the required x2goclient_*.qm files based on the x2goclient_*.ts translation files. Signed-off-by: Mihai Moldovan --- x2goclient.pro | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/x2goclient.pro b/x2goclient.pro index 2bb7cdc

Re: [X2Go-Dev] Mac OS X 10.5 new client 3.99.1.0 - libcrypto.0.9.8.dylib missing

2012-02-28 Thread Mihai Moldovan
Use the -r2 dmg. It's fixed there. http://www.ionic.de/x2goclient-3.99.1.0-release-r2.dmg * On 28.02.2012 01:40 PM, Stephan Diehl wrote: > I got this message when i start the new client on OS X 10.5.8. The library is > really missing and not in 10.5 included. Is 10.5 out of scope or is it > p

Re: [X2Go-Dev] [PATCHv2] Switch to DISPLAY env. var. and UNIX socket connection on OS, X.

2012-02-26 Thread Mihai Moldovan
Sorry for the last "faulty" patch, my mail client messed up automatic wrapping and I had one personal change in there Hope that's fine now. Tested successfully on both OS X 10.5 and 10.6. smime.p7s Description: S/MIME Cryptographic Signature ___ X2Go

[X2Go-Dev] [PATCHv2] Switch to DISPLAY env. var. and UNIX socket connection on OS, X.

2012-02-26 Thread Mihai Moldovan
ned-off-by: Mihai Moldovan --- onmainwindow.cpp | 36 +- onmainwindow_part2.cpp |9 +++- onmainwindow_part3.cpp | 100 onmainwindow_privat.h |6 +- 4 files changed, 61 insertions(+), 90 deletions(-) di

[X2Go-Dev] [PATCH] Switch to DISPLAY env. var. and UNIX socket connection on OS X.

2012-02-26 Thread Mihai Moldovan
ned-off-by: Mihai Moldovan --- onmainwindow.cpp | 36 +- onmainwindow_part2.cpp |9 +++- onmainwindow_part3.cpp | 100 onmainwindow_part4.cpp |2 + onmainwindow_privat.h |6 +- 5 files changed, 63 insertions(+), 90

Re: [X2Go-Dev] @Alex: Mihai's patches

2012-02-26 Thread Mihai Moldovan
Btw, I have explicitly tagged some patches as RFC, as I'd like to know your opinion about them. The gitignore one is handy because git status was unusable in the current state (or rather very messy.) The connection timeout is useful for cases in which the identd user name request option in sshd's

[X2Go-Dev] [RFC] [PATCH] Raise SSH connection timeout to 60 seconds.

2012-02-26 Thread Mihai Moldovan
The default of 10 seconds is pretty low, especially when using tcp_wrappers with the identd option turned on. Wait for a 60 seconds timeout. Signed-off-by: Mihai Moldovan --- sshmasterconnection.cpp |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a

[X2Go-Dev] [RFC] [PATCHv2] Ignore temporary/autogenerated files in the archive.

2012-02-26 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- .gitignore | 19 +++ 1 files changed, 19 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..366a7d4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,19

[X2Go-Dev] [RFC] [PATCH] Ignore temporary/autogenerated files in the archive.

2012-02-26 Thread Mihai Moldovan
Signed-off-by: Mihai Moldovan --- .gitignore | 16 1 files changed, 16 insertions(+), 0 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 000..6fae313 --- /dev/null +++ b/.gitignore @@ -0,0 +1,16 @@ +# Typically

[X2Go-Dev] [PATCH] Prettify x2goclient.pro. Build universal on OS X.

2012-02-26 Thread Mihai Moldovan
Use the Mac OS X 10.5 SDK instead 10.6 to remain compatible with Leopard. Signed-off-by: Mihai Moldovan --- x2goclient.pro | 141 --- 1 files changed, 72 insertions(+), 69 deletions(-) diff --git a/x2goclient.pro b/x2goclient.pro index

Re: [X2Go-Dev] @Mihai: rebuild x2goclient for Mac OS

2012-02-26 Thread Mihai Moldovan
Hi Mike, (also answering your "further building question" :p) rebuilt the application, with support for OS X 10.5 (10.6 and higher were already supported): http://www.ionic.de/x2goclient-3.99.1.0-release-r2.dmg Thanks to Stefan for being able to test this stuff on his 10.5 Mac! Seems like there

[X2Go-Dev] [PATCH] Fix compilation of nxcomp on Mac OS X 10.5.

2012-02-26 Thread Mihai Moldovan
FD_ISSET as const struct const *foo, too. It it safe, as data is accessed read-only by FD_ISSET, even on 10.5. Signed-off-by: Mihai Moldovan --- nxcomp/Agent.h | 28 1 files changed, 20 insertions(+), 8 deletions(-) diff --git a/nxcomp/Agent.h b/nxcomp/Agent.h index

Re: [X2Go-Dev] @Mihai: rebuild x2goclient for Mac OS

2012-02-23 Thread Mihai Moldovan
Hi Mike, * On 23.02.2012 06:12 PM, Mike Gabriel wrote: > I prefer quality! Alright, here you go: http://www.ionic.de/x2goclient-3.99.1.0-release.dmg I have removed most static linking (only libssh linked statically, though I could change that too.) Qt 4.7.4 is now shipped as a dynamic library

Re: [X2Go-Dev] @Mihai: rebuild x2goclient for Mac OS

2012-02-23 Thread Mihai Moldovan
* On 23.02.2012 05:55 PM, newsgroups.ma...@stefanbaur.de wrote: > Is there any chance that my Mac Mini, Model MB138D/A, would help you > in shortening compile time (either because it's faster than your > current machine or because you could offload parts of the job to it)? Probably not, the hardwa

Re: [X2Go-Dev] @Mihai: rebuild x2goclient for Mac OS

2012-02-23 Thread Mihai Moldovan
Hi Mike, I've been trying to get a better build the last few days, struggling with Qt. I don't like the static linking I've employed last time (which is also discouraged by the Qt project as the static version behaves differently) and trying to build Qt dynamic and ship it with x2go. Unluckily, a

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-22 Thread Mihai Moldovan
Hey Mike * On 22.02.2012 09:48 AM, Mike Gabriel wrote: > Do you think you can improve the sitatuaion with x2goclient and send > us patches? That's my plan. :) But don't expect it too soon, as I have to learn for university, too... Best regards, Mihai smime.p7s Description: S/MIME Cryptograph

Re: [X2Go-Dev] [PATCH] Fix threading on OS X.

2012-02-21 Thread Mihai Moldovan
Hi Alex * On 20.02.2012 09:14 AM, Oleksandr Shneyder wrote: > It is really nice that somebody want to make x2goclient working on Mac. Why "wants"? It actually kinda is... ;) > Unfortunately, building x2goclient for Mac is not enough. There are some > features in x2goclient (especially managing

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-21 Thread Mihai Moldovan
Hi Mike Sorry for responding so late, but I didn't get around it yesterday. * On 19.02.2012 11:10 PM, Mike Gabriel wrote: > It might well be that localhost:0 is hardcoded in x2goclient for Mac. > Not sure, though. > Have you tried > DISPLAY=:0 x2goclient > [...] Nope, that won't work on OS X.

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-19 Thread Mihai Moldovan
* On 19.02.2012 09:24 PM, newsgroups.ma...@stefanbaur.de wrote: > Does "defaults read org.x.X11" say anything regarding the port number? > If so, have you tried setting it to 6000 using the corresponding > "defaults write" command (possibly requiring sudo)? Nope, and note that I'm "special" yet ag

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-19 Thread Mihai Moldovan
* On 19.02.2012 08:33 PM, Mike Gabriel wrote: > Hi Mihai, > > On So 19 Feb 2012 19:55:41 CET Mihai Moldovan wrote: > >> Hi Mike >> >> please fetch and try the file at >> http://www.ionic.de/x2goclient-3.99.1.0.dmg. >> >> It's starting up

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-19 Thread Mihai Moldovan
ups.ma...@stefanbaur.de" wrote: > >> Am 19.02.2012 06:59, schrieb Mihai Moldovan: >>> I'll post my "installer" (really just a .dmg image with x2goclient.app >>> in it, how all project redistribute on OS X) to the list when it's >>> r

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-19 Thread Mihai Moldovan
, let me build your nxcomp and test the application. * On 19.02.2012 05:02 PM, Mike Gabriel wrote: > Hi Mihai, > > On So 19 Feb 2012 16:45:50 CET Mihai Moldovan wrote: > >> Hi Mike >> >> Don't worry, I'll just give you a link to the file on my server when

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-19 Thread Mihai Moldovan
a...@stefanbaur.de" wrote: > >> Am 19.02.2012 06:59, schrieb Mihai Moldovan: >>> I'll post my "installer" (really just a .dmg image with x2goclient.app >>> in it, how all project redistribute on OS X) to the list when it's >>> ready >>

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-18 Thread Mihai Moldovan
e Gabriel wrote: > On Sa 18 Feb 2012 21:46:40 CET Mihai Moldovan wrote: > >> Ah, native multi-arch binaries? I'll give it a try, hang on... >> > > Yeah... > > Cheers, > Mike smime.p7s Description: S/MIME Cryptographic Signature __

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-18 Thread Mihai Moldovan
Ah, native multi-arch binaries? I'll give it a try, hang on... * On 18.02.2012 09:35 PM, Mike Gabriel wrote: > Hi Mihai, > > On Sa 18 Feb 2012 21:25:36 CET Mihai Moldovan wrote: > >> Hi Stefan >> >> thanks - I've seen your message via the webfronten

Re: [X2Go-Dev] Fwd: MAC developers wanted

2012-02-18 Thread Mihai Moldovan
tioning on OS X with one little flaw - I have to test the same git version on Linux as well to confirm a OS X specific bug though. Oh yeah, and building nxproxy on OS X is not trivial but easily manageable with a few build system modifications. Best regards, Mihai > Am 18.02.2012 04:57, schr

[X2Go-Dev] [PATCH] Fix threading on OS X.

2012-02-18 Thread Mihai Moldovan
Raise the stack space to 2MB for secondary threads. It previously used the 512KB system default. Signed-off-by: Mihai Moldovan --- sshmasterconnection.cpp | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/sshmasterconnection.cpp b/sshmasterconnection.cpp index

Re: [X2go-dev] x2go VCS

2010-09-24 Thread Mihai Moldovan
* On 24.09.2010 08:34 PM, R P Herrold wrote: a demonstrably false assertion --- sending diffs against unrolled tarballs was the method used to attain most of the Linux kernel in the early days Please, do not compare apples and oranges. "In the early days", the Linux kernel did not have that mu

Re: [X2go-dev] Problems on Debian Squeeze

2010-05-31 Thread Mihai Moldovan
Hi, please try disabling fstunnel and re-test (I see weird side-effects from this, failed authentication and the like.) Best regards, Mihai * On 5/31/10 5:19 PM, John A. Sullivan III wrote: > On Mon, 2010-05-31 at 13:27 +0200, rupi wrote: > > pack=16m-png-jpeg > quality=9 > fstunnel=true >

[X2go-dev] Public key authentication on Mac OS X

2010-05-28 Thread Mihai Moldovan
Hi all, whilst using x2goclient on Mac OS X Snow Leopard, I came across a few problems. Initially, I thought I could just set up x2goclient to connect to my server which supports public key authentication. Actually, pubkey is my default authentication scheme when connecting to this very server an