The branch, build-59a18b6e3b5d3f1dd8f07f26433d37fe5984a57d has been updated 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 ----------------------------------------------------------------- ----------------------------------------------------------------------- Summary of changes: debian/changelog | 4 +++- debian/control | 2 +- pyhoca/wxgui/frontend.py | 1 + pyhoca/wxgui/menus_taskbar.py | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) The diff of changes is: diff --git a/debian/changelog b/debian/changelog index b75262c..adc0421 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,7 +28,9 @@ pyhoca-gui (0.1.0.11-0~x2go1) UNRELEASED; urgency=low - Replace non-code string ,,X2go'' by ,,X2Go''. - 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. 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)).