[Desktop-packages] [Bug 1870829] Re: AptX and AptX HD unavailable as Bluetooth audio quality options

2021-08-15 Thread Nobuto Murata
>From a duplicate of this bug, as tldr:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1939933
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991597
> > > Does that mean that enabling it, would only add some dependencies but
> > > not actually do anything?
> >
> > Yes, a (soft) dependency should probably be added against
> > gstreamer1.0-plugins-bad, but as I said, the needed version (>= 1.19) is
> > not yet in debian
> 
> https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/commit/b916522382aaa33f216636a292e97cd769ac4093
> > 1.19.1

-- 
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/1870829

Title:
  AptX and AptX HD unavailable as Bluetooth audio quality options

Status in pulseaudio package in Ubuntu:
  Confirmed
Status in pulseaudio package in Debian:
  Unknown

Bug description:
  Current situation:

  When one connects a Bluetooth audio device, at best one can choose
  between "Headset Head Unit (HSP/HFP)" and "High Fidelity Playback
  (A2DP Sink)". That is sad when the audio device supports AptX or AptX
  HD.

  
  Expected situation:

  One can select AptX or AptX HD as the Bluetooth audio output profile.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1870829/+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 1931722] Re: software-properties-gtk generates python errors

2021-08-15 Thread Launchpad Bug Tracker
[Expired for software-properties (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: software-properties (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  software-properties-gtk generates python errors

Status in software-properties package in Ubuntu:
  Expired

Bug description:
  Launching software-properties-gtk gives all these Python errors after
  having upgraded to 21.04:

  Gtk-Message: 17:32:53.643: Failed to load module "appmenu-gtk-module"
  Traceback (most recent call last):
File "/usr/bin/software-properties-gtk", line 100, in 
  app = SoftwarePropertiesGtk(datadir=options.data_dir, options=options, 
file=file)
File 
"/usr/lib/python3/dist-packages/softwareproperties/gtk/SoftwarePropertiesGtk.py",
 line 196, in __init__
  bus = dbus.SystemBus()
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 195, in __new__
  return Bus.__new__(cls, Bus.TYPE_SYSTEM, mainloop=mainloop,
File "/usr/lib/python3/dist-packages/dbus/_dbus.py", line 102, in __new__
  bus = BusConnection.__new__(subclass, bus_type, mainloop=mainloop)
File "/usr/lib/python3/dist-packages/dbus/bus.py", line 124, in __new__
  bus = cls._new_for_bus(address_or_type, mainloop=mainloop)
  dbus.exceptions.DBusException: org.freedesktop.DBus.Error.LimitsExceeded: The 
maximum number of active connections for UID 1000 has been reached

  Version: 0.99.10

  ProblemType: Bug
  DistroRelease: Ubuntu 21.04
  Package: software-properties-common 0.99.10
  ProcVersionSignature: Ubuntu 5.11.0-18.19-generic 5.11.17
  Uname: Linux 5.11.0-18-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  CasperMD5CheckResult: unknown
  CurrentDesktop: MATE
  Date: Fri Jun 11 17:36:34 2021
  InstallationDate: Installed on 2020-09-06 (277 days ago)
  InstallationMedia: Ubuntu-MATE 20.04.1 LTS "Focal Fossa" - Release amd64 
(20200731)
  PackageArchitecture: all
  ProcEnviron:
   LANGUAGE=fr_FR
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=fr_FR.UTF-8
   SHELL=/bin/bash
  SourcePackage: software-properties
  UpgradeStatus: Upgraded to hirsute on 2021-06-08 (2 days ago)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-properties/+bug/1931722/+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 1940018] [NEW] Several potential bugs of memory leak in libx11-1.6.4

2021-08-15 Thread yuxuan He
Public bug reported:

Ubuntu version: 18.04
libx11 version:1.6.4
Hello,I found some potential bugs in package libx11-xcb-dev,and the microsoft 
word file in the attachment I uploaded shows the occurrence process of the bug 
in a graphical way.Would you help me check whether the bugs mentioned below are 
true? I'm not 100% sure that the bugs I submitted is correct. I hope you don't 
mind seeing the wrong bug I submitted.Thank you very much for your patience.

In file libx11-1.6.4/modules/im/ximcp/imLcPrs.c,defination of 
parsestringfile,line 734.
The statement "tbp=malloc(size);"allocate memory to tbp and in line 738,if 
select false branch at this statement,tbp will not be freed correctly.the 
process of this potential bug is shown in figure 1.

In file libx11-1.6.4/src/xlibi18n/lcDB.c,defination of f_numeric,line 882.
The statement "wordp=malloc(len+1);"allocate memory to wordp and in line 883,if 
select false branch at this statement,function f_numeric will go on to 
execute.In line 910 or line 915,if select false branch at this statement,wordp 
will not be freed correctly.the process of this potential bug is shown in 
figure 2.

In file libx11-1.6.4/src/xlibi18n/lcDB.c,defination of f_default,line 933.
The statement "wordp=malloc(len+1);"allocate memory to wordp and in line 934,if 
select false branch at this statement,function f_default will go on to 
execute.and if select true branch in line 938,flow goto err,In line 989,if 
select false branch here,wordp will not be freed correctly.the process of this 
potential bug is shown in figure 3.

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

** Attachment added: "libx11_memory_leak.docx"
   
https://bugs.launchpad.net/bugs/1940018/+attachment/5518042/+files/libx11_memory_leak.docx

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

Title:
  Several potential bugs of memory leak in libx11-1.6.4

Status in libx11 package in Ubuntu:
  New

Bug description:
  Ubuntu version: 18.04
  libx11 version:1.6.4
  Hello,I found some potential bugs in package libx11-xcb-dev,and the microsoft 
word file in the attachment I uploaded shows the occurrence process of the bug 
in a graphical way.Would you help me check whether the bugs mentioned below are 
true? I'm not 100% sure that the bugs I submitted is correct. I hope you don't 
mind seeing the wrong bug I submitted.Thank you very much for your patience.

  In file libx11-1.6.4/modules/im/ximcp/imLcPrs.c,defination of 
parsestringfile,line 734.
  The statement "tbp=malloc(size);"allocate memory to tbp and in line 738,if 
select false branch at this statement,tbp will not be freed correctly.the 
process of this potential bug is shown in figure 1.

  In file libx11-1.6.4/src/xlibi18n/lcDB.c,defination of f_numeric,line 882.
  The statement "wordp=malloc(len+1);"allocate memory to wordp and in line 
883,if select false branch at this statement,function f_numeric will go on to 
execute.In line 910 or line 915,if select false branch at this statement,wordp 
will not be freed correctly.the process of this potential bug is shown in 
figure 2.

  In file libx11-1.6.4/src/xlibi18n/lcDB.c,defination of f_default,line 933.
  The statement "wordp=malloc(len+1);"allocate memory to wordp and in line 
934,if select false branch at this statement,function f_default will go on to 
execute.and if select true branch in line 938,flow goto err,In line 989,if 
select false branch here,wordp will not be freed correctly.the process of this 
potential bug is shown in figure 3.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libx11/+bug/1940018/+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 1940014] [NEW] Several potential bugs of null pointer dereference in libx11-1.6.4

2021-08-15 Thread yuxuan He
Public bug reported:

Ubuntu version: 18.04
libx11-xcb-dev version:1.6.4
Hello,I found some potential bugs in package libx11,and the .docx file in the 
attachment I uploaded shows the occurrence process of the bug in a graphical 
way.Would you help me check whether the bugs mentioned below are true? I'm not 
100% sure that the bugs I submitted is correct. I hope you don't mind seeing 
the wrong bug I submitted.Thank you very much for your patience.

In file libx11-1.6.4/src/Xrm.c,defination of function XrmGetStringDatebase,line 
1559.
there is a statement call function NewDataBase(),load its return value to 
db,and this function may return a null pointer.in line 1560,there is a 
statement derefer db without check it.the process of this potential bug is 
shown in figure 1. There are several bugs caused by same reason such as in file 
Xrm.c,defination of function XrmPutStringResource,line 1532.In file Xrm.c 
,defination of function XrmCombineFileDatabase,line 1702.In file 
Xrm.c,defiantion of function XrmGetFileDatabase,line 1678.In file 
Xrm.c,defination of function XrmPutLineResource,line 1547.In file 
Xrms.c,defination of function XrmGetStringDatabase,line 1559.

In file libx11-1.6.4/src/Xrm.c,defination of function append_value_list,line 
489.
there is a statement call function Xmalloc to allocate memory,load its return 
value to value_list,but Xmalloc may fail to allocate memory,so value_list may 
be a null pointer.in line 490,there is a statement derefer value_list without 
check it.the process of this potential bug is shown in figure 2. 


In file libx11-1.6.4/modules/im/ximcp/imLcIm.c,defination of function 
_XimWriteCachedDefaultTree,line 464.
there is a statement call function Xmalloc to allocate memory,load its return 
value to m,but Xmalloc may fail to allocate memory,so m may be a null 
pointer.statements after derefer m without check it.the process of this 
potential bug is shown in figure 3. 

In file libx11-1.6.4/src/PolyReg.c,defination of function InsertEdgeInET,line 
98.
there is a statement call function Xmalloc to allocate memory,load its return 
value to tmpSLLBlock,but Xmalloc may fail to allocate memory,so tmpSLLBlock may 
be a null pointer.in line 100,there is a statement derefer tmpSLLBlock without 
check it.the process of this potential bug is shown in figure 5.btw,there are 
several null pointer dereference caused by same reason,one of which is marked 
by green text in graph 4.

In file libx11-1.6.4/modules/im/ximcp/imCallbk.c,defination of function 
_XimStrConversionCallback,line 338.
there is a statement call function Xmalloc to allocate memory,load its return 
value to buf,but Xmalloc may fail to allocate memory,so buf may be a null 
pointer.in line 340,buf act as the first parameter of funcion 
_XimSetHeader(this function is in file 
libx11-1.6.2/modules/im/ximcp/imDefIm.c,line 78),in this function there are 
several statement derefer buf without check.the process of this potential bug 
is shown in figure 5.btw,some of lines after line 340 also will derefer buf 
without check. 

In file libx11-1.6.4/modules/im/ximcp/imCallbk.c,defination of function 
_read_text_from_packet,line 528.
there is a statement call function Xmalloc to allocate memory,load its return 
value to text->feedback,but Xmalloc may fail to allocate memory,so 
text->feedback may be a null pointer.In line 531,there is a statement derefer 
text->feedback without check it.the process of this potential bug is shown in 
figure 6.

In file libx11-1.6.4/src/xcms/cmsColNm.c,defination of function 
_XcmsParseColorString,line 212.
there is a statement call function Xmalloc to allocate memory,load its return 
value to string_lowered ,but Xmalloc may fail to allocate memory,so 
string_lowered may be a null pointer.In line 219,there is a statement derefer 
string_lowered without check it.the process of this potential bug is shown in 
figure 7. 

In file libx11-1.6.4/src/xcms/cmsColNm.c,defination of function 
_XcmsLookupColorName,line 421.
there is a statement call function Xmalloc to allocate memory,load its return 
value to name_lowered ,but Xmalloc may fail to allocate memory,so name_lowered 
may be a null pointer.In line 432,there is a statement derefer name_lowered 
without check it.the process of this potential bug is shown in figure 8.


In file libx11-1.6.4/src/xcms/IdOfPr.c,defination of function 
XcmsFormatOfPrefix,line 70.
there is a statement call function Xmalloc to allocate memory,load its return 
value to string_lowered ,but Xmalloc may fail to allocate memory,so 
string_lowered  may be a null pointer.In line 82,there is a statement derefer 
string_lowered without check it.the process of this potential bug is shown in 
figure 9.

In file libx11-1.6.4/src/InitExt.c,defination of function XESetWireToError,line 
332.
there is a statement call function Xmalloc to allocate memory,load its return 
value to dpy->error_vec ,but Xmalloc may fail to allocate memory,so 
dpy->error_vec may be a null pointer.In line 

[Desktop-packages] [Bug 1939941] Re: Drop down menu issues

2021-08-15 Thread Daniel van Vugt
** Package changed: xorg (Ubuntu) => thunderbird (Ubuntu)

** Also affects: firefox (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/1939941

Title:
  Drop down menu issues

Status in firefox package in Ubuntu:
  New
Status in thunderbird package in Ubuntu:
  New

Bug description:
  I found that about a month or so ago that I was having problems with
  dropdown menus in Thunderbird where they would not respond when I
  clicked on them. I managed to get around this by using the arrow keys
  but I would also have issues with the thunderbird icon in the icon
  tray not responding if I suspended the computer with Thunderbird still
  open. Now I find that the drop down application menu in Firefox also
  doesn't work and when I click on it the menu flashes up very quickly
  but then disappears. Also sometimes drop down menus that I have opened
  continue to persist in the display even after I have shut down the
  program, so I don't think it is a problem just in Mozilla products. I
  have reported the bug to Mozilla however just in case.

  Thanks.

  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
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu65.1
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: unknown
  CompositorRunning: None
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Aug 14 13:19:47 2021
  DistUpgraded: 2021-05-17 16:32:46,967 DEBUG Running PostInstallScript: 
'/usr/lib/ubuntu-advantage/upgrade_lts_contract.py'
  DistroCodename: hirsute
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes, if not too technical
  GraphicsCard:
   Intel Corporation 4th Gen Core Processor Integrated Graphics Controller 
[8086:0416] (rev 06) (prog-if 00 [VGA controller])
 Subsystem: Dell 4th Gen Core Processor Integrated Graphics Controller 
[1028:05bd]
 Subsystem: Dell Sun XT [Radeon HD 8670A/8670M/8690M / R5 M330 / M430 / 
Radeon 520 Mobile] [1028:05bd]
  InstallationDate: Installed on 2021-03-06 (160 days ago)
  InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
  MachineType: Dell Inc. Latitude E6440
  ProcEnviron:
   LANGUAGE=en_GB:en
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_GB.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_i3o8fa@/vmlinuz-5.11.0-25-generic 
root=ZFS=rpool/ROOT/ubuntu_i3o8fa ro quiet splash vt.handoff=1
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: Upgraded to hirsute on 2021-05-17 (88 days ago)
  dmi.bios.date: 06/13/2019
  dmi.bios.release: 65.24
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: A24
  dmi.board.vendor: Dell Inc.
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvrA24:bd06/13/2019:br65.24:svnDellInc.:pnLatitudeE6440:pvr00:rvnDellInc.:rn:rvr:cvnDellInc.:ct9:cvr:
  dmi.product.name: Latitude E6440
  dmi.product.sku: 05BD
  dmi.product.version: 00
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  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 N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.11-1ubuntu1.1
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  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

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/1939941/+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 1939966] Re: Random system stops

2021-08-15 Thread Daniel van Vugt
Thanks for the bug report. Next time the problem happens, please:

1. Wait 10 seconds.

2. Reboot.

3. Run:

   journalctl -b-1 > prevboot.txt

4. Attach the resulting text file here.

5. Also check for crashes using these instructions:
https://wiki.ubuntu.com/Bugs/Responses#Missing_a_crash_report_or_having_a_.crash_attachment

** Package changed: xorg (Ubuntu) => ubuntu

** Changed in: ubuntu
   Status: New => Incomplete

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

Title:
  Random system stops

Status in Ubuntu:
  Incomplete

Bug description:
  Every once in a while (it's been three times this week), the entire
  system will just stop. There's still electricity running. The keyboard
  is lit up, and the monitor is black (electricity-running black, and
  not shutdown-black). There's no picture and no sound. Just immediately
  before it does, I know it's about to happen because whatever audio is
  playing at the time will begin repeating, and then the computer goes
  down. I don't actually know if it's an Xorg problem. It just sounded
  like the closest possibility, based on the way the computer actually
  behaves.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.11.0-25.27~20.04.1-generic 5.11.22
  Uname: Linux 5.11.0-25-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  .proc.driver.nvidia.capabilities.gpu0: Error: path was not a regular file.
  .proc.driver.nvidia.capabilities.mig: Error: path was not a regular file.
  .proc.driver.nvidia.gpus..01.00.0: Error: path was not a regular file.
  .proc.driver.nvidia.registry: Binary: ""
  .proc.driver.nvidia.suspend: suspend hibernate resume
  .proc.driver.nvidia.suspend_depth: default modeset uvm
  .proc.driver.nvidia.version:
   NVRM version: NVIDIA UNIX x86_64 Kernel Module  470.57.02  Tue Jul 13 
16:14:05 UTC 2021
   GCC version:  gcc version 9.3.0 (Ubuntu 9.3.0-17ubuntu1~20.04)
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompizPlugins: No value set for 
`/apps/compiz-1/general/screen0/options/active_plugins'
  CompositorRunning: None
  CurrentDesktop: XFCE
  Date: Sat Aug 14 19:34:11 2021
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  DkmsStatus:
   nvidia, 470.57.02, 5.11.0-25-generic, x86_64: installed
   nvidia, 470.57.02, 5.8.0-63-generic, x86_64: installed
   virtualbox, 6.1.22, 5.11.0-25-generic, x86_64: installed
   virtualbox, 6.1.22, 5.8.0-63-generic, x86_64: installed
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   NVIDIA Corporation TU106 [GeForce RTX 2060] [10de:1f15] (rev a1) (prog-if 00 
[VGA controller])
 Subsystem: ASUSTeK Computer Inc. Device [1043:1e21]
   Advanced Micro Devices, Inc. [AMD/ATI] Renoir [1002:1636] (rev f0) (prog-if 
00 [VGA controller])
 Subsystem: ASUSTeK Computer Inc. Renoir [1043:1e21]
  InstallationDate: Installed on 2021-03-20 (147 days ago)
  InstallationMedia: Xubuntu 20.04.2 LTS "Focal Fossa" - Release amd64 
(20210204)
  MachineType: ASUSTeK COMPUTER INC. TUF Gaming FA506IV_TUF506IV
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.11.0-25-generic 
root=UUID=0fc8340c-98de-4434-9806-ec613e241e8c ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 07/02/2020
  dmi.bios.release: 5.16
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: FA506IV.309
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: FA506IV
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.ec.firmware.release: 3.9
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrFA506IV.309:bd07/02/2020:br5.16:efr3.9:svnASUSTeKCOMPUTERINC.:pnTUFGamingFA506IV_TUF506IV:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnFA506IV:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
  dmi.product.family: TUF Gaming FA506IV
  dmi.product.name: TUF Gaming FA506IV_TUF506IV
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.102-1ubuntu1~20.04.1
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.2.6-0ubuntu0.20.04.1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.9-2ubuntu1.2~20.04.2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage 

[Desktop-packages] [Bug 1870829] Re: AptX and AptX HD unavailable as Bluetooth audio quality options

2021-08-15 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu)
   Status: Fix Released => Confirmed

** Bug watch added: Debian Bug tracker #991597
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991597

** Also affects: pulseaudio (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=991597
   Importance: Unknown
   Status: Unknown

-- 
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/1870829

Title:
  AptX and AptX HD unavailable as Bluetooth audio quality options

Status in pulseaudio package in Ubuntu:
  Confirmed
Status in pulseaudio package in Debian:
  Unknown

Bug description:
  Current situation:

  When one connects a Bluetooth audio device, at best one can choose
  between "Headset Head Unit (HSP/HFP)" and "High Fidelity Playback
  (A2DP Sink)". That is sad when the audio device supports AptX or AptX
  HD.

  
  Expected situation:

  One can select AptX or AptX HD as the Bluetooth audio output profile.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1870829/+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 1939933] Re: pulseaudio is not built with AptX support

2021-08-15 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1870829 ***
https://bugs.launchpad.net/bugs/1870829

Oh, sorry I never tested any of the new codecs. Bug 1870829 has been
reopened.

** This bug has been marked a duplicate of bug 1870829
   AptX and AptX HD unavailable as Bluetooth audio quality options

-- 
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/1939933

Title:
  pulseaudio is not built with AptX support

Status in pulseaudio package in Ubuntu:
  New
Status in pulseaudio package in Debian:
  Unknown

Bug description:
  The changelog mentions AptX, but it's not actually enabled in the
  build if I'm not mistaken. Aptx support seems to require gstreamer in
  the build dependency at least.

  [changelog]
  pulseaudio (1:15.0+dfsg1-1ubuntu1) impish; urgency=medium

* New upstream version resynchronized on Debian
 - Support for bluetooth LDAC and AptX codecs and HFP profiles for
   improved audio quality

  [upstream release notes]
  
https://www.freedesktop.org/wiki/Software/PulseAudio/Notes/15.0/#supportforldacandaptxbluetoothcodecsplussbcxqsbcwithhigher-qualityparameters

  
  [meson.build]

  bluez5_gst_dep = dependency('gstreamer-1.0', version : '>= 1.14', required : 
get_option('bluez5-gstreamer'))
  bluez5_gstapp_dep = dependency('gstreamer-app-1.0', required : 
get_option('bluez5-gstreamer'))
  have_bluez5_gstreamer = false
  if bluez5_gst_dep.found() and bluez5_gstapp_dep.found()
have_bluez5_gstreamer = true
cdata.set('HAVE_GSTLDAC', 1)
cdata.set('HAVE_GSTAPTX', 1)
  endif

  
  [build log]
  
https://launchpadlibrarian.net/551304449/buildlog_ubuntu-impish-amd64.pulseaudio_1%3A15.0+dfsg1-1ubuntu1_BUILDING.txt.gz

  ...
  Dependency gstreamer-1.0 skipped: feature gstreamer disabled
  Dependency gstreamer-app-1.0 skipped: feature gstreamer disabled
  Dependency gstreamer-rtp-1.0 skipped: feature gstreamer disabled
  Run-time dependency gstreamer-1.0 found: NO (tried pkgconfig and cmake)
  Run-time dependency gstreamer-app-1.0 found: NO (tried pkgconfig and cmake)
  ...

  Enable D-Bus:  true
Enable BlueZ 5:  true
  Enable native headsets:true
  Enable  ofono headsets:true
  Enable GStreamer based codecs: false

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1939933/+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 1870597] Re: libinput says: scheduled expiry is in the past... your system is too slow

2021-08-15 Thread Daniel van Vugt
> scheduled expiry is in the past (-1227ms), your system is too slow

That's a stutter of over a second between frames which is higher than
usual. Please make sure you are not using any GNOME extensions that
didn't come with Ubuntu.

-- 
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/1870597

Title:
  libinput says: scheduled expiry is in the past... your system is too
  slow

Status in mutter package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xserver-xorg-input-libinput package in Ubuntu:
  Confirmed

Bug description:
  During the freeze, the output of the install had a message from "gdm-
  x-session" saying "your system is too slow".

  To reproduce:
  1. Launch the Ubuntu installer
  2. Begin the installation process
  3. When the installation process begins, move the cursor around
  4. Notice how the PC freezes and drops mouse events

  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  gnome-shell:
Installed: 3.36.0-2ubuntu2
Candidate: 3.36.0-2ubuntu2
Version table:
   *** 3.36.0-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CasperVersion: 1.442
  Date: Fri Apr  3 14:24:21 2020
  DisplayManager: gdm3
  GsettingsChanges:
   
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:0810]
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. Inspiron 5570
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1870597/+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 1810126] Re: Extremely visible screen tearing with VLC and Firefox/Chromium

2021-08-15 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1754284 ***
https://bugs.launchpad.net/bugs/1754284

Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Extremely visible screen tearing with VLC and Firefox/Chromium

Status in mutter package in Ubuntu:
  Confirmed

Bug description:
  When watching videos in VLC on an external screen there is extremely
  visible screen tearing. But it's likely that the external screen only
  makes the problem worse as this website shows a lot of vsync issues in
  both Firefox and Chromium even with just the single screen:

  https://www.vsynctester.com/

  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: mutter 3.28.3-2~ubuntu18.04.2
  ProcVersionSignature: Ubuntu 4.15.0-43.46-generic 4.15.18
  Uname: Linux 4.15.0-43-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.5
  Architecture: amd64
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Dec 30 23:16:26 2018
  InstallationDate: Installed on 2018-05-31 (213 days ago)
  InstallationMedia: Ubuntu 18.04 LTS "Bionic Beaver" - Release amd64 (20180426)
  SourcePackage: mutter
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1810126/+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 1667894] Re: Remote desktop documenation not complete

2021-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-user-docs - 40.4-1ubuntu1

---
gnome-user-docs (40.4-1ubuntu1) impish; urgency=medium

  * Merge from Debian unstable (LP: #1667894, LP: #1928017). Remaining
changes:
- debian/{control*,rules,gnome-user-docs.install}:
  + Split into language specific binary packages.
- debian/{control*,rules}:
  + Don't install certain files and depend on ubuntu-docs.
- debian/rules:
  + Don't strip translated pages.
  + Don't run dh_translations.
- debian/control*:
  + Modify VCS info for Ubuntu
- debian/gbp.conf:
  + Set debian-branch ubuntu/master
  * debian/control*: Modify VCS info
  * debian/gbp.conf: Modify debian-branch

gnome-user-docs (40.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/control*:
- Change package description to GNOME Help (Lintian wants it to
  differ from the package name).
  * d/lintian-overrides: Clarify choice of package name

 -- Gunnar Hjalmarsson   Sun, 15 Aug 2021 20:00:27
+0200

** Changed in: gnome-user-docs (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  Remote desktop documenation not complete

Status in VNC-Client:
  New
Status in Gnome Documentation:
  Unknown
Status in vino:
  New
Status in gnome-user-docs package in Ubuntu:
  Fix Released

Bug description:
  The documentation on desktop sharing is incomplete. It describes how
  to turn it on but not how to use it.

  I have always been aware of this feature but I actually never tried to
  use it until today. Expecting it to just work.

  Turning sharing on is simple but it is completely unclear and
  undocumented how one would connect to the shared desktop. Remmina is
  default installed on a Ubuntu system but I don't think this is the
  software to use for this feat.

  Because the documentation is not complete I cannot use this feature. I
  have to find another way like installing VNC server.

  https://help.ubuntu.com/stable/ubuntu-help/sharing-desktop.html

To manage notifications about this bug go to:
https://bugs.launchpad.net/evnc/+bug/1667894/+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 1928017] Re: The Restriced Codecs article recommends an application that was recently discontinued

2021-08-15 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-user-docs - 40.4-1ubuntu1

---
gnome-user-docs (40.4-1ubuntu1) impish; urgency=medium

  * Merge from Debian unstable (LP: #1667894, LP: #1928017). Remaining
changes:
- debian/{control*,rules,gnome-user-docs.install}:
  + Split into language specific binary packages.
- debian/{control*,rules}:
  + Don't install certain files and depend on ubuntu-docs.
- debian/rules:
  + Don't strip translated pages.
  + Don't run dh_translations.
- debian/control*:
  + Modify VCS info for Ubuntu
- debian/gbp.conf:
  + Set debian-branch ubuntu/master
  * debian/control*: Modify VCS info
  * debian/gbp.conf: Modify debian-branch

gnome-user-docs (40.4-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/control*:
- Change package description to GNOME Help (Lintian wants it to
  differ from the package name).
  * d/lintian-overrides: Clarify choice of package name

 -- Gunnar Hjalmarsson   Sun, 15 Aug 2021 20:00:27
+0200

** Changed in: gnome-user-docs (Ubuntu)
   Status: Confirmed => Fix Released

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

Title:
  The Restriced Codecs article recommends an application that was
  recently discontinued

Status in Gnome Documentation:
  Unknown
Status in gnome-user-docs package in Ubuntu:
  Fix Released
Status in ubuntu-docs package in Ubuntu:
  Fix Released

Bug description:
  https://help.ubuntu.com/stable/ubuntu-help/video-dvd-restricted.html
  https://help.ubuntu.com/stable/ubuntu-help/video-dvd.html.en

  These two help articles both recommend the Fluendo DVD Player for
  legally playing DVDs. However, Fluendo announced that they would be
  discontinuing their product as of April 11, 2021, and new licenses
  don't appear to be available anymore
  (https://fluendo.com/en/blog/post/oneplay-dvd-player-product-
  discontinuation/). As such, these instructions are no longer accurate.

  The AskUbuntu community is currently searching for alternatives
  (https://askubuntu.com/questions/1337426/legally-playing-dvds-post-
  april-2021), but, in the mean-time, at least a note saying that the
  software was discontinued will be helpful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-user-docs/+bug/1928017/+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 1939997] Re: Thunderbird >78 needs libgpgme11 to stage packages

2021-08-15 Thread Ubuntu Foundations Team Bug Bot
The attachment "libgpgme11.patch" seems to be a patch.  If it isn't,
please remove the "patch" flag from the attachment, remove the "patch"
tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the
team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issues please contact him.]

** Tags added: patch

-- 
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/1939997

Title:
  Thunderbird >78 needs libgpgme11 to stage packages

Status in thunderbird package in Ubuntu:
  New

Bug description:
  In order to use Thunderbird >78 with smartcards it required to have
  libgpgme11 installed and therefore it should be added to the
  snapcraft.yaml stage packages. See
  
https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Install_GnuPG_and_GPGME

  Attached is a patch for the v8x branch.
  Thank you for the consideration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1939997/+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 1901316] Re: [Z370 AORUS Gaming 7, Realtek ALC1220, Green Line Out, Rear] Playback problem. Center and subwoofer work, everything else has no sound.

2021-08-15 Thread Terry
Hello

I've upgrade to Ubuntu 21.04, the the issue still exists.
Kernel version: Linux 5.11.0-25-generic #27-Ubuntu SMP Fri Jul 9 23:06:29 UTC 
2021 x86_64 x86_64 x86_64 GNU/Linux

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

Title:
  [Z370 AORUS Gaming 7, Realtek ALC1220, Green Line Out, Rear] Playback
  problem.  Center and subwoofer work, everything else has no sound.

Status in alsa-driver package in Ubuntu:
  Won't Fix

Bug description:
  When using the Ubuntu sound settings and doing a test, only the center
  and subwoofer channels produce sound.  When playing any media that
  relies on left/right channels, I don't hear anything.

  Used alsamixer to unmute / increase volume to all desired channels with no 
change
  Used PulseAudio volume control to load multiple different audio profiles with 
the same results.

  Ubuntu Release: 
  Description:  Ubuntu 20.10
  Release:  20.10

  alsa-base:
Installed: 1.0.25+dfsg-0ubuntu5
Candidate: 1.0.25+dfsg-0ubuntu5
Version table:
   *** 1.0.25+dfsg-0ubuntu5 500
  500 http://us.archive.ubuntu.com/ubuntu groovy/main amd64 Packages
  500 http://us.archive.ubuntu.com/ubuntu groovy/main i386 Packages
  100 /var/lib/dpkg/status

  pulseaudio:
Installed: 1:13.99.2-1ubuntu1
Candidate: 1:13.99.2-1ubuntu1
Version table:
   *** 1:13.99.2-1ubuntu1 500
  500 http://us.archive.ubuntu.com/ubuntu groovy/main amd64 Packages
  100 /var/lib/dpkg/status

  I also experienced the issue in the latest default kernel for Ubuntu,
  so I downloaded one of the later stable ones:

  Linux terry-pc 5.9.1-050901-generic #202010170731 SMP Sat Oct 17
  07:42:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

  When doing a speaker test, I get the following results:

  speaker-test -c6

  speaker-test 1.2.3

  Playback device is default
  Stream parameters are 48000Hz, S16_LE, 6 channels
  Using 16 octaves of pink noise
  Rate set to 48000Hz (requested 48000Hz)
  Buffer size range from 32 to 349525
  Period size range from 10 to 116509
  Using max buffer size 349524
  Periods = 4
  was set period_size = 87381
  was set buffer_size = 349524
   0 - Front Left -- NO SOUND
   4 - Center -- WORKS CORRECTLY
   1 - Front Right -- NO SOUND
   3 - Rear Right -- NO SOUND
   2 - Rear Left -- NO SOUND
   5 - LFE -- WORKS CORRECTLY

  I plugged headphones into the front jack, and the system detected and
  switched the sound output device to the headphones.  However, I still
  did not hear any sound when doing a test.

  Lastly, this sound device works as expected under Windows 10, so I
  don't believe that it is a hardware issue.

  Thank you for your time.

  ProblemType: Bug
  DistroRelease: Ubuntu 20.10
  Package: alsa-base 1.0.25+dfsg-0ubuntu5
  Uname: Linux 5.9.1-050901-generic x86_64
  ApportVersion: 2.20.11-0ubuntu50
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Oct 24 09:12:25 2020
  PackageArchitecture: all
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: alsa-driver
  Symptom: audio
  Symptom_AlsaPlaybackTest: ALSA playback test through plughw:PCH successful
  Symptom_Card: Built-in Audio - HDA Intel PCH
  Symptom_Jack: Green Line Out, Rear
  Symptom_PulsePlaybackTest: PulseAudio playback test successful
  Symptom_Type: Only some of outputs are working
  Title: [Z370 AORUS Gaming 7, Realtek ALC1220, Green Line Out, Rear] Playback 
problem
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 11/28/2019
  dmi.bios.release: 5.12
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F15a
  dmi.board.asset.tag: Default string
  dmi.board.name: Z370 AORUS Gaming 7
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  dmi.chassis.asset.tag: Default string
  dmi.chassis.type: 3
  dmi.chassis.vendor: Default string
  dmi.chassis.version: Default string
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrF15a:bd11/28/2019:br5.12:svnGigabyteTechnologyCo.,Ltd.:pnZ370AORUSGaming7:pvrDefaultstring:rvnGigabyteTechnologyCo.,Ltd.:rnZ370AORUSGaming7:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
  dmi.product.family: Default string
  dmi.product.name: Z370 AORUS Gaming 7
  dmi.product.sku: Default string
  dmi.product.version: Default string
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.modprobe.d.alsa-base.conf: [deleted]

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/alsa-driver/+bug/1901316/+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 1939999] Re: https://www.photodo.com/ filter option does not work

2021-08-15 Thread Pedro
the filter option is at http://www.photodo.com/browse-lenses

-- 
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/193

Title:
  https://www.photodo.com/ filter option does not work

Status in firefox package in Ubuntu:
  New

Bug description:
  The same web page work in ubuntu 18.04 and does not work in ubuntu 20.04
  In 18.04 let me use the filter optión, f.e. manufacturer
  In 20.04 It doesn't matter which filter is selected, it doesn't work, it just 
doesn't filter 

  I'm not exactly an expert, sorry if it's silly, and thanks for your
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: firefox 91.0+build2-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a103037 F pulseaudio
   /dev/snd/pcmC0D0p:   a103037 F...m pulseaudio
   /dev/snd/controlC1:  a103037 F pulseaudio
  BuildID: 20210804193234
  CasperMD5CheckResult: skip
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 15 19:09:24 2021
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2014-10-08 (2503 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  IpRoute:
   default via 192.168.1.3 dev eth0 proto dhcp metric 100 
   169.254.0.0/16 dev eth0 scope link metric 1000 
   192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.191 metric 100
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-1eb2066e-86ba-4d93-9ad5-058091171003
  PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
  PrefSources: prefs.js
  ProcEnviron:
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=es_ES.UTF-8
   SHELL=/bin/bash
  Profiles: Profile0 (Default) - LastVersion=91.0/20210804193234 (In use)
  RunningIncompatibleAddons: False
  SourcePackage: firefox
  SubmittedCrashIDs:
   bp-1eb2066e-86ba-4d93-9ad5-058091171003
   bp-91bb0303-c87a-4e15-8b22-df93e2150405
  Themes: extensions.sqlite corrupt or missing
  UpgradeStatus: Upgraded to focal on 2020-10-01 (318 days ago)
  dmi.bios.date: 12/01/2016
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: P2.70
  dmi.board.name: FM2A75M-DGS
  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.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS: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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/firefox/+bug/193/+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 1939999] [NEW] https://www.photodo.com/ filter option does not work

2021-08-15 Thread Pedro
Public bug reported:

The same web page work in ubuntu 18.04 and does not work in ubuntu 20.04
In 18.04 let me use the filter optión, f.e. manufacturer
In 20.04 It doesn't matter which filter is selected, it doesn't work, it just 
doesn't filter 

I'm not exactly an expert, sorry if it's silly, and thanks for your time

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: firefox 91.0+build2-0ubuntu0.20.04.1
ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
Uname: Linux 5.4.0-80-generic x86_64
AddonCompatCheckDisabled: False
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  a103037 F pulseaudio
 /dev/snd/pcmC0D0p:   a103037 F...m pulseaudio
 /dev/snd/controlC1:  a103037 F pulseaudio
BuildID: 20210804193234
CasperMD5CheckResult: skip
Channel: Unavailable
CurrentDesktop: ubuntu:GNOME
Date: Sun Aug 15 19:09:24 2021
Extensions: extensions.sqlite corrupt or missing
ForcedLayersAccel: False
IfupdownConfig:
 auto lo
 iface lo inet loopback
IncompatibleExtensions: Unavailable (corrupt or non-existant compatibility.ini 
or extensions.sqlite)
InstallationDate: Installed on 2014-10-08 (2503 days ago)
InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
IpRoute:
 default via 192.168.1.3 dev eth0 proto dhcp metric 100 
 169.254.0.0/16 dev eth0 scope link metric 1000 
 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.191 metric 100
Locales: extensions.sqlite corrupt or missing
MostRecentCrashID: bp-1eb2066e-86ba-4d93-9ad5-058091171003
PrefErrors: Unexpected character ',' before close parenthesis @ 
/usr/lib/firefox/omni.ja:greprefs.js:352
PrefSources: prefs.js
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
Profiles: Profile0 (Default) - LastVersion=91.0/20210804193234 (In use)
RunningIncompatibleAddons: False
SourcePackage: firefox
SubmittedCrashIDs:
 bp-1eb2066e-86ba-4d93-9ad5-058091171003
 bp-91bb0303-c87a-4e15-8b22-df93e2150405
Themes: extensions.sqlite corrupt or missing
UpgradeStatus: Upgraded to focal on 2020-10-01 (318 days ago)
dmi.bios.date: 12/01/2016
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: P2.70
dmi.board.name: FM2A75M-DGS
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.:bvrP2.70:bd12/01/2016:svnToBeFilledByO.E.M.:pnToBeFilledByO.E.M.:pvrToBeFilledByO.E.M.:rvnASRock:rnFM2A75M-DGS: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.

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


** Tags: amd64 apport-bug focal third-party-packages

-- 
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/193

Title:
  https://www.photodo.com/ filter option does not work

Status in firefox package in Ubuntu:
  New

Bug description:
  The same web page work in ubuntu 18.04 and does not work in ubuntu 20.04
  In 18.04 let me use the filter optión, f.e. manufacturer
  In 20.04 It doesn't matter which filter is selected, it doesn't work, it just 
doesn't filter 

  I'm not exactly an expert, sorry if it's silly, and thanks for your
  time

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: firefox 91.0+build2-0ubuntu0.20.04.1
  ProcVersionSignature: Ubuntu 5.4.0-80.90-generic 5.4.124
  Uname: Linux 5.4.0-80-generic x86_64
  AddonCompatCheckDisabled: False
  ApportVersion: 2.20.11-0ubuntu27.18
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC0:  a103037 F pulseaudio
   /dev/snd/pcmC0D0p:   a103037 F...m pulseaudio
   /dev/snd/controlC1:  a103037 F pulseaudio
  BuildID: 20210804193234
  CasperMD5CheckResult: skip
  Channel: Unavailable
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Aug 15 19:09:24 2021
  Extensions: extensions.sqlite corrupt or missing
  ForcedLayersAccel: False
  IfupdownConfig:
   auto lo
   iface lo inet loopback
  IncompatibleExtensions: Unavailable (corrupt or non-existant 
compatibility.ini or extensions.sqlite)
  InstallationDate: Installed on 2014-10-08 (2503 days ago)
  InstallationMedia: Ubuntu 12.04 LTS "Precise Pangolin" - Beta amd64 (20120328)
  IpRoute:
   default via 192.168.1.3 dev eth0 proto dhcp metric 100 
   169.254.0.0/16 dev eth0 scope link metric 1000 
   192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.191 metric 100
  Locales: extensions.sqlite corrupt or missing
  MostRecentCrashID: bp-1eb2066e-86ba-4d93-9ad5-058091171003
  PrefErrors: Unexpected character ',' before 

[Desktop-packages] [Bug 1939997] [NEW] Thunderbird >78 needs libgpgme11 to stage packages

2021-08-15 Thread Nikolaos Anastopoulos
Public bug reported:

In order to use Thunderbird >78 with smartcards it required to have
libgpgme11 installed and therefore it should be added to the
snapcraft.yaml stage packages. See
https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Install_GnuPG_and_GPGME

Attached is a patch for the v8x branch.
Thank you for the consideration.

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

** Patch added: "libgpgme11.patch"
   
https://bugs.launchpad.net/bugs/1939997/+attachment/5517998/+files/libgpgme11.patch

-- 
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/1939997

Title:
  Thunderbird >78 needs libgpgme11 to stage packages

Status in thunderbird package in Ubuntu:
  New

Bug description:
  In order to use Thunderbird >78 with smartcards it required to have
  libgpgme11 installed and therefore it should be added to the
  snapcraft.yaml stage packages. See
  
https://wiki.mozilla.org/Thunderbird:OpenPGP:Smartcards#Install_GnuPG_and_GPGME

  Attached is a patch for the v8x branch.
  Thank you for the consideration.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/thunderbird/+bug/1939997/+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 1938010] Re: package chromium-browser (not installed) failed to install/upgrade: new chromium-browser package pre-installation script subprocess returned error exit status 1

2021-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: chromium-browser (Ubuntu)
   Status: New => Confirmed

-- 
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/1938010

Title:
  package chromium-browser (not installed) failed to install/upgrade:
  new chromium-browser package pre-installation script subprocess
  returned error exit status 1

Status in chromium-browser package in Ubuntu:
  Confirmed

Bug description:
  Lecture des listes de paquets... Fait
  Construction de l'arbre des dépendances   
  Lecture des informations d'état... Fait
  Les paquets suivants ont été installés automatiquement et ne sont plus 
nécessaires :
chromium-codecs-ffmpeg-extra gstreamer1.0-vaapi
libgstreamer-plugins-bad1.0-0
  Veuillez utiliser « sudo apt autoremove » pour les supprimer.
  Les NOUVEAUX paquets suivants seront installés :
chromium-browser
  0 mis à jour, 1 nouvellement installés, 0 à enlever et 17 non mis à jour.
  Il est nécessaire de prendre 48,3 ko dans les archives.
  Après cette opération, 164 ko d'espace disque supplémentaires seront utilisés.
  Réception de :1 http://fr.archive.ubuntu.com/ubuntu focal-updates/universe 
amd64 chromium-browser amd64 1:85.0.4183.83-0ubuntu0.20.04.2 [48,3 kB]
  48,3 ko réceptionnés en 0s (185 ko/s)   
  Préconfiguration des paquets...
  Sélection du paquet chromium-browser précédemment désélectionné.
  (Lecture de la base de données... 22 fichiers et répertoires déjà 
installés.)
  Préparation du dépaquetage de 
.../chromium-browser_1%3a85.0.4183.83-0ubuntu0.20.04.2_amd64.deb ...
  => Installing the chromium snap
  ==> Checking connectivity with the snap store
  ==> Installing the chromium snap
  erreur : cannot install "chromium": cannot query the store for updates: got
unexpected HTTP status code 403 via POST to
"https://api.snapcraft.io/v2/snaps/refresh;
  dpkg: erreur de traitement de l'archive 
/var/cache/apt/archives/chromium-browser_1%3a85.0.4183.83-0ubuntu0.20.04.2_amd64.deb
 (--unpack) :
   new chromium-browser package pre-installation script subprocess returned 
error exit status 1
  Des erreurs ont été rencontrées pendant l'exécution :
   
/var/cache/apt/archives/chromium-browser_1%3a85.0.4183.83-0ubuntu0.20.04.2_amd64.deb
  E: Sub-process /usr/bin/dpkg returned an error code (1)

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: chromium-browser (not installed)
  ProcVersionSignature: Ubuntu 5.8.0-63.71~20.04.1-generic 5.8.18
  Uname: Linux 5.8.0-63-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.18
  AptOrdering:
   chromium-browser:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Mon Jul 26 09:32:32 2021
  ErrorMessage: new chromium-browser package pre-installation script subprocess 
returned error exit status 1
  InstallationDate: Installed on 2021-07-21 (4 days ago)
  InstallationMedia: Ubuntu 20.04.2.0 LTS "Focal Fossa" - Release amd64 
(20210209.1)
  Python3Details: /usr/bin/python3.8, Python 3.8.10, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.6
  SourcePackage: chromium-browser
  Title: package chromium-browser (not installed) failed to install/upgrade: 
new chromium-browser package pre-installation script subprocess returned error 
exit status 1
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1938010/+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 1928080] Re: Noto Sans Hebrew is not set as the fallback font of Noto Sans

2021-08-15 Thread Omer I.S.
** Changed in: fontconfig (Ubuntu)
   Status: Fix Released => New

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

Title:
  Noto Sans Hebrew is not set as the fallback font of Noto Sans

Status in fontconfig package in Ubuntu:
  New

Bug description:
  [This is a minor issue]

  Hello, Noto Sans Hebrew is not set as the fallback font of Noto Sans in 
Kubuntu, and the current fallback font of Noto Sans is Liberation Sans, and not 
Noto Sans Hebrew.
  May you fix it, please?

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fontconfig/+bug/1928080/+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 1883798] Re: package libjpeg-turbo8 2.0.3-0ubuntu1 failed to install/upgrade: trying to overwrite shared '/usr/share/doc/libjpeg-turbo8/changelog.Debian.gz', which is different

2021-08-15 Thread Sagar
Thank you so much ...you make my day.
Thanks Diki for the solution

Solution By " Diki Taufik Gurohman (taufikdiki11) wrote on 2020-12-15 "

rm -rf /usr/share/doc/libjpeg-turbo8/changelog.Debian.gz

then

apt --fix-broken install

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

Title:
  package libjpeg-turbo8 2.0.3-0ubuntu1 failed to install/upgrade:
  trying to overwrite shared '/usr/share/doc/libjpeg-
  turbo8/changelog.Debian.gz', which is different from other instances
  of package libjpeg-turbo8:amd64

Status in libjpeg-turbo package in Ubuntu:
  Confirmed

Bug description:
  not install file !!! packettracer

  ProblemType: Package
  DistroRelease: Ubuntu 20.04
  Package: libjpeg-turbo8 2.0.3-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
  Uname: Linux 5.4.0-37-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.2
  AptOrdering:
   libjpeg-turbo8:amd64: Install
   NULL: ConfigurePending
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Jun 17 03:37:01 2020
  DpkgTerminalLog:
   Preparing to unpack .../libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb ...
   Unpacking libjpeg-turbo8:amd64 (2.0.3-0ubuntu1.20.04.1) over 
(2.0.3-0ubuntu1) ...
   dpkg: error processing archive 
/var/cache/apt/archives/libjpeg-turbo8_2.0.3-0ubuntu1.20.04.1_amd64.deb 
(--unpack):
trying to overwrite shared 
'/usr/share/doc/libjpeg-turbo8/changelog.Debian.gz', which is different from 
other instances of package libjpeg-turbo8:amd64
  ErrorMessage: trying to overwrite shared 
'/usr/share/doc/libjpeg-turbo8/changelog.Debian.gz', which is different from 
other instances of package libjpeg-turbo8:amd64
  InstallationDate: Installed on 2020-06-16 (0 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
  PythonDetails: N/A
  RelatedPackageVersions:
   dpkg 1.19.7ubuntu3
   apt  2.0.2ubuntu0.1
  SourcePackage: libjpeg-turbo
  Title: package libjpeg-turbo8 2.0.3-0ubuntu1 failed to install/upgrade: 
trying to overwrite shared '/usr/share/doc/libjpeg-turbo8/changelog.Debian.gz', 
which is different from other instances of package libjpeg-turbo8:amd64
  UpgradeStatus: No upgrade log present (probably fresh install)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libjpeg-turbo/+bug/1883798/+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 1033869] Re: Cannot select by clicking text in zenity --list -radiolist

2021-08-15 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

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

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

Title:
  Cannot select by clicking text in zenity --list  -radiolist

Status in zenity package in Ubuntu:
  Confirmed

Bug description:
  The dialog box I get for this does not allow me to select an item by
  clicking on it.

  zenity --list --text "Pick an Item" --radiolist --column "" --column
  "Item" TRUE One FALSE Two FALSE Three FALSE Four

  If I want to select the item "Two", I cannot click on the text label
  "Two"; I have to hit the radio button to the left of it.  This is
  inconsistent with how radio buttons generally work, and might wreak
  havoc (power user clicks and hits Enter, only to realize too late that
  the click didn't do anything).  (Oh, but Enter doesn't worjk as
  expected, either.  Still, a plausible scenario; click label, click
  OK.)

  Besides the inconsistency and error scenario, it is also a usability
  problem, because the active area you can click on is very small, which
  will harm users who are not expert mouse operators.

  vnix$ $ lsb_release -rd
  Description:Ubuntu 10.04.4 LTS
  Release:10.04

  vnix$ apt-cache policy zenity
  zenity:
Installed: 2.30.0-0ubuntu1
Candidate: 2.30.0-0ubuntu1
Version table:
   *** 2.30.0-0ubuntu1 0
  500 http://mirrors.nic.funet.fi/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1033869/+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 1033869] Re: Cannot select by clicking text in zenity --list -radiolist

2021-08-15 Thread Lantizia
Have copied your bug to the upstream projects GitLab issue tracker to
see if it will gain more traction...

https://gitlab.gnome.org/GNOME/zenity/-/issues/37

** Bug watch added: gitlab.gnome.org/GNOME/zenity/-/issues #37
   https://gitlab.gnome.org/GNOME/zenity/-/issues/37

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

Title:
  Cannot select by clicking text in zenity --list  -radiolist

Status in zenity package in Ubuntu:
  Confirmed

Bug description:
  The dialog box I get for this does not allow me to select an item by
  clicking on it.

  zenity --list --text "Pick an Item" --radiolist --column "" --column
  "Item" TRUE One FALSE Two FALSE Three FALSE Four

  If I want to select the item "Two", I cannot click on the text label
  "Two"; I have to hit the radio button to the left of it.  This is
  inconsistent with how radio buttons generally work, and might wreak
  havoc (power user clicks and hits Enter, only to realize too late that
  the click didn't do anything).  (Oh, but Enter doesn't worjk as
  expected, either.  Still, a plausible scenario; click label, click
  OK.)

  Besides the inconsistency and error scenario, it is also a usability
  problem, because the active area you can click on is very small, which
  will harm users who are not expert mouse operators.

  vnix$ $ lsb_release -rd
  Description:Ubuntu 10.04.4 LTS
  Release:10.04

  vnix$ apt-cache policy zenity
  zenity:
Installed: 2.30.0-0ubuntu1
Candidate: 2.30.0-0ubuntu1
Version table:
   *** 2.30.0-0ubuntu1 0
  500 http://mirrors.nic.funet.fi/ubuntu/ lucid/main Packages
  100 /var/lib/dpkg/status

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/zenity/+bug/1033869/+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 1870597] Re: libinput says: scheduled expiry is in the past... your system is too slow

2021-08-15 Thread Song Yangyu
note that when I encountered the issue, I was just browsing webpage with
my Chrome. Nothing CPU/GPU intensitve task is running.

-- 
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/1870597

Title:
  libinput says: scheduled expiry is in the past... your system is too
  slow

Status in mutter package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xserver-xorg-input-libinput package in Ubuntu:
  Confirmed

Bug description:
  During the freeze, the output of the install had a message from "gdm-
  x-session" saying "your system is too slow".

  To reproduce:
  1. Launch the Ubuntu installer
  2. Begin the installation process
  3. When the installation process begins, move the cursor around
  4. Notice how the PC freezes and drops mouse events

  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  gnome-shell:
Installed: 3.36.0-2ubuntu2
Candidate: 3.36.0-2ubuntu2
Version table:
   *** 3.36.0-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CasperVersion: 1.442
  Date: Fri Apr  3 14:24:21 2020
  DisplayManager: gdm3
  GsettingsChanges:
   
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:0810]
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. Inspiron 5570
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2
  version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
  version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
  version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20190815-1
  version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mutter/+bug/1870597/+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 1870597] Re: libinput says: scheduled expiry is in the past... your system is too slow

2021-08-15 Thread Song Yangyu
Encountered similiar issue. I have: CPU - AMD 3700X; GPU - GeForce RTX
2060


Here're the related logs: 

Aug 15 14:34:12 desktop kernel: NVRM: GPU at PCI::07:00: 
GPU-fdd266b8-85b0-372c-6113-8dff8957ba75
Aug 15 14:34:12 desktop kernel: NVRM: Xid (PCI::07:00): 8, pid=1350, 
Channel 0010
Aug 15 14:34:21 desktop /usr/lib/gdm3/gdm-x-session[1084]: (II) event6  - USB 
Optical Mouse: SYN_DROPPED event - some input events have been lost.
Aug 15 14:34:21 desktop /usr/lib/gdm3/gdm-x-session[1084]: (EE) client bug: 
timer event6 debounce: scheduled expiry is in the past (-1227ms), your system 
is too slow
Aug 15 14:34:21 desktop /usr/lib/gdm3/gdm-x-session[1084]: (EE) client bug: 
timer event6 debounce short: scheduled expiry is in the past (-1240ms), your 
system is too slow
Aug 15 14:34:22 desktop google-chrome.desktop[2901]: 
[0815/143422.499770:WARNING:exception_snapshot_linux.cc(427)] Unhandled signal 
-1
Aug 15 14:34:22 desktop google-chrome.desktop[2901]: 
[2893:2923:0815/143422.525266:ERROR:gpu_process_host.cc(995)] GPU process 
exited unexpectedly: exit_code=512
Aug 15 14:34:23 desktop kernel: sched: RT throttling activated
Aug 15 14:34:24 desktop /usr/lib/gdm3/gdm-x-session[1084]: (EE) NVIDIA(GPU-0): 
WAIT (2, 8, 0x8000, 0xa2d0, 0xdf98)
Aug 15 14:34:31 desktop /usr/lib/gdm3/gdm-x-session[1084]: (EE) NVIDIA(GPU-0): 
WAIT (1, 8, 0x8000, 0xa2d0, 0xdf98)

-- 
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/1870597

Title:
  libinput says: scheduled expiry is in the past... your system is too
  slow

Status in mutter package in Ubuntu:
  Confirmed
Status in xorg-server package in Ubuntu:
  Confirmed
Status in xserver-xorg-input-libinput package in Ubuntu:
  Confirmed

Bug description:
  During the freeze, the output of the install had a message from "gdm-
  x-session" saying "your system is too slow".

  To reproduce:
  1. Launch the Ubuntu installer
  2. Begin the installation process
  3. When the installation process begins, move the cursor around
  4. Notice how the PC freezes and drops mouse events

  Description:  Ubuntu Focal Fossa (development branch)
  Release:  20.04

  gnome-shell:
Installed: 3.36.0-2ubuntu2
Candidate: 3.36.0-2ubuntu2
Version table:
   *** 3.36.0-2ubuntu2 500
  500 http://archive.ubuntu.com/ubuntu focal/main amd64 Packages
  100 /var/lib/dpkg/status

  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.0-2ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  ApportVersion: 2.20.11-0ubuntu21
  Architecture: amd64
  CasperVersion: 1.442
  Date: Fri Apr  3 14:24:21 2020
  DisplayManager: gdm3
  GsettingsChanges:
   
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  RelatedPackageVersions: mutter-common 3.36.0-2ubuntu1
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CompositorRunning: None
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroRelease: Ubuntu 20.04
  DistroVariant: ubuntu
  ExtraDebuggingInterest: Yes
  GraphicsCard:
   Intel Corporation UHD Graphics 620 [8086:5917] (rev 07) (prog-if 00 [VGA 
controller])
 Subsystem: Dell UHD Graphics 620 [1028:0810]
  LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
  MachineType: Dell Inc. Inspiron 5570
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: xorg-server (not installed)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   LANG=C.UTF-8
   SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/casper/vmlinuz 
file=/cdrom/preseed/hostname.seed quiet splash ---
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Tags:  focal ubuntu
  Uname: Linux 5.4.0-21-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups:
   
  _MarkForUpload: True
  dmi.bios.date: 05/15/2019
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 1.2.3
  dmi.board.name: 09YTN7
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 10
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr1.2.3:bd05/15/2019:svnDellInc.:pnInspiron5570:pvr:rvnDellInc.:rn09YTN7:rvrA00:cvnDellInc.:ct10:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 5570
  dmi.product.sku: 0810
  dmi.sys.vendor: Dell Inc.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.100-4
  version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.2-1ubuntu1
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.7-2ubuntu2