-
Notifications
You must be signed in to change notification settings - Fork 35
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
fix syntax errors #157
base: next
Are you sure you want to change the base?
fix syntax errors #157
Conversation
You change some double quotes to single quotes. Also removing the single quote from "browser's" makes it grammatically incorrect. Making changes to strings also requires those changes to be made in every potfile. But none of these should be syntax errors. Are you sure there isn't something else going on on your end? |
Yes but somehow it worked for me after i made these changes.
Yes, you are right but I couldn't think another way of it.
Ah, I see, i didn't think about .po files.
I just did undo these changes and this is what I got trying to launch varia from terminal.
I don't know much about Python, sorry. |
I reapplied the patch that fixes the error above and now this is what i got, another SyntaxError. The app does not launch due to errors.
|
Yeah, there is something wrong. I know nothing about FreeBSD so sadly I can't help you. |
Hmm but I'd like to know why Varia works fine after applying these patches.
I think that FreeBSD is not much different than Linux in this case. Does Varia depend on Linux-specific things? Maybe you can figure out something If I show the "PKGBUILD".
|
|
Fixes #156.