Skip to content
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

Script does not run on OpenSuse, seems Debian/Ubuntu specific #2

Open
danfos opened this issue Sep 2, 2018 · 3 comments
Open

Script does not run on OpenSuse, seems Debian/Ubuntu specific #2

danfos opened this issue Sep 2, 2018 · 3 comments
Assignees

Comments

@danfos
Copy link

danfos commented Sep 2, 2018

Great to have a way to generate en_NL but unfortunately it does not work for me on OpenSuse and the reason seems to be that "locale-gen" is missing, it seems to be Debian/Ubuntu specific.

Found here a work-around in using /etc/locale.conf

cp -f en_NL /usr/share/i18n/locales/
localedef -i /usr/share/i18n/locales/en_NL -f UTF-8 en_NL.UTF-8
echo "en_NL.UTF-8" > /etc/locale.conf

After the reboot I do not see an errors being reported executing "locale" so that is good.
Things that I see in the boot log are:

kwin_x11[2297]: kwin_xkbcommon: XKB: couldn't find a Compose file for locale "en_NL.UTF-8"

tracker-extract[3609]: Could not insert metadata for item "file:///home/user/Documents/xxxx.pdf": 22.49: invalid UTF-8 character
@mpsijm
Copy link
Contributor

mpsijm commented Apr 22, 2024

This is fixed by #3, right? 🙂

@PanderMusubi
Copy link
Owner

I don't support OpenSUSE myself, but please test it or check with @danfos

@danfos
Copy link
Author

danfos commented Apr 23, 2024

Thanks for merging the patch, issue can be closed I think.

For people running OpenSuse, if you get, after running this script still:

"kwin_xkbcommon: XKB: couldn't find a Compose file for locale "en_NL.UTF-8"

Open /usr/share/X11/locale/compose.dir and search for entries for entries with "en_BE". For every entry with "en_BE" add an entry with "en_NL".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants