Re: [pulseaudio-discuss] "Unable to convert error string to locale, filtering." errors

2017-11-01 Thread Sjoerd Venema
There's a problem in Buildroot's Parted package, and doesn't play well with libiconv. So can't test the solution. I'll park it until a next Buildroot release in which it is patched. I'll reach out in the future in case it's not resolved by libiconv. Thanks. On 1 November 2017 at 13:19, Sjoerd Ve

Re: [pulseaudio-discuss] "Unable to convert error string to locale, filtering." errors

2017-11-01 Thread Sjoerd Venema
My Buildroot linux was *not *build with libiconv, but instead with some sort of build-in "locale/i8n" support. This could be a possible cause. I'm now creating a new system wherein I reverse this (with libiconv, without the build-in stuff). I don't know why that ISO-8859-1 locale is generated, I l

Re: [pulseaudio-discuss] [PATCH] pavucontrol: implement single-launch

2017-11-01 Thread Tanu Kaskinen
On Tue, 2017-10-31 at 16:20 +0100, Colin Leroy wrote: > On Mon, 30 Oct 2017 16:15:52 +0200, Tanu Kaskinen wrote: > > Why does the PavuApplication need to be wrapped in a RefPtr? > > To build :) > This is apparently inherent to overloading Gtk::Application as I get > compilation errors without it.

[pulseaudio-discuss] [PATCH 1/2 pavucontrol] remove unnecessary RefPtr wrapping of PavuApplication

2017-11-01 Thread Tanu Kaskinen
There's no need for reference counting of PavuApplication. --- src/pavuapplication.cc | 21 - src/pavuapplication.h | 5 + 2 files changed, 9 insertions(+), 17 deletions(-) diff --git a/src/pavuapplication.cc b/src/pavuapplication.cc index 3fc874f..b67ec04 100644 --- a/s

[pulseaudio-discuss] [PATCH 2/2 pavucontrol] remove unnecessary Window -> MainWindow casting

2017-11-01 Thread Tanu Kaskinen
mainwindow.h and pavucontrol.h include each other, which makes it necessary to declare some types before the include directives. --- src/mainwindow.h | 2 ++ src/pavuapplication.cc | 2 +- src/pavucontrol.cc | 2 +- src/pavucontrol.h | 4 +++- 4 files changed, 7 insertions(+), 3 del

[pulseaudio-discuss] [PATCH 0/2 pavucontrol] A couple of small cleanups

2017-11-01 Thread Tanu Kaskinen
*** BLURB HERE *** Tanu Kaskinen (2): remove unnecessary RefPtr wrapping of PavuApplication remove unnecessary Window -> MainWindow casting src/mainwindow.h | 2 ++ src/pavuapplication.cc | 23 +-- src/pavuapplication.h | 5 + src/pavucontrol.cc | 2 +-

Re: [pulseaudio-discuss] Hsp profile available but not working

2017-11-01 Thread Tanu Kaskinen
On Tue, 2017-10-31 at 13:29 +0100, Paweł B wrote: > Hi All. > > I have a problem with hsp profile. > > After connect to Philips WeCall Speaker profile headset_head_unit is > available: > I set default sink and source. > > After run ‘mplayer test.wav’ nothing is happens (there is no sound). In

Re: [pulseaudio-discuss] [PATCH] modules: support XDG_DATA_DIRS when find desktop files

2017-11-01 Thread Tanu Kaskinen
On Tue, 2017-10-31 at 11:46 +0800, Iceyer wrote: > --- > src/modules/module-augment-properties.c | 63 > + > 1 file changed, 40 insertions(+), 23 deletions(-) > > diff --git a/src/modules/module-augment-properties.c > b/src/modules/module-augment-properties.c > i

Re: [pulseaudio-discuss] How to check visually for XRUNs/drop-out/interruptions and similar in PulseAudio?

2017-11-01 Thread Tanu Kaskinen
On Mon, 2017-10-30 at 15:40 +0100, 21na...@gmail.com wrote: > Hello, > > > I would like to know how can I check visually (with an indicator for > example) for XRUNs/drop-out/interruptions and similar? > I use (on Debian): > – pulseaudio (configured to work with jack); > – pulseaudio-module-jack;

Re: [pulseaudio-discuss] "Unable to convert error string to locale, filtering." errors

2017-11-01 Thread Tanu Kaskinen
On Sun, 2017-10-29 at 18:34 +0100, Sjoerd Venema wrote: > Hi, > > I'm getting a lot of "Unable to convert error string to locale, filtering." > errors in my /var/log/messages. I think PulseAudio is sending them out as > UTF-8. > > However, my locale -a output contains UTF-8: > en_US ISO-8859-1 >