[Bug 1879272] Re: corrupted json payload when adding a device

2020-05-19 Thread Christian Ehrhardt 
@Andreas - I could reproduce this and I'm fine going on with the fix.
Yet I haven't seen any "impact" like what doesn't work because of this.
It will be easy to fix it for Ubuntu 20.10 and onwards, but for the SRU
[1] I'll need to describe the impact to justify it - if you could help
me on that I'd appreciate.

[1]: https://wiki.ubuntu.com/StableReleaseUpdates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879272

Title:
  corrupted json payload when adding a device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879272] Re: corrupted json payload when adding a device

2020-05-19 Thread Christian Ehrhardt 
Repro steps:

Start without a device like /etc/defaul/gpsd
  DEVICES=""

Attach a json watcher like to gpsd like
$ telnet localhost 2947
then enter
?WATCH={"enable":true,"json":true};

This looks like:

$ telnet localhost 2947
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
{"class":"VERSION","release":"3.20","rev":"3.20","proto_major":3,"proto_minor":14}
?WATCH={"enable":true,"json":true};
{"class":"DEVICES","devices":[]}
{"class":"WATCH","enable":true,"json":true,"nmea":false,"raw":0,"scaled":false,"timing":false,"split24":false,"pps":false}

Then on another console attach the device:
$ sudo gpsdctl add /dev/ttyUSB0

In the telnet socket watch you will see:
  {"class":"DEVICE","path":"/dev/ttyUSB0","activated":2020-05-20T05:42:54.598Z}

And the last element in this is violating JSON.
With the fix this no more happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879272

Title:
  corrupted json payload when adding a device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879615] Re: headset microphone not working

2020-05-19 Thread Daniel van Vugt
Please try:

  Settings > Sound > Output > Configuration = Headset Head Unit
(HSP/HFP)

Now does the microphone work?


** Changed in: bluez (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879615

Title:
  headset microphone not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878906] Re: copy/paste (clipboard) is broken in Ubuntu 18.04

2020-05-19 Thread Daniel van Vugt
** Changed in: mutter (Ubuntu)
   Status: Fix Released => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878906

Title:
  copy/paste (clipboard) is broken in Ubuntu 18.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878906] Re: copy/paste (clipboard) is broken in Ubuntu 18.04

2020-05-19 Thread Manfred Steiner
I am sorry, but the bug is not fixed. The bug now occurs very rarely (I
would estimate 1:20 -> 20 times normal, 1 times not working). So the
dist-upgrade has improved the situation, but not solved.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878906

Title:
  copy/paste (clipboard) is broken in Ubuntu 18.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878718] Re: HP ZBook 15 G6 display key (Fn+F1) autorepeats too fast to be usable

2020-05-19 Thread Kai-Heng Feng
Do you mean long press or a short press? I think this is expected
behavior for long press.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878718

Title:
  HP ZBook 15 G6 display key (Fn+F1) autorepeats too fast to be usable

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] Re: Mouse pointer keeps flashing/disappearing when an external monitor is connected

2020-05-19 Thread Daniel van Vugt
** Summary changed:

- Mouse pointer keeps flashing while fractional scaling is enabled
+ Mouse pointer keeps flashing/disappearing when an external monitor is 
connected

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

** Tags removed: xrandr-scaling

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing/disappearing when an external monitor is
  connected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879272] Re: corrupted json payload when adding a device

2020-05-19 Thread Christian Ehrhardt 
Thanks for reporting this Andreas, I'll take a look.

Note: The fix is not yet in a released version but will be in 3.21 once
it is released.


** Changed in: gpsd (Ubuntu)
 Assignee: (unassigned) => Christian Ehrhardt  (paelzer)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879272

Title:
  corrupted json payload when adding a device

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1877655] Re: [Dell Venue 11 Pro 7140] Trackpad does not work

2020-05-19 Thread Kai-Heng Feng
It doesn't look like a power management issue, somehow the trackpad just
stop responding during a short usage.

Can you please boot with kernel parameter "dyndbg='file drivers/usb/*
+p' log_buf_len=16M" and attach dmesg?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1877655

Title:
  [Dell Venue 11 Pro 7140] Trackpad does not work

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] Re: Mouse pointer keeps flashing while fractional scaling is enabled

2020-05-19 Thread Swift Lee
well I have to correct the trigger of this bug
The Fractional Scaling will not cause this problem. Once I connect to an 
external monitor, the mouse pointer starts flashing.

** Attachment added: "VID_20200520_133047.mp4"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1879020/+attachment/5374484/+files/VID_20200520_133047.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing/disappearing when an external monitor is
  connected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1874194] Re: Ubuntu 20.04 HDMI connected, no boot

2020-05-19 Thread Kai-Heng Feng
Please test latest drm-tip kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/drm-tip/current/

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874194

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879615] [NEW] headset microphone not working

2020-05-19 Thread dani
Public bug reported:

I can here sound in my bluetooth headsets (I tried several)
but I cannot make the microphone work

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: bluez 5.53-0ubuntu3
Uname: Linux 5.6.11-050611-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 07:29:30 2020
DistributionChannelDescriptor:
 # This is the distribution channel descriptor for the OEM CDs
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-bionic-amd64-20180608-47+beaver-three-eyed-raven+X92
InstallationDate: Installed on 2019-11-13 (188 days ago)
InstallationMedia: Ubuntu 18.04 "Bionic" - Build amd64 LIVE Binary 
20180608-09:38
InterestingModules: rfcomm bnep btusb bluetooth
MachineType: Dell Inc. XPS 13 7390
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.11-050611-generic 
root=UUID=a07ae209-275c-4c8b-985d-ba52e5f7f214 ro quiet splash 
mem_sleep_default=deep vt.handoff=7
SourcePackage: bluez
UpgradeStatus: Upgraded to focal on 2020-05-13 (6 days ago)
dmi.bios.date: 03/26/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.5.1
dmi.board.name: 0G2D0W
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.5.1:bd03/26/2020:svnDellInc.:pnXPS137390:pvr:rvnDellInc.:rn0G2D0W:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 13 7390
dmi.product.sku: 0962
dmi.sys.vendor: Dell Inc.
hciconfig:
 hci0:  Type: Primary  Bus: USB
BD Address: 4C:1D:96:DA:9E:12  ACL MTU: 1021:4  SCO MTU: 96:6
UP RUNNING PSCAN ISCAN 
RX bytes:130281 acl:173 sco:0 events:15048 errors:0
TX bytes:4105451 acl:5549 sco:12 commands:8979 errors:0

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879615

Title:
  headset microphone not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878005] Re: Chrony crashes on install from raspberry pi 2

2020-05-19 Thread Christian Ehrhardt 
FYI - /me is trying an armhf image later on because that is the likely
place to hit this ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878005

Title:
  Chrony crashes on install from raspberry pi 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879599] Re: Ubuntu 18.04/19.10/20.04, wlan0 doesn't have inet6 link local address generated automaticlly.

2020-05-19 Thread Gunnar Hjalmarsson
ubuntu-docs is a package for the desktop documentation, which this issue
apparently is not about. Please make an effort yourself to find a
reasonable package.

Changing affected package to the generic "Ubuntu" in the meantime.

** Package changed: ubuntu-docs (Ubuntu) => ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879599

Title:
  Ubuntu 18.04/19.10/20.04, wlan0 doesn't have inet6 link local address
  generated automaticlly.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879613] Status changed to Confirmed

2020-05-19 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879613

Title:
  Computer hung when resuming from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] Re: Mouse pointer keeps flashing while fractional scaling is enabled

2020-05-19 Thread Swift Lee
apport information

** Tags added: apport-collected third-party-packages

** Description changed:

  I'm running 20.04 LTS on Surface Book 2 15',and I connect a external display 
via USB-C dock. I need to use different scaling settings for different 
monitors, so I enabled Fractional Scaling. After that the mouse pointer starts 
flashing all the time, especially in some system apps like settings.
   The internal display is 200% scaling and 100% for the external one.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DisplayManager: gdm3
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-01-11 (129 days ago)
+ InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
+ Package: gnome-shell 3.36.2-1ubuntu1~20.04.1 [origin: unknown]
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
+ RelatedPackageVersions: mutter-common 3.36.2-1ubuntu1~20.04.1
+ Tags: third-party-packages focal
+ Uname: Linux 5.4.0-31-generic x86_64
+ UnreportableReason: This is not an official Ubuntu package. Please remove any 
third party package and try again.
+ UpgradeStatus: Upgraded to focal on 2020-05-16 (4 days ago)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

** Attachment added: "Dependencies.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374462/+files/Dependencies.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] ShellJournal.txt

2020-05-19 Thread Swift Lee
apport information

** Attachment added: "ShellJournal.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374466/+files/ShellJournal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879614] [NEW] update failed from 16.04 to 18.04

2020-05-19 Thread Alex Zhang
Public bug reported:


正在检查软件包管理器
正在读取软件包列表... 完成 
正在分析软件包的依赖关系树
正在读取状态信息... 完成  

正在计算变更

正在计算变更

无法计算升级

An unresolvable problem occurred while calculating the upgrade.

This was likely caused by: 
* Unofficial software packages not provided by Ubuntu 
Please use the tool 'ppa-purge' from the ppa-purge 
package to remove software from a Launchpad PPA and 
try the upgrade again. 

如果这些都不生效,请在终端中使用命令 'ubuntu-bug ubuntu-release-upgrader-core' 来报告 
bug。If you want to investigate this yourself the log files in 
'/var/log/dist-upgrade' will contain details about the upgrade. 
Specifically, look at 'main.log' and 'apt.log'. 


正在恢复原始系统状态

中止
正在读取软件包列表... 完成 
正在分析软件包的依赖关系树
正在读取状态信息... 完成

ProblemType: Bug
DistroRelease: Ubuntu 16.04
Package: ubuntu-release-upgrader-core 1:16.04.30
ProcVersionSignature: Ubuntu 4.15.0-65.74~16.04.1-generic 4.15.18
Uname: Linux 4.15.0-65-generic x86_64
NonfreeKernelModules: nvidia_uvm nvidia_drm nvidia_modeset nvidia
ApportVersion: 2.20.1-0ubuntu2.23
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: Unity
Date: Wed May 20 13:15:30 2020
InstallationDate: Installed on 2019-01-16 (490 days ago)
InstallationMedia: Ubuntu 16.04.5 LTS "Xenial Xerus" - Release amd64 (20180731)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to xenial on 2020-05-20 (0 days ago)

** Affects: ubuntu-release-upgrader (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug dist-upgrade xenial

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879614

Title:
  update failed from 16.04 to 18.04

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1879614/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] ProcCpuinfoMinimal.txt

2020-05-19 Thread Swift Lee
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374464/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] ProcEnviron.txt

2020-05-19 Thread Swift Lee
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374465/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878005] Re: Chrony crashes on install from raspberry pi 2

2020-05-19 Thread Christian Ehrhardt 
Yep, I'll merge 3.5-9 now which will also give me the test improvements that I 
recently submitted to you. The tests still keep failing sometimes, so that will 
help as well.
Once that is good in groovy I'll go for the SRU on top of 3.5-6ubuntu6.

@Vincent - have you found a clear reproducer for this as e.g. on my
Raspberries it is not triggering. I'm running arm64 thou, maybe only
armhf would be affected?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878005

Title:
  Chrony crashes on install from raspberry pi 2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] GsettingsChanges.txt

2020-05-19 Thread Swift Lee
apport information

** Attachment added: "GsettingsChanges.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374463/+files/GsettingsChanges.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879020] monitors.xml.txt

2020-05-19 Thread Swift Lee
apport information

** Attachment added: "monitors.xml.txt"
   
https://bugs.launchpad.net/bugs/1879020/+attachment/5374467/+files/monitors.xml.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879020

Title:
  Mouse pointer keeps flashing while fractional scaling is enabled

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879604] Re: On a 4k monitor, firefox playing 4k youtube video stutters… whereas in Unity it is smooth.

2020-05-19 Thread Daniel van Vugt
Thanks for the bug report.

Please:

1. Open a terminal window and run 'top'. Now when the stutter is
happening what processes does 'top' report as using the most CPU?

2. Run:

   lspci -k > lspcik.txt
   xrandr --verbose > xrandr.txt
   journalctl -b0 > journal.txt

   and attach the resulting text files here.

** Summary changed:

- In response to Daniel Van Vugt's mail : On a 4k monitor, firefox playing 4k 
youtube video stutters… whereas in Unity it is smoooth. nvidia1050
+ On a 4k monitor, firefox playing 4k youtube video stutters… whereas in Unity 
it is smooth.

** Tags added: nvidia performance

** Changed in: gnome-shell (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879604

Title:
  On a 4k monitor, firefox playing 4k youtube video stutters… whereas in
  Unity it is smooth.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879325] Re: Unable to remove disk metadata on vm

2020-05-19 Thread Christian Ehrhardt 
Added an SRU template in preparation.

@Riccardo - in addition to trying the PPA, would you let me know if in your 
environment this is "just the warning flooding the log" or does it also have 
more severe impact like a function failing?
If so does the PPA only fix the warning or also the formerly failing function?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879325

Title:
  Unable to remove disk metadata on vm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879325] Re: Unable to remove disk metadata on vm

2020-05-19 Thread Christian Ehrhardt 
Incomplete for now waiting on user reply in regard to the PPA fix.

** Changed in: libvirt (Ubuntu)
   Status: Triaged => Incomplete

** Changed in: libvirt (Ubuntu Focal)
   Status: Triaged => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879325

Title:
  Unable to remove disk metadata on vm

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879325] Re: Unable to remove disk metadata on vm

2020-05-19 Thread Christian Ehrhardt 
Note: related upstream issue
https://gitlab.com/libvirt/libvirt/-/issues/25

Hi Riccardo,
thanks for the report and the discussion until there was a fix.

I have prepared PPAs for Groovy and Focal including that fix for you to
try if that change alone is really sufficient for your case as well. If
you could give these a try and let me know?

** Bug watch added: gitlab.com/libvirt/libvirt/-/issues #25
   https://gitlab.com/libvirt/libvirt/-/issues/25

** Description changed:

+ [Impact]
+ 
+  * The impact is log flooding with warnings for every guest start/stop
+ 
+  * Maybe the impact also has in some cases worse effects due to the bad RC 
+of the function e.g. blocking other actions - that could be happening in 
+the CI run it was reported with.
+ 
+  * Upstream has added a fix and this is backporting it (applies cleanly as-
+is)
+ 
+ [Test Case]
+ 
+  * Run this in one console
+  $ journalctl -f -u libvirtd | grep -i meta
+  * and in the other spawn a guest (e.g. via uvtool-libvirt or any other) 
+and shut it down. Shutdown will pass qemuBlockRemoveImageMetadata -> 
+qemuSecurityMoveImageMetadata ... which will trigger the issue.
+ 
+Without a fix the log will all the time get an entry like:
+ 
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: this function is not supported 
by the connection driver: virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: internal error: child reported 
(status=125): this function is not supported by the connection driver: 
virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: Unable to remove disk metadata 
on vm focal from /var/lib/uvtool/libvirt/images/focal.qcow (disk target vda)
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: this function is not supported 
by the connection driver: virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: internal error: child reported 
(status=125): this function is not supported by the connection driver: 
virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: Unable to remove disk metadata 
on vm focal from 
/var/lib/uvtool/libvirt/images/x-uvt-b64-Y29tLnVidW50dS5jbG91ZC5kYWlseTpzZXJ2ZXI6MjAuMDQ6YW1kNjQgMjAyMDAzMjk=
 (disk target vda)
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: this function is not supported 
by the connection driver: virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: internal error: child reported 
(status=125): this function is not supported by the connection driver: 
virSecurityManagerMoveImageMetadata
+ Mai 20 07:10:12 Keschdeichel libvirtd[2638]: Unable to remove disk metadata 
on vm focal from /var/lib/uvtool/libvirt/images/focal-ds.qcow (disk target vdb)
+ 
+ 
+ [Regression Potential]
+ 
+  * It is a check on a function that doesn't need to exist for apparmor.
+Hence making that check not a fail does not have a huge regression 
+potential - it is not that "now" it would do more. It just no more 
+complains about it and thereby avoids log flooding.
+ 
+ [Other Info]
+  
+  * n/a
+ 
+ 
+ ---
+ 
+ 
  We can reproduce this 100% in our CI (upstream Openstack Ironic)
  using Ubuntu 20.04 LTS Focal Fossa with libvirt 6.0.0
  
  2020-05-15 10:05:50.626+: 96089: error : 
virSecurityManagerMoveImageMetadata:476 : this function is not supported by the 
connection driver: virSecurityManagerMoveImageMetadata
  2020-05-15 10:05:50.628+: 96089: error : virProcessRunInFork:1159 : 
internal error: child reported (status=125): this function is not supported by 
the connection driver: virSecurityManagerMoveImageMetadata
  2020-05-15 10:05:50.628+: 96089: warning : 
qemuBlockRemoveImageMetadata:2629 : Unable to remove disk metadata on vm node-0 
from /var/lib/libvirt/images/node-0.qcow2 (disk target vda)
  
  complete libvirt logs:
  
https://storage.bhs.cloud.ovh.net/v1/AUTH_dcaab5e32b234d56b626f72581e3644c/zuul_opendev_logs_688/716889/26/check/ironic-tempest-ipa-partition-uefi-pxe-grub2/688814a/controller/logs/libvirt/libvirtd_log.txt
  
  This was filed upstream and fixed by:
  
https://gitlab.com/libvirt/libvirt/-/commit/cc8c297e473afd55e5d8e35e18345d8df176059d

** Also affects: libvirt (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: libvirt (Ubuntu Focal)
   Status: New => Triaged

** Changed in: libvirt (Ubuntu)
   Importance: Undecided => Medium

** Changed in: libvirt (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: libvirt (Ubuntu)
 Assignee: (unassigned) => Christian Ehrhardt  (paelzer)

** Tags added: server-next

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879325

Title:
  Unable to remove disk metadata on vm

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

-- 
ubuntu-bugs mailing list

[Bug 1874986] Re: App grid can't switch pages when using low resolutions such as 800x600

2020-05-19 Thread Daniel van Vugt
Seems the issue only occurs at low resolution.

It's also unclear if the problem is specific to ubuntu-dock like some of
our other overview bugs are. When I disabled ubuntu-dock the bug stopped
happening. But when I re-enabled it the bug also stopped happening.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874986

Title:
  App grid can't switch pages when using low resolutions such as 800x600

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1866149] Re: CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd default sysctl

2020-05-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-kvm (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866149

Title:
  CONFIG_BASE_SMALL=1 restricts pid space, which conflicts with systemd
  default sysctl

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux-kvm/+bug/1866149/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1874986] Re: Ubuntu 20.04 official can't switch pages in "Show Applications"

2020-05-19 Thread Daniel van Vugt
I also saw this bug happen once. Plus another user reported it in bug
1879600.

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Confirmed

** Changed in: gnome-shell (Ubuntu)
   Importance: Low => Medium

** Summary changed:

- Ubuntu 20.04 official can't switch pages in "Show Applications"
+ App grid can't switch pages when using low resolutions such as 800x600

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1874986

Title:
  App grid can't switch pages when using low resolutions such as 800x600

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879600] Re: Show Applications > All jitters and does not display the second page

2020-05-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1876889 ***
https://bugs.launchpad.net/bugs/1876889

This is a duplicate of bug 1876889 and bug 1874986 so please use those.


** This bug has been marked a duplicate of bug 1876889
   Jiggling Frequent/All/page buttons at low resolutions

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879600

Title:
  Show Applications > All jitters and does not display the second page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878484] Re: kernel panic on i915

2020-05-19 Thread Kai-Heng Feng
Please update the system and test 5.4.0-31.35.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878484

Title:
  kernel panic on i915

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876889] Re: Jiggling Frequent/All/page buttons at low resolutions

2020-05-19 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876889

Title:
  Jiggling Frequent/All/page buttons at low resolutions

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-shell/+bug/1876889/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872527] Re: Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM guests)

2020-05-19 Thread Stan via ubuntu-bugs
A general userland comment:

Reading the above, I experience this among Centos VMs. It is very hard
to reproduce for typical text copy/pastes involving bash terminals, text
files, and spreadsheets (libre).

However, it plagues me for copying from Firefox web pages. It is so bad
that I often open up a simple text file on the copy-from VM to see if
anything is being captured. In those cases, the paste usually does not
paste anything.

I realize that this is not a bug report, but maybe this scenario will
help create a context for further debugging, that may provide a higher
repro rate.

This bug is very worth fixing.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872527

Title:
  Clipboard doesn't work 100% of the time in Ubuntu 20.04 (in KVM
  guests)

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1852183] Re: [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu 19.10 & 20.04 (see comment 93)

2020-05-19 Thread Adam Dingle
A brief update: I am still running with the proposed mutter package on
Ubuntu 20.04, and hae seen this copy/paste problem occur several more
times in the last few days.  I continue to believe that the new mutter
is an improvement, but that the bug has not been fixed completely.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1852183

Title:
  [X11] copy/paste (clipboard) with LibreOffice is broken in Ubuntu
  19.10 & 20.04 (see comment 93)

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1852183/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879593] Re: show applications sub-menu missing labels on last line

2020-05-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1873725 ***
https://bugs.launchpad.net/bugs/1873725

Thank you for taking the time to report this bug and helping to make
Ubuntu better. This particular bug has already been reported and is a
duplicate of bug 1873725, so it is being marked as such. Please look at
the other bug report to see if there is any missing information that you
can provide, or to see if there is a workaround for the bug.
Additionally, any further discussion regarding the bug should occur in
the other report. Feel free to continue to report any other bugs you may
find.


** This bug has been marked a duplicate of bug 1873725
   Folder under applications menu doesn't show text below last line of icons.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879593

Title:
  show applications sub-menu missing labels on last line

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879613] [NEW] Computer hung when resuming from suspend

2020-05-19 Thread Vadim Peretokin
Public bug reported:

The computer seemingly hung when resuming from suspend and failed to
show the login screen. Switching to Ctr+Alt+F2 was showing a lot of disk
errors.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-31-generic 5.4.0-31.35
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  vadi   3100 F pulseaudio
 /dev/snd/controlC1:  vadi   3100 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: Unity:Unity7:ubuntu
Date: Wed May 20 07:01:51 2020
EcryptfsInUse: Yes
InstallationDate: Installed on 2012-03-23 (2979 days ago)
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
MachineType: Gigabyte Technology Co., Ltd. X570 AORUS ELITE
ProcFB: 0 VESA VGA
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=20aa0109-67bb-46a0-95c6-626f0f0487eb ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-31-generic N/A
 linux-backports-modules-5.4.0-31-generic  N/A
 linux-firmware1.187
RfKill:
 
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/06/2019
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: F11
dmi.board.asset.tag: Default string
dmi.board.name: X570 AORUS ELITE
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.:bvrF11:bd12/06/2019:svnGigabyteTechnologyCo.,Ltd.:pnX570AORUSELITE:pvr-CF:rvnGigabyteTechnologyCo.,Ltd.:rnX570AORUSELITE:rvrx.x:cvnDefaultstring:ct3:cvrDefaultstring:
dmi.product.family: Default string
dmi.product.name: X570 AORUS ELITE
dmi.product.sku: Default string
dmi.product.version: -CF
dmi.sys.vendor: Gigabyte Technology Co., Ltd.

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879613

Title:
  Computer hung when resuming from suspend

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879546] Re: I'm not able to boot if not in nomodeset mode. OS isn't able to use Intel Graphics card

2020-05-19 Thread Daniel van Vugt
Please also don't use any PPAs for your graphics drivers, as those are
also unsupported and may cause problems.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879546

Title:
  I'm not able to boot if not in nomodeset mode. OS isn't able to use
  Intel Graphics card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879611] Re: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-05-19 Thread Apport retracing service
** Tags removed: need-duplicate-check

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879611

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879546] Re: I'm not able to boot if not in nomodeset mode. OS isn't able to use Intel Graphics card

2020-05-19 Thread Daniel van Vugt
In summary, please:

 * Don't install drivers from a PPA. Remove the PPA from your system.

 * Don't use the kernel parameter: nvidia-drm.modeset=1

 * Don't use the kernel parameter: nomodeset

then reproduce the problem and on the next boot (with nomodeset) run:

  journalctl -b-1 > prevboot.txt

and attach the resulting text file here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879546

Title:
  I'm not able to boot if not in nomodeset mode. OS isn't able to use
  Intel Graphics card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879612] Re: Wifi looses connection more often after the upgrade

2020-05-19 Thread Raghavendra Bankapur
This is the driver being installed

07:00.0 Network controller: Ralink corp. RT5390 [802.11 b/g/n 1T1R G-band PCI 
Express Single Chip]
08:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL810xE PCI 
Express Fast Ethernet controller (rev 05)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879612

Title:
  Wifi looses connection more often after the upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879546] Re: I'm not able to boot if not in nomodeset mode. OS isn't able to use Intel Graphics card

2020-05-19 Thread Daniel van Vugt
We will need to see what the system log looks like without nomodeset.
Please remove that and try booting again. After that, reboot with
nomodeset and run this command to collect the system log of the failed
boot:

  journalctl -b-1 > prevboot.txt

and attach the resulting text file here.

P.S. Please also avoid using nvidia-drm.modeset=1 as we do not support
that -- it will cause additional bugs.

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

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879546

Title:
  I'm not able to boot if not in nomodeset mode. OS isn't able to use
  Intel Graphics card

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879612] [NEW] Wifi looses connection more often after the upgrade

2020-05-19 Thread Raghavendra Bankapur
Public bug reported:

I upgraded my ubuntu to 20.04 LTS. After the upgrade I keep seeing the
wifi issues. More often it keeps getting disconnected and I will have to
go on Airplane mode to re enable the connectivity.

** Affects: linux (Ubuntu)
 Importance: Undecided
 Status: Incomplete


** Tags: network ubuntu20.04 wifi

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879612

Title:
  Wifi looses connection more often after the upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1875199] Re: [NUC8CCHK][HDA-Intel - HDA Intel PCH, playback] No sound at all

2020-05-19 Thread Kai-Heng Feng
Please test latest mainline kernel:
https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7-rc6/

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1875199

Title:
  [NUC8CCHK][HDA-Intel - HDA Intel PCH, playback] No sound at all

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879612] Missing required logs.

2020-05-19 Thread Ubuntu Kernel Bot
This bug is missing log files that will aid in diagnosing the problem.
While running an Ubuntu kernel (not a mainline or third-party kernel)
please enter the following command in a terminal window:

apport-collect 1879612

and then change the status of the bug to 'Confirmed'.

If, due to the nature of the issue you have encountered, you are unable
to run this command, please add a comment stating that fact and change
the bug status to 'Confirmed'.

This change has been made by an automated script, maintained by the
Ubuntu Kernel Team.

** Changed in: linux (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879612

Title:
  Wifi looses connection more often after the upgrade

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878726] Re: Live USB Installer not working Samsung Notebook 9 Pro 15"

2020-05-19 Thread Kai-Heng Feng
Please attach full dmesg.

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878726

Title:
  Live USB Installer not working Samsung Notebook 9 Pro 15"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879611] [NEW] package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed libc6:amd64 package post-installation script subprocess returned error exit status 1

2020-05-19 Thread Wilson Seto
Public bug reported:

Ubuntu for windows distro upgrade

ProblemType: Package
DistroRelease: Ubuntu 19.10
Package: libc6:amd64 2.31-0ubuntu9
ProcVersionSignature: Microsoft 4.4.0-18362.476-Microsoft 4.4.35
Uname: Linux 4.4.0-18362-Microsoft x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
Date: Tue May 19 20:45:33 2020
Dmesg: [0.031847]  Microsoft 4.4.0-18362.476-Microsoft 4.4.35
ErrorMessage: installed libc6:amd64 package post-installation script subprocess 
returned error exit status 1
Python3Details: /usr/bin/python3.7, Python 3.7.5, python3-minimal, 3.7.5-1
PythonDetails: /usr/bin/python2.7, Python 2.7.17, python-minimal, 2.7.17-1
RelatedPackageVersions:
 dpkg 1.19.7ubuntu2
 apt  1.9.4ubuntu0.1
SourcePackage: glibc
Title: package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed 
libc6:amd64 package post-installation script subprocess returned error exit 
status 1
UpgradeStatus: Upgraded to eoan on 2020-05-20 (0 days ago)

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


** Tags: amd64 apport-package eoan uec-images

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879611

Title:
  package libc6:amd64 2.31-0ubuntu9 failed to install/upgrade: installed
  libc6:amd64 package post-installation script subprocess returned error
  exit status 1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879610] [NEW] installation crash

2020-05-19 Thread Sageeth Rajapaksha
Public bug reported:

i don't know

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 10:15:32 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879610

Title:
  installation crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1879610/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879609] [NEW] installation crash

2020-05-19 Thread Sageeth Rajapaksha
Public bug reported:

when the grub 2 installing the installation was crashed

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 10:15:32 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash ---
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: grub-installer
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: grub-installer (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal ubiquity-20.04.15 ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879609

Title:
  installation crash

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/grub-installer/+bug/1879609/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878495] Re: Sound not working on iMac18,2

2020-05-19 Thread Kai-Heng Feng
Try boot with kernel parameter "snd_hda_intel.model=imac27_122".

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878495

Title:
  Sound not working on iMac18,2

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1873403] Re: [nvidia] Screen turns off when trying to set some fractional scaling values

2020-05-19 Thread Daniel van Vugt
Possible workaround for some machines: Tap Super+P

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1873403

Title:
  [nvidia] Screen turns off when trying to set some fractional scaling
  values

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878480] Re: Centrino Wireless-N 1000 [Condor Peak]

2020-05-19 Thread Kai-Heng Feng
Did it work under 16.04 or 18.04?

** Changed in: linux (Ubuntu)
   Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878480

Title:
  Centrino Wireless-N 1000 [Condor Peak]

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1866567] Re: Version mismatch with python-certbot

2020-05-19 Thread Navjot
*** This bug is a duplicate of bug 1875471 ***
https://bugs.launchpad.net/bugs/1875471

Seeing that #1875471 is fixed, this should be marked fixed and closed as
well.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866567

Title:
  Version mismatch with python-certbot

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-certbot-nginx/+bug/1866567/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879600] Re: Show Applications > All jitters and does not display the second page

2020-05-19 Thread sleipnir
** Description changed:

  What happens:
  I click on "Show Applications" and select the "All" option at the bottom. I 
click on the dots on the right to try to view the next page of apps. The button 
highlights and reacts to my clicks as it normally would, but I can not view the 
other page of apps. When I am under "All", the "Frequent" and "All" buttons at 
the bottom of the screen start to jitter up and down, as well as the dots on 
the right. This goes away as soon as I switch to "Frequent". Everything 
described can be seen on the attached video.
  
  What I expect to happen:
  I expect to  be able to have the dots on the right allow me to view both 
pages of my installed apps when I select them, and all of the elements on the 
screen to display properly.
  
  Reproduce?
- I don't think that this issue can be reproduced easily, without my exact 
configuration. I found almost nothing about this online. I have a fresh 
install, and the issue appeared as soon as I installed Ubuntu and selected "All 
Apps">"Frequent". My display is 1024x600 if that helps.
+ I think that this issue is display related. I have a fresh install, and the 
issue appeared as soon as I installed Ubuntu and selected "All 
Apps">"Frequent". My display is 1024x600 if that helps, and after posting this 
I received a comment from another Ask Ubuntu user who said that they had this 
issue when the monitor was around 1024x768 but resolved itself at higher 
resolutions.
  
  Here is my Ask Ubuntu post outlining the issue in detail:
  https://askubuntu.com/questions/1241165/should-i-report-show-
  applications-not-scrolling-as-a-bug
  
  Please forgive any errors, as this is my first bug report.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.1-5ubuntu2
  ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
  Uname: Linux 5.4.0-31-generic x86_64
  NonfreeKernelModules: wl
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Tue May 19 19:46:05 2020
  DisplayManager: gdm3
  InstallationDate: Installed on 2020-05-11 (8 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  RelatedPackageVersions: mutter-common 3.36.1-3ubuntu3
  SourcePackage: gnome-shell
  UpgradeStatus: No upgrade log present (probably fresh install)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879600

Title:
  Show Applications > All jitters and does not display the second page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1864307] Re: Many apps have no icon in Software on Focal

2020-05-19 Thread Ken VanDine
** Changed in: snap-store
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1864307

Title:
  Many apps have no icon in Software on Focal

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1864307/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1866134] Re: Yaru icons are not shown in Gnome-Software

2020-05-19 Thread Ken VanDine
** Changed in: snap-store
   Status: Fix Committed => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866134

Title:
  Yaru icons are not shown in Gnome-Software

To manage notifications about this bug go to:
https://bugs.launchpad.net/gnome-software/+bug/1866134/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1744544] Re: I don't know

2020-05-19 Thread Launchpad Bug Tracker
[Expired for Ubuntu because there has been no activity for 60 days.]

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

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1744544

Title:
  I don't know

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879607] Re: In response to Daniel Van Vugt: Unity is smoother

2020-05-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1879604 ***
https://bugs.launchpad.net/bugs/1879604

Thanks. We can treat them as the same bug while using information from
both machines.

** This bug has been marked a duplicate of bug 1879604
   In response to Daniel Van Vugt's mail : On a 4k monitor, firefox playing 4k 
youtube video stutters… whereas in Unity it is smoooth. nvidia1050

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879607

Title:
  In response to Daniel Van Vugt: Unity is smoother

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1866222] Re: GNOME Shell crashed with signal 11

2020-05-19 Thread Launchpad Bug Tracker
[Expired for gnome-shell (Ubuntu) because there has been no activity for
60 days.]

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1866222

Title:
  GNOME Shell crashed with signal 11

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1876894] Re: Scaling is not reverted properly (appears shrunk) when disabling fractional scaling

2020-05-19 Thread Wilfred
Can we set the importance on this bug as 'High' since bug 1873403 relies
on this and that bug is High?

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1876894

Title:
  Scaling is not reverted properly (appears shrunk) when disabling
  fractional scaling

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868248] Re: Upgrade from Ubuntu 14.04 LTS to Ubuntu 16.04 LTS is giving errors

2020-05-19 Thread Launchpad Bug Tracker
[Expired for ubuntu-release-upgrader (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: ubuntu-release-upgrader (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868248

Title:
  Upgrade from Ubuntu 14.04 LTS to Ubuntu 16.04 LTS is giving errors

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1868248/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868356] Re: Falla en el disco duro

2020-05-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868356

Title:
  Falla en el disco duro

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1867436] Re: focal installer crashed

2020-05-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1867436

Title:
  focal installer crashed

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1868275] Re: while installing ubuntu message pop up saying "there is an cd fault.. etc and it stops installing"

2020-05-19 Thread Launchpad Bug Tracker
[Expired for ubiquity (Ubuntu) because there has been no activity for 60
days.]

** Changed in: ubiquity (Ubuntu)
   Status: Incomplete => Expired

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1868275

Title:
  while installing ubuntu message pop up saying "there is an cd fault..
  etc and it stops installing"

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878748] Re: fanotify15 from ubuntu_ltp_syscalls failed with E/F

2020-05-19 Thread Po-Hsu Lin
** Description changed:

+ == SRU Justification ==
+ The fanotify15 from ubuntu_ltp_syscalls will fail on Eoan with:
+   fanotify15.c:223: FAIL: Got event: mask=2 (expected 43c0) pid=16744 
fd=-1
+   fanotify15.c:223: FAIL: Got event: mask=2 (expected 4400) pid=16744 
fd=-1
+   fanotify15.c:210: FAIL: got unnecessary event: mask=2 pid=16744 fd=-1
+   fanotify15.c:210: FAIL: got unnecessary event: mask=43c0 pid=16744 fd=-1
+   fanotify15.c:210: FAIL: got unnecessary event: mask=4400 pid=16744 fd=-1
+ 
+ == Fix ==
+ * f367a62a7cad ("fanotify: merge duplicate events on parent and child")
+ 
+ This patch has been applied to Focal via stable update process, and this
+ test will be skipped on Disco and older kernels with "FAN_REPORT_FID not
+ supported in kernel".
+ 
+ Thus Eoan will be the only kernel that needs this patch. It needs to be
+ backported because of missing commit dfc2d2594e4 ("fsnotify: replace
+ inode pointer with an object id")
+ 
+ == Test ==
+ A test kernel could be found here:
+ https://people.canonical.com/~phlin/kernel/lp-1878748-fanotify15/
+ 
+ This faontify15 test will pass with this patch applied.
+ 
+ == Regression Potential ==
+ Low, 
+ 
  This is a new sub test case added to fanotify15.
  
  <<>>
  incrementing stop
  tst_device.c:262: INFO: Using test device LTP_DEV='/dev/loop4'
  tst_supported_fs_types.c:59: INFO: Kernel supports ext2
  tst_supported_fs_types.c:43: INFO: mkfs.ext2 does exist
  tst_supported_fs_types.c:59: INFO: Kernel supports ext3
  tst_supported_fs_types.c:43: INFO: mkfs.ext3 does exist
  tst_supported_fs_types.c:59: INFO: Kernel supports ext4
  tst_supported_fs_types.c:43: INFO: mkfs.ext4 does exist
  tst_supported_fs_types.c:59: INFO: Kernel supports xfs
  tst_supported_fs_types.c:43: INFO: mkfs.xfs does exist
  tst_supported_fs_types.c:59: INFO: Kernel supports btrfs
  tst_supported_fs_types.c:43: INFO: mkfs.btrfs does exist
  tst_supported_fs_types.c:59: INFO: Kernel supports vfat
  tst_supported_fs_types.c:43: INFO: mkfs.vfat does exist
  tst_supported_fs_types.c:82: INFO: Filesystem exfat is not supported
  tst_test.c:1307: INFO: Testing on ext2
  tst_mkfs.c:89: INFO: Formatting /dev/loop4 with ext2 opts='' extra opts=''
  mke2fs 1.45.3 (14-Jul-2019)
  tst_test.c:1244: INFO: Timeout per run is 0h 05m 00s
  fanotify15.c:86: INFO: Test #0: FAN_REPORT_FID on filesystem including 
FAN_DELETE_SELF
  fanotify.h:183: INFO: fid(mntpoint/test_dir) = 
e0b13469.adbaecba.8001.5c9458d0.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/file1) = 
e0b13469.adbaecba.8002.c2539281.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/dir1) = 
e0b13469.adbaecba.8002.aec0582b.0...
  fanotify15.c:266: PASS: Got event: mask=3c0, pid=1479, 
fid=e0b13469.adbaecba.5c9458d08001 values
  fanotify15.c:266: PASS: Got event: mask=402, pid=1479, 
fid=e0b13469.adbaecba.c25392818002 values
  fanotify15.c:266: PASS: Got event: mask=400, pid=1479, 
fid=e0b13469.adbaecba.c25392818002 values
  fanotify15.c:266: PASS: Got event: mask=43c0, pid=1479, 
fid=e0b13469.adbaecba.5c9458d08001 values
  fanotify15.c:266: PASS: Got event: mask=4400, pid=1479, 
fid=e0b13469.adbaecba.aec0582b8002 values
  fanotify15.c:86: INFO: Test #1: FAN_REPORT_FID on directory with 
FAN_EVENT_ON_CHILD
  fanotify.h:183: INFO: fid(mntpoint/test_dir) = 
e0b13469.adbaecba.8001.5c9458d0.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/file1) = 
e0b13469.adbaecba.8002.8610b51a.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/dir1) = 
e0b13469.adbaecba.8002.15288504.0...
  fanotify15.c:266: PASS: Got event: mask=3c0, pid=1479, 
fid=e0b13469.adbaecba.5c9458d08001 values
  fanotify15.c:266: PASS: Got event: mask=2, pid=1479, 
fid=e0b13469.adbaecba.8610b51a8002 values
  fanotify15.c:266: PASS: Got event: mask=402, pid=1479, 
fid=e0b13469.adbaecba.8610b51a8002 values
  fanotify15.c:223: FAIL: Got event: mask=2 (expected 43c0) pid=1479 fd=-1
  fanotify15.c:223: FAIL: Got event: mask=2 (expected 4400) pid=1479 fd=-1
  fanotify15.c:210: FAIL: got unnecessary event: mask=2 pid=1479 fd=-1
  fanotify15.c:210: FAIL: got unnecessary event: mask=43c0 pid=1479 fd=-1
  fanotify15.c:210: FAIL: got unnecessary event: mask=4400 pid=1479 fd=-1
  tst_test.c:1307: INFO: Testing on ext3
  tst_mkfs.c:89: INFO: Formatting /dev/loop4 with ext3 opts='' extra opts=''
  mke2fs 1.45.3 (14-Jul-2019)
  tst_test.c:1244: INFO: Timeout per run is 0h 05m 00s
  fanotify15.c:86: INFO: Test #0: FAN_REPORT_FID on filesystem including 
FAN_DELETE_SELF
  fanotify.h:183: INFO: fid(mntpoint/test_dir) = 
921e543f.6b2e720c.8001.8cec764f.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/file1) = 
921e543f.6b2e720c.8002.74e4b5b1.0...
  fanotify.h:183: INFO: fid(mntpoint/test_dir/dir1) = 
921e543f.6b2e720c.8002.8b346c81.0...
  fanotify15.c:266: PASS: Got event: mask=3c0, pid=1484, 
fid=921e543f.6b2e720c.8cec764f8001 values
  fanotify15.c:266: PASS: Got event: mask=402, pid=1484, 

[Bug 1879484] Re: Lenovo X1 Extreme with thunderbolt docking station causes overheat with concert of fans

2020-05-19 Thread Daniel van Vugt
Also if the problem persists after that then please run:

  journalctl -b0 > journal.txt

and attach the resulting text file here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879484

Title:
  Lenovo X1 Extreme with thunderbolt docking station causes overheat
  with concert of fans

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879484] Re: Lenovo X1 Extreme with thunderbolt docking station causes overheat with concert of fans

2020-05-19 Thread Daniel van Vugt
The first problem I can see is that this machine is using the 'intel'
graphics driver for the Intel GPU. That's a mistake as it's an old
driver. The Intel GPU should be using the 'modeset' driver. Please
remove the 'intel' driver from your Xorg config files and/or just
uninstall the package 'xserver-xorg-video-intel' and reboot.

If the heat problem still persists then next please run 'top' to confirm
which process is using the most CPU.


** Changed in: xorg (Ubuntu)
   Status: New => Incomplete

** Package changed: xorg (Ubuntu) => xorg-server (Ubuntu)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879484

Title:
  Lenovo X1 Extreme with thunderbolt docking station causes overheat
  with concert of fans

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Re: Sound cuts off and back on randomly during online streaming of videos

2020-05-19 Thread Siddhant Ahuja
I just followed the instructions mentioned on this link:
https://gist.github.com/Brainiarc7/8ff198a5ac3f0050f68795233c4866d0

Of note is that for /etc/pulse/daemon.conf , the following changes must
be made (with your preferred text editor):

(a). For 5.1 channel sound, set: default-sample-channels = 6

(b). Ensure that enable-lfe-remixing is set to yes.

(c). The default channel map option for 5.1 audio should be set as:

front-left,front-right,lfe,front-center,rear-left,rear-right

To turn timer-based scheduling off add tsched=0 in
/etc/pulse/default.pa:

/etc/pulse/default.pa

load-module module-udev-detect tsched=0

Then restart the PulseAudio server:

$ pulseaudio -k
$ pulseaudio --start

I am using the same speakers mentioned  on the link: Logitech Z506
Speaker system and using analog 5.1 audio settings. I will check again
today to see if this problem re-appears and will report back. If this
does not work, i will remove hdajackretask as suggested by Kai-Heng and
see if that makes  a difference.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879042] Re: [radeon] Xorg high CPU usage and stuttering on ubuntu 20.04

2020-05-19 Thread Daniel van Vugt
** Changed in: xorg-server (Ubuntu)
   Status: Incomplete => New

** Changed in: xserver-xorg-video-ati (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879042

Title:
  [radeon] Xorg high CPU usage and stuttering on ubuntu 20.04

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1774359] Re: could not find module by name='off'

2020-05-19 Thread Thomas Ward
Similar activity on 440 version of drivers.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1774359

Title:
  could not find module by name='off'

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nvidia-graphics-drivers-390/+bug/1774359/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879607] [NEW] In response to Daniel Van Vugt: Unity is smoother

2020-05-19 Thread Ramaraj Gounder
Public bug reported:

Similar   Bug #1879604 but from a different machine.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.1-5ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia zfs zunicode zavl icp zcommon 
znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 09:25:00 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-05-17 (2 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 3.36.1-3ubuntu3
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879607

Title:
  In response to Daniel Van Vugt: Unity is smoother

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878998] Re: Value in Yaru-dark/gnome-shell/gnome-shell.css not used

2020-05-19 Thread Daniel van Vugt
** Also affects: gnome-shell (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: gnome-shell (Ubuntu)
   Status: New => Confirmed

** Changed in: gnome-shell (Ubuntu)
   Importance: Undecided => Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878998

Title:
  Value in Yaru-dark/gnome-shell/gnome-shell.css not used

To manage notifications about this bug go to:
https://bugs.launchpad.net/yaru/+bug/1878998/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878702] Re: [UX530UX, Realtek ALC295, Speaker, Internal] No sound

2020-05-19 Thread Daniel van Vugt
Does that mean you have resolved the issue?

** Changed in: pulseaudio (Ubuntu)
   Status: New => Incomplete

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878702

Title:
  [UX530UX, Realtek ALC295, Speaker, Internal] No sound

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] UdevDb.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "UdevDb.txt"
   https://bugs.launchpad.net/bugs/1879182/+attachment/5374407/+files/UdevDb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] PulseList.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374406/+files/PulseList.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] WifiSyslog.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "WifiSyslog.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374408/+files/WifiSyslog.txt

** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] ProcCpuinfoMinimal.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374402/+files/ProcCpuinfoMinimal.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] ProcEnviron.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374403/+files/ProcEnviron.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] ProcCpuinfo.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "ProcCpuinfo.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374401/+files/ProcCpuinfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] ProcInterrupts.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "ProcInterrupts.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374404/+files/ProcInterrupts.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Lspci-vt.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "Lspci-vt.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374397/+files/Lspci-vt.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Lsusb.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1879182/+attachment/5374398/+files/Lsusb.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] CurrentDmesg.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374394/+files/CurrentDmesg.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] ProcModules.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "ProcModules.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374405/+files/ProcModules.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Lspci.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "Lspci.txt"
   https://bugs.launchpad.net/bugs/1879182/+attachment/5374396/+files/Lspci.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Lsusb-v.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "Lsusb-v.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374400/+files/Lsusb-v.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Re: Sound cuts off and back on randomly during online streaming of videos

2020-05-19 Thread Siddhant Ahuja
apport information

** Tags added: apport-collected

** Description changed:

  Sound shuts off and turns back on again with two pop clicks. When the
  sound is off, if i turn up the volume to the max, i can hear crackling
  sound in speakers in tune with sound playing on the computer.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: pulseaudio 1:13.99.1-1ubuntu3.2
  ProcVersionSignature: Ubuntu 5.4.0-29.33-generic 5.4.30
  Uname: Linux 5.4.0-29-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  siddahuja  31829 F pulseaudio
   /dev/snd/controlC0:  siddahuja  31829 F pulseaudio
   /dev/snd/pcmC0D0p:   siddahuja  31829 F...m pulseaudio
   /dev/snd/timer:  siddahuja  31829 f pulseaudio
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sun May 17 23:56:27 2020
  InstallationDate: Installed on 2020-04-27 (20 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  SourcePackage: pulseaudio
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 10/20/2015
  dmi.bios.vendor: American Megatrends Inc.
  dmi.bios.version: F4
  dmi.board.asset.tag: To be filled by O.E.M.
  dmi.board.name: Z170X-Gaming 3
  dmi.board.vendor: Gigabyte Technology Co., Ltd.
  dmi.board.version: x.x
  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.:bvrF4:bd10/20/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ170X-Gaming3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ170X-Gaming3:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
  dmi.product.family: To be filled by O.E.M.
  dmi.product.name: Z170X-Gaming 3
  dmi.product.sku: To be filled by O.E.M.
  dmi.product.version: To be filled by O.E.M.
  dmi.sys.vendor: Gigabyte Technology Co., Ltd.
  modified.conffile..etc.pulse.default.pa: [modified]
  mtime.conffile..etc.pulse.default.pa: 2020-05-17T19:59:02.590821
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  siddahuja   2168 F pulseaudio
+  /dev/snd/controlC1:  siddahuja   2168 F pulseaudio
+ CRDA:
+  global
+  country IN: DFS-UNSET
+   (2402 - 2482 @ 40), (N/A, 20), (N/A)
+   (5150 - 5350 @ 160), (N/A, 23), (N/A)
+   (5725 - 5875 @ 80), (N/A, 23), (N/A)
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-04-27 (22 days ago)
+ InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
+ MachineType: Gigabyte Technology Co., Ltd. Z170X-Gaming 3
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-31-generic 
root=UUID=d75ea605-b104-4f6d-b4c7-62fc6f02938a ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
+ RelatedPackageVersions:
+  linux-restricted-modules-5.4.0-31-generic N/A
+  linux-backports-modules-5.4.0-31-generic  N/A
+  linux-firmware1.187
+ RfKill:
+  0: phy0: Wireless LAN
+   Soft blocked: no
+   Hard blocked: no
+ Tags:  focal
+ Uname: Linux 5.4.0-31-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo www-data
+ _MarkForUpload: True
+ dmi.bios.date: 10/20/2015
+ dmi.bios.vendor: American Megatrends Inc.
+ dmi.bios.version: F4
+ dmi.board.asset.tag: To be filled by O.E.M.
+ dmi.board.name: Z170X-Gaming 3
+ dmi.board.vendor: Gigabyte Technology Co., Ltd.
+ dmi.board.version: x.x
+ 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.:bvrF4:bd10/20/2015:svnGigabyteTechnologyCo.,Ltd.:pnZ170X-Gaming3:pvrTobefilledbyO.E.M.:rvnGigabyteTechnologyCo.,Ltd.:rnZ170X-Gaming3:rvrx.x:cvnToBeFilledByO.E.M.:ct3:cvrToBeFilledByO.E.M.:
+ dmi.product.family: To be filled by O.E.M.
+ dmi.product.name: Z170X-Gaming 3
+ dmi.product.sku: To be filled by O.E.M.
+ dmi.product.version: To be filled by O.E.M.
+ dmi.sys.vendor: Gigabyte Technology Co., Ltd.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374393/+files/AlsaInfo.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com

[Bug 1879182] IwConfig.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "IwConfig.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374395/+files/IwConfig.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879182] Lsusb-t.txt

2020-05-19 Thread Siddhant Ahuja
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1879182/+attachment/5374399/+files/Lsusb-t.txt

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879182

Title:
  Sound cuts off and back on randomly during online streaming of videos

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879604] [NEW] In response to Daniel Van Vugt's mail : On a 4k monitor, firefox playing 4k youtube video stutters… whereas in Unity it is smoooth. nvidia1050

2020-05-19 Thread Ramaraj Gounder
Public bug reported:

In response to Daniel Van Vugt's mail : On a 4k monitor, firefox playing
4k youtube video stutters… whereas in Unity it is smoooth. nvidia1050

this is from msi laptop.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.1-5ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia zfs zunicode zavl icp zcommon 
znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Wed May 20 09:07:51 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-05-17 (2 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 3.36.1-3ubuntu3
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879604

Title:
  In response to Daniel Van Vugt's mail : On a 4k monitor, firefox
  playing 4k youtube video stutters… whereas in Unity it is smoooth.
  nvidia1050

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879600] [NEW] Show Applications > All jitters and does not display the second page

2020-05-19 Thread Karsten Buhler
Public bug reported:

What happens:
I click on "Show Applications" and select the "All" option at the bottom. I 
click on the dots on the right to try to view the next page of apps. The button 
highlights and reacts to my clicks as it normally would, but I can not view the 
other page of apps. When I am under "All", the "Frequent" and "All" buttons at 
the bottom of the screen start to jitter up and down, as well as the dots on 
the right. This goes away as soon as I switch to "Frequent". Everything 
described can be seen on the attached video.

What I expect to happen:
I expect to  be able to have the dots on the right allow me to view both pages 
of my installed apps when I select them, and all of the elements on the screen 
to display properly.

Reproduce?
I don't think that this issue can be reproduced easily, without my exact 
configuration. I found almost nothing about this online. I have a fresh 
install, and the issue appeared as soon as I installed Ubuntu and selected "All 
Apps">"Frequent". My display is 1024x600 if that helps.

Here is my Ask Ubuntu post outlining the issue in detail:
https://askubuntu.com/questions/1241165/should-i-report-show-
applications-not-scrolling-as-a-bug

Please forgive any errors, as this is my first bug report.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.1-5ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-31.35-generic 5.4.34
Uname: Linux 5.4.0-31-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Tue May 19 19:46:05 2020
DisplayManager: gdm3
InstallationDate: Installed on 2020-05-11 (8 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 3.36.1-3ubuntu3
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "A recording in which I demonstrate every aspect of my 
issue."
   
https://bugs.launchpad.net/bugs/1879600/+attachment/5374372/+files/simplescreenrecorder-2020-05-19_15.29.56.mp4

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879600

Title:
  Show Applications > All jitters and does not display the second page

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878327] Re: [Dell Inspiron 1525] Pulse audio update made internal speakers as Dummy Output

2020-05-19 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1876065 ***
https://bugs.launchpad.net/bugs/1876065

It was a regression in an update, not in the release.

** Tags removed: regression-release
** Tags added: regression-update

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878327

Title:
  [Dell Inspiron 1525] Pulse audio update made internal speakers as
  Dummy Output

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879599] [NEW] Ubuntu 18.04/19.10/20.04, wlan0 doesn't have inet6 link local address generated automaticlly.

2020-05-19 Thread Raymond.Liu
Public bug reported:

Recently I installed 18/19/20 Ubuntu to my Dell desktop, which has eht0 and 
plugged-in wlan0. But for wlan0, it would never get any link-local inet6 
address bind even it associated to AP successfully. eth0 works well same as 
older Ubuntu version behaviour (16.04).
After wlan0 connected to AP, IPV4 is all good. but IPV6 link-local never 
appeared. manually add v6 address works. dhclient -6 wlan0 will never work 
since it doesn't have a link-local address.
Similar act on eth0 will not have this problem. whenever the eht0 connects 
physically, it gets inet6 generated automatically.

Doubted that new 20.04 (including 19.10/18.04) kernel missing this part
-> inet6 generated for wifi adapters when a physical connection has
established?

** Affects: ubuntu-docs (Ubuntu)
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879599

Title:
  Ubuntu 18.04/19.10/20.04, wlan0 doesn't have inet6 link local address
  generated automaticlly.

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872667] Re: Upgrade gummi package to version 0.8.1

2020-05-19 Thread Bug Watch Updater
** Changed in: gummi (Debian)
   Status: Unknown => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872667

Title:
  Upgrade gummi package to version 0.8.1

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1879453] Re: gnome-shell crashes with SEGV in gvc_mixer_card_get_profile() from gvc_mixer_ui_device_get_active_profile() when Bluetooth headphone (Sony WH-1000XM3) is disconnected

2020-05-19 Thread Daniel van Vugt
Yes, thanks!

** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => Invalid

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1879453

Title:
  gnome-shell crashes with SEGV in gvc_mixer_card_get_profile() from
  gvc_mixer_ui_device_get_active_profile() when Bluetooth headphone
  (Sony WH-1000XM3) is disconnected

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878666] Re: Firefox is very slow (30 sec) to start

2020-05-19 Thread Daniel van Vugt
** Changed in: firefox (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878666

Title:
  Firefox is very slow (30 sec) to start

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1878193] Re: Shell crashes and returns to the login screen

2020-05-19 Thread Daniel van Vugt
Thanks. Please continue repeating the steps in comment #28 whenever the
problem happens.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1878193

Title:
  Shell crashes and returns to the login screen

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1877746] Re: Lock screen not working

2020-05-19 Thread Daniel van Vugt
** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1877746

Title:
  Lock screen not working

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

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1872268] Re: Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app icon folders

2020-05-19 Thread Daniel van Vugt
** Package changed: gnome-shell (Ubuntu) => gnome-shell-extension-
ubuntu-dock (Ubuntu)

** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Status: Incomplete => Confirmed

** Summary changed:

- Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app 
icon folders
+ Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside of app 
icon folders (when ubuntu-dock is loaded)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1872268

Title:
  Gnome Shell completely freezes in Ubuntu 20.04 when clicking outside
  of app icon folders (when ubuntu-dock is loaded)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell-extension-ubuntu-dock/+bug/1872268/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1871913] Re: super key does not work with secondary keyboard layout

2020-05-19 Thread Daniel van Vugt
The command I gave in comment #37 was wrong. It should have been:

  dpkg -s libmutter-6-0 | grep Version

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871913

Title:
  super key does not work with secondary keyboard layout

To manage notifications about this bug go to:
https://bugs.launchpad.net/mutter/+bug/1871913/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

  1   2   3   4   5   6   7   8   9   10   >