[X2Go-Commits] pyhoca-gui.git - build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d (branch) updated: 0.1.0.10-93-g0b67b19

X2Go dev team git-admin at x2go.org
Tue Aug 27 13:22:04 CEST 2013


The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated
       via  0b67b192a1e1c653773e98b306da3eee62bea4c8 (commit)
      from  a0ed4c3cef9eb58a732dc579c0067c2bd0058387 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 debian/changelog         |    2 ++
 pyhoca/wxgui/frontend.py |    1 +
 2 files changed, 3 insertions(+)

The diff of changes is:
diff --git a/debian/changelog b/debian/changelog
index 343c57f..312fbe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -52,6 +52,8 @@ pyhoca-gui (0.1.2.0-0~x2go1) UNRELEASED; urgency=low
     - Use different textfield sizes for wxMSWin and wxGTK.
     - Beautify MIME box configuration block in profile manager.
     - Add published appications support.
+    - Send a libnotify warning if server does not support published
+      applications.
   * Depend on Python X2Go 0.1.2.0.
   * Install GNOME icons via dh_links.
   * Install X2Go icons with explicit install paths.
diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py
index da2ab19..74a95fe 100644
--- a/pyhoca/wxgui/frontend.py
+++ b/pyhoca/wxgui/frontend.py
@@ -387,6 +387,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient):
 
             return pubapp_session_started and pubapp_session_resumed
 
+        self.notifier.send(_(u'%s - server warning') % profile_name, _(u'The X2Go Server does not publish an application menu.'), icon='session_warning', timeout=10000)
         return None
 
     def _post_authenticate(self, evt, session_uuid):


hooks/post-receive
-- 
pyhoca-gui.git (Python X2Go Client (wxPython GUI))

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "pyhoca-gui.git" (Python X2Go Client (wxPython GUI)).




More information about the x2go-commits mailing list