[X2go-dev] Extra functions requested in x2go

2010-06-19 Thread Dick Kniep

Hi List,

 

First of all,I am very impressed by the work you have done and would like to 
thank all involved.

 

We are a company that provides a kind of CRM system over the net to our 
customers. (See www.lindix.nl, text is Dutch)

 

Currently we use GoGlobal but we want to switch to x2go. However, there is a 
missing piece. In GoGlobal it is possible to start an application on the client 
by the use of the extension of the file. So I can write an Excel sheet in my 
application and subsequently start the file, the result is that a local session 
opens on the client with the Excel sheet.

 

I realize that there are security issues here, but for our application this 
would be a real bonus.

 

Is there any chance this could be implemented? If the number of hours involved 
is reasonable, we even would pay for that.

 

Cheers, D.Kniep
___
X2go-dev mailing list
X2go-dev@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/x2go-dev


Re: [X2go-dev] Extra functions requested in x2go

2010-06-19 Thread John A. Sullivan III
On Fri, 2010-06-18 at 10:19 +0200, Dick Kniep wrote:
 Hi List,
 
  
 
 First of all,I am very impressed by the work you have done and would
 like to thank all involved.
 
  
 
 We are a company that provides a kind of CRM system over the net to
 our customers. (See www.lindix.nl, text is Dutch)
 
  
 
 Currently we use GoGlobal but we want to switch to x2go. However,
 there is a missing piece. In GoGlobal it is possible to start an
 application on the client by the use of the extension of the file. So
 I can write an Excel sheet in my application and subsequently start
 the file, the result is that a local session opens on the client with
 the Excel sheet.
 
  
 
 I realize that there are security issues here, but for our application
 this would be a real bonus.
 
  
 
 Is there any chance this could be implemented? If the number of hours
 involved is reasonable, we even would pay for that.
snip
I'm not entirely sure but you may be able to do this yourself.  I can
think of two possible ways but I have tried neither.

It is possible to start a specific application rather than a destkop.
If one started something like Konqueror or Nautilus, I wonder what would
happen when one clicked on a file to open it.  It may very well open in
the associated application but I'm not sure.

If you wanted more granularity, i.e., to pass a specific file rather
than searching through a file manager, you may be able to adapt the
scripts yourself.  It is the beauty of open source.  X2Go is largely a
collection of bash and perl scripts that tie together various
technologies (the NX libraries, ssh, pulseaudio, sshfs, etc.).  Perhaps
you could add some kind of case statement or other branch logic to parse
the passed file for the extension and then launch an application based
thereon, e.g., 

EXT=${1%.*}
if [ ${EXT} = .xls ];then
COMMAND=/usr/bin/oocalc ${1}
elif [ ${EXT} = .odt ];then
COMMAND=/usr/bin/oowriter ${1}
. . . 
fi

I'm just guessing at the syntax and do not know if it is possible but we
have been able to highly customize our X2Go scripts for our very
specific environment.

I recently posted a scratch sheet to this list on what we found as we
investigated the process X2Go undergoes to start and stop sessions. It
describes what scripts run when.  Good luck - John



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


[X2go-dev] X2goclient on Maemo5 Fremantle (Nokia n900)

2010-06-19 Thread Müller , Peter
Peter Müller schrieb am 20.06.2010 02:04
Hi folks,

yesterday i tried to install the x2goclient on my Nokia n900, but it failed 
with an error message:

Could not be installed   (more detailed message follows, if needed. just had no 
time to look for it)

The way i started the installation:
- put two repositories from the x2go download site into the catalog list
- started an catalog update
- started the installation of x2goclient

I think, it failed because the x2go-repo is for the diablo version of maemo. 
But maybe there's an workaround or better newer packages for maemo fremantle, 
the actual version of maemo.

Thanks in advance for any hint to this.

Greetings
Peter


Peter Müller

Systemtechniker Öffentliche Auftraggeber
Projekt-  Servicemanagment

URANO Informationssysteme GmbH  Tel:+49 671 84030 139
Brückes 72  Fax:+498 671 84030 433
55545 Bad Kreuznach Mobil:  +49 163 9160 894
www.URANO.dehttp:\\www.URANO.de   E-Mail: peter.muel...@urano.de

Handelsregister: AG Bad Kreuznach Blatt HRB 3363  | Geschäftsführer: Andreas 
Krafft, Heiner Sepeur | Steuer-Nr: 06650/00153 | USt-ID: DE 148266313

Diese E-Mail könnte vertrauliche und/oder rechtlich geschützte Informationen 
enthalten. Wenn Sie nicht der richtige Adressat sind oder diese E-Mail 
irrtümlich erhalten haben, informieren Sie bitte sofort den Absender und 
vernichten Sie diese Mail. Das unerlaubte Kopieren sowie die unbefugte 
Weitergabe dieser Mail ist nicht gestattet.

This e-mail may contain confidential and/or privileged information. If you are 
not the intended recipient (or have received this e-mail in error) please 
notify the sender immediately and destroy this e-mail. Any unauthorised 
copying, disclosure or distribution of the material in this e-mail is strictly 
forbidden.

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