Re: Microphone is not working with Microsoft Teams

2023-03-13 Thread Neven Sajko
Have you checked the Wiki page on Pipewire? https://wiki.archlinux.org/title/PipeWire Do you have a session manager for Pipewire installed? Probably it would be Wireplumber. Are you sure the audio input and output volumes are high enough and everything is unmuted and enabled? I use pavucontrol-q

Re: [arch-general] sound problem with chromium

2022-05-09 Thread Neven Sajko via arch-general
Try loading snd_hda_intel without extra options. If this helps, you can always use the ALSA_CARD environment variable for choosing the audio device.

Re: [arch-general] sound problem with chromium

2022-05-05 Thread Neven Sajko via arch-general
Do you perhaps have any /etc/asound.conf or .asoundrc or similarly named files messing up your sound config? Additionally (another wild guess), try running aplay -l -L and report the output. On Thu, May 5, 2022, 16:00 Pascal via arch-general < arch-general@lists.archlinux.org> wrote: > I checked

Re: [arch-general] Why is clock_gettime called when the mouse moves?

2022-05-04 Thread Neven Sajko via arch-general
0. Check that the two installations are both up-to-date and the installed packages come from the official repos 1. Run ldd "$(which GUI_APP)" on both systems, and compare. GUI_APP should be one of your reproducers 2. Maybe try the stack trace option for strace? Maybe try ltrace? Regards, Neven

Re: [arch-general] Including compiled C.UTF-8 locale by default in glibc package? Inbox

2022-02-21 Thread Neven Sajko via arch-general
On Wed, 16 Feb 2022 at 14:18, Greg Minshall via arch-general wrote: > > Marius, > > > This mail just reminded me that one of my own projects didn't handle a > > messed > > locale setup gracefully in the past causing multiple users (that apparently > > had a messed setup) to report issues, e.g. >

Re: [arch-general] Strange and annoying causing issues

2021-12-12 Thread Neven Sajko via arch-general
On Sun, 12 Dec 2021 at 10:59, pete via arch-general wrote: > > Hi folks > > Most the time the system is spot ion thanks Arch Linux but every now and then > i get something that is causing consternation one of those times is now i am > getting this filling dmesg > > 23.113873] xfs filesystem

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
Regarding splitting the colord package, I made a feature request for that now; but in the meantime I have a dummy package pretending to be polkit. In case someone finds it useful, the PKGBUILD is just these 5 lines: pkgname=dummy-polkit pkgver=1 pkgrel=1 arch=(any) provides=(polkit=99:9)

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
Regarding splitting the colord package, I made a feature request for that now; but in the meantime I have a dummy package pretending to be polkit. In case someone finds it useful, the PKGBUILD is just these 5 lines: pkgname=dummy-polkit pkgver=1 pkgrel=1 arch=(any) provides=(polkit=99:9)

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
On Sat, 29 May 2021 at 14:56, Ralf Mardorf via arch-general wrote: > _But_ there are a lot of packages that require at least gvfs or > pulseaudio as a hard dependency, while those packages could require > them as an optional dependency instead, they still would work. I guess that if you reported

Re: [arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-30 Thread Neven Sajko via arch-general
On Sun, 30 May 2021 at 02:51, Eli Schwartz via arch-general wrote: > /usr/lib/gtk-3.0/3.0.0/printbackends/libprintbackend-cups.so directly > links to libcolord and will fail to load if it is unavailable. But > perhaps you used a different printbackend... I don't have LPRNG, so CUPS must have been

[arch-general] How to enable Archlinux users to easily avoid Polkit?

2021-05-29 Thread Neven Sajko via arch-general
Hi On my up-to-date Archlinux system, the only package that depends on Polkit is Colord, which, in turn, is only depended on by GTK3. Forcefully removing the Polkit package (with pacman -R --assume-installed polkit polkit), works fine: after doing it, I rebooted and printed a page from Chromium (