[Bug 1859926] Re: fonts-noto-color-emoji not making pretty emojis in google chrome

2020-07-29 Thread Daniel van Vugt
Should this issue remain open or can we say bug 1858636 is the main
remaining issue in this area?

** Changed in: fonts-noto-color-emoji (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/1859926

Title:
  fonts-noto-color-emoji not making pretty emojis in google chrome

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/fonts-noto-color-emoji/+bug/1859926/+subscriptions

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

[Bug 1888385] Re: FRITZ!WLAN USB Stick v2 (Product: FRITZ!WLAN N2.4) [057c:8403] does not work with Linux version 4.4.0-186-generic (Last working version 4.4.0-185-generic and 4.4.0-184-generic)

2020-07-29 Thread stephan
@You-Sheng Yang: I will try this patch and will report back to you.

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

Title:
  FRITZ!WLAN USB Stick v2 (Product: FRITZ!WLAN N2.4) [057c:8403] does
  not work with Linux version 4.4.0-186-generic (Last working version
  4.4.0-185-generic and 4.4.0-184-generic)

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

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

[Bug 1878625] Re: PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

2020-07-29 Thread Fane
@shasheene, can any of the Rescuezilla project users mark this bug as
affecting them as well? Maybe this will increase visibility and the
chance of getting into Ubuntu 20.04 the already existing fix.

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

Title:
  PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

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

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

[Bug 1889064] Re: virt-manager unable to connect to xen domain

2020-07-29 Thread Marietto
I don't know if it is useful,but I have configured xen on the debian
10.4 exactly as I did with ubuntu 20.04,to see the differences and to be
sure that this bug is also there. is not there. on debian 10.4 I can
create a new xen connection using virt-manager.

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

Title:
   virt-manager unable to connect to xen domain

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

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

[Bug 1886831] Re: whitelist 64-bit time_t syscalls

2020-07-29 Thread xantares
I ran more tests, and the first version to work is 19.03.9, I wonder if
an update would be possible:

bionic: 19.03.6 => 19.03.9
focal: 19.03.8 => 19.03.9
groovy: 19.03.11 ok

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

Title:
  whitelist 64-bit time_t syscalls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1886831/+subscriptions

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

[Bug 1889064] Re: virt-manager unable to connect to xen domain

2020-07-29 Thread Christian Ehrhardt 
I was using a new system with Ubuntu 20.04.
Obviously for Xen it needs a few packages installed - a bit more than in the 
past even since since Xen is demoted to Universe for it's low adoption by the 
community (KVM IMHO beats it in all cases).


Step #1 - prep packages:
$ sudo apt install xen-hypervisor xen-utils libvirt-daemon-driver-xen 
libvirt-clients libvirt-daemon-system

Please do note that e.g. the further dependencies that you were missing
like "qemu-system-x86-xen" are pulled in via dependencies automatically.
As xen-utils-4.11 depends on it.


Step #2 - since xen needs to boot into it's special Dom0 reboot:
$ sudo reboot

After reboot check if things work so far:
$ sudo xl list
[sudo] password for ubuntu: 
NameID   Mem VCPUs  State   Time(s)
Domain-0 0 15921 4 r-  29.0


-- I assume you are here atm, xen working but libvirt can't connect --


# Step 3 - libvirt

Check libvirt is connected to Xen:

$ virsh --connect xen:/// list --all
 Id   Name   State
--
 0Domain-0   running

If running in a Dom0 the xen connection is the default, but for the sake
of showing the connection URL I added it to the command.

Also capabilities probing by libvirt went well
$ virsh capabilities | grep xen
xen
  /usr/lib/xen-4.11/bin/qemu-system-i386
  xenpv
  
xen
  /usr/lib/xen-4.11/bin/qemu-system-i386
  xenpv
  
  /usr/lib/xen-4.11/bin/qemu-system-i386
  /usr/lib/xen-4.11/boot/hvmloader
  xenfv
  
xenpvh
  /usr/lib/xen-4.11/bin/qemu-system-i386
  xenpvh
  
  /usr/lib/xen-4.11/bin/qemu-system-i386
  /usr/lib/xen-4.11/boot/hvmloader
  xenfv
  
xenpvh
  /usr/lib/xen-4.11/bin/qemu-system-i386
  xenpvh
  


Step #4 - virt-manager

So libvirt is able to talk&work with Xen it seems, your error report was from 
virt-manager.
Therefore let me install that.

$ sudo apt install virt-manager
$ virt-manager

This gets me into virt-manager also auto-connecting with Xen.

(screenshot attached)

Step #5 - install something from virt-manager

$ wget https://releases.ubuntu.com/20.04/ubuntu-20.04-live-server-amd64.iso
$ sudo mv ubuntu-20.04-live-server-amd64.iso /var/lib/libvirt/images/

Then in virt-manager
- New
- From local ISO
- select ISO
- forward
- forward(keep defaults)
- forward (get me storage)

- Finish will get you into trouble because the defaults are bad, but not into 
the connection issues you had.
The error is more like "/usr/lib/xen-4.11/bin/qemu-system-i386 not found"


>From here either modify the wrong defaults in the guest config for the 
>Emulator from /usr/lib/xen-4.11/bin/qemu-system-i386 to the correct 
>/usr/bin/qemu-system-i386 or symlink the former to the latter.

$ sudo ln -s /usr/bin/qemu-system-i386 /usr/lib/xen-4.11/bin/qemu-
system-i386

- press Finish and install will begin


You see it works fine (ignoring the small hickup on the binary path) and
I can't recreate your issue. It would be great if you could consider
trying the very same steps on a clean system to check when/where your
troubles begin.

** Attachment added: "Xen-1-initially.png"
   
https://bugs.launchpad.net/ubuntu/+source/xen/+bug/1889064/+attachment/5396891/+files/Xen-1-initially.png

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

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

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

** Changed in: xen (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/1889064

Title:
   virt-manager unable to connect to xen domain

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

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

[Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-07-29 Thread Bin Li
Made a patch for gnome-control-center.

https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/801

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

Title:
  Wired and wireless connection details have not enough height and items
  overlap

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

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

[Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-07-29 Thread Bin Li
** Patch added: "details-page.patch"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/1873184/+attachment/5396892/+files/details-page.patch

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

Title:
  Wired and wireless connection details have not enough height and items
  overlap

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

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

[Bug 1878625] Re: PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

2020-07-29 Thread shasheene
I don't want to bother my users by asking for them to vote this issue
up. I am not sure what other Ubuntu-based distributions use pcmanfm in
desktop mode, but it's likely the true number of users affected by this
bug is HUGE.

I think that the fix should be imported into Ubuntu as soon as possible,
as the issue is severe for the vast majority of affected users and the
one-line fix linked above is very simple.

As mentioned, I am 100% happy to work with the Ubuntu maintainers and
test any candidate deb package to ensure it works.

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

Title:
  PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

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

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

[Bug 1888598] Re: pulseaudio has is buggy with hdmi audio and sleep/wake

2020-07-29 Thread Tessa
ok, made that change. it stayed on the correct input after a reboot, and
after sleep/resume. however, sleep/resume still messes up the device
ordering so i still have to change it to the new "correct" dev after
resume. still. headway! :)

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

Title:
  pulseaudio has is buggy with hdmi audio and sleep/wake

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

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

[Bug 1878625] Re: PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

2020-07-29 Thread Fane
With Lubuntu moved to LXQt, I'm afraid that there are not so many users
of LXDE/PCManFM left in Ubuntu land. As you can see, I've reported the
bug more than 2 months ago and until yesterday (when you wrote
something) there's been only deep silence.

My use case for LXDE is installing (custom net install using mini.iso)
on old/under-powered PCs in order to make them minimally usable with
LibreOffice and Firefox. Meanwhile, I've been using Debian 10 (which
still has 32-bit available and that also helps).

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

Title:
  PCManFM 1.3.1 in Ubuntu 20.04 hangs for 90 seconds on reboot/shutdown

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

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

[Bug 1877757] Re: No sound, Dummy output on Acer Swift 3 SF314-57G with Ice Lake core-i7 CPU

2020-07-29 Thread Hui Wang
** Changed in: linux (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux-oem-5.6 (Ubuntu)
   Status: New => In Progress

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: New => In Progress

** Changed in: linux (Ubuntu)
   Importance: Undecided => High

** Changed in: linux (Ubuntu)
   Importance: High => Medium

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

** Changed in: linux-oem-5.6 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Importance: Undecided => Medium

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

Title:
  No sound, Dummy output on Acer Swift 3 SF314-57G with Ice Lake core-i7
  CPU

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

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

[Bug 1889172] Re: upgrade ndctl v69

2020-07-29 Thread quanxian
that is good. Thanks. you can change it to "fix committed" for 20.10

** Changed in: intel
   Status: New => Fix Committed

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

Title:
  upgrade ndctl v69

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

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

[Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

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

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

** Tags added: patch

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

Title:
  Wired and wireless connection details have not enough height and items
  overlap

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

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

[Bug 1889375] Missing required logs.

2020-07-29 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 1889375

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

** Changed in: linux (Ubuntu Focal)
   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/1889375

Title:
  Fix right speaker of HP laptop

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

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

[Bug 1889375] Re: Fix right speaker of HP laptop

2020-07-29 Thread Kai-Heng Feng
** Changed in: linux (Ubuntu Focal)
   Status: Incomplete => Confirmed

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

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

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: New => Confirmed

** Changed in: linux (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Importance: Undecided => High

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

Title:
  Fix right speaker of HP laptop

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

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

[Bug 1889376] [NEW] cant update to ubuntu 20.04 lts

2020-07-29 Thread Abhinav manikanta J
Public bug reported:

Description:Ubuntu 18.04.4 LTS
Release:18.04
Expected to update to focal
But it showed transient problem

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.37
ProcVersionSignature: Ubuntu 4.15.0-112.113-generic 4.15.18
Uname: Linux 4.15.0-112-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Wed Jul 29 13:55:02 2020
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-xenial-amd64-20160624-2
InstallationDate: Installed on 2018-08-26 (702 days ago)
InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to bionic on 2020-07-29 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2020-07-28T19:31:47.174591

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


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

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

Title:
  cant update to ubuntu 20.04 lts

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

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

[Bug 1889375] [NEW] Fix right speaker of HP laptop

2020-07-29 Thread Kai-Heng Feng
Public bug reported:

[Impact]
Right speaker on an HP laptop doesn't work. 

[Fix]
Correctly enable the AMP to drive the right speaker.

[Test]
Open Gnome Control Center to test the right channel.
I can hear the "front right" voice from the right speaker.
 
[Regression Potential]
Low. It's only affect a platform which is not on the market yet.

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

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: Confirmed

** Affects: linux (Ubuntu Focal)
 Importance: High
 Status: Confirmed

** Affects: linux-oem-5.6 (Ubuntu Focal)
 Importance: High
 Status: Confirmed

** Also affects: linux-oem-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: linux-oem-5.6 (Ubuntu Focal)
   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/1889375

Title:
  Fix right speaker of HP laptop

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

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

[Bug 1889374] [NEW] USB Drivers not shown on task bar

2020-07-29 Thread Bin Li
Public bug reported:

Summary: Not all the USB drivers were shown on task bar

Steps to reproduce:
Connect multiple(more than 2) usb keys to usb ports

Expected result:
USB keys will be shown on the task bar on the left side of screen.

Actual result:
Only 2 USB key icons were shown in the task bar, but we can see all the usb 
keys in folders view, at attached screenshot.

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

** Attachment added: "usb.jpg"
   https://bugs.launchpad.net/bugs/1889374/+attachment/5396893/+files/usb.jpg

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

Title:
  USB Drivers not shown on task bar

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

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

[Bug 1873184] Re: Wired and wireless connection details have not enough height and items overlap

2020-07-29 Thread Sebastien Bacher
** Changed in: gnome-control-center (Ubuntu)
   Status: Triaged => In Progress

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Bin Li (binli)

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

Title:
  Wired and wireless connection details have not enough height and items
  overlap

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

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

[Bug 1790251] Re: remmina won't connect after remote upgraded to 18.04

2020-07-29 Thread Martha Bourgois
It is now close to two (2) years and nobody seems to care.

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

Title:
  remmina won't connect after remote upgraded to 18.04

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

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

[Bug 1889377] [NEW] gnome-shell using lot of CPU (costantly 30% - often up to 100%) making my system quite slow

2020-07-29 Thread Mirko
Public bug reported:

I've read it might be an issue related to NVidia running on noveaux drivers.
Actually this is my configuration (NVidia G92 [GeForce 9600 GSO]) with noveaux 
because if I install proprietary NVidia drivers, I cannot boot (system freezes 
on purple screen at boot before asking for login) even with all the proper 
configurations(nomodeset on grub, WaylandEnable=false in /etc/gdm3/custom.conf)

1) Ubuntu release: Ubuntu 20.04.1 LTS

2) apt-cache policy gnome-shell
gnome-shell:
  Installed: 3.36.3-1ubuntu1~20.04.2
  Candidate: 3.36.3-1ubuntu1~20.04.2
  Version table:
 *** 3.36.3-1ubuntu1~20.04.2 500
500 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
100 /var/lib/dpkg/status
 3.36.1-5ubuntu1 500
500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages

3) System running quick

4) System very slow

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell 3.36.3-1ubuntu1~20.04.2
Uname: Linux 5.7.10-050710-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.4
Architecture: amd64
CasperMD5CheckResult: skip
Date: Wed Jul 29 10:31:30 2020
DisplayManager: gdm3
GsettingsChanges:

InstallationDate: Installed on 2020-07-16 (12 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
RelatedPackageVersions: mutter-common 3.36.3-0ubuntu0.20.04.1
SourcePackage: gnome-shell
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Description changed:

  I've read it might be an issue related to NVidia running on noveaux drivers.
- Actually this is my configuration (NVidia G92 [GeForce 9600 GSO]) vit noveaux 
because if I install proprietary NVidia drivers, I cannot boot (system freezes 
on purple screen at boot before asking for login) even with all the proper 
configurations(nomodeset on grub, WaylandEnable=false in /etc/gdm3/custom.conf)
- 
+ Actually this is my configuration (NVidia G92 [GeForce 9600 GSO]) with 
noveaux because if I install proprietary NVidia drivers, I cannot boot (system 
freezes on purple screen at boot before asking for login) even with all the 
proper configurations(nomodeset on grub, WaylandEnable=false in 
/etc/gdm3/custom.conf)
  
  1) Ubuntu release: Ubuntu 20.04.1 LTS
  
  2) apt-cache policy gnome-shell
  gnome-shell:
-   Installed: 3.36.3-1ubuntu1~20.04.2
-   Candidate: 3.36.3-1ubuntu1~20.04.2
-   Version table:
-  *** 3.36.3-1ubuntu1~20.04.2 500
- 500 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  3.36.1-5ubuntu1 500
- 500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages
+   Installed: 3.36.3-1ubuntu1~20.04.2
+   Candidate: 3.36.3-1ubuntu1~20.04.2
+   Version table:
+  *** 3.36.3-1ubuntu1~20.04.2 500
+ 500 http://it.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  3.36.1-5ubuntu1 500
+ 500 http://it.archive.ubuntu.com/ubuntu focal/main amd64 Packages
  
  3) System running quick
  
  4) System very slow
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.3-1ubuntu1~20.04.2
  Uname: Linux 5.7.10-050710-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.4
  Architecture: amd64
  CasperMD5CheckResult: skip
  Date: Wed Jul 29 10:31:30 2020
  DisplayManager: gdm3
  GsettingsChanges:
-  
+ 
  InstallationDate: Installed on 2020-07-16 (12 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  RelatedPackageVersions: mutter-common 3.36.3-0ubuntu0.20.04.1
  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/1889377

Title:
  gnome-shell using lot of CPU (costantly 30% - often up to 100%) making
  my system quite slow

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

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

[Bug 1889083] Re: Touchpad hanging/jumping and Numpad not working - ASUS VivoBook M433IA

2020-07-29 Thread Kristof_Attila
No, I think the mouse was already disabled, so it may not be in the log. What 
is the command to save the log when I experience misbehavior? 
Apologies for the delay, the machine is not mine.

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

Title:
  Touchpad hanging/jumping and Numpad not working - ASUS VivoBook M433IA

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

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

[Bug 1887469] Re: timer_settime01 from ubuntu_ltp_syscalls failed on X/B/E/F s390x

2020-07-29 Thread Po-Hsu Lin
Passed with Xenial 4.4 s390x in this cycle.

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

Title:
  timer_settime01 from ubuntu_ltp_syscalls failed on X/B/E/F s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1887469/+subscriptions

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

[Bug 1888632] Re: sct doesn't reduce colour temperature on second monitor (Ubuntu 20.04 LTS)

2020-07-29 Thread ceg
Among other things the fork? at https://github.com/faf0/sct claims to
"iterate over all screens of the default display and change the color
temperature".

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

Title:
  sct doesn't reduce colour temperature on second monitor (Ubuntu 20.04
  LTS)

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

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

[Bug 1889067] Re: Error logging in snapd: (most recent call last): (snapd-error-quark, 10) when trying to log in from settings

2020-07-29 Thread Sebastien Bacher
@Viator, would you know how to rebuild a package with a patch for
testing?

Robert made a change that should help providing a better error message
https://github.com/snapcore/snapd-glib/pull/86

If you don't know how to build it we could probably set up a testing ppa
for you

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

Title:
  Error logging in snapd: (most recent call last): (snapd-error-quark,
  10) when trying to log in from settings

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

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

[Bug 1889378] [NEW] dbus method 'Sleep' not work

2020-07-29 Thread Alex Tu
Public bug reported:


refer to 
https://salsa.debian.org/utopia-team/network-manager/-/blob/debian/master/introspection/org.freedesktop.NetworkManager.xml#L157



  


But the network not be deactivated after the Sleep method be called.

** Affects: oem-priority
 Importance: Undecided
 Status: New

** Affects: network-manager (Ubuntu)
 Importance: Undecided
 Status: New

** Also affects: oem-priority
   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/1889378

Title:
  dbus method 'Sleep' not work

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

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

[Bug 1888656] Re: [MIR] tlp

2020-07-29 Thread Shih-Yuan Lee
** Changed in: oem-priority
 Assignee: (unassigned) => Shih-Yuan Lee (fourdollars)

** Changed in: oem-priority
   Importance: Undecided => High

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

** Changed in: tlp (Ubuntu)
 Assignee: OEM Solutions Group: Engineers (oem-solutions-engineers) => 
Shih-Yuan Lee (fourdollars)

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

Title:
  [MIR] tlp

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

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

[Bug 1870526] Re: Ubuntu 20.04 - Gnome tweaks erratic left menu selection blinking using the mouse

2020-07-29 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1846443 ***
https://bugs.launchpad.net/bugs/1846443

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

** Changed in: gnome-tweaks (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/1870526

Title:
  Ubuntu 20.04 - Gnome tweaks erratic left menu selection blinking using
  the mouse

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

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

[Bug 1888810] Re: MATE desktop in Ubuntu 20.04 screen tearing with modeset driver

2020-07-29 Thread arno
True but on the other hand this (Ubuntu 20.04) are LTS distros. This
will affect poeple at least for more than 3 years. But I understand, the
new stuff (Wayland) is more of interest for dev than fixing the old one.

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

Title:
  MATE desktop in Ubuntu 20.04 screen tearing with modeset driver

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

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

[Bug 1889375] Re: Fix right speaker of HP laptop

2020-07-29 Thread Kai-Heng Feng
** Tags added: oem-priority originate-from-1889037 stella

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

Title:
  Fix right speaker of HP laptop

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889375/+subscriptions

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

[Bug 1888632] Re: sct doesn't reduce colour temperature on second monitor (Ubuntu 20.04 LTS)

2020-07-29 Thread Thomas Enevoldsen
The fork you provided, ceg, works as intended. It correctly sets the
color temperature on all monitors. However, the issues still exists when
installing the alternative version using "apt install sct".

Thank you for letting me know about the fork.

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

Title:
  sct doesn't reduce colour temperature on second monitor (Ubuntu 20.04
  LTS)

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

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

[Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Daniel van Vugt
** Summary changed:

- USB Drivers not shown on task bar
+ Not all USB drives shown on Ubuntu Dock

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

Title:
  Not all USB drives shown on Ubuntu Dock

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

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

[Bug 1872796] Re: gnome-shell animations are noticeably stuttery when the Ubuntu extensions are enabled

2020-07-29 Thread Brett Stevens
I've had problems with this bug as well. 
I've tracked it down the dock extension. If you install it on PopOs you get the 
same stuttering.
When I removed the extension the shell returned to normal.

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

Title:
  gnome-shell animations are noticeably stuttery when the Ubuntu
  extensions are enabled

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

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

[Bug 1887473] Re: timer_settime02 from ubuntu_ltp_syscalls failed on X/B/E/F s390x

2020-07-29 Thread Po-Hsu Lin
Passed with Xenial 4.4 s390x in this cycle.

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

Title:
  timer_settime02 from ubuntu_ltp_syscalls failed on X/B/E/F s390x

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu-kernel-tests/+bug/1887473/+subscriptions

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

[Bug 1790251] Re: remmina won't connect after remote upgraded to 18.04

2020-07-29 Thread Sebastien Bacher
Thank you for your bug report, could you give some details on the server you 
are connecting to. What protocol and settings do you use? What error do you get?
Could you add your 'journalctl -b 0' log after getting the issue?

** Changed in: remmina (Ubuntu)
   Importance: Undecided => Low

** Changed in: remmina (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/1790251

Title:
  remmina won't connect after remote upgraded to 18.04

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

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

[Bug 1842417] Re: Ubiquity needs support for fscrypt

2020-07-29 Thread Redsandro
> I think some problem has to be considered: as far as I understood, the folder 
> /.fscrypt shall not be deleted (risk to loose access to your data?)
> if yes, it's a bit risky in case you re-install system on / with a separated 
> encrypted /home that you want to keep.

When you set up your encrypted home using the fscrypt tool and it
detects that /home is not the same as /, it will offer to create a
recovery protector. This creates a file in your home called fscrypt-
recovery-passphrase.txt (or something like that) that needs to be
written down (similar to ecryptfs). This protector is stored on
/home/.fscrypt.

This means you can unlock the directory on a different (or new) system,
and once unlocked, you can create a new login protector.

I assume ubiquity can be scripted to detect a pre-existing user home was
encrypted using fscrypt, query for the recovery protector passphrase,
unlock the directory, and add add a login protector.

> I also would like to add an other issue of full disk encryption: it
need to enter password at boot on the machine.

I hadn't even thought about that because I never use full disk
encryption. Some will argue that this is the point as it is more secure,
but I would argue that you should have the choice to use your computer
in a more versatile manner while still being able to protect your
personal files from raw disk reading with a bootable usb stick. Options
could be presented:

Encryption options:

* Full Disk Encryption - (Recommended) Best security. Suitable for single user 
hardware.
* Home Encryption - Good security. Suitable for shared family computers and WoL.
* No Encryption - No security. Good for guests and internet cafes.

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

Title:
  Ubiquity needs support for fscrypt

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

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

[Bug 1889377] Re: gnome-shell using lot of CPU (costantly 30% - often up to 100%) making my system quite slow

2020-07-29 Thread Daniel van Vugt
1. Please run the 'Extensions' app and remove/disable any extensions not
provided by Ubuntu.

2. If you are using indicator-multiload then please uninstall that (bug
784055).

3. If the problem still persists after rebooting then please run these
commands:

   lspci -k > lspcik.txt
   gsettings list-recursively org.gnome.shell > settings.txt
   journalctl -b0 > journal.txt
   sudo apt install mesa-utils
   glxinfo > glxinfo.txt

   and attach the resulting text files here.

** Tags added: 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/1889377

Title:
  gnome-shell using lot of CPU (costantly 30% - often up to 100%) making
  my system quite slow

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

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

[Bug 1879417] Re: with default font, empty lines have different height to non-empty lines

2020-07-29 Thread Sebastien Bacher
@Harm, thanks for the upstream bug reference!

** Changed in: gedit (Ubuntu)
   Status: Confirmed => Triaged

** Package changed: gedit (Ubuntu) => pango1.0 (Ubuntu)

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

Title:
  with default font, empty lines have different height to non-empty
  lines

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

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

[Bug 1644995] Re: specific SVG file breaks Ubuntu 16.04 desktop + nautilus

2020-07-29 Thread Sebastien Bacher
@Jonathan, the issue you are referring to is bug #1889206, the bug here
is years old

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

Title:
  specific SVG file breaks Ubuntu 16.04 desktop + nautilus

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

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

[Bug 1889091] Re: When saving a copy save dialog cannot create directory on nfs share (due to apparmor)

2020-07-29 Thread Sebastien Bacher
@Seth, thanks, it sounded like from the description that the nfs mount
isn't the userdir, just another location available on the system, is the
tweak you suggest still right in that context?

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

Title:
  When saving a copy save dialog cannot create directory on nfs share
  (due to apparmor)

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

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

[Bug 1889160] Re: 20.04 no sound from speakers

2020-07-29 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1889160

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

Title:
  20.04 no sound from speakers

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

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

[Bug 1889348] Re: package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to install/upgrade: installed mysql-server-8.0 package post-installation script subprocess returned error exit status 1

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

** Changed in: mysql-8.0 (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/1889348

Title:
  package mysql-server-8.0 8.0.21-0ubuntu0.20.04.3 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script subprocess returned error exit status 1

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

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

[Bug 1889277] Re: lock screen not working, neither Win+L nor suspend works to lock the screen

2020-07-29 Thread Sebastien Bacher
Thank you for your bug report, could you give some details on your login 
manager and desktop? gnome-screensaver is a legacy component and not supposed 
to be installed or used in a GNOME session
Could you also add your 'journalctl -b 0' log after triggering the issue?

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

** Changed in: gnome-screensaver (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/1889277

Title:
  lock screen not working, neither Win+L nor suspend works to lock the
  screen

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

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

[Bug 1889258] Re: Cannot import SSH key (import button greyed out)

2020-07-29 Thread Sebastien Bacher
Thank you for your bug report. Could you give some detail on the type of key 
you try to import and what action you do exactly to trigger the import?
Do you have any warning on the command line or in the 'journalctl -b 0' log at 
the time of the import?

** Changed in: seahorse (Ubuntu)
   Importance: Undecided => Low

** Changed in: seahorse (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/1889258

Title:
  Cannot import SSH key (import button greyed out)

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

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

[Bug 1889317] Re: When clicking a .deb, file-roller gets launched ( instead of an installer for .deb )

2020-07-29 Thread Sebastien Bacher
If budgie doesn't use snap-store or the default ubuntu list then the
issue would need to be reported to them to apply a similar fix to their
default applications definition

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

Title:
  When clicking a .deb, file-roller gets launched ( instead of an
  installer for .deb )

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

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

[Bug 1888656] Re: [MIR] tlp

2020-07-29 Thread Shih-Yuan Lee
** Changed in: tlp (Ubuntu)
 Assignee: Shih-Yuan Lee (fourdollars) => (unassigned)

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

Title:
  [MIR] tlp

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

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

[Bug 1842417] Re: Ubiquity needs support for fscrypt

2020-07-29 Thread Redsandro
Note that the above was added in fscrypt 0.2.6 (january 2020), and it is 
described here:
https://github.com/google/fscrypt/pull/167

Ubuntu still packages 0.2.5 (september 2019)

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

Title:
  Ubiquity needs support for fscrypt

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

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

[Bug 1889378] Re: dbus method 'Sleep' not work

2020-07-29 Thread Alex Tu
** Description changed:

+ refer to https://salsa.debian.org/utopia-team/network-
+ 
manager/-/blob/debian/master/introspection/org.freedesktop.NetworkManager.xml#L157
  
- refer to 
https://salsa.debian.org/utopia-team/network-manager/-/blob/debian/master/introspection/org.freedesktop.NetworkManager.xml#L157
+ 
- 
-   
- 
+ Control the NetworkManager daemon's sleep state. When asleep, all
+ interfaces that it manages are deactivated. When awake, devices are
+ available to be activated. This command should not be called directly 
by
+ users or clients; it is intended for system suspend/resume tracking.
+ -->
+ 
+   
+ 
  
  But the network not be deactivated after the Sleep method be called.
+ 
+ steps:
+  1.$ gdbus call --system --dest org.freedesktop.NetworkManager --object-path 
/org/freedesktop/NetworkManager --method org.freedesktop.NetworkManager.Sleep 
true
+ 
+  2.$ journal ctl ; # see the dbus method be called correctly.
+  七  29 16:21:10 u-XPS-13-9310 sudo[2822]:u : TTY=pts/1 ; PWD=/home/u 
; USER=root ; COMMAND=/usr/bin/gdbus call --system --dest 
org.freedesktop.NetworkManager --object-path /org/freedesktop/NetworkManage
+ r --method org.freedesktop.NetworkManager.Sleep true
+  七  29 16:21:10 u-XPS-13-9310 sudo[2822]: pam_unix(sudo:session): session 
opened for user root by (uid=0)
+  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8622] 
manager: sleep: sleep requested (sleeping: no  enabled: yes)
+  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8626] 
device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 
'sleeping', sys-iface-state: 'managed')
+  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8632] 
manager: NetworkManager state is now ASLEEP
+  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8635] 
audit: op="sleep-control" arg="on" pid=2825 uid=0 result="success"
+ 
+ 3. $ ping 8.8.8.8 ; # still work unexpectedly
+ 
+ Note: this issue can be reproduced on the latest version of network-
+ manager source : https://git.launchpad.net/network-
+ manager/commit/?id=6e17a2e7ad9453c0afe34dab0e6768ad8ee447c2

** Changed in: oem-priority
 Assignee: (unassigned) => Alex Tu (alextu)

** Changed in: oem-priority
   Importance: Undecided => High

** Description changed:

  refer to https://salsa.debian.org/utopia-team/network-
  
manager/-/blob/debian/master/introspection/org.freedesktop.NetworkManager.xml#L157
  
  
  
    
  
  
  But the network not be deactivated after the Sleep method be called.
  
  steps:
-  1.$ gdbus call --system --dest org.freedesktop.NetworkManager --object-path 
/org/freedesktop/NetworkManager --method org.freedesktop.NetworkManager.Sleep 
true
+  1.$ gdbus call --system --dest org.freedesktop.NetworkManager --object-path 
/org/freedesktop/NetworkManager --method org.freedesktop.NetworkManager.Sleep 
true
  
-  2.$ journal ctl ; # see the dbus method be called correctly.
-  七  29 16:21:10 u-XPS-13-9310 sudo[2822]:u : TTY=pts/1 ; PWD=/home/u 
; USER=root ; COMMAND=/usr/bin/gdbus call --system --dest 
org.freedesktop.NetworkManager --object-path /org/freedesktop/NetworkManage
- r --method org.freedesktop.NetworkManager.Sleep true
-  七  29 16:21:10 u-XPS-13-9310 sudo[2822]: pam_unix(sudo:session): session 
opened for user root by (uid=0)
-  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8622] 
manager: sleep: sleep requested (sleeping: no  enabled: yes)
-  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8626] 
device (p2p-dev-wlp0s20f3): state change: disconnected -> unmanaged (reason 
'sleeping', sys-iface-state: 'managed')
-  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8632] 
manager: NetworkManager state is now ASLEEP
-  七  29 16:21:10 u-XPS-13-9310 NetworkManager[843]:   [1596010870.8635] 
audit: op="sleep-control" arg="on" pid=2825 uid=0 result="success"
+  2.$ journal ctl ; # see the dbus method be called correctly.
+ NetworkManager[843]:   [1596010870.8622] manager: sleep: sleep 
requested (sleeping: no  enabled: yes)
+ NetworkManager[843]:   [1596010870.8626] device (p2p-dev-wlp0s20f3): 
state change: disconnected -> unmanaged (reason 'sleeping', sys-iface-state: 
'managed')
+ NetworkManager[843]:   [1596010870.8632] manager: NetworkManager state 
is now ASLEEP
+ NetworkManager[843]:   [1596010870.8635] audit: op="sleep-control" 
arg="on" pid=2825 uid=0 result="success"
  
  3. $ ping 8.8.8.8 ; # still work unexpectedly
  
  Note: this issue can be reproduced on the latest version of network-
  manager source : https://git.launchpad.net/network-
  manager/commit/?id=6e17a2e7ad9453c0afe34dab0e6768ad8ee447c2

** Description changed:

  refer to https://salsa.debian.org/utopia-team/network-
  
manager/-/blob/debian/master/introspection/org.freedesktop.NetworkManager.xml#L157
  
  
  
    
  
  
  But the network not be 

[Bug 1889310] Re: pdfarranger not shown in gnome-software als official package

2020-07-29 Thread Sebastien Bacher
The information required to be indexed are provided by the software,
reassigning to pdfarranger

** Package changed: gnome-software (Ubuntu) => pdfarranger (Ubuntu)

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

Title:
  pdfarranger not shown in gnome-software als official package

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

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

[Bug 1889317] Re: When clicking a .deb, file-roller gets launched ( instead of an installer for .deb )

2020-07-29 Thread Sebastien Bacher
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 1873658), 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.

** Changed in: file-roller (Ubuntu)
   Importance: Undecided => Low

** Changed in: file-roller (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  When clicking a .deb, file-roller gets launched ( instead of an
  installer for .deb )

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

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

[Bug 1886214] Re: zsys package post-installation failed when boot pool is not imported

2020-07-29 Thread Jean-Baptiste Lallement
** Also affects: zsys (Ubuntu Focal)
   Importance: Undecided
   Status: New

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

** Changed in: zsys (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: zsys (Ubuntu)
 Assignee: (unassigned) => Jean-Baptiste Lallement (jibel)

** Changed in: zsys (Ubuntu Focal)
 Assignee: (unassigned) => Jean-Baptiste Lallement (jibel)

** Changed in: zsys (Ubuntu Focal)
Milestone: None => focal-updates

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

Title:
  zsys package post-installation failed when boot pool is not imported

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

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

[Bug 1889384] [NEW] ASPM not enabled on child devices behind VMD controller

2020-07-29 Thread You-Sheng Yang
Public bug reported:

TBD.

** Affects: hwe-next
 Importance: Undecided
 Status: New

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

** Affects: linux-oem-5.6 (Ubuntu)
 Importance: Undecided
 Status: New

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

** Affects: linux-oem-5.6 (Ubuntu Groovy)
 Importance: Undecided
 Status: New


** Tags: oem-priority originate-from-1873381 originate-from-1874079 somerville

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

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889318] Re: install chromium in lxc container for 20.04 fails

2020-07-29 Thread Sebastien Bacher
Thank you for your bug report, that's a snapd issue, sounds similar to
bug #1865503

** Package changed: chromium-browser (Ubuntu) => snapd (Ubuntu)

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

Title:
  install chromium in lxc container for 20.04 fails

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

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

[Bug 1889384] Missing required logs.

2020-07-29 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 1889384

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

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889378] Re: dbus method 'Sleep' not work

2020-07-29 Thread Sebastien Bacher
Thank you for your bug report, how do you call it exactly? What are you
trying to do?

The documentation states
'This command should not be called directly by users or clients; it is intended 
for system suspend/resume tracking.'

Is it resulting from a problem you have after suspend or are you trying
to manually force a suspend for some reason? Having some details on what
you trying to achieve would help understanding the issue...


** Changed in: network-manager (Ubuntu)
   Importance: Undecided => Low

** Changed in: network-manager (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/1889378

Title:
  dbus method 'Sleep' not work

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

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

[Bug 1889358] Re: Syntax highlightning for Raku is needed

2020-07-29 Thread Sebastien Bacher
Thanks for the bug report and the upstream reference

** Changed in: gtksourceview3 (Ubuntu)
   Importance: Undecided => Wishlist

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

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

Title:
  Syntax highlightning for Raku is needed

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

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

[Bug 1889360] Re: Syntax highlightning for Raku is needed

2020-07-29 Thread Sebastien Bacher
** Changed in: gtksourceview4 (Ubuntu)
   Importance: Undecided => Wishlist

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

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

Title:
  Syntax highlightning for Raku is needed

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

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

[Bug 1889385] [NEW] Change zsys GC to only keep one month

2020-07-29 Thread Didier Roche
Public bug reported:

[Impact] 
* People start experiencing /boot and disk near being full due to our snapshot 
policy.
* Until we implement GC pressure based on disk space, mitigate the issue by 
only keeping last month.


[Test Case]
* Install new ZSys version
* zsysctl show
-> You should see history states that are older than one month
* Wait for a GC pass to be ran, or run directly zsysctl service gc
-> The history states older than a month should be gone (for states that don’t 
have dependencies)

[Regression Potential] 
This change is a configuration tweak, which is already covered by a great 
number of test cases. Manual testing has been done on a system with a bunch of 
history states.

The regression would be too much or too few history states being
removed, but as said, this scenario is already covered by other test
cases.

** Affects: zsys (Ubuntu)
 Importance: High
 Status: New

** Affects: zsys (Ubuntu Focal)
 Importance: High
 Status: New

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

** Changed in: zsys (Ubuntu Focal)
   Importance: Undecided => High

** Changed in: zsys (Ubuntu)
   Importance: Undecided => High

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

Title:
  Change zsys GC to only keep one month

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

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

[Bug 1889377] Re: gnome-shell using lot of CPU (costantly 30% - often up to 100%) making my system quite slow

2020-07-29 Thread Mirko
Hi Daniel, thanks for your answer.
Please find below mi answers to your points (after >>>):
1. Please run the 'Extensions' app and remove/disable any extensions not 
provided by Ubuntu.
>>> if you mean Gnome extensions, I don't have any (see attachment 
>>> Tweaks2020-07-29 11-30-17.png)

2. If you are using indicator-multiload then please uninstall that (bug 784055)
>>> I have no indicator-multiload installed also checked with sudo apt list 
>>> --installed | grep "indicator-multiload" which returns an empty list

3. If the problem still persists after rebooting then please run these
commands:

   lspci -k > lspcik.txt
   gsettings list-recursively org.gnome.shell > settings.txt
   journalctl -b0 > journal.txt
   sudo apt install mesa-utils
   glxinfo > glxinfo.txt

   and attach the resulting text files here
>>> find attached the 4 files

** Attachment added: "bug1889377_attachment1.tar.xz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1889377/+attachment/5396910/+files/bug1889377_attachment1.tar.xz

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

Title:
  gnome-shell using lot of CPU (costantly 30% - often up to 100%) making
  my system quite slow

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

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

[Bug 1889384] Re: ASPM not enabled on child devices behind VMD controller

2020-07-29 Thread You-Sheng Yang
** Tags added: oem-priority originate-from-1873381 somerville

** Tags added: originate-from-1874079

** Also affects: linux (Ubuntu Groovy)
   Importance: Undecided
   Status: Incomplete

** Also affects: linux-oem-5.6 (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: linux-oem-5.6 (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Focal)
   Status: New => Won't Fix

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: New => Triaged

** Changed in: linux-oem-5.6 (Ubuntu Focal)
   Status: Triaged => In Progress

** Changed in: linux-oem-5.6 (Ubuntu Groovy)
   Status: New => Invalid

** Changed in: linux (Ubuntu Groovy)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

** Changed in: linux-oem-5.6 (Ubuntu Focal)
 Assignee: (unassigned) => You-Sheng Yang (vicamo)

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

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1888656] Re: [MIR] tlp

2020-07-29 Thread Shih-Yuan Lee
** Changed in: oem-priority
   Importance: High => Critical

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

Title:
  [MIR] tlp

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

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

[Bug 1754294] Re: After last updated libcurl3 on libcurl4, some apps are removed.

2020-07-29 Thread Andriy Podanenko
I've removed all apt sources.list and added back from current version of Ubuntu 
which helped me to package by package upgrade it to current Ubuntu version of 
the package
I had same issues and they were in a system because some packages were from the 
previous version ( 16 ) which must be upgraded after OS upgrade to 18

so rm -rf /etc/apt/sources.list.d/*
apt-get update
apt-get upgrade

add all repositories back but for current version of Ubuntu and you'll
succeed

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

Title:
  After last updated libcurl3 on libcurl4, some apps are removed.

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

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

[Bug 1886214] Re: zsys package post-installation failed when boot pool is not imported

2020-07-29 Thread Jean-Baptiste Lallement
** Description changed:

- root@tmp:/home/pgray# zfs list -t snapshot -o name -S creation 
+ ** SRU **
+ [Impact]
+ For yet unknown reasons, bpool is sometimes not imported. This causes the 
upgrade script to fail because then /boot is not a mount point.
+ The fix just ignores the return status of findmnt to prevent the postinst 
script to fail in this situation
+ 
+ [Test Case]
+ 1. Install zsys 0.4.5
+ 2. Unmount /boot/grub/, /boot/efi and /boot
+ 3. Install the update of zsys
+ 
+ [Regression potential]
+ Low, since now the error is now ignored.
+ 
+ 
+ ** Original Description **
+ root@tmp:/home/pgray# zfs list -t snapshot -o name -S creation
  no datasets available
  
  root@tmp:/home/pgray# sudo apt-get install zsys
  Reading package lists... Done
- Building dependency tree   
+ Building dependency tree
  Reading state information... Done
  zsys is already the newest version (0.4.6).
  0 upgraded, 0 newly installed, 0 to remove and 10 not upgraded.
  1 not fully installed or removed.
  After this operation, 0 B of additional disk space will be used.
  Do you want to continue? [Y/n] y
  Requesting to save current system state
  Successfully saved as "autozsys_90843v"
  Setting up zsys (0.4.6) ...
  dpkg: error processing package zsys (--configure):
-  installed zsys package post-installation script subprocess returned error 
exit status 1
+  installed zsys package post-installation script subprocess returned error 
exit status 1
  Errors were encountered while processing:
-  zsys
+  zsys
  ZSys is adding automatic system snapshot to GRUB menu
- ERROR Service took too long to respond. Disconnecting client. 
+ ERROR Service took too long to respond. Disconnecting client.
  E: Sub-process /usr/bin/dpkg returned an error code (1)
  
  root@tmp:/home/pgray# zpool list
  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH  
ALTROOT
  rpool   107G  9.27G  97.7G- -10% 8%  1.00xONLINE  
-
  
  This was after a previous upgrade failed.
  Even after removing all snapshots for that pool, it fails.
  
  root@tmp:/home/pgray# lsb_release -rd
  Description:Ubuntu 20.04 LTS
  Release:20.04
  
  root@tmp:/home/pgray# apt-cache policy zsys
  zsys:
-   Installed: 0.4.6
-   Candidate: 0.4.6
-   Version table:
-  *** 0.4.6 500
- 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
- 100 /var/lib/dpkg/status
-  0.4.5 500
- 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
- --- 
+   Installed: 0.4.6
+   Candidate: 0.4.6
+   Version table:
+  *** 0.4.6 500
+ 500 http://us.archive.ubuntu.com/ubuntu focal-updates/main amd64 
Packages
+ 100 /var/lib/dpkg/status
+  0.4.5 500
+ 500 http://us.archive.ubuntu.com/ubuntu focal/main amd64 Packages
+ ---
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27.3
  Architecture: amd64
  CasperMD5CheckResult: skip
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2020-06-09 (27 days ago)
  InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
  NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
  Package: zsys 0.4.5
  PackageArchitecture: amd64
  ProcEnviron:
-  TERM=screen-256color
-  PATH=(custom, no user)
-  XDG_RUNTIME_DIR=
-  LANG=en_US.UTF-8
-  SHELL=/bin/bash
+  TERM=screen-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=en_US.UTF-8
+  SHELL=/bin/bash
  ProcKernelCmdLine: BOOT_IMAGE=/BOOT/ubuntu_bgiwia@/vmlinuz-5.4.0-37-generic 
root=ZFS=rpool/ROOT/ubuntu_bgiwia ro quiet splash
  ProcVersionSignature: Ubuntu 5.4.0-37.41-generic 5.4.41
  RelatedPackageVersions:
-  zfs-initramfs  0.8.3-1ubuntu12.1
-  zfsutils-linux 0.8.3-1ubuntu12.1
+  zfs-initramfs  0.8.3-1ubuntu12.1
+  zfsutils-linux 0.8.3-1ubuntu12.1
  Tags:  focal
  Uname: Linux 5.4.0-37-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip docker kvm libvirt lpadmin lxd plugdev sambashare 
sudo
  ZFSImportedPools:
-  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH 
 ALTROOT
-  rpool   107G  9.66G  97.3G- -10% 9%  1.00xONLINE 
 -
-  slow   29.1T   606G  28.5T- - 0% 2%  1.00xONLINE 
 -
+  NAMESIZE  ALLOC   FREE  CKPOINT  EXPANDSZ   FRAGCAP  DEDUPHEALTH 
 ALTROOT
+  rpool   107G  9.66G  97.3G- -10% 9%  1.00xONLINE 
 -
+  slow   29.1T   606G  28.5T- - 0% 2%  1.00xONLINE 
 -
  ZFSListcache-bpool:
-  bpool/boot   off on  on  off on  off on  
off -   none
-  bpool/BOOT   noneoff on  on  off on  off on  
off -   none
-  bpool/BOOT/ubuntu_bgiwia /boot   on  on  on  off on  
off on  off -   none
+  bpool/boot   off on  on  off on  off on  
off -   none

[Bug 1790110] Re: Xscreensaver overrides vlc smplayer and caffeine

2020-07-29 Thread dragonpharaoh
Same problem on Ubuntu 18.04.  Xscreen ignores Caffeine

caffeine --version
caffeine 2.9.7
xscreensaver -v
xscreensaver 5.36, copyright (c) 1991-2016 by Jamie Zawinski .
xscreensaver: 17:53:52: running as
xscreensaver: 17:53:52: in process 14560.
xscreensaver: 17:53:52: already running on display :0 (window 0x1e6)
 from process 3250

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

Title:
  Xscreensaver overrides vlc smplayer and caffeine

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

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

[Bug 1879206] Re: cups hplip not install printer

2020-07-29 Thread Bernard Decock
After sudo apt purge ippusbxd and rebooting, I was able to print and
scan with HP Deskjet 3639

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

Title:
  cups hplip not install printer

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

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

[Bug 1887300] Re: Wacom overlay text labels are invisible

2020-07-29 Thread Frederik Feichtmeier
Testing this from proposed channel, I can confirm that this fixes the
issue is fixed

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

Title:
  Wacom overlay text labels are invisible

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

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

[Bug 1873658] Re: Deb Files are not associated with an application that manages packages

2020-07-29 Thread Coeur Noir
Not fixed in Budgie Ubuntu, where file-roller gets launched instead of
software.

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

Title:
  Deb Files are not associated with an application that manages packages

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/desktop-file-utils/+bug/1873658/+subscriptions

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

[Bug 1887389] Re: Microphone icon outlines can look fuzzy on certain screens

2020-07-29 Thread Frederik Feichtmeier
Testing this from proposed channel, I can confirm that this fixes the
issue is fixed

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

Title:
  Microphone icon outlines can look fuzzy on certain screens

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

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

[Bug 1889217] Re: Make digital mic on the AMD renoir machines work under gnome desktop

2020-07-29 Thread Hui Wang
** Description changed:

- This is for tracking purpose.
+ [Impact]
+ On the LENOVO AMD renoir machines, there is a digital mic directly connected
+ to the APU instead of the codec, so there are two separate sound cards in the
+ system, one is for analogue codec driven by hda driver, the other is for the
+ dmic driven by ASoC acp driver.
+ 
+ The current audio stack (pulseaudio + alsa-ucm-conf + alsa-lib) doesn't
+ support this design yet, it could support all audio devices on the codec
+ well, but it doesn't support that dmic well. In the gnome-control-center,
+ the dmic becomes two input devices: analog input and multichannel input,
+ and users can only record sound from analog input, the multichannel input
+ can't function at all. Besides this issue, there is another issue, after
+ users plug an external mic, the external mic can't replace the dmic
+ automatically, this gives users a bad experience since this behaviour is
+ different from the other audio designs.
+ 
+ [Fix for pulseaudio]
+ we need to backport 3 patches:
+ 2ae94c141f device-port: queue CARD CHANGE event before update default sink
+ c8653c13fa alsa: adjust ucm sink/source priority according to ports priority
+ A patch not merged by upstream:
+ https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/305
+ 
+ [Test Case]
+ On the AMD renoir machines:
+ Boot the system with these updated packages (already backported kernel drivers
+ to focal and oem-5.6 kernels), open the gnome-control-center, we could see
+ the digital mic in the input device tab, and only one input device. we could
+ record sound through this dmic, we could play sound through the speaker, plug
+ a headset, we could see the output device become headphones and the input
+ device become headset mic, we could play sound to headphone and record sound
+ from headset mic, plug a hdmi monitor, there is hdmi audio choice, play sound
+ to hdmi audio, we could hear the sound from the speaker on the monitor. 
Suspend
+ and resume, redo the previous steps, all audio devices still work well.
+ 
+ On other machines:
+ Boot the system with all updated packages or partial updated packages, check
+ all input devices and output devices, they worked as the same as before. this
+ SRU doesn't bring any impact on other machines.
+ 
+ [Regression Risk]
+ Low

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

Title:
  Make digital mic on the AMD renoir machines work under gnome desktop

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

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

[Bug 1887297] Re: gnome-shell notifications and gtk3 menus are hard to distinguish from the background

2020-07-29 Thread Frederik Feichtmeier
Testing this from proposed channel, I can confirm that this fixes the
issue is fixed

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

Title:
  gnome-shell notifications and gtk3 menus are hard to distinguish from
  the background

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

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

[Bug 1887388] Re: Several mimetype icons are missing

2020-07-29 Thread Frederik Feichtmeier
Testing this from proposed channel, I can confirm that this fixes the
issue is fixed

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

Title:
  Several mimetype icons are missing

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

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

[Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Sebastien Bacher
Reports need to at least include informations like the Ubuntu version
you are using...

Could you add the 'journalctl -b 0' log of the system after triggering
the issue?

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

Title:
  Not all USB drives shown on Ubuntu Dock

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

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

[Bug 1809098] Re: Please support other architectures

2020-07-29 Thread Frédéric Bonnard
Small update on this.
Not sure I should have close that bug in my latest upload in Debian, but
with 1.0.15, libdfp has support for i386 and amd64.

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

Title:
  Please support other architectures

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

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

[Bug 1889217] Re: Make digital mic on the AMD renoir machines work under gnome desktop

2020-07-29 Thread Sebastien Bacher
** Changed in: pulseaudio (Ubuntu Focal)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-ucm-conf (Ubuntu Focal)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-ucm-conf (Ubuntu Groovy)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-lib (Ubuntu Focal)
 Assignee: (unassigned) => Hui Wang (hui.wang)

** Changed in: alsa-lib (Ubuntu Groovy)
 Assignee: (unassigned) => Hui Wang (hui.wang)

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

Title:
  Make digital mic on the AMD renoir machines work under gnome desktop

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

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

[Bug 1842417] Re: Ubiquity needs support for fscrypt

2020-07-29 Thread Sebastien Bacher
** Changed in: ubiquity (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Ubiquity needs support for fscrypt

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

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

[Bug 1886831] Re: whitelist 64-bit time syscalls

2020-07-29 Thread xantares
** Summary changed:

- whitelist 64-bit time_t syscalls
+ whitelist 64-bit time syscalls

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

Title:
  whitelist 64-bit time syscalls

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/docker.io/+bug/1886831/+subscriptions

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

[Bug 1889217] Re: Make digital mic on the AMD renoir machines work under gnome desktop

2020-07-29 Thread Hui Wang
** Description changed:

  [Impact]
- On the LENOVO AMD renoir machines, there is a digital mic directly connected
- to the APU instead of the codec, so there are two separate sound cards in the
- system, one is for analogue codec driven by hda driver, the other is for the
- dmic driven by ASoC acp driver.
+ On the LENOVO AMD renoir machines, there is a digital mic directly
+ connected to the APU instead of the codec, so there are two separate
+ sound cards in the system, one is for analogue codec driven by hda
+ driver, the other is for the dmic driven by ASoC acp driver.
  
  The current audio stack (pulseaudio + alsa-ucm-conf + alsa-lib) doesn't
  support this design yet, it could support all audio devices on the codec
  well, but it doesn't support that dmic well. In the gnome-control-center,
  the dmic becomes two input devices: analog input and multichannel input,
  and users can only record sound from analog input, the multichannel input
  can't function at all. Besides this issue, there is another issue, after
  users plug an external mic, the external mic can't replace the dmic
  automatically, this gives users a bad experience since this behaviour is
  different from the other audio designs.
  
  [Fix for pulseaudio]
  we need to backport 3 patches:
  2ae94c141f device-port: queue CARD CHANGE event before update default sink
  c8653c13fa alsa: adjust ucm sink/source priority according to ports priority
  A patch not merged by upstream:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/305
  
  [Test Case]
  On the AMD renoir machines:
- Boot the system with these updated packages (already backported kernel drivers
- to focal and oem-5.6 kernels), open the gnome-control-center, we could see
- the digital mic in the input device tab, and only one input device. we could
- record sound through this dmic, we could play sound through the speaker, plug
- a headset, we could see the output device become headphones and the input
- device become headset mic, we could play sound to headphone and record sound
- from headset mic, plug a hdmi monitor, there is hdmi audio choice, play sound
- to hdmi audio, we could hear the sound from the speaker on the monitor. 
Suspend
- and resume, redo the previous steps, all audio devices still work well.
+ Boot the system with these updated packages (already backported kernel
+ drivers to focal and oem-5.6 kernels), open the gnome-control-center,
+ we could see the digital mic in the input device tab, and only one
+ input device. we could record sound through this dmic, we could play
+ sound through the speaker, plug a headset, we could see the output
+ device become headphones and the input device become headset mic, we
+ could play sound to headphone and record sound from headset mic, plug
+ a hdmi monitor, there is hdmi audio choice, play sound to hdmi audio,
+ we could hear the sound from the speaker on the monitor. Suspend and
+ resume, redo the previous steps, all audio devices still work well.
  
  On other machines:
- Boot the system with all updated packages or partial updated packages, check
- all input devices and output devices, they worked as the same as before. this
- SRU doesn't bring any impact on other machines.
+ Boot the system with all updated packages or partial updated packages,
+ check all input devices and output devices, they worked the same as
+ before. this SRU doesn't bring any impact on other machines.
  
  [Regression Risk]
  Low
+ For alsa-ucm-conf, this SRU adds two new folders and only minimum
+ changes on existing folders, and these changes are under control and
+ are for supporting acp driver.
+ For alsa-lib, this SRU only adds the patches to support the ucm 3, and
+ nearly all changes are in the ucm folder.
+ For pulseaudio, this SRU only integrate 3 patches, and 2 of them are
+ for auto switching, and they are small patches and already upstreamed.
+ the left patch are specific to renoir audio, it will not bring impact
+ to other machines.
+ 
+ Also, we tested these changes with below machines:
+ A LENOVO AMD renoir laptop, all audio function works and no regression
+ found
+ A DELL laptop with intel dmic, all audio function works and no
+ regression found
+ A DELL laptop with intel soundwire audio, all audio function works and
+ no regression found

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

Title:
  Make digital mic on the AMD renoir machines work under gnome desktop

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

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

[Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Sebastien Bacher
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command, as it will
automatically gather debugging information, in a terminal:

  apport-collect 1889374

When reporting bugs in the future please use apport by using 'ubuntu-
bug' and the name of the package affected. You can learn more about this
functionality at https://wiki.ubuntu.com/ReportingBugs.

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

** Changed in: gnome-shell-extension-ubuntu-dock (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/1889374

Title:
  Not all USB drives shown on Ubuntu Dock

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

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

[Bug 1605948] Re: mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server

2020-07-29 Thread Mauro
*** This bug is a duplicate of bug 1592669 ***
https://bugs.launchpad.net/bugs/1592669

A very similar problem happened today to me when upgrading mysql-
sever-5.7 from 5.7.30 to 5.7.31.

This is what happens in my Linux Mint 18.3 (based on Ubuntu 16.04):

Log started: 2020-07-29  11:41:51
Configurazione di mysql-server-5.7 (5.7.31-0ubuntu0.16.04.1)...
insserv: warning: current start runlevel(s) (empty) of script `mysql' overrides 
LSB defaults (2 3 4 5).
insserv: warning: current stop runlevel(s) (0 1 2 3 4 5 6) of script `mysql' 
overrides LSB defaults (0 1 6).
mysql_upgrade: Got error: 2002: Can't connect to local MySQL server through 
socket '/var/run/mysqld/mysqld.sock' (2) while connecting to the MySQL server
Upgrade process encountered error and will not continue.
mysql_upgrade failed with exit status 11
dpkg: errore nell'elaborare il pacchetto mysql-server-5.7 (--configure):
 il sottoprocesso installato script di post-installation ha restituito lo stato 
di errore 1
Si sono verificati degli errori nell'elaborazione:
 mysql-server-5.7
Log ended: 2020-07-29  11:41:56

Please note my MySQL Server 5.7 service is DISABLED.
So, I followed the instructions from #7 (enable the service, start it, retry 
the package installation/upgrade, then disable the service again) and it fixed 
the upgrade process.

I suspect there is some flaw in these mysql-server-5.7 upgrade scripts
that don't take into account the case in which the user might have
disabled the service in order to start it just on demand, instead that
on each boot. And this flaw has not been fixed yet.

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

Title:
  mysql_upgrade: Got error: 2002: Can't connect to local MySQL server
  through socket '/var/run/mysqld/mysqld.sock' (2) while connecting to
  the MySQL server

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

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

[Bug 1889155] Re: after recent upgrade, hdmi secondary monitor is not detected

2020-07-29 Thread joaquin
** Changed in: linux (Ubuntu)
   Status: Incomplete => 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/1889155

Title:
  after recent upgrade, hdmi secondary monitor is not detected

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

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

[Bug 1889306] Re: Resuming from deep suspend on Thinkpad T14 crashes system (readonly filesystem)

2020-07-29 Thread Nicolai P
Sorry, after some debugging it turns out that this issue is due to the
SSD being a self-encrypted OPAL drive. A manual BIOS update did not
help, but the following workaround did:

https://wiki.archlinux.org/index.php/Self-
encrypting_drives#Waking_up_from_suspend

> Suspending the system results in a crash by default, because power is
being cut from the drive and that causes it to lock itself

https://github.com/Drive-Trust-
Alliance/sedutil/issues/90#issuecomment-614319458

I will therefore close this. Thanks for your help.

** Bug watch added: github.com/Drive-Trust-Alliance/sedutil/issues #90
   https://github.com/Drive-Trust-Alliance/sedutil/issues/90

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

Title:
  Resuming from deep suspend on Thinkpad T14 crashes system (readonly
  filesystem)

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

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

[Bug 1889306] Re: Resuming from deep suspend on Thinkpad T14 crashes system (readonly filesystem)

2020-07-29 Thread Nicolai P
Looks like I cannot really "close" it - I'll leave it in this state for
now and hope you can set the most appropriate status.

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

Title:
  Resuming from deep suspend on Thinkpad T14 crashes system (readonly
  filesystem)

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

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

[Bug 1889084] Re: Dock appears on top of windows in overview on a second monitor

2020-07-29 Thread Sebastien Bacher
The issue seems similar to what is being discussed upstream on
https://github.com/micheleg/dash-to-dock/issues/410

** Bug watch added: github.com/micheleg/dash-to-dock/issues #410
   https://github.com/micheleg/dash-to-dock/issues/410

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

Title:
  Dock appears on top of windows in overview on a second monitor

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

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

[Bug 1592669] Re: postinst fails when daemon is not running (or is disabled by policy-rc.d)

2020-07-29 Thread Mauro
Coming from Bug #1605948.
Today the upgrade of mysql-server-5.7 from 5.7.30 to 5.7.31 failed on my Ubuntu 
16.04-based system. Is it correct to say that this problem is still unresolved 
in 16.04?
I fixed the upgrade by enabling the service (having it running was not enough) 
before re-running "apt install mysql-server-5.7". Was not that easy to find it 
out though.

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

Title:
  postinst fails when daemon is not running (or is disabled by policy-
  rc.d)

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

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

[Bug 1889217] Re: Make digital mic on the AMD renoir machines work under gnome desktop

2020-07-29 Thread Hui Wang
** Description changed:

  [Impact]
  On the LENOVO AMD renoir machines, there is a digital mic directly
  connected to the APU instead of the codec, so there are two separate
  sound cards in the system, one is for analogue codec driven by hda
  driver, the other is for the dmic driven by ASoC acp driver.
  
  The current audio stack (pulseaudio + alsa-ucm-conf + alsa-lib) doesn't
  support this design yet, it could support all audio devices on the codec
  well, but it doesn't support that dmic well. In the gnome-control-center,
  the dmic becomes two input devices: analog input and multichannel input,
  and users can only record sound from analog input, the multichannel input
  can't function at all. Besides this issue, there is another issue, after
  users plug an external mic, the external mic can't replace the dmic
  automatically, this gives users a bad experience since this behaviour is
  different from the other audio designs.
  
  [Fix for pulseaudio]
- we need to backport 3 patches:
- 2ae94c141f device-port: queue CARD CHANGE event before update default sink
- c8653c13fa alsa: adjust ucm sink/source priority according to ports priority
- A patch not merged by upstream:
+ backport 3 patches:
+ 2 of them from upstream
+ device-port: queue CARD CHANGE event before update default sink
+ alsa: adjust ucm sink/source priority according to ports priority
+ 1 of them from a merge request:
  https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/305
+ 
+ [Fix for alsa-ucm-conf]
+ backport 14 patches:
+ 11 of them from upstream:
+ ucm-fix-wrong-If-in-sequence-in-HiFi-dual.conf.patch
+ ucm2-add-initial-ucm.conf-for-the-latest-alsa-lib.patch
+ sof-hda-dsp-don-t-fail-if-Auto-Mute-control-is-not-p.patch
+ ucm.conf-add-support-for-the-kernel-module-name-tree.patch
+ sof-hda-dsp-make-Headphone-Playback-Switch-condition.patch
+ sof-soundwire-initial-UCM2-version.patch
+ sof-soundwire-cleanups-recommended-by-the-ucm-valida.patch
+ sof-soundwire-rewrite-for-syntax-3.patch
+ HDA-Intel-add-support-for-AMD-acp-microphone-devices.patch
+ Fix-invalid-Regex-Type-in-various-Condition-blocks.patch
+ hda-hdmi-add-HDMI4-HDMI5-HDMI6-devices.patch
+ 3 of them from a merge request:
+ https://github.com/alsa-project/alsa-ucm-conf/pull/41
+ 
+ [Fix for alsa-lib]
+ backport 47 patches from upstream:
+ Enabled-extended-namehints-in-alsa.conf.patch
+ conf-add-snd_config_is_array-function.patch
+ topology-use-snd_config_is_array-function.patch
+ ucm-merge-the-array-items-from-the-condition-blocks.patch
+ ucm-parse-SectionOnce-section-in-the-master-UCM-conf.patch
+ ucm-execute-SectionDefaults-lately-when-the-first-ve.patch
+ ucm-handle-set-_once-command.patch
+ ucm-handle-set-_defaults-command.patch
+ ucm-initialize-mgr-once_list.patch
+ ucm-fix-SectionOnce-comment.patch
+ ucm-fix-compilation-error-in-set_defaults_user.patch
+ ucm-rename-SectionOnce-to-BootSequence.patch
+ ucm-rename-_once-command-to-_boot-command.patch
+ ucm-configuration-implement-in-place-Include.patch
+ ucm-configuration-substitute-ConfDir-and-ConfTopDir.patch
+ ucm-config-substitute-File-string-to-allow-variables.patch
+ ucm-configuration-allow-to-define-the-configuration-.patch
+ ucm-configuration-add-DefineRegex.patch
+ ucm-substitute-arguments-in-sequences.patch
+ ucm-allow-syntax-version-3.patch
+ ucm-config-change-the-in-place-include-evaluation-or.patch
+ ucm-allow-to-specify-the-toplevel-directory-using-as.patch
+ ucm-substitute-also-value-strings.patch
+ ucm-handle-strict-prefix-correctly-for-the-UCM-card-.patch
+ ucm-String-condition-implement-Empty.patch
+ ucm-Define-DefineRegex-is-supported-in-Syntax-3.patch
+ ucm-substitute-OpenName.patch
+ ucm-substitute-CardNumber.patch
+ ucm-implement-the-toplevel-ucm-configuration-file-pa.patch
+ ucm-substitute-device-modifier-names-too.patch
+ ucm-substitute-device-strings-in-the-device-lists.patch
+ ucm-substitute-component-sequence-string.patch
+ ucm-substitute-verb-name-and-file-field.patch
+ ucm-substitute-Comment-in-Transition-and-Device.patch
+ ucm-substitute-RenameDevice-and-DeleteDevice-lists.patch
+ ucm-substitute-arguments-in-sequences-only-for-synta.patch
+ ucm-shuffle-code-in-compound_merge.patch
+ ucm-implement-CardIdByName-substitution.patch
+ ucm-allow-to-ignore-errors-for-the-value-substitutio.patch
+ ucm-allow-to-use-the-defined-variables-in-the-substi.patch
+ ucm-implement-CardNumberByName-substitution.patch
+ ucm-fix-the-possible-buffer-overflow-substitution.patch
+ ucm-simplify-get_by_card-in-parser.c.patch
+ ucm-implement-AlwaysTrue-Condition.Type.patch
+ ucm-Allow-empty-strings-in-var-.-substitutions.patch
+ ucm-substitution-remove-duplicate-allow_empty-assign.patch
+ ucm-fix-parse_get_safe_name-safe-name-must-be-checke.patch
+ ucm-substitute-the-merged-tree-completely.patch
+ 
  
  [Test Case]
  On the AMD renoir machines:
  Boot the system with these updated packages (already backported kernel
  drivers to focal and oem-5.6 kernels), open the gnome-control-center,
  we could

[Bug 1869021] Re: desktop dash search clicking on a snap application leads to error page in software centre

2020-07-29 Thread Marcus Tomlinson
** Changed in: snap-store-desktop
   Status: New => Invalid

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

Title:
  desktop dash search clicking on a snap application leads to error page
  in software centre

To manage notifications about this bug go to:
https://bugs.launchpad.net/snap-store-desktop/+bug/1869021/+subscriptions

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

[Bug 1889317] Re: When clicking a .deb, file-roller gets launched ( instead of an installer for .deb )

2020-07-29 Thread Coeur Noir
AFAIK Budgie comes with « software » installed by default.

Does it matter if it's gnome-software with snap plugin rather than snap-
store ?


** Changed in: file-roller (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  When clicking a .deb, file-roller gets launched ( instead of an
  installer for .deb )

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

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

[Bug 1878279] Re: Touchpad not recognized on Lenovo Ideapad 5 14IIL05 81YH

2020-07-29 Thread Fredrik Larsson
Have exactly the same problem in my ideapad5 14AER05.
The touchpad works under Windows but not at all when using ubuntu
The touch pad does not show up when using xinput

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

Title:
  Touchpad not recognized on Lenovo Ideapad 5 14IIL05 81YH

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

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

[Bug 1871431] Re: celluloid crashed with SIGSEGV in g_str_hash()

2020-07-29 Thread arno
** Changed in: celluloid (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  celluloid crashed with SIGSEGV in g_str_hash()

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

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

[Bug 1888685] Re: rsync fails after installing level 3.2.1

2020-07-29 Thread Cliff Carson
Stumped to what to do next.  Have two test cases, one works, one fails
with chroot error.  Here is the rsyncd.conf that workds;

cat << EOF > /etc/rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock

[test_dir]
path = /mnt/testrsync
comment = Test Directory
uid = cliff
gid = cliff
read only = no
list = yes
hosts allow = 192.168.1.0/24
auth users = cliff
secrets file = /etc/rsyncd.scrt
strict modes = false
EOF
cat << EOF > /etc/rsyncd.scrt
cliff:ubuntu
EOF

The one that fails;

cat << EOF > /etc/rsyncd.conf
log file = /var/log/rsyncd.log
pid file = /var/run/rsyncd.pid
lock file = /var/run/rsync.lock

[Bin_dir]
path = /home/cliff/Bin
comment = Common Bin Directory
uid = cliff
gid = cliff
read only = no
list = yes
hosts allow = 192.168.1.0/24
auth users = cliff
secrets file = /etc/rsyncd.scrt
strict modes = false
EOF
cat << EOF > /etc/rsyncd.scrt
cliff:ubuntu
EOF

Tried to change the failure.

Change the path = %HOME%/Bin  -  no change
Added use chroot = false  - the failure change to "chdir failed"

Suggestion on what to try next?

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

Title:
  rsync fails after installing level 3.2.1

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

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

[Bug 1879777] Re: gnome-boxes assert failure: gnome-boxes: ../../../../src/cairo-surface.c:955: cairo_surface_destroy: Assertion `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&surface->ref_count)' failed.

2020-07-29 Thread Launchpad Bug Tracker
This bug was fixed in the package gnome-boxes - 3.36.5-1ubuntu2

---
gnome-boxes (3.36.5-1ubuntu2) groovy; urgency=medium

  * debian/patches/git_rdp_segfault.patch:
- backport a fix for segfault happening when trying to connect via rdp
  (lp: #1879777)

 -- Sebastien Bacher   Tue, 28 Jul 2020 16:03:13
+0200

** Changed in: gnome-boxes (Ubuntu)
   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/1879777

Title:
  gnome-boxes assert failure: gnome-boxes: ../../../../src/cairo-
  surface.c:955: cairo_surface_destroy: Assertion
  `CAIRO_REFERENCE_COUNT_HAS_REFERENCE (&surface->ref_count)' failed.

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

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

[Bug 1889374] Re: Not all USB drives shown on Ubuntu Dock

2020-07-29 Thread Bin Li
** Description changed:

  Summary: Not all the USB drivers were shown on task bar
  
  Steps to reproduce:
  Connect multiple(more than 2) usb keys to usb ports
  
  Expected result:
  USB keys will be shown on the task bar on the left side of screen.
  
  Actual result:
  Only 2 USB key icons were shown in the task bar, but we can see all the usb 
keys in folders view, at attached screenshot.
+ 
+ Ubuntu Version: 20.04.1
+ gnome-shell: 3.36.3-1ubuntu1~20.04.2
+ gnome-shell-extension-ubuntu-dock: 68ubuntu1~20.04.1

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

Title:
  Not all USB drives shown on Ubuntu Dock

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

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

[Bug 1889317] Re: When clicking a .deb, file-roller gets launched ( instead of an installer for .deb )

2020-07-29 Thread fossfreedom
UB inherits desktop-file-utils

I'm guessing here - the debian/defaults.list points to the snap-store
ubuntu-software.

But for people who dont have the snap store version (i.e. installed
gnome-software manually and/or removed the snap) there is no
corresponding entry for gnome-software-local

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

Title:
  When clicking a .deb, file-roller gets launched ( instead of an
  installer for .deb )

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

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

[Bug 1576471] Re: broken link to raphael.min.js and missing settings in conf file

2020-07-29 Thread Robie Basak
I'm not sure this is worth fixing in Xenial either.

Can someone who actually needs a fix in Xenial (16.04) please step
forward? Note that it is already fixed in Bionic (18.04) onwards.

If nobody steps forward I propose dropping the SRU due to no user
impact.

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

Title:
  broken link to raphael.min.js and missing settings in conf file

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

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

[Bug 1889384] Re: ASPM not enabled on child devices behind VMD controller

2020-07-29 Thread You-Sheng Yang
apport information

** Tags added: apport-collected focal

** Description changed:

  TBD.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.4
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  u  1831 F pulseaudio
+ CasperMD5CheckResult: skip
+ DistributionChannelDescriptor:
+  # This is the distribution channel descriptor for the OEM CDs
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-focal-amd64-20200502-85+fossa-samwell-tgl+X38
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2020-07-29 (0 days ago)
+ InstallationMedia: Ubuntu 20.04 "Focal" - Build amd64 LIVE Binary 
20200502-05:58
+ MachineType: Dell Inc. Vostro 5301
+ Package: linux (not installed)
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.6.0-1020-oem 
root=UUID=f50abb19-ab3a-4f05-bf1a-b0504bd11a7b ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.6.0-1020.20-oem 5.6.19
+ PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
+ RelatedPackageVersions:
+  linux-restricted-modules-5.6.0-1020-oem N/A
+  linux-backports-modules-5.6.0-1020-oem  N/A
+  linux-firmware  1.187.2
+ Tags:  focal
+ Uname: Linux 5.6.0-1020-oem x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: N/A
+ _MarkForUpload: True
+ dmi.bios.date: 07/21/2020
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 0.5.4
+ dmi.board.vendor: Dell Inc.
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr0.5.4:bd07/21/2020:svnDellInc.:pnVostro5301:pvr:rvnDellInc.:rn:rvr:cvnDellInc.:ct10:cvr:
+ dmi.product.family: Vostro
+ dmi.product.name: Vostro 5301
+ dmi.product.sku: 09FC
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1889384/+attachment/5396913/+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/1889384

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889384] CurrentDmesg.txt

2020-07-29 Thread You-Sheng Yang
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1889384/+attachment/5396915/+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/1889384

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889384] CRDA.txt

2020-07-29 Thread You-Sheng Yang
apport information

** Attachment added: "CRDA.txt"
   https://bugs.launchpad.net/bugs/1889384/+attachment/5396914/+files/CRDA.txt

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

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889384] Lsusb-t.txt

2020-07-29 Thread You-Sheng Yang
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1889384/+attachment/5396920/+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/1889384

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

[Bug 1889384] ProcCpuinfoMinimal.txt

2020-07-29 Thread You-Sheng Yang
apport information

** Attachment added: "ProcCpuinfoMinimal.txt"
   
https://bugs.launchpad.net/bugs/1889384/+attachment/5396923/+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/1889384

Title:
  ASPM not enabled on child devices behind VMD controller

To manage notifications about this bug go to:
https://bugs.launchpad.net/hwe-next/+bug/1889384/+subscriptions

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

  1   2   3   4   5   >