Comment 2 for bug 1850926

Revision history for this message
Robert Matusewicz (matekm) wrote :

I'm not sure how relevant that is, but when I open python3 shell and do this:

>>> import guake
>>> from guake.paths import AUTOSTART_FOLDER
>>> print(AUTOSTART_FOLDER)

>>> from guake.paths import LOGIN_DESTOP_PATH
>>> print(LOGIN_DESTOP_PATH)

you can see that both paths are empty

On the other hand, when I do

>>> from guake.paths import LOCALE_DIR
>>> print(LOCALE_DIR)
/home/robert-matusewicz/development/guake/guake/po

that's correctly pointing to the directory. Maybe here is a problem