[Touch-packages] [Bug 1920130] Re: System icons missing in kubuntu 21.04

2021-05-12 Thread Owen Williams
I think this is what you're looking for. I upgraded to 21.04 and had the same issue. ``` MarkInstall qt5-default:amd64 < 5.14.2+dfsg-6 @ii mK Ib > FU=0 Installing qtbase5-gles-dev:amd64 as Depends of qt5-default:amd64 MarkKeep qtbase5-dev:amd64 < 5.14.2+dfsg-6 -> 5.15.2+dfsg-5 @ii umU > FU=

[Touch-packages] [Bug 1920130] Re: System icons missing in kubuntu 21.04

2021-05-12 Thread Owen Williams
** Attachment added: "apt-term.log" https://bugs.launchpad.net/ubuntu/+source/qtdeclarative-opensource-src/+bug/1920130/+attachment/5496779/+files/apt-term.log -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to qtdeclarative-

[Touch-packages] [Bug 1722478] Re: Two-finger scrolling and click-and-drag no longer works after resuming from suspend

2020-06-27 Thread Owen Williams
Also seeing the same behavior on 20.04 -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to kmod in Ubuntu. https://bugs.launchpad.net/bugs/1722478 Title: Two-finger scrolling and click-and-drag no longer works after resuming

[Touch-packages] [Bug 1690051] Re: pulseaudio crashed with SIGSEGV in publish_service() from once_callback() from dispatch_defer() from pa_mainloop_dispatch() from pa_mainloop_iterate()

2019-07-29 Thread Owen Williams
so it is, thanks! So I think we can say this original bug is obsolete / already fixed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1690051 Title: pulseaudio crashed

[Touch-packages] [Bug 1690051] Re: pulseaudio crashed with SIGSEGV in publish_service() from once_callback() from dispatch_defer() from pa_mainloop_dispatch() from pa_mainloop_iterate()

2019-07-28 Thread Owen Williams
I am still getting the crash, but the location of it has changed. Now it dies at txt = avahi_string_list_add_pair(txt, "device", s->name); Thread 4 "avahi-ml" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7fffe5984700 (LWP 5939)] 0x5590f820 in ?? () (gdb) bt #0

[Touch-packages] [Bug 1690051] Re: pulseaudio crashed with SIGSEGV in publish_service() from once_callback() from dispatch_defer() from pa_mainloop_dispatch() from pa_mainloop_iterate()

2018-11-14 Thread Owen Williams
I was really hoping to keep this machine on LTS, is the fix not going to be backported? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1690051 Title: pulseaudio crashed

[Touch-packages] [Bug 1690051] Re: pulseaudio crashed with SIGSEGV in publish_service() from once_callback() from dispatch_defer() from pa_mainloop_dispatch() from pa_mainloop_iterate()

2018-11-14 Thread Owen Williams
>From my own debugging, the crash appears to be in this line: if (!s->userdata->client || avahi_client_get_state(s->userdata->client) != AVAHI_CLIENT_S_RUNNING) return; adding a check for !s->userdata seems to fix the issue (for some reason, probably due to a race condition, userdata is

[Touch-packages] [Bug 1801532] Re: pulseaudio crashing when publishing sound devices to zeroconf

2018-11-03 Thread Owen Williams
checking for !s->userdata seems to fix it -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to pulseaudio in Ubuntu. https://bugs.launchpad.net/bugs/1801532 Title: pulseaudio crashing when publishing sound devices to zeroconf S

[Touch-packages] [Bug 1801532] Re: pulseaudio crashing when publishing sound devices to zeroconf

2018-11-03 Thread Owen Williams
the line in question is, I think: if (!s->userdata->client || avahi_client_get_state(s->userdata->client) != AVAHI_CLIENT_S_RUNNING) return; something here is null, probably because there's a restart happening? -- You received this bug notification because you are a member of Ubuntu T

[Touch-packages] [Bug 1801532] [NEW] pulseaudio crashing when publishing sound devices to zeroconf

2018-11-03 Thread Owen Williams
Public bug reported: Ubuntu 18.04 pulseaudio crashes after 5-10 if advertising sound devices is enabled: logs leading up to the crash: [New Thread 0x7fffe7fff700 (LWP 9068)] D: [pulseaudio] alsa-sink.c: Read hardware volume: front-left: 30419 / 46% / -20.00 dB, front-right: 30419 / 46% / -

[Touch-packages] [Bug 1626288] Re: X fonts and widgets disappear after suspend/resume cycle

2016-10-01 Thread Owen Williams
This happens to me too with intel graphics, although not on every suspend / resume cycle. I'll test the mainline kernel and see if that fixes the issue. My machine has had issues in the past with SNA acceleration, this may be another case where falling back to UXA fixes it. https://wiki.archlinu

[Touch-packages] [Bug 1509776] Re: xubuntu 15.10 synaptics ps2 touchpad mouse cursor jumps

2016-02-03 Thread Owen Williams
I also started seeing this problem after I upgraded to 15.10. I'll be typing and then the cursor will zip to one edge of the screen or the other. I'm on a Dell XPS 13 (2013 model). Currently seeing the issue with kernel 4.2.0-27 My current experiment is to kill syndaemon to see if palm detectio