I saw in another bug that it would help if I ran RtHDDump.exe from
windows 10. So I have and that should be attached next. The sounds in
windows 10 is _great_.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in U
** Attachment added: "Output from RtHDDump.exe"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1878431/+attachment/5370974/+files/RtHDDump.txt
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to alsa-driver in Ubun
Played around with hda-analyzer and managed to get half decent sound.
I've added the python code it generated.
But I don't know how to configure things so that the volume keys adjust it.
Attachment of the python should be below.
--
You received this bug notification because you are a member of
** Attachment added: "python generated by hda-analyzer which makes things
sound ok"
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1878431/+attachment/5370972/+files/fixsound
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is
Public bug reported:
I get thin tinny sound.
On ubuntu 19.10 I was able to work around this by running:
sudo hda-verb /dev/snd/hwC0D0 0x14 SET_CONNECT_SEL 0x0c
But that doesn't seem to work on 20.04 and I haven't been able to work out what
I need to do to get sound working acceptably.
ProblemTyp
Robie: Nevermind, I was not setting up the env vars correctly. Sorry for
the noise.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to openssl in Ubuntu.
https://bugs.launchpad.net/bugs/1833013
Title:
Interactive prompt during
Robie: We had one of our automated builds start failing due to this. We
were using only -y and DEBIAN_FRONTEND=noninteractive (wrongly thinking
that was enough).
I've now changed to
sudo apt-get -o Dpkg::Options::="--force-confdef" -o Dpkg::Options
::="--force-confold" -y install $(cat requiremen
Public bug reported:
System was idle at the time. It displayed the background wall paper,
but did NOT display the login screen. I had to go to console, and
restart lightdm.
Wayno
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: xorg 1:7.7+19ubuntu7
ProcVersionSignature: Ubuntu 4.15.0-20.2
We'll need the package maintainers to chime in on this. Attached is a
patch that disables harmful settings.
** Patch added: "0001-Disable-fpectl-and-fPIC-on-Modules-_math.c.patch"
https://bugs.launchpad.net/ubuntu/+source/python2.7/+bug/1638695/+attachment/4934301/+files/0001-Disable-fpectl-a
After much testing I found what is causing the regression in 16.04 and
later. There are several distinct causes which are attributed to the
choices made in debian/rules and the changes in GCC.
Cause #1: the decision to compile `Modules/_math.c` with `-fPIC` *and*
link it statically into the pytho
Thank you! Been waiting for this fix for 11 months, and boy does it
taste sweet now that it's here :)
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1598173
Ti
Ah, thanks. Did not know about that page. Thanks for looking into it.
(My primary interest is not actually this fix, but the mouse event
compression SRU that got piggybacked into it:
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-
src/+bug/1598173).
--
You received this bug notifica
Any idea when this will hit -updates, now that the verification is done?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1380702
Title:
No keyboards shortcuts
Aha, I forgot to check the other bug. No worries. Thanks a lot for all
the work Dmitry, looking at that bug I see that it is much more
complicated than this one.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensourc
Do I need to do something more for this to be uploaded to xenial-
updates? Should I try to get someone else to test?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/b
@apw: I've tested the 5.5.1+dfsg-16ubuntu7.4 in xenial-proposed with the
test case I attached in comment #4, as well as the
Wrapping/Python/vtk/qt/QVTKRenderWindowInteractor.py script in the VTK
source, and the problem is fixed.
** Tags removed: verification-needed
** Tags added: verification-done
Alright, yes lets hope.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1598173
Title:
Please consider SRU of "xcb: Compress mouse motion and touch update
e
I made a couple of pings in #ubuntu-release without reply, but I guess
people are just busy :)
Another question though: I can see that there was already another
qtbase-opensource-src upload in the queue (5.5.1+dfsg-16ubuntu7.3). Will
an approver have to approve that first, or will that one be disc
I'm a little unsure what the process is now, should I tag this bug with
something? Or just wait until someone comes around to approve the
upload?
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
Excellent. Many thanks!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-src in
Ubuntu.
https://bugs.launchpad.net/bugs/1598173
Title:
Please consider SRU of "xcb: Compress mouse motion and touch update
e
** Description changed:
Mouse event compression stopped working in Qt 5, a regression from Qt 4:
-https://bugreports.qt.io/browse/QTBUG-40889
+ https://bugreports.qt.io/browse/QTBUG-40889
The bug was fixed in Qt 5.6 https://codereview.qt-
- project.org/#/c/126136/ where it has bee
** Patch added: "debdiff for 5.5.1+dfsg-16ubuntu7.3 with backported fix from Qt
5.6"
https://bugs.launchpad.net/ubuntu/+source/qtbase-opensource-src/+bug/1598173/+attachment/4841178/+files/fix-qtbug-40889.debdiff
--
You received this bug notification because you are a member of Ubuntu
Touch
Dmitry: I've updated the description with the SRU template. I also
attached a test case and a debdiff.
I've tested that the updated package fixes the problem.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to qtbase-opensource-
** Description changed:
- A fix for QTBUG-40889 was worked out and submitted at
+ Mouse event compression stopped working in Qt 5, a regression from Qt 4:
- https://codereview.qt-project.org/#/c/115531/
+https://bugreports.qt.io/browse/QTBUG-40889
- but due to coming in a bit late, w
Hi Dimitry!
No problem. In fact, I've cherry picked the fix from Qt 5.6 and created
an updated package. I'm building it at the moment to test. I'll fill out
the SRU template as well, and attach a debdiff if it seems to work OK.
Sorry for not sticking to the SRU procedure to begin with, I know I w
Would be great if someone could at least respond to this 8+ month old
bug.
We're still suffering from this Qt bug, and have to put in lots of ugly
workarounds to mitigate it.
I'm not sure, should I subscribe someone else to this, and if so, who?
--
You received this bug notification because you
Julian: Ah, indeed. If I make sure to use https against the SF, and make
sure the file doesn't exist, it works reliably. Sorry for the confusion!
So, LGTM from xenial.
Thanks a lot for working this out!
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packag
Public bug reported:
A fix for QTBUG-40889 was worked out and submitted at
https://codereview.qt-project.org/#/c/115531/
but due to coming in a bit late, was moved to Qt 5.6
https://codereview.qt-project.org/#/c/126136/
The bug is about mouse motion event compression malfunctioning, an
Just like Guillermo, I'm trying to run BricsCAD on my X220 laptop and
get this error/crash. Anyone know if it has been reported upstream and
if there's a fix in sight?
To Guillermo: Did you ever find any workaround to getting BricsCAD to
run? I tried setting LIBGL_DISABLE_DRI3 in the environment s
Public bug reported:
This began when I upgraded to Ubuntu 15.04. My workplace is in a place
in which the wifi signal from my network is weak. So, sometimes, it
loses the signal. A quick solution that sometimes works is turning
(either through hardware or gui) the wifi off and back on again.
Howeve
30 matches
Mail list logo