Description of problem: Application does't launch after install starting the app in console windows shows an python import error Traceback (most recent call last): File "/usr/bin/hamster-time-tracker", line 500, in <module> from hamster.configuration import runtime, dialogs, conf File "/usr/lib/python2.7/site-packages/hamster/configuration.py", line 28, in <module> from xdg.BaseDirectory import xdg_data_home ImportError: No module named xdg.BaseDirectory Version-Release number of selected component (if applicable): 2.32.1-2.mga1 How reproducible: installing hamster-applet package start the installed app Steps to Reproduce: 1. urmpi hamster-applet 2. start the app via console hamster-time-tracker 3. Reproducible: Steps to Reproduce:
Should be fixed in -3.mga1. I added require for python-xdg (and python-dbus). Closing as FIXED, feel free to reopen if the problem still exists after installing -3.mga1.
Status: NEW => RESOLVEDCC: (none) => jani.valimaaResolution: (none) => FIXED
(In reply to comment #1) > Should be fixed in -3.mga1. I added require for python-xdg (and python-dbus). > D'oh! python-pyxdg, not python-xdg.