This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository pyhoca-gui. commit 541410685084b32e92a3eae56bc170c3e4537b97 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Tue Jul 23 15:14:56 2019 +0200 Work around 'AT-SPI: Could not obtain desktop path or name' error messages by disabling the AT bridge. --- debian/changelog | 3 +++ pyhoca-gui | 3 +++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0e2f33d..62342d0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,9 @@ pyhoca-gui (0.5.0.9-0x2go1) UNRELEASED; urgency=medium Project-Id-Version. [ Mike Gabriel ] + * New upstream version (0.5.0.9): + - Work around 'AT-SPI: Could not obtain desktop path or name' error messages + by disabling the AT bridge. * debian/control: + Drop python-notify alternative dependency, rely on the GTK-3 Notify GObject. diff --git a/pyhoca-gui b/pyhoca-gui index 387f1c1..879376d 100755 --- a/pyhoca-gui +++ b/pyhoca-gui @@ -25,6 +25,9 @@ try: wxversion.select(['3.0', '2.9', '2.8']) except: pass +import os +os.environ['NO_AT_BRIDGE'] = '1' + PROG_NAME = "PyHoca-GUI" try: from pyhoca.wxgui.mswin_logging import setup_mswinlog -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/pyhoca-gui.git