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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Installed given dependencies, and used pip3 command to install kazam. (Added ~/.local/bin to path)
Here's the output when I run:
kazam --debug
The text was updated successfully, but these errors were encountered: