A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 12:28
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363091272
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [PyHoca-PubAppDaemon - transparent X2Go Published Applications Integration into local Desktops]
User : sunweaver
@@ -84,9 +84,9 @@
* Anything else runs on an X2Go terminal server
* The desktop shell's task is to merge both application types transparently with another
* X2Go offers a feature called X2Go Published Applications
- * The feature allows starting of X2Go sessions of the type PUBLISHED on remote application servers. This session merely returns an application menu tree (and a slumbering x2goagent). Currently this menu tree is
rendered by X2Go Client / PyHoca-GUI as a submenu of their systray icon
+ * The feature allows starting of X2Go sessions of the type PUBLISHED on remote application servers. This session merely returns an application menu tree (and a slumbering x2goagent). Currently this menu tree is rendered by X2Go Client / PyHoca-GUI as a submenu of their systray icon. From this menu tree you then can select individual applications to get launched within your local desktop shell
* However, how would it be if one could smoothly merge the remote menu tree into the local desktops application menu?
* Or even more, drag'n'drop icons from the local desktop's menu tree onto the local desktop?
* Or even better, dock those applications to Unity's Launcher?
* An approach to realize this would be a split up of PyHoca-GUI: PyHoca-PubAppTrigger and PyHoca-PubAppDaemon.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 12:27
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363091262
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [PyHoca-PubAppDaemon - transparent X2Go Published Applications Integration into local Desktops]
User : sunweaver
@@ -94,7 +94,7 @@
* PyHoca-PubAppDaemon can be queried for server-side provide applications (a list of .desktop files plus base64 encoded icons)
* The returned menu items are merged into the local application menu
* A click on one of those (local) .desktop files (executing a published application) while launch PyHoca-PubAppTrigger. This trigger talks to the PyHoca-PubAppDaemon and initiates the launch of a server-side application
(via the X2Go Published Applications feature)
- The task is rather complex and demands quite a bit of understanding of the FreeDesktop specifications. The whole project will be in Python. A draft for the login process is already available on X2Go Git (projects: ''lightdm-remote-login-x2go'' and ''libpam-x2go'')
+ The task is rather complex and demands quite a bit of understanding of the FreeDesktop specifications. The whole project will be in Python. A draft for the login process is already available on X2Go Git (projects: ''lightdm-remote-login-x2go'' and ''libpam-x2go'').
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 12:27
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363091158
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [PyHoca-PubAppDaemon - transparent X2Go Published Applications Integration into local Desktops]
User : sunweaver
@@ -93,6 +93,8 @@
* On remote login (LightDM) a guest (Ubuntu) session gets launched and in the background PyHoca-PubAppDaemon waits for commands via a unix domain socket file
* PyHoca-PubAppDaemon can be queried for server-side provide applications (a list of .desktop files plus base64 encoded icons)
* The returned menu items are merged into the local application menu
* A click on one of those (local) .desktop files
(executing a published application) while launch PyHoca-PubAppTrigger. This trigger talks to the PyHoca-PubAppDaemon and initiates the launch of a server-side application (via the X2Go Published Applications feature)
+
+ The task is rather complex and demands quite a bit of understanding of the FreeDesktop specifications. The whole project will be in Python. A draft for the login process is already available on X2Go Git (projects: ''lightdm-remote-login-x2go'' and ''libpam-x2go'')
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 12:25
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363087008
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [Interface between LightDM's remote login feature and X2Go Session Broker]
User : sunweaver
@@ -76,7 +76,23 @@
* This code project is to provide a drop-in replacement for the Ubuntu package ''lightdm-remote-session-uccsconfigure'' that replaces UCCS with the X2Go Session Broker as session brokerage provide
* The users shall then be able to use LightDM's remote login feature to launch X2Go and RDP sessions. The session profiles will be provided by the X2Go Session Broker
* Versatile skill are needed for this: C, Cplusplus, XML, JSON, Python.
+ ==== PyHoca-PubAppDaemon - transparent X2Go Published Applications Integration into local Desktops ====
+ * This idea focuses on X2Go integration into Unity desktops (for providing hybrid fat/thin clients)
+ * All multimedia intensive applications are run locally (using server-side dot files in a server-side home directory)
+ * Anything else runs on an X2Go terminal server
+ * The desktop shell's task is to merge both application types transparently with another
+
+ * X2Go offers a feature called X2Go Published Applications
+ * The feature allows starting of X2Go sessions of the type PUBLISHED on remote application servers. This session merely returns an application menu tree (and a slumbering x2goagent). Currently this menu tree is rendered by X2Go Client / PyHoca-GUI as a submenu of their systray icon
+ * However, how would it be if one could smoothly merge the remote menu tree into the local desktops application menu?
+ * Or even more, drag'n'drop
icons from the local desktop's menu tree onto the local desktop?
+ * Or even better, dock those applications to Unity's Launcher?
+ * An approach to realize this would be a split up of PyHoca-GUI: PyHoca-PubAppTrigger and PyHoca-PubAppDaemon.
+ * On remote login (LightDM) a guest (Ubuntu) session gets launched and in the background PyHoca-PubAppDaemon waits for commands via a unix domain socket file
+ * PyHoca-PubAppDaemon can be queried for server-side provide applications (a list of .desktop files plus base64 encoded icons)
+ * The returned menu items are merged into the local application menu
+ * A click on one of those (local) .desktop files (executing a published application) while launch PyHoca-PubAppTrigger. This trigger talks to the PyHoca-PubAppDaemon and initiates the launch of a server-side application (via the X2Go Published Applications feature)
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 11:16
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363086919
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [Schedule]
User : sunweaver
@@ -17,8 +17,10 @@
===== Schedule =====
* March 18 19:00 UTC Mentoring organizations can begin submitting applications to Google
* March 29 19:00 UTC Mentoring organization application deadline
* April 8 19:00 UTC Google announces the list of accepted mentoring organizations
+ * April 22 19:00 UTC Students can start handing in their code project proposals
+ * May 3 19:00 UTC Student code projects proposal deadline
===== Application of X2Go Project for GSOC2013 =====
Our application draft can be
viewed/edited on [[events:gsoc2013-application|this extra page]].
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 11:08
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0
IP-Address : 131.188.34.51
Hostname : faui48e.informatik.uni-erlangen.de
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013-application?rev=1363085261
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013-application
Edit Summary:
User : morty
@@ -6,9 +6,9 @@
People available for mentoring are:
* Mike Gabriel (IRC: sunweaver)
- * ??? who else ???
+ * Moritz Strübe (morty)
===== X2Go Application for GSOC2013 (Draft) =====
- Describe your organization.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 11:02
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363086135
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [X2Go related code projects that could be submitted to GSOC 2013]
User : sunweaver
@@ -25,9 +25,9 @@
===== X2Go related code projects that could be submitted to GSOC 2013 =====
Below you find a list of code projects that we (X2Go upstream) are interested in. Most of the projects we have on our todo lists, anyway, but there are always other things that sneak in as more important. Getting help by some genuine people on the code projects listed below would be really awesome.
- However, if you do not feel any affinity to one of the project ideas listed
below, feel free to propose your own code project idea.
+ However, if you do not sense affinity to any of the project ideas listed below, feel free to propose your own code project idea.
==== X2Go Client / X2Goplugin on Chromebooks ====
* As [[http://en.wikipedia.org/wiki/Chromebook|Chromebooks]] are a kind "Thin Client" "look-alikes", it would be a good idea to be able to access Linux machines via X2Go.
* As it is only possible to install applications on chromeOS (running on an original chromebook) via the [[https://chrome.google.com/webstore/category/home|Googles webstore]] of Google Chrome, X2Go Client needs to packaged for [[https://chrome.google.com/webstore/category/home|Googles webstore]]. Preferences and maybe session files should be altered and committed, so that users can sync them with their Google account.
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 11:02
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363086101
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [X2Go related code projects that could be submitted to GSOC 2013]
User : sunweaver
@@ -23,9 +23,9 @@
Our application draft can be viewed/edited on [[events:gsoc2013-application|this extra page]].
===== X2Go related code projects that could be submitted to GSOC 2013 =====
- Below you find a list of code projects that we (X2Go upstream) are interested in. Most of the projects we have on our todo lists, anyway, but there are always other things that sneak in as more important. Getting help by some genuine people on the below project would be awesome.
+
Below you find a list of code projects that we (X2Go upstream) are interested in. Most of the projects we have on our todo lists, anyway, but there are always other things that sneak in as more important. Getting help by some genuine people on the code projects listed below would be really awesome.
However, if you do not feel any affinity to one of the project ideas listed below, feel free to propose your own code project idea.
==== X2Go Client / X2Goplugin on Chromebooks ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/
A page in your DokuWiki was added or changed. Here are the details:
Date : 2013/03/12 11:01
Browser : Mozilla/5.0 (X11; Linux x86_64; rv:18.0) Gecko/20100101 Firefox/18.0 Iceweasel/18.0.1
IP-Address : 46.142.165.226
Hostname : 226-165-142-46.pool.kielnet.net
Old Revision: http://wiki.x2go.org/doku.php/events:gsoc2013?rev=1363086081
New Revision: http://wiki.x2go.org/doku.php/events:gsoc2013
Edit Summary: [X2Go related code projects that could be submitted to GSOC 2013]
User : sunweaver
@@ -23,9 +23,9 @@
Our application draft can be viewed/edited on [[events:gsoc2013-application|this extra page]].
===== X2Go related code projects that could be submitted to GSOC 2013 =====
- Below you find a list of code projects that we (X2Go upstream) are interested in. Most of the project we have on our todo list anyway, but there are always other things that sneak in as more important. Getting help by some genuine people on the below project would be awesome.
+
Below you find a list of code projects that we (X2Go upstream) are interested in. Most of the projects we have on our todo lists, anyway, but there are always other things that sneak in as more important. Getting help by some genuine people on the below project would be awesome.
However, if you do not feel any affinity to one of the project ideas listed below, feel free to propose your own code project idea.
==== X2Go Client / X2Goplugin on Chromebooks ====
--
This mail was generated by DokuWiki at
http://wiki.x2go.org/