Is there any comprehensive documentation for the command options of the X2Goclient for Windows? I have not been able to fathom (for example) what and how to feed to the --session and --command arguments.
Here's what we have to do: Launch the client in full screen with no menu options and complete login information already built in at launch. Kind of like kiosk mode in that the user can do nothing but enter the remote application. He (she) should not be able to exit the client or readjust any of the settings or even access the Windows outside of the client screen. assistance would be warmly appreciated. Thank you, Yitzhak
On Mon, 2010-11-15 at 02:09 +0200, Yitzhak Bar Geva wrote:
Is there any comprehensive documentation for the command options of the X2Goclient for Windows? I have not been able to fathom (for example) what and how to feed to the --session and --command arguments.
Here's what we have to do: Launch the client in full screen with no menu options and complete login information already built in at launch. Kind of like kiosk mode in that the user can do nothing but enter the remote application. He (she) should not be able to exit the client or readjust any of the settings or even access the Windows outside of the client screen. assistance would be warmly appreciated. Thank you, Yitzhak
The current Windows client does not support full screen mode to the best of my knowledge. However, we are actively working on a patch to enable it and to use a different X server than Xming. We hope to have that ready to submit to the devs and the community soon - John
John A. Sullivan III schrieb:
On Mon, 2010-11-15 at 02:09 +0200, Yitzhak Bar Geva wrote:
The current Windows client does not support full screen mode to the best of my knowledge. However, we are actively working on a patch to enable it and to use a different X server than Xming. We hope to have that ready to submit to the devs and the community soon - John
X2go-dev mailing list X2go-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
Please. take a look at this e-mail from Heinz:
https://lists.berlios.de/pipermail/x2go-dev/2010-September/001126.html
Oleksandr Shneyder Dipl. Informatik X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de web: www.obviously-nice.de
--> X2go - everywhere@home
----- Original Message -----
John A. Sullivan III schrieb:
On Mon, 2010-11-15 at 02:09 +0200, Yitzhak Bar Geva wrote:
The current Windows client does not support full screen mode to the best of my knowledge. However, we are actively working on a patch to enable it and to use a different X server than Xming. We hope to have that ready to submit to the devs and the community soon - John
X2go-dev mailing list X2go-dev@lists.berlios.de https://lists.berlios.de/mailman/listinfo/x2go-dev
Please. take a look at this e-mail from Heinz:
https://lists.berlios.de/pipermail/x2go-dev/2010-September/001126.html
regards
Hi Alex,
That build does not compile :(
qMain(int, char**)' collect2: ld returned 1 exit status mingw32-make[1]: *** [release\x2goplugin.exe] Error 1 mingw32-make[1]: Leaving directory
C:/x2goclient-3.01'
mingw32-make: *** [release] Error 2Thanks, Phil
--[ UxBoD ]-- schrieb:
Hi Alex,
That build does not compile :(
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\x2goplugin.exe object_ script.x2goplugin.Release -L"c:\Qt\2009.04\qt\lib" -lmingw32 -lqtmain release\x2goclient_res.o -lwinspool -lQtSvg4 -lQtGui4 -lQtNetwork4 -lQtCore4 c:\Qt\2009.04\qt\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x20d): undefined reference to
qMain(int, char**)' collect2: ld returned 1 exit status mingw32-make[1]: *** [release\x2goplugin.exe] Error 1 mingw32-make[1]: Leaving directory
C:/x2goclient-3.01' mingw32-make: *** [release] Error 2
Compile it as client, not plugin. Copy x2goclientconfig.pri.client to x2goclientconfig.pri and run qmake again.
Regards
-- Oleksandr Shneyder Dipl. Informatik X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de web: www.obviously-nice.de
--> X2go - everywhere@home
----- Original Message -----
--[ UxBoD ]-- schrieb:
Hi Alex,
That build does not compile :(
g++ -enable-stdcall-fixup -Wl,-enable-auto-import -Wl,-enable-runtime-pseudo-reloc -Wl,-s -mthreads -Wl -Wl,-subsystem,windows -o release\x2goplugin.exe object_ script.x2goplugin.Release -L"c:\Qt\2009.04\qt\lib" -lmingw32 -lqtmain release\x2goclient_res.o -lwinspool -lQtSvg4 -lQtGui4 -lQtNetwork4 -lQtCore4 c:\Qt\2009.04\qt\lib/libqtmain.a(qtmain_win.o):qtmain_win.cpp:(.text+0x20d): undefined reference to
qMain(int, char**)' collect2: ld returned 1 exit status mingw32-make[1]: *** [release\x2goplugin.exe] Error 1 mingw32-make[1]: Leaving directory
C:/x2goclient-3.01' mingw32-make: *** [release] Error 2Compile it as client, not plugin. Copy x2goclientconfig.pri.client to x2goclientconfig.pri and run qmake again.
Regards
Thanks, Phil
--[ UxBoD ]-- schrieb:
----- Original Message -----
Thanks Alex that compiled now; though when I run the binary nothing happens at all. It just returns to the command prompt. And that is without making any changes to the code.
Hmm, I have no idea. Have you executed make distclean, before running qmake?
However, this version is under developing. I would not use it to test x2goclient with vcxsrv.
Oleksandr Shneyder Dipl. Informatik X2go Core Developer Team
email: oleksandr.shneyder@obviously-nice.de web: www.obviously-nice.de
--> X2go - everywhere@home
----- Original Message -----
--[ UxBoD ]-- schrieb:
----- Original Message -----
Thanks Alex that compiled now; though when I run the binary nothing happens at all. It just returns to the command prompt. And that is without making any changes to the code.
Hmm, I have no idea. Have you executed make distclean, before running qmake?
However, this version is under developing. I would not use it to test x2goclient with vcxsrv.
regards
Thanks, Phil
Sounds encouraging, John. Thank you. Yitzhak
On Mon, Nov 15, 2010 at 2:09 AM, Yitzhak Bar Geva <yitzhakbg@gmail.com>wrote:
Is there any comprehensive documentation for the command options of the X2Goclient for Windows? I have not been able to fathom (for example) what and how to feed to the --session and --command arguments.
Here's what we have to do: Launch the client in full screen with no menu options and complete login information already built in at launch. Kind of like kiosk mode in that the user can do nothing but enter the remote application. He (she) should not be able to exit the client or readjust any of the settings or even access the Windows outside of the client screen. assistance would be warmly appreciated. Thank you, Yitzhak