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

EXCEPTION: Setlocale failed, no language support. #26

Open
Sinaker opened this issue Jun 21, 2023 · 0 comments
Open

EXCEPTION: Setlocale failed, no language support. #26

Sinaker opened this issue Jun 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@Sinaker
Copy link

Sinaker commented Jun 21, 2023

Installed given dependencies, and used pip3 command to install kazam. (Added ~/.local/bin to path)
Here's the output when I run:

kazam --debug

> DEBUG Kazam - Starting ...
> DEBUG Kazam - Running on: linuxmint 21.1
> DEBUG Kazam - Kazam version: 1.5.7 Jammy
> DEBUG Kazam - Starting new instance ...
> DEBUG Prefs - XDG_PICTURES is a directory and accessible
> DEBUG Prefs-HW - Getting hardware specs
> DEBUG Webcam - Initializing webcam support.
> DEBUG Webcam -   Webcam found: Laptop_Integrated_Webcam_1.3M:
> DEBUG Webcam -   Webcam found: Laptop_Integrated_Webcam_1.3M:
> DEBUG Prefs-HW - Getting Video sources.
> DEBUG Prefs-HW - Found 1 monitor(s).
> DEBUG Prefs-HW -   Monitor 0 - X: 0, Y: 0, W: 1366, H: 768
> DEBUG Webcam -   Webcam found: Laptop_Integrated_Webcam_1.3M:
> DEBUG Webcam -   Webcam found: Laptop_Integrated_Webcam_1.3M:
> DEBUG Main - Gstreamer version detected: 1.20.3.0
> DEBUG Main - Setting variables.
> ERROR Main - EXCEPTION: Setlocale failed, no language support.
> Traceback (most recent call last):
>   File "/home/zurpek/.local/lib/python3.10/site-packages/kazam/app.py", line 1042, in setup_translations
>     locale.setlocale(locale.LC_ALL, currentLocale)
>   File "/usr/lib/python3.10/locale.py", line 620, in setlocale
>     return _setlocale(category, locale)
> locale.Error: unsupported locale setting
> DEBUG PulseAudio - Starting mainloop.
> DEBUG PulseAudio - Getting API.
> DEBUG PulseAudio - Setting context.
> DEBUG PulseAudio - Set state callback.
> DEBUG PulseAudio - Connecting to server.
> DEBUG PulseAudio - Start mainloop.
> DEBUG PulseAudio - State connected.
> DEBUG Main - Connecting indicator signals.
> DEBUG Main - Starting in silent mode: False
> DEBUG Indicator - Indicatior silent: False
> Traceback (most recent call last):
>   File "/home/zurpek/.local/bin/kazam", line 150, in <module>
>     app = KazamApp(datadir, dist, args.debug, args.test, args.nosound, args.silent)
>   File "/home/zurpek/.local/lib/python3.10/site-packages/kazam/app.py", line 139, in __init__
>     self.indicator = KazamIndicator(prefs.silent)
>   File "/home/zurpek/.local/lib/python3.10/site-packages/kazam/frontend/indicator.py", line 235, in __init__
>     super(KazamIndicator, self).__init__()
>   File "/home/zurpek/.local/lib/python3.10/site-packages/kazam/frontend/indicator.py", line 99, in __init__
>     gi.require_version('Keybinder', '3.0')
>   File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version
>     raise ValueError('Namespace %s not available' % namespace)
> ValueError: Namespace Keybinder not available
@henrywoo henrywoo added the bug Something isn't working label Aug 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants