The branch, master has been updated via acb41bccfe76aa8c0fdb3fa890473889854ebdaa (commit) via 606903710549d3bec2751be846777d5d93d177dd (commit) from 5a1a18d7567d9e14f971160cd2247a5f6d8d167a (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 ----------------------------------------------------------------- commit acb41bccfe76aa8c0fdb3fa890473889854ebdaa Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 8 17:13:14 2012 +0100 changelog cleanup of long lines commit 606903710549d3bec2751be846777d5d93d177dd Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Feb 8 17:12:32 2012 +0100 Depend on Python X2Go 0.1.2.0. Use x2golistmounts to detect server-side unsharing of client-side folders. ----------------------------------------------------------------------- Summary of changes: debian/changelog | 10 +++++++--- debian/control | 2 +- pyhoca/wxgui/frontend.py | 1 + pyhoca/wxgui/menus_taskbar.py | 2 +- 4 files changed, 10 insertions(+), 5 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b75262c..ca69844 100644 --- a/debian/changelog +++ b/debian/changelog @@ -26,12 +26,16 @@ pyhoca-gui (0.1.0.11-0~x2go1) UNRELEASED; urgency=low PyHoca-GUI on Debian or other Distros that also ship the gnome-colors-common icon theme. - Replace non-code string ,,X2go'' by ,,X2Go''. - - Rearrange profile manager. Add one more tab to the profile manager window. + - Rearrange profile manager. Add one more tab to the profile manager + window. Reintroduce window icon in profile manager. - * Depend on Python X2Go 0.1.1.9. + - Use x2golistmounts to detect server-side unsharing of client-side + folders. + * Depend on Python X2Go 0.1.2.0. * Install GNOME icons via dh_links. * Install X2Go icons with explicit install paths. - * Add /debian/source/options file with entry single-debian-patch. Fix control file. + * Add /debian/source/options file with entry single-debian-patch. Fix control + file. * Depend on icons in gnome-colors-common package. * Include dialog-*.png icons for 64x64 pixel size as they are missing in gnome-colors-common package. diff --git a/debian/control b/debian/control index 6ab7a30..51bd72f 100644 --- a/debian/control +++ b/debian/control @@ -27,7 +27,7 @@ Architecture: all Depends: ${misc:Depends}, python, - python-x2go (>=0.1.1.9-0~), + python-x2go (>=0.1.2.0-0~), python-argparse, python-notify, python-setproctitle, diff --git a/pyhoca/wxgui/frontend.py b/pyhoca/wxgui/frontend.py index c545170..763f381 100644 --- a/pyhoca/wxgui/frontend.py +++ b/pyhoca/wxgui/frontend.py @@ -96,6 +96,7 @@ class PyHocaGUI(wx.App, x2go.X2goClient): _x2goclient_kwargs = { 'use_listsessions_cache': True, 'auto_update_listsessions_cache': True, + 'auto_update_listmounts_cache': True, 'auto_update_sessionregistry': True, 'auto_register_sessions': True, 'logger': self._pyhoca_liblogger, diff --git a/pyhoca/wxgui/menus_taskbar.py b/pyhoca/wxgui/menus_taskbar.py index 16c5801..571bd7c 100644 --- a/pyhoca/wxgui/menus_taskbar.py +++ b/pyhoca/wxgui/menus_taskbar.py @@ -240,7 +240,7 @@ class PyHocaGUI_Menu_TaskbarProfileSharedFolders(wx.Menu): _exported_folders_list = _exported_folders.split(';') _sharable_folders = [] - _shared_folders = self._PyHocaGUI._X2goClient__profile_get_shared_folders(profile_name=profile_name) or [] + _shared_folders = self._PyHocaGUI._X2goClient__profile_get_shared_folders(profile_name=profile_name, check_list_mounts=True) or [] for _folder in _exported_folders_list: if ':' not in _folder: _folder = '%s:1' % _folder 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)).