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 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1850926 Title: "Start Guake at login" option does not work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/guake/+bug/1850926/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
