-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FileNotFoundError: ~/.kde/share/config/emaildefaults #78
Comments
KDE support is broken. See #30. |
Why exactly has there been no progress on this? What would have to be done? |
There has been no progress because no one has worked on it. If the goal is to have it work with KDE, than it needs to be debugged by someone running that environment. This has not been a significant goal for me. |
I've actually fixed that bug I think. But I'm running into another one which I'm clueless about now:
|
It appears to be from this. Why, I don't know. |
Does it have to be run with Python 2.7? Or can it be run with python 3.x? |
It was first developed with 2.7, but I make no guarantees that it is still compatible. It is EOL. |
@davesteele I've been looking into this a little more and I've got some questions and issues The questtion is, how should it behave when entering an email? The other thing is that setting default email application doesn't yet work on KDE, but I will fix that if I get to it, just wanted to note that down here. |
That could be a bug. If there is an email being generated, the URL given by the GMail API should specify the correct user. But, in the case where you are just opening up the browser, that logic is not in place. Not something I test extensively. |
The text was updated successfully, but these errors were encountered: