#873664 gladish fails to configure jack without python-xdg installed but python-xdg is not a dependency

#873664#5
Date:
2017-08-29 21:12:40 UTC
From:
To:
Dear Maintainer,

To reproduce the bug:
     1) Open gladish
     2) Choose from menu: Studio --> New Studio
     3) Give any name and press <Enter>
     4) Choose from menu: Tools --> Configure Jack

A window should appear with jack configuration but nothing happens, so the
user can not configure jack.
If you start gladish from a terminal and follow the same steps, after
clicking "Configure Jack" this message appears:

JACK configure request
Traceback (most recent call last):
   File "/usr/bin/ladi-control-center", line 28, in <module>
     from laditools import _gettext_domain
   File "/usr/lib/python2.7/dist-packages/laditools/__init__.py", line 25, in <module>
     from .config import LadiConfiguration
   File "/usr/lib/python2.7/dist-packages/laditools/config.py", line 22, in <module>
     from xdg import BaseDirectory as basedir
ImportError: No module named xdg

After installing python-xdg, gladish shows jack configuration normally.
So, perhaps python-xdg should be a dependency or, at least, a recommendation for gladish?

#873664#10
Date:
2018-04-13 21:17:13 UTC
From:
To:
Hi,

I can confirm the missing dependency on python-xdg.  I guess the first
thing most people do after starting gladish for the first time is to
click the "configure jack" menuitem.  This didn't do anything for me
besides emitting a python backtrace until I installed python-xdg
manually.

regards,
Andreas

#873664#15
Date:
2019-11-17 16:08:09 UTC
From:
To:
Control: reassign python-laditools 1.1.0-2

This is a bug in python-laditools

Cheers