We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
datadir = curpath.split('bin/')[0] + "share/kazam/"
My username is 'rubin' and I installed kazam in a python env in my home directory under the kazam folder.
so /home/rubin/kazam/bin/ is interpreted incorrectly, resulting in paths like /home/rushare/kazam
/home/rubin/kazam/bin/
/home/rushare/kazam
So kazam is broken for anyone whose username ends in 'bin'.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
datadir = curpath.split('bin/')[0] + "share/kazam/"
My username is 'rubin' and I installed kazam in a python env in my home directory under the kazam folder.
so
/home/rubin/kazam/bin/
is interpreted incorrectly, resulting in paths like/home/rushare/kazam
So kazam is broken for anyone whose username ends in 'bin'.
The text was updated successfully, but these errors were encountered: