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
Build fails on archlinux, can't copy mo file... #22
Comments
HI @mmetak I suppose your using the AUR nicotine-plus-git package ? |
It builds fine, but fails to start with this error? |
HI @mmetak Great to know i've fixed the first problem. |
Hello @gfarmerfr It appears nicotine failed to start because it was trying to fallback to English and I didn't have it enabled. So after editing |
@mmetak : That's what i was suspecting :) At this time if i don't find translation for your current locale I try setting the locale to en_US.UTF-8 and if this fails too, as a last resort i'm trying to set the locale to C.UTF-8. I've tested a few more things and I think the best course of action is to not even try to change the locales if there's no translation for your language. Gettext will not translate and stay in English, Glade will fallback to C as I've seen. If i see any other bug report like yours that's what i will do. Anyway, could we close this one ? |
* test instantiating a SlskProtoThread * added recording of login process * added recording of search process * subdirectory structure for multiple tasks * Test for various function calls in SlskProtoThread.run() * load saved socket traffic, but don't do anything with it yet * added test that FileSearch objects are encoded correctly * rebased on branch python3
error: can't copy 'languages/lt/nicotine.mo': doesn't exist or not a regular file
And for some reason it thinks it's on windows?
/usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'windows'
What could I be doing wrong?
The text was updated successfully, but these errors were encountered: