pelya / commandergenius

Port of SDL library and several games to the Android OS.
http://libsdl-android.sourceforge.net/
GNU Lesser General Public License v2.1
536 stars 250 forks source link

Support for Intent x11: scheme (openintents) #35

Closed nitomartinez closed 9 years ago

nitomartinez commented 10 years ago

It would be nice if the X11 SDL server supports the

OpenIntents x11:// call

http://www.openintents.org/node/905

Currenty the following xserver already support it:

It would be nice if other applications could benefit from the same intent.

pelya commented 10 years ago

I'll implement that when I'll have free time, maybe in two weeks or so.

On Mon, Oct 6, 2014 at 7:43 PM, nitomartinez notifications@github.com wrote:

It would be nice if the X11 SDL server supports the

OpenIntents x11:// call

http://www.openintents.org/node/905

Currenty the following xserver already support it:

It would be nice if other applications could benefit from the same intent.

— Reply to this email directly or view it on GitHub https://github.com/pelya/commandergenius/issues/35.

nitomartinez commented 10 years ago

Many thanks,

Nito

On October 6, 2014 7:27:19 PM CEST, Sergii Pylypenko notifications@github.com wrote:

I'll implement that when I'll have free time, maybe in two weeks or so.

On Mon, Oct 6, 2014 at 7:43 PM, nitomartinez notifications@github.com wrote:

It would be nice if the X11 SDL server supports the

OpenIntents x11:// call

http://www.openintents.org/node/905

Currenty the following xserver already support it:

  • xvncpro server

https://play.google.com/store/apps/details?id=com.theqvd.android.xpro

  • Dark side X Server

https://play.google.com/store/apps/details?id=au.com.darkside.XServer

It would be nice if other applications could benefit from the same intent.

— Reply to this email directly or view it on GitHub https://github.com/pelya/commandergenius/issues/35.


Reply to this email directly or view it on GitHub: https://github.com/pelya/commandergenius/issues/35#issuecomment-58054240

pelya commented 9 years ago

Fixed in 1.11.20. I would like to know which apps can send such intent, because I don't know any.

nitomartinez commented 9 years ago

Many thanks for that.

At least it is used by the Android QVD Client.

See http://theqvd.com and https://play.google.com/store/apps/details?id=com.theqvd.android.client

By default it uses the embedded X11 X server https://play.google.com/store/apps/details?id=com.theqvd.android.client

You just need to specify in the connection settings "Use local X" as "generic" instead of "local", and then it will use any application that supports openintents as in

http://www.openintents.org/~oi/node/905

Currently that I know of the QVD client supports

Many thanks for your help supporting openintents, so that other applications can also support X11 intents.

I will update the documentation

http://docs.theqvd.com/android.html#_x_server

To include also your X server, which is working really well :-)

nitomartinez commented 8 years ago

To correctly get this working it would be nice to have

<action android:name="android.intent.action.VIEW>