[Desktop-packages] [Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2021-10-10 Thread John Johansen
I pulled the evince source and there does not appear to be any direct
support for portals, and sandbox support is an untasked item on their
roadmap. However it still may be possible via the gnome libs, or via
dlopen. Those routes would need to be further investigated.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1794064

Title:
  Clicking a hyperlink in a PDF fails to open it if the default browser
  is a snap

Status in apparmor package in Ubuntu:
  Confirmed
Status in evince package in Ubuntu:
  Triaged

Bug description:
  This is related to bug #1792648. After fixing that one (see discussion
  at https://salsa.debian.org/gnome-team/evince/merge_requests/1),
  clicking a hyperlink in a PDF opens it correctly if the default
  browser is a well-known application (such as /usr/bin/firefox), but it
  fails to do so if the default browser is a snap (e.g. the chromium
  snap).

  This is not a recent regression, it's not working on bionic either.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: evince 3.30.0-2
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 24 12:28:06 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-02 (813 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to cosmic on 2018-09-14 (9 days ago)
  modified.conffile..etc.apparmor.d.abstractions.evince: [modified]
  mtime.conffile..etc.apparmor.d.abstractions.evince: 2018-09-24T11:35:41.904158

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1794064/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946621] [NEW] Crash in libegl-mesa0 (eglReleaseThread)

2021-10-10 Thread Maniraj D
Public bug reported:

Crash in libegl-mesa0 (in eglReleaseThread API), please find the
backtrace:

#0  0xf7c86ac4 in __GI___pthread_mutex_lock (mutex=mutex@entry=0x8) at 
pthread_mutex_lock.c:67
#1  0xf4a7d110 in mtx_lock (mtx=0x8) at 
../include/c11/threads_posix.h:223
#2  eglReleaseThread () at ../src/egl/main/eglapi.c:1713
#3  0xf6c115b8 in eglReleaseThread () at 
/lib/aarch64-linux-gnu/libEGL.so.1
#4  0xf7fdac00 in  () at /lib/ld-linux-aarch64.so.1
#5  0xf7b4284c in __run_exit_handlers
(status=0, listp=0xf7c76680 <__exit_funcs>, 
run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at 
exit.c:108
#6  0xf7b429dc in __GI_exit (status=) at exit.c:139
#7  0xf7b2d094 in __libc_start_main (main=
0x3530 , argc=13, argv=0xf488, init=, 
fini=, rtld_fini=, stack_end=)
at ../csu/libc-start.c:342
#8  0x4014 in _start ()

It crashes at:
https://github.com/mesa3d/mesa/blob/mesa-21.0.3/src/egl/main/eglapi.c#L1713.
'disp' pointer is being NULL in this case.

Actually nvidia's EGL backend is being loaded by glvnd in this case. But
the eglReleaseThread() implementation of glvnd calls the
eglReleaseThread() API of all the vendors, that's how it end-up calling
the eglReleaseThread() API of Mesa backend. Refer:
https://github.com/NVIDIA/libglvnd/blob/master/src/EGL/libegl.c#L806

lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description:Ubuntu 20.04.3 LTS
Release:20.04
Codename:   focal

apt-cache policy libegl-mesa0
libegl-mesa0:
  Installed: 21.0.3-0ubuntu0.3~20.04.2
  Candidate: 21.0.3-0ubuntu0.3~20.04.2
  Version table:
 *** 21.0.3-0ubuntu0.3~20.04.2 500
500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 
Packages
100 /var/lib/dpkg/status
 20.0.4-2ubuntu1 500
500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

** Affects: mesa (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to mesa in Ubuntu.
https://bugs.launchpad.net/bugs/1946621

Title:
  Crash in libegl-mesa0 (eglReleaseThread)

Status in mesa package in Ubuntu:
  New

Bug description:
  Crash in libegl-mesa0 (in eglReleaseThread API), please find the
  backtrace:

  #0  0xf7c86ac4 in __GI___pthread_mutex_lock (mutex=mutex@entry=0x8) 
at pthread_mutex_lock.c:67
  #1  0xf4a7d110 in mtx_lock (mtx=0x8) at 
../include/c11/threads_posix.h:223
  #2  eglReleaseThread () at ../src/egl/main/eglapi.c:1713
  #3  0xf6c115b8 in eglReleaseThread () at 
/lib/aarch64-linux-gnu/libEGL.so.1
  #4  0xf7fdac00 in  () at /lib/ld-linux-aarch64.so.1
  #5  0xf7b4284c in __run_exit_handlers
  (status=0, listp=0xf7c76680 <__exit_funcs>, 
run_list_atexit=run_list_atexit@entry=true, run_dtors=run_dtors@entry=true) at 
exit.c:108
  #6  0xf7b429dc in __GI_exit (status=) at exit.c:139
  #7  0xf7b2d094 in __libc_start_main (main=
  0x3530 , argc=13, argv=0xf488, init=, fini=, rtld_fini=, stack_end=)
  at ../csu/libc-start.c:342
  #8  0x4014 in _start ()

  It crashes at:
  https://github.com/mesa3d/mesa/blob/mesa-21.0.3/src/egl/main/eglapi.c#L1713.
  'disp' pointer is being NULL in this case.

  Actually nvidia's EGL backend is being loaded by glvnd in this case.
  But the eglReleaseThread() implementation of glvnd calls the
  eglReleaseThread() API of all the vendors, that's how it end-up
  calling the eglReleaseThread() API of Mesa backend. Refer:
  https://github.com/NVIDIA/libglvnd/blob/master/src/EGL/libegl.c#L806

  lsb_release -a
  No LSB modules are available.
  Distributor ID: Ubuntu
  Description:Ubuntu 20.04.3 LTS
  Release:20.04
  Codename:   focal

  apt-cache policy libegl-mesa0
  libegl-mesa0:
Installed: 21.0.3-0ubuntu0.3~20.04.2
Candidate: 21.0.3-0ubuntu0.3~20.04.2
Version table:
   *** 21.0.3-0ubuntu0.3~20.04.2 500
  500 http://ports.ubuntu.com/ubuntu-ports focal-updates/main arm64 
Packages
  100 /var/lib/dpkg/status
   20.0.4-2ubuntu1 500
  500 http://ports.ubuntu.com/ubuntu-ports focal/main arm64 Packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mesa/+bug/1946621/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1939504] Re: HAS A TENDASE TO DROP LETTERS WHEN TYPING

2021-10-10 Thread Launchpad Bug Tracker
[Expired for xorg-server (Ubuntu) because there has been no activity for
60 days.]

** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs/1939504

Title:
  HAS A TENDASE TO DROP LETTERS WHEN TYPING

Status in xorg-server package in Ubuntu:
  Expired

Bug description:
  WHEN TYPING ORE OPENING PROGRAM ITS SOME TIMES  DROPS LETTERS ORE
  FLICKERS ON A PROGRAM

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: xorg 1:7.7+22ubuntu1
  ProcVersionSignature: Ubuntu 5.11.0-25.27-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  .tmp.unity_support_test.0:
   
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  BootLog:
   
  CasperMD5CheckResult: unknown
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  Date: Wed Aug 11 13:35:36 2021
  DistUpgraded: 2021-06-08 13:49:04,305 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
  DistroCodename: hirsute
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation 2nd Generation Core Processor Family Integrated Graphics 
Controller [8086:0102] (rev 09) (prog-if 00 [VGA controller])
 Subsystem: ASRock Incorporation 2nd Generation Core Processor Family 
Integrated Graphics Controller [1849:0102]
  InstallationDate: Installed on 2017-03-25 (1599 days ago)
  InstallationMedia: Ubuntu 16.04.2 LTS "Xenial Xerus" - Release amd64 
(20170215.2)
  MachineType: To Be Filled By O.E.M. To Be Filled By O.E.M.
  ProcEnviron:
   LANGUAGE=en_AU:en
   PATH=(custom, no user)
   LANG=en_AU.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-25-generic 
root=UUID=df7102e4-c436-4f79-8d84-04a48f05c02e ro drm.debug=0xe plymouth:debug
  SourcePackage: xorg
  UpgradeStatus: Upgraded to hirsute on 2021-06-08 (63 days ago)
  dmi.bios.date: 12/24/2013
  dmi.bios.release: 4.6
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P1.90
  dmi.board.name: B75 Pro3-M
  dmi.board.vendor: ASRock
  dmi.chassis.asset.tag: To Be Filled By O.E.M.
  dmi.chassis.type: 3
  dmi.chassis.vendor: To Be Filled By O.E.M.
  dmi.chassis.version: To Be Filled By O.E.M.
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrP1.90:bd12/24/2013:br4.6:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnB75Pro3-M:rvr:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To Be Filled By O.E.M.
  dmi.product.name: To Be Filled By O.E.M.
  dmi.product.sku: To Be Filled By O.E.M.
  dmi.product.version: To Be Filled By O.E.M.
  dmi.sys.vendor: To Be Filled By O.E.M.
  version.compiz: compiz 1:0.9.14.1+20.10.20200813-0ubuntu4
  version.libdrm2: libdrm2 2.4.105-3~21.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.2
  version.libgl1-mesa-glx: libgl1-mesa-glx 21.0.3-0ubuntu0.2
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev 1:2.10.6-2build1
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-2
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200714-1ubuntu1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.17-1
  xserver.bootTime: Sat Apr  6 15:04:58 2019
  xserver.configfile: default
  xserver.errors:
   
  xserver.logfile: /var/log/Xorg.0.log
  xserver.version: 2:1.19.6-1ubuntu4.1~16.04.2
  xserver.video_driver: modeset

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/1939504/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1794064] Re: Clicking a hyperlink in a PDF fails to open it if the default browser is a snap

2021-10-10 Thread Alex Murray
Is there any option to do this via portals - ie can evince use
https://flatpak.github.io/xdg-desktop-portal/portal-docs.html#gdbus-
org.freedesktop.portal.OpenURI to open the URI? Would then this allow to
avoid going via xdg-open?

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to evince in Ubuntu.
https://bugs.launchpad.net/bugs/1794064

Title:
  Clicking a hyperlink in a PDF fails to open it if the default browser
  is a snap

Status in apparmor package in Ubuntu:
  Confirmed
Status in evince package in Ubuntu:
  Triaged

Bug description:
  This is related to bug #1792648. After fixing that one (see discussion
  at https://salsa.debian.org/gnome-team/evince/merge_requests/1),
  clicking a hyperlink in a PDF opens it correctly if the default
  browser is a well-known application (such as /usr/bin/firefox), but it
  fails to do so if the default browser is a snap (e.g. the chromium
  snap).

  This is not a recent regression, it's not working on bionic either.

  ProblemType: Bug
  DistroRelease: Ubuntu 18.10
  Package: evince 3.30.0-2
  ProcVersionSignature: Ubuntu 4.18.0-7.8-generic 4.18.5
  Uname: Linux 4.18.0-7-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.10-0ubuntu11
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Mon Sep 24 12:28:06 2018
  EcryptfsInUse: Yes
  InstallationDate: Installed on 2016-07-02 (813 days ago)
  InstallationMedia: Ubuntu 16.04 LTS "Xenial Xerus" - Release amd64 
(20160420.1)
  SourcePackage: evince
  UpgradeStatus: Upgraded to cosmic on 2018-09-14 (9 days ago)
  modified.conffile..etc.apparmor.d.abstractions.evince: [modified]
  mtime.conffile..etc.apparmor.d.abstractions.evince: 2018-09-24T11:35:41.904158

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apparmor/+bug/1794064/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1930188] Re: Acer Aspire 5 sound driver issues

2021-10-10 Thread Hui Wang
I installed the ubuntu hirsute on a Dell machine which enabled sof audio
driver and enanbled -proposed ppa, installed the pulseaudio
1:14.2-1ubuntu1.2 and alsa-ucm-conf 1.2.4-2ubuntu1.4. now the speaker
and headphone has separate volume from gnome-sound-setting, this
verified the pulseaudio's SRU. And adjust the external microphone's
volume, the Mic Boost is changed accordingly. This verified the alsa-
ucm-conf. And all audio output and input worked as well as before.

Verification done on hirsute.

thx.


** Tags removed: verification-needed verification-needed-hirsute
** Tags added: verification-done verification-done-hirsute

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1930188

Title:
  Acer Aspire 5 sound driver issues

Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in linux source package in Focal:
  Fix Released
Status in pulseaudio source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released
Status in pulseaudio source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in pulseaudio source package in Impish:
  Fix Released

Bug description:
  SRU Justification for alsa-ucm-conf:

  [Impact]
  On the machines with the sof audio driver, users could adjust the input
  volume from UI, but this only adjusts the "Capture Volume",  the "Mic
  Boost" can't be changed, if "Mic Boost" is 0, even we adjust the "Capture
  Volume" to max, the recorded volume is still very low.

  [Fix]
  Backport a upstream patch, the patch adds the "Mic Boost" into the
  ucm

  [Test]
  plug a headset, make sure the headset-mic is the active input device,
  adjust the input volume to %20, open a terminal and run alsamixer,
  check the "Capture Volume" and "Mic Boost" value, then adjust the
  input volume to 80%, check those values and we could see both values
  are changed.

  [Where problems could occur]
  This patch could make the parse of input volume control fail, then
  the input volume can't be changed anymore when users adjust the
  volume from UI. But this possibility is very low, I tested this patch
  on many lenovo and dell machines with sof audio driver, all worked
  well.

  

  SRU Justification for pulseaudio:

  [Impact]
  On the machines with the sof audio driver, after booting up, the
  active output device is speaker by default, we adjust the output
  volume to 100%, then we plug a headphone, and adjust the output
  volume from 100% to 20%, now in theory, the speaker's volume is
  100%, the headphone's volume is 20%. We plugout the headphone,
  the active output device becomes speaker and we expect the volume
  changes to 100%, but the output volume for speaker is 20%.

  [Fix]
  Backport a upstream patch, this patch is already in the pulseaudio-15.0,
  so impish already has this fix. Only hirsute and focal need to backport
  this patch.

  [Test]
  adjust speaker's volume to 80%, then plug headphone and adjust headphone's
  volume to 20%, unplug the headphone, the speaker's volume becomes to 80%,
  plug the headphone, the headphone's volume becomes to 20%.

  [Where problems could occur]
  The patch writes the output volume to hardware immediately when switching
  output device on the machines with sof audio driver, this could introduce
  pop noise when changing the output device, but this possibility is very
  low, I tested the patch on many lenovo and dell machines with sof audio 
driver,
  all worked as expected and have no pop noise when switching output device.

  

  The patch was merged to ubuntu 5.13.0 and 5.11.0 generic kernels
  with stable update already, but it is not merged to ubuntu 5.4.0
  kernel yet, so I sent this SRU for the focal kernel.

  [Impact]
  Users plug headphone and Mic to the audio jacks, but the system
  can't detect them, and couldn't output sound through headphone and
  record sound through Mic.

  [Fix]
  Backport a upstream patch, this will set the Mic to auto-detection
  mode and set the headphone to left location.

  [Test]
  Plug a headset to the headset audio jack, both headphone and mic
  could be detected. And output the sound to headphone, could hear
  the sound, record the sound through Mic, the sound could be recorded.

  [Where problems could occur]
  The patch is specific to Acer Aspire 5 machine, if it could introduce
  regression, it will make the audio like internal mic and internal spk
  stop working. But 

[Desktop-packages] [Bug 1946610] Re: Settings won't open after update

2021-10-10 Thread Gunnar Hjalmarsson
Can you please try:

sudo apt install --reinstall gedit-common

and let us know if it makes a difference.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946610] Re: Settings won't open after update

2021-10-10 Thread Ty Dahl
OH!

That's weird it's dependent on gedit

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946610] Re: Settings won't open after update

2021-10-10 Thread Anise Star
Gedit should be installed by default (Until at least GNOME 42). I don't
know what the issue with Ty's system is

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946610] Re: Settings won't open after update

2021-10-10 Thread Ty Dahl
Yeah

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946610] Re: Settings won't open after update

2021-10-10 Thread Jeremy Bicha
Do you have gedit installed?

** Tags removed: 21.10
** Tags added: impish

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946610] [NEW] Settings won't open after update

2021-10-10 Thread Ty Dahl
Public bug reported:

After a recent update in 21.10, I noticed the Settings app refuses to
launch.

(gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
Trace/breakpoint trap (core dumped)

System:

Ubuntu 21.10
Gnome version: 40.5
Arch: amd64

(idk if this is a securtiy bug)

** Affects: gnome-control-center (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: 21.10

** Tags added: 21.10

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-control-center in Ubuntu.
https://bugs.launchpad.net/bugs/1946610

Title:
  Settings won't open after update

Status in gnome-control-center package in Ubuntu:
  New

Bug description:
  After a recent update in 21.10, I noticed the Settings app refuses to
  launch.

  (gnome-control-center:9800): GLib-GIO-ERROR **: 17:58:26.797: Settings schema 
'org.gnome.gedit.preferences.editor' is not installed
  Trace/breakpoint trap (core dumped)

  System:

  Ubuntu 21.10
  Gnome version: 40.5
  Arch: amd64

  (idk if this is a securtiy bug)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1946610/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1455780] Re: the i386 and amb64 versions break each other

2021-10-10 Thread Sebastian Ramacher
** Changed in: libvpx (Ubuntu)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to libvpx in Ubuntu.
https://bugs.launchpad.net/bugs/1455780

Title:
  the i386 and amb64 versions break each other

Status in libvpx package in Ubuntu:
  Fix Released

Bug description:
  Trying to install wine1.6 leads to a series of dependency errors that
  lead back to libvpx1:i386.

  Trying to install that package means that libvpx1:amd64 is to be
  removed, which then wants to remove a whole bunch of other, important,
  packages, like software-center & gnome-control-center.

  $ sudo apt-get install libvpx1:i386
  Reading package lists... Done
  Building dependency tree   
  Reading state information... Done
  The following packages will be REMOVED:
colord dvipng ffmpeg gnome-control-center graphviz gstreamer1.0-libav
gstreamer1.0-plugins-bad gstreamer1.0-plugins-good gvfs-backends
handbrake-gtk hplip libavcodec-dev libavcodec54 libavformat-dev
libavformat54 libcheese-gtk23 libcheese7 libchromaprint0 libgd3 libgphoto2-6
libgvc6 libopencv-contrib2.4 libopencv-highgui2.4 libopencv-legacy2.4
libopencv-objdetect2.4 libsane libvpx-dev libvpx1
printer-driver-postscript-hp python-pygraphviz sane-utils simple-scan
software-center vlc vlc-nox vlc-plugin-notify vlc-plugin-samba xdot
  The following NEW packages will be installed:
libvpx1:i386
  0 upgraded, 1 newly installed, 38 to remove and 93 not upgraded.
  Need to get 525 kB of archives.
  After this operation, 188 MB disk space will be freed.
  Do you want to continue? [Y/n] n
  Abort.

  --=

  $ lsb_release -rd
  Description:  Ubuntu 14.04.2 LTS
  Release:  14.04

  --=

  What I expect to happen: in a multi-arch system, that amd64 and i386
  packages happily coexist.

  --=

  What happens instead: they break each other.

  $ apt-cache depends libvpx1
  libvpx1
Depends: libc6
PreDepends: multiarch-support
  multiarch-support:i386
Replaces: libvpx1:i386
Breaks: libvpx1:i386

  $ apt-cache depends libvpx1:i386
  libvpx1:i386
Depends: libc6:i386
PreDepends: multiarch-support:i386
  multiarch-support
Replaces: libvpx1
Breaks: libvpx1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvpx/+bug/1455780/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946606] [NEW] thunderbird 91 does not support movemail

2021-10-10 Thread Nathaniel Beaver
Public bug reported:

Thunderbird 91 does not support local Unix Mailspool (Movemail)
accounts.

This is apparently a well-known upstream decision, but is not documented
in the Ubuntu changelog for the package, and the sudden absence of a
local mail account is rather jarring to experience.

> remove movemail support

https://bugzilla.mozilla.org/show_bug.cgi?id=1625741

https://hg.mozilla.org/comm-
central/rev/931a1fb770eb9bf6d2b99c7afcf07521376a5da4

** Affects: thunderbird (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to thunderbird in Ubuntu.
https://bugs.launchpad.net/bugs/1946606

Title:
  thunderbird 91 does not support movemail

Status in thunderbird package in Ubuntu:
  New

Bug description:
  Thunderbird 91 does not support local Unix Mailspool (Movemail)
  accounts.

  This is apparently a well-known upstream decision, but is not
  documented in the Ubuntu changelog for the package, and the sudden
  absence of a local mail account is rather jarring to experience.

  > remove movemail support

  https://bugzilla.mozilla.org/show_bug.cgi?id=1625741

  https://hg.mozilla.org/comm-
  central/rev/931a1fb770eb9bf6d2b99c7afcf07521376a5da4

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1946606/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1943816] Re: "ubuntu-drivers install" needs to be used when installing nvidia-driver if enabling "third-party packages"

2021-10-10 Thread Launchpad Bug Tracker
This bug was fixed in the package ubuntu-drivers-common - 1:0.9.2.2

---
ubuntu-drivers-common (1:0.9.2.2) impish; urgency=medium

  * ubuntu-drivers:
- Enable KMS Wayland if nvidia >= 470. This only affects
  the UDA drivers. This is more effective than checking
  if Wayland is running, since the live image uses X11.
  * UbuntuDrivers/detect.py:
- Add newline when setting kms.
  * ubiquity/target-config/31ubuntu_driver_packages:
- Install nvidia-prime, so that we can handle hybrid
  systems, and pick up the NVIDIA driver configuration
  (LP: #1943816).

 -- Alberto Milone   Fri, 08 Oct 2021
15:40:04 +0200

** Changed in: ubuntu-drivers-common (Ubuntu)
   Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to ubuntu-drivers-common in Ubuntu.
https://bugs.launchpad.net/bugs/1943816

Title:
  "ubuntu-drivers install" needs to be used when installing nvidia-
  driver if enabling "third-party packages"

Status in OEM Priority Project:
  Confirmed
Status in ubiquity package in Ubuntu:
  New
Status in ubuntu-drivers-common package in Ubuntu:
  Fix Released

Bug description:
  ubiquity calls
  ```
  ubuntu-drivers install $FREEONLY $NOOEM --package-list 
/run/ubuntu-drivers.autoinstall
  ```
  to generate package list during live system but "ubuntu-drivers install" not 
only install packages but also create some config files for switching nvidia 
mode (e.g. on-demand) and change the runtime config as well (e.g. modify the 
iniramfs).

  Thus, not only package list needs to be referred but also the
  configuration.

  ---

  In ubuntu-drivers-common, which read the "/run/ubuntu-drivers.autoinstall" to 
install package. It also skipping the nvidia-mode changing (made by 
ubuntu-drivers install).
  ```
  $ cat ubiquity/target-config/31ubuntu_driver_packages
  #!/bin/sh
  set -e

  # install all packages that "ubuntu-drivers autoinstall" installed into the
  # live system. Ubiquity calls this with --package-list 
/run/ubuntu-drivers.autoinstall

  PKGLIST=/run/ubuntu-drivers.autoinstall
  [ -e $PKGLIST ] || exit 0

  for p in `cat $PKGLIST`; do
  apt-install $p
  done
  ```

  ---

  We need to use a same approach to make sure the nvidia mode is same on
  a same system (either all handing by ubuntu-drivers install or change
  the logic to maintainer script in each package).

To manage notifications about this bug go to:
https://bugs.launchpad.net/oem-priority/+bug/1943816/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file des

2021-10-10 Thread Norbert
** Also affects: ubuntu-mate-meta (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: ubuntu-mate-meta (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1946499

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

Status in Ubuntu MATE:
  Confirmed
Status in gdebi package in Ubuntu:
  Confirmed
Status in ubuntu-mate-meta package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 21.10
  2. Open Firefox, navigate to discord.com
  3. Download deb-file. At time of writing from the 
https://dl.discordapp.net/apps/linux/0.0.16/discord-0.0.16.deb link
  4. Open Caja in ~/Downloads folder and use GDebi to install the 
discord-0.0.16.deb file
  5. In the GDebi window click Install button

  Expected results:
  * Gdebi quietly install discord package, there are no error messages in its 
terminal

  Actual results:
  * Gdebi terminal shows the error in the last line

  ```
  Selecting previously unselected package gconf2-common.
  (Reading database ... 457178 files and directories currently installed.)
  Preparing to unpack .../0-gconf2-common_3.2.6-7ubuntu2_all.deb ...
  Unpacking gconf2-common (3.2.6-7ubuntu2) ...
  Selecting previously unselected package libgconf-2-4:amd64.
  Preparing to unpack .../1-libgconf-2-4_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking libgconf-2-4:amd64 (3.2.6-7ubuntu2) ...
  Selecting previously unselected package gconf-service-backend.
  Preparing to unpack .../2-gconf-service-backend_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking gconf-service-backend (3.2.6-7ubuntu2) ...
  Selecting previously unselected package gconf-service.
  Preparing to unpack .../3-gconf-service_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking gconf-service (3.2.6-7ubuntu2) ...
  Selecting previously unselected package libappindicator1.
  Preparing to unpack 
.../4-libappindicator1_12.10.1+20.10.20200706.1-0ubuntu1_amd64.deb ...
  Unpacking libappindicator1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
  Selecting previously unselected package libunwind-13:amd64.
  Preparing to unpack .../5-libunwind-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libunwind-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++abi1-13:amd64.
  Preparing to unpack .../6-libc++abi1-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libc++abi1-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++1-13:amd64.
  Preparing to unpack .../7-libc++1-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libc++1-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++1:amd64.
  Preparing to unpack .../8-libc++1_1%3a13.0-53~exp1_amd64.deb ...
  Unpacking libc++1:amd64 (1:13.0-53~exp1) ...
  Setting up libappindicator1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
  Setting up gconf2-common (3.2.6-7ubuntu2) ...

  Creating config file /etc/gconf/2/path with new version
  Setting up libunwind-13:amd64 (1:13.0.0-2) ...
  Setting up libc++abi1-13:amd64 (1:13.0.0-2) ...
  Setting up libc++1-13:amd64 (1:13.0.0-2) ...
  Setting up libc++1:amd64 (1:13.0-53~exp1) ...
  Setting up gconf-service (3.2.6-7ubuntu2) ...
  Processing triggers for libc-bin (2.34-0ubuntu2) ...
  Processing triggers for sgml-base (1.30) ...
  Setting up libgconf-2-4:amd64 (3.2.6-7ubuntu2) ...
  Setting up gconf-service-backend (3.2.6-7ubuntu2) ...
  Processing triggers for libc-bin (2.34-0ubuntu2) ...
  dpkg: error: unable to read filedescriptor flags for : Bad file descriptor
  ```

  and as the result Discord package is not installed .

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: gdebi 0.9.5.7+nmu5ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Fri Oct  8 18:17:36 2021
  InstallationDate: Installed on 2021-10-08 (0 days ago)
  InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Daily amd64 (20211008)
  PackageArchitecture: all
  SourcePackage: gdebi
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 2021-10-08T15:41:41.001986

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-mate/+bug/1946499/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946499] Re: installation of deb-packages with gdebi-gtk shows "dpkg: error: unable to read filedescriptor flags for : Bad file des

2021-10-10 Thread Norbert
As 3 years before in bug 1756238 the root of the problem is VTE library.

Downgrading VTE to version 2.91_0.62.3-1ubuntu1 (
https://packages.ubuntu.com/source/hirsute/vte2.91 ) fixes the issue.

** Also affects: vte2.91 (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: vte2.91 (Ubuntu)
   Status: New => Confirmed

** Changed in: gdebi (Ubuntu)
   Status: New => Confirmed

** No longer affects: dpkg (Ubuntu)

** Changed in: ubuntu-mate
   Status: New => Won't Fix

** Changed in: ubuntu-mate
   Status: Won't Fix => Confirmed

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1946499

Title:
  installation of deb-packages with gdebi-gtk shows "dpkg: error: unable
  to read filedescriptor flags for : Bad file descriptor" in gdebi terminal, package is not
  installed

Status in Ubuntu MATE:
  Confirmed
Status in gdebi package in Ubuntu:
  Confirmed
Status in vte2.91 package in Ubuntu:
  Confirmed

Bug description:
  Steps to reproduce:
  1. Install Ubuntu MATE 21.10
  2. Open Firefox, navigate to discord.com
  3. Download deb-file. At time of writing from the 
https://dl.discordapp.net/apps/linux/0.0.16/discord-0.0.16.deb link
  4. Open Caja in ~/Downloads folder and use GDebi to install the 
discord-0.0.16.deb file
  5. In the GDebi window click Install button

  Expected results:
  * Gdebi quietly install discord package, there are no error messages in its 
terminal

  Actual results:
  * Gdebi terminal shows the error in the last line

  ```
  Selecting previously unselected package gconf2-common.
  (Reading database ... 457178 files and directories currently installed.)
  Preparing to unpack .../0-gconf2-common_3.2.6-7ubuntu2_all.deb ...
  Unpacking gconf2-common (3.2.6-7ubuntu2) ...
  Selecting previously unselected package libgconf-2-4:amd64.
  Preparing to unpack .../1-libgconf-2-4_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking libgconf-2-4:amd64 (3.2.6-7ubuntu2) ...
  Selecting previously unselected package gconf-service-backend.
  Preparing to unpack .../2-gconf-service-backend_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking gconf-service-backend (3.2.6-7ubuntu2) ...
  Selecting previously unselected package gconf-service.
  Preparing to unpack .../3-gconf-service_3.2.6-7ubuntu2_amd64.deb ...
  Unpacking gconf-service (3.2.6-7ubuntu2) ...
  Selecting previously unselected package libappindicator1.
  Preparing to unpack 
.../4-libappindicator1_12.10.1+20.10.20200706.1-0ubuntu1_amd64.deb ...
  Unpacking libappindicator1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
  Selecting previously unselected package libunwind-13:amd64.
  Preparing to unpack .../5-libunwind-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libunwind-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++abi1-13:amd64.
  Preparing to unpack .../6-libc++abi1-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libc++abi1-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++1-13:amd64.
  Preparing to unpack .../7-libc++1-13_1%3a13.0.0-2_amd64.deb ...
  Unpacking libc++1-13:amd64 (1:13.0.0-2) ...
  Selecting previously unselected package libc++1:amd64.
  Preparing to unpack .../8-libc++1_1%3a13.0-53~exp1_amd64.deb ...
  Unpacking libc++1:amd64 (1:13.0-53~exp1) ...
  Setting up libappindicator1 (12.10.1+20.10.20200706.1-0ubuntu1) ...
  Setting up gconf2-common (3.2.6-7ubuntu2) ...

  Creating config file /etc/gconf/2/path with new version
  Setting up libunwind-13:amd64 (1:13.0.0-2) ...
  Setting up libc++abi1-13:amd64 (1:13.0.0-2) ...
  Setting up libc++1-13:amd64 (1:13.0.0-2) ...
  Setting up libc++1:amd64 (1:13.0-53~exp1) ...
  Setting up gconf-service (3.2.6-7ubuntu2) ...
  Processing triggers for libc-bin (2.34-0ubuntu2) ...
  Processing triggers for sgml-base (1.30) ...
  Setting up libgconf-2-4:amd64 (3.2.6-7ubuntu2) ...
  Setting up gconf-service-backend (3.2.6-7ubuntu2) ...
  Processing triggers for libc-bin (2.34-0ubuntu2) ...
  dpkg: error: unable to read filedescriptor flags for : Bad file descriptor
  ```

  and as the result Discord package is not installed .

  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: gdebi 0.9.5.7+nmu5ubuntu1
  ProcVersionSignature: Ubuntu 5.13.0-16.16-generic 5.13.13
  Uname: Linux 5.13.0-16-generic x86_64
  ApportVersion: 2.20.11-0ubuntu70
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: MATE
  Date: Fri Oct  8 18:17:36 2021
  InstallationDate: Installed on 2021-10-08 (0 days ago)
  InstallationMedia: Ubuntu-MATE 21.10 "Impish Indri" - Daily amd64 (20211008)
  PackageArchitecture: all
  SourcePackage: gdebi
  UpgradeStatus: No upgrade log present (probably fresh install)
  modified.conffile..etc.default.apport:
   # set this to 0 to disable apport, or to 1 to enable it
   # you can temporarily override this with
   # sudo service apport start force_start=1
   enabled=0
  mtime.conffile..etc.default.apport: 

[Desktop-packages] [Bug 1756238] Re: gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

2021-10-10 Thread Norbert
This bug is returned to impish as bug 1946499 . Please fix it.

** Tags added: impish

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to vte2.91 in Ubuntu.
https://bugs.launchpad.net/bugs/1756238

Title:
  gdebi-gtk broken in 18.04 error: unable to read filedescriptor flags

Status in gdebi package in Ubuntu:
  Triaged
Status in vte2.91 package in Ubuntu:
  Fix Released
Status in vte2.91 source package in Bionic:
  Fix Released

Bug description:
  When using gdebi-gtk to install a .deb the install fails with the
  message:-

  dpkg: error: unable to read filedescriptor flags for : Bad file descriptor

  This only occurs via the gdebi-gtk GUI front end, packages install perfectly 
if done via the CLI with:
  sudo gdebi /path/to/packagename.deb

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gdebi/+bug/1756238/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1946599] [NEW] Firefox break when returning from console with wayland (nvidia) on ubuntu 21.10 beta

2021-10-10 Thread MV
Public bug reported:

(again snap firefox) Returning from console break all firefox tabs which
have to be refreshed

mv@i56400:~$ firefox
[GFX1-]: glxtest: libEGL missing
[GFX1-]: glxtest: EGL test failed
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

###!!! [Parent][MessageChannel] Error:
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

###!!! [Parent][MessageChannel] Error:
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv


###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

[Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed with
unconsumed descriptors: file
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


After that, I logged under x11 (for test) but wasn't able to launch firefox:
 Error: cannot open display: :0

I had to reboot and the problem occurs only with wayland.

** Affects: firefox (Ubuntu)
 Importance: Undecided
 Status: New

** Attachment added: "journal1.txt"
   
https://bugs.launchpad.net/bugs/1946599/+attachment/5531856/+files/journal1.txt

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to firefox in Ubuntu.
https://bugs.launchpad.net/bugs/1946599

Title:
  Firefox break when returning from console with wayland (nvidia) on
  ubuntu 21.10 beta

Status in firefox package in Ubuntu:
  New

Bug description:
  (again snap firefox) Returning from console break all firefox tabs
  which have to be refreshed

  mv@i56400:~$ firefox
  [GFX1-]: glxtest: libEGL missing
  [GFX1-]: glxtest: EGL test failed
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb
  xkbcommon: ERROR: failed to add default include path /usr/share/X11/xkb

  ###!!! [Parent][MessageChannel] Error:
  (msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error:
  cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390144,name=PContent::Msg_AsyncMessage) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x390143,name=PContent::Msg_CommitBrowsingContextTransaction) Channel 
error: cannot send/recv

  
  ###!!! [Parent][MessageChannel] Error: 
(msgtype=0x39008C,name=PContent::Msg_FlushTabState) Channel error: cannot 
send/recv

  [Parent 6310, IPC I/O Parent] WARNING: FileDescriptorSet destroyed
  with unconsumed descriptors: file
  
/build/firefox/parts/firefox/build/ipc/chromium/src/chrome/common/file_descriptor_set_posix.cc:19


  After that, I logged under x11 (for test) but wasn't able to launch firefox:
   Error: cannot open display: :0

  I had to reboot and the problem occurs only with wayland.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1946599/+subscriptions


-- 

[Desktop-packages] [Bug 1946345] Re: Chromium 94 snap for 21.10 beta flickering and unusable for Nvidia Wayland session

2021-10-10 Thread MV
New snap version updated today 94.0.4606.81 doesn't solve the problem.

mv@i56400:~$ chromium

(chrome:7621): Gtk-WARNING **: 09:52:11.369: Theme parsing error:
gtk.css:1418:23: 'font-feature-settings' is not a valid property name

(chrome:7621): Gtk-WARNING **: 09:52:11.373: Theme parsing error:
gtk.css:3295:25: 'font-feature-settings' is not a valid property name

(chrome:7621): Gtk-WARNING **: 09:52:11.374: Theme parsing error:
gtk.css:3757:23: 'font-feature-settings' is not a valid property name

(chrome:7621): dbind-WARNING **: 09:52:11.453: Couldn't connect to 
accessibility bus: Failed to connect to socket /tmp/dbus-tdiHAVe02N: No such 
file or directory
libva error: vaGetDriverNameByIndex() failed with unknown libva error, 
driver_name = (null)
[7621:7705:1010/095213.799336:ERROR:chrome_browser_main_extra_parts_metrics.cc(228)]
 crbug.com/1216328: Checking Bluetooth availability started. Please report if 
there is no report that this ends.
[7621:7705:1010/095213.799493:ERROR:chrome_browser_main_extra_parts_metrics.cc(231)]
 crbug.com/1216328: Checking Bluetooth availability ended.
[7621:7705:1010/095213.799580:ERROR:chrome_browser_main_extra_parts_metrics.cc(234)]
 crbug.com/1216328: Checking default browser status started. Please report if 
there is no report that this ends.
[7621:7705:1010/095213.841461:ERROR:chrome_browser_main_extra_parts_metrics.cc(238)]
 crbug.com/1216328: Checking default browser status ended.
[7621:7717:1010/095213.851112:ERROR:udev_watcher.cc(98)] Failed to begin udev 
enumeration.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1946345

Title:
  Chromium 94 snap for 21.10 beta flickering and unusable for Nvidia
  Wayland session

Status in chromium-browser package in Ubuntu:
  New

Bug description:
  Launching chromium 94 with Nvidia Wayland session under 21.10 Beta
  open a transparent and flickering window where you can draw something
  with the mouse cursor.

  mv@i56400:~$ chromium

  (chrome:19496): Gtk-WARNING **: 11:26:41.116: Theme parsing error:
  gtk.css:1418:23: 'font-feature-settings' is not a valid property name

  (chrome:19496): Gtk-WARNING **: 11:26:41.120: Theme parsing error:
  gtk.css:3295:25: 'font-feature-settings' is not a valid property name

  (chrome:19496): Gtk-WARNING **: 11:26:41.121: Theme parsing error:
  gtk.css:3757:23: 'font-feature-settings' is not a valid property name

  (chrome:19496): dbind-WARNING **: 11:26:41.208: Couldn't connect to 
accessibility bus: Failed to connect to socket /tmp/dbus-HsiwuTsGUv: No such 
file or directory
  libva error: vaGetDriverNameByIndex() failed with unknown libva error, 
driver_name = (null)
  
[19496:19582:1007/112643.593254:ERROR:chrome_browser_main_extra_parts_metrics.cc(228)]
 crbug.com/1216328: Checking Bluetooth availability started. Please report if 
there is no report that this ends.
  
[19496:19582:1007/112643.593278:ERROR:chrome_browser_main_extra_parts_metrics.cc(231)]
 crbug.com/1216328: Checking Bluetooth availability ended.
  
[19496:19582:1007/112643.593296:ERROR:chrome_browser_main_extra_parts_metrics.cc(234)]
 crbug.com/1216328: Checking default browser status started. Please report if 
there is no report that this ends.
  
[19496:19582:1007/112643.633735:ERROR:chrome_browser_main_extra_parts_metrics.cc(238)]
 crbug.com/1216328: Checking default browser status ended.
  [19496:19607:1007/112643.649276:ERROR:udev_watcher.cc(98)] Failed to begin 
udev enumeration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1946345/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Desktop-packages] [Bug 1930188] Re: Acer Aspire 5 sound driver issues

2021-10-10 Thread Bijay Shah
I don't have ubuntu hirsute version so won't be able to test for it.
Maybe someone else can.

Also, I wanted to know if the same packages will be there for official
release?

If yes can I keep using these proposed packages and maybe when it
releases officially only the apt cache version will point to focal-
updates instead of focal-purposed for same packages.

If now I will downgrade all those in aplitude-upgrade screenshot and
upgrade officially later. Thanks.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1930188

Title:
  Acer Aspire 5 sound driver issues

Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in linux source package in Focal:
  Fix Released
Status in pulseaudio source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released
Status in pulseaudio source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in pulseaudio source package in Impish:
  Fix Released

Bug description:
  SRU Justification for alsa-ucm-conf:

  [Impact]
  On the machines with the sof audio driver, users could adjust the input
  volume from UI, but this only adjusts the "Capture Volume",  the "Mic
  Boost" can't be changed, if "Mic Boost" is 0, even we adjust the "Capture
  Volume" to max, the recorded volume is still very low.

  [Fix]
  Backport a upstream patch, the patch adds the "Mic Boost" into the
  ucm

  [Test]
  plug a headset, make sure the headset-mic is the active input device,
  adjust the input volume to %20, open a terminal and run alsamixer,
  check the "Capture Volume" and "Mic Boost" value, then adjust the
  input volume to 80%, check those values and we could see both values
  are changed.

  [Where problems could occur]
  This patch could make the parse of input volume control fail, then
  the input volume can't be changed anymore when users adjust the
  volume from UI. But this possibility is very low, I tested this patch
  on many lenovo and dell machines with sof audio driver, all worked
  well.

  

  SRU Justification for pulseaudio:

  [Impact]
  On the machines with the sof audio driver, after booting up, the
  active output device is speaker by default, we adjust the output
  volume to 100%, then we plug a headphone, and adjust the output
  volume from 100% to 20%, now in theory, the speaker's volume is
  100%, the headphone's volume is 20%. We plugout the headphone,
  the active output device becomes speaker and we expect the volume
  changes to 100%, but the output volume for speaker is 20%.

  [Fix]
  Backport a upstream patch, this patch is already in the pulseaudio-15.0,
  so impish already has this fix. Only hirsute and focal need to backport
  this patch.

  [Test]
  adjust speaker's volume to 80%, then plug headphone and adjust headphone's
  volume to 20%, unplug the headphone, the speaker's volume becomes to 80%,
  plug the headphone, the headphone's volume becomes to 20%.

  [Where problems could occur]
  The patch writes the output volume to hardware immediately when switching
  output device on the machines with sof audio driver, this could introduce
  pop noise when changing the output device, but this possibility is very
  low, I tested the patch on many lenovo and dell machines with sof audio 
driver,
  all worked as expected and have no pop noise when switching output device.

  

  The patch was merged to ubuntu 5.13.0 and 5.11.0 generic kernels
  with stable update already, but it is not merged to ubuntu 5.4.0
  kernel yet, so I sent this SRU for the focal kernel.

  [Impact]
  Users plug headphone and Mic to the audio jacks, but the system
  can't detect them, and couldn't output sound through headphone and
  record sound through Mic.

  [Fix]
  Backport a upstream patch, this will set the Mic to auto-detection
  mode and set the headphone to left location.

  [Test]
  Plug a headset to the headset audio jack, both headphone and mic
  could be detected. And output the sound to headphone, could hear
  the sound, record the sound through Mic, the sound could be recorded.

  [Where problems could occur]
  The patch is specific to Acer Aspire 5 machine, if it could introduce
  regression, it will make the audio like internal mic and internal spk
  stop working. But this possibility is very low.

  Hello,

  There seems to be lots of issues in sound driver for Acer Aspire
  A515-56-57XR with ALC255. I will list all of them below and 

[Desktop-packages] [Bug 1930188] Re: Acer Aspire 5 sound driver issues

2021-10-10 Thread Bijay Shah
** Attachment added: "ampliture-logs.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1930188/+attachment/5531829/+files/ampliture-logs.png

** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1930188

Title:
  Acer Aspire 5 sound driver issues

Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in linux source package in Focal:
  Fix Released
Status in pulseaudio source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released
Status in pulseaudio source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in pulseaudio source package in Impish:
  Fix Released

Bug description:
  SRU Justification for alsa-ucm-conf:

  [Impact]
  On the machines with the sof audio driver, users could adjust the input
  volume from UI, but this only adjusts the "Capture Volume",  the "Mic
  Boost" can't be changed, if "Mic Boost" is 0, even we adjust the "Capture
  Volume" to max, the recorded volume is still very low.

  [Fix]
  Backport a upstream patch, the patch adds the "Mic Boost" into the
  ucm

  [Test]
  plug a headset, make sure the headset-mic is the active input device,
  adjust the input volume to %20, open a terminal and run alsamixer,
  check the "Capture Volume" and "Mic Boost" value, then adjust the
  input volume to 80%, check those values and we could see both values
  are changed.

  [Where problems could occur]
  This patch could make the parse of input volume control fail, then
  the input volume can't be changed anymore when users adjust the
  volume from UI. But this possibility is very low, I tested this patch
  on many lenovo and dell machines with sof audio driver, all worked
  well.

  

  SRU Justification for pulseaudio:

  [Impact]
  On the machines with the sof audio driver, after booting up, the
  active output device is speaker by default, we adjust the output
  volume to 100%, then we plug a headphone, and adjust the output
  volume from 100% to 20%, now in theory, the speaker's volume is
  100%, the headphone's volume is 20%. We plugout the headphone,
  the active output device becomes speaker and we expect the volume
  changes to 100%, but the output volume for speaker is 20%.

  [Fix]
  Backport a upstream patch, this patch is already in the pulseaudio-15.0,
  so impish already has this fix. Only hirsute and focal need to backport
  this patch.

  [Test]
  adjust speaker's volume to 80%, then plug headphone and adjust headphone's
  volume to 20%, unplug the headphone, the speaker's volume becomes to 80%,
  plug the headphone, the headphone's volume becomes to 20%.

  [Where problems could occur]
  The patch writes the output volume to hardware immediately when switching
  output device on the machines with sof audio driver, this could introduce
  pop noise when changing the output device, but this possibility is very
  low, I tested the patch on many lenovo and dell machines with sof audio 
driver,
  all worked as expected and have no pop noise when switching output device.

  

  The patch was merged to ubuntu 5.13.0 and 5.11.0 generic kernels
  with stable update already, but it is not merged to ubuntu 5.4.0
  kernel yet, so I sent this SRU for the focal kernel.

  [Impact]
  Users plug headphone and Mic to the audio jacks, but the system
  can't detect them, and couldn't output sound through headphone and
  record sound through Mic.

  [Fix]
  Backport a upstream patch, this will set the Mic to auto-detection
  mode and set the headphone to left location.

  [Test]
  Plug a headset to the headset audio jack, both headphone and mic
  could be detected. And output the sound to headphone, could hear
  the sound, record the sound through Mic, the sound could be recorded.

  [Where problems could occur]
  The patch is specific to Acer Aspire 5 machine, if it could introduce
  regression, it will make the audio like internal mic and internal spk
  stop working. But this possibility is very low.

  Hello,

  There seems to be lots of issues in sound driver for Acer Aspire
  A515-56-57XR with ALC255. I will list all of them below and what I
  have tried so far.

  1. Headphones appears always plugged in even if they are physically not
  2. When actually plugging in headset/earphones it does not auto switch from 
speakers/internal mic to headphones/headset 

[Desktop-packages] [Bug 1930188] Re: Acer Aspire 5 sound driver issues

2021-10-10 Thread Bijay Shah
Hello, I tested both of the committed fixes from focal-proposed
packages. Here are my upgrade screenshots/logs and results

alsa-ucm-conf:
Volume is directly tied to mic boost now. I did some test and found out the mic 
boost applied to specific volume ranges using pavucontrol. Hope these ranges 
are as intended. I couldn't get 100% mic volume and 20db boost like windows but 
for 20db boost 69% to 99% volume level is possible so fine for me.

0% to 46% -> 0 db boost

47% to 68% -> 10 db boost

69% to 99% -> 20 db boost

100% above -> 30 db boost


pulseaudio:
Volume is seperated for speakers and headphones now. Like if I keep speaker 
volume to 75%, plug in headphones and keep it at 35% then plug headphones out 
speakers 75% volume is restored and vice versa. I noticed sometimes the 
headphones volume drops by 1% than it was before in alsamixer but guess it's 
due to rounding off or something not really an issue just for information.


** Attachment added: "amplitude-upgrade.png"
   
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1930188/+attachment/5531828/+files/amplitude-upgrade.png

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to pulseaudio in Ubuntu.
https://bugs.launchpad.net/bugs/1930188

Title:
  Acer Aspire 5 sound driver issues

Status in alsa-ucm-conf package in Ubuntu:
  Fix Committed
Status in linux package in Ubuntu:
  Fix Released
Status in pulseaudio package in Ubuntu:
  Fix Released
Status in alsa-ucm-conf source package in Focal:
  Fix Committed
Status in linux source package in Focal:
  Fix Released
Status in pulseaudio source package in Focal:
  Fix Committed
Status in alsa-ucm-conf source package in Hirsute:
  Fix Committed
Status in linux source package in Hirsute:
  Fix Released
Status in pulseaudio source package in Hirsute:
  Fix Committed
Status in alsa-ucm-conf source package in Impish:
  Fix Committed
Status in linux source package in Impish:
  Fix Released
Status in pulseaudio source package in Impish:
  Fix Released

Bug description:
  SRU Justification for alsa-ucm-conf:

  [Impact]
  On the machines with the sof audio driver, users could adjust the input
  volume from UI, but this only adjusts the "Capture Volume",  the "Mic
  Boost" can't be changed, if "Mic Boost" is 0, even we adjust the "Capture
  Volume" to max, the recorded volume is still very low.

  [Fix]
  Backport a upstream patch, the patch adds the "Mic Boost" into the
  ucm

  [Test]
  plug a headset, make sure the headset-mic is the active input device,
  adjust the input volume to %20, open a terminal and run alsamixer,
  check the "Capture Volume" and "Mic Boost" value, then adjust the
  input volume to 80%, check those values and we could see both values
  are changed.

  [Where problems could occur]
  This patch could make the parse of input volume control fail, then
  the input volume can't be changed anymore when users adjust the
  volume from UI. But this possibility is very low, I tested this patch
  on many lenovo and dell machines with sof audio driver, all worked
  well.

  

  SRU Justification for pulseaudio:

  [Impact]
  On the machines with the sof audio driver, after booting up, the
  active output device is speaker by default, we adjust the output
  volume to 100%, then we plug a headphone, and adjust the output
  volume from 100% to 20%, now in theory, the speaker's volume is
  100%, the headphone's volume is 20%. We plugout the headphone,
  the active output device becomes speaker and we expect the volume
  changes to 100%, but the output volume for speaker is 20%.

  [Fix]
  Backport a upstream patch, this patch is already in the pulseaudio-15.0,
  so impish already has this fix. Only hirsute and focal need to backport
  this patch.

  [Test]
  adjust speaker's volume to 80%, then plug headphone and adjust headphone's
  volume to 20%, unplug the headphone, the speaker's volume becomes to 80%,
  plug the headphone, the headphone's volume becomes to 20%.

  [Where problems could occur]
  The patch writes the output volume to hardware immediately when switching
  output device on the machines with sof audio driver, this could introduce
  pop noise when changing the output device, but this possibility is very
  low, I tested the patch on many lenovo and dell machines with sof audio 
driver,
  all worked as expected and have no pop noise when switching output device.

  

  The patch was merged to ubuntu 5.13.0 and 5.11.0 generic kernels
  with stable update already, but it is not merged to ubuntu 5.4.0
  kernel yet, so I sent this SRU for the focal kernel.

  [Impact]
  Users plug headphone and Mic to the audio jacks, but the system
  can't detect them, and couldn't output sound through headphone and
  record sound through Mic.

  [Fix]
  Backport a upstream patch, this will set the Mic to