[Bug 1882415] [NEW] artifact in top-right corner

2020-06-06 Thread vasdi
Public bug reported:

Ubuntu 20.04, Gnome 3.36.2, Nvidia

Small gray line in top-right corner.
More precisely, it happens to be in the corner in 1920x1080 resolution. Not 
present in smaller resolutions. In panning mode it's fixed to panel, not screen.
Present on the panel and on fullscreen windows but not in overview.
Not clickable (prevents me from clicking button underneath it).

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


** Tags: artifact

** Attachment added: "example"
   
https://bugs.launchpad.net/bugs/1882415/+attachment/5381164/+files/gray-line.png

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

Title:
  artifact in top-right corner

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

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

[Bug 1882414] [NEW] package qlcplus-data (not installed) failed to install/upgrade: Versuch, »/usr/share/mime/packages/qlcplus.xml« zu überschreiben, welches auch in Paket qlcplus 4.12.2 ist

2020-06-06 Thread Deinloft
Public bug reported:

I don't see an issue. It runs... 

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: qlcplus-data (not installed)
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.2
AptOrdering:
 libftdi1-2:amd64: Install
 qlcplus-data:amd64: Install
 qlcplus:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Jun  7 06:43:42 2020
ErrorMessage: Versuch, »/usr/share/mime/packages/qlcplus.xml« zu überschreiben, 
welches auch in Paket qlcplus 4.12.2 ist
InstallationDate: Installed on 2020-06-04 (2 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200402)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python3.8, Python 3.8.2, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: qlcplus
Title: package qlcplus-data (not installed) failed to install/upgrade: Versuch, 
»/usr/share/mime/packages/qlcplus.xml« zu überschreiben, welches auch in Paket 
qlcplus 4.12.2 ist
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package qlcplus-data (not installed) failed to install/upgrade:
  Versuch, »/usr/share/mime/packages/qlcplus.xml« zu überschreiben,
  welches auch in Paket qlcplus 4.12.2 ist

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

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

[Bug 1874217] Re: [nvidia] Dual monitor setup with secondary monitor in portrait-right mode cause tiled windows to occupy 1.5 monitors

2020-06-06 Thread Travis
I have confirmed Liang's comment#27

This solution does work and persists restart and screen locks.

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

Title:
  [nvidia] Dual monitor setup with secondary monitor in portrait-right
  mode cause tiled windows to occupy 1.5 monitors

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

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

[Bug 1427600] Re: apport-unpack: ValueError: ['UserGroups'] has no binary content

2020-06-06 Thread Nicholas Schell
Latest fix filling in 'N/A' for absent groups is working, apport-unpack
is no longer throwing stacktrace when prcoessing the report. I still
don't understand why primary groups are ignored, but the important thing
is the reports are processable without errors now.

This might be a totally separate issue, but will it be possible to
backport the 'N/A' fix to bionic?

Reproduced by testing a user with a system group as their primary group
(will have N/A in report), this is equivalent to the user being in no
system groups (even though they are). Also a user which has an
additional group which is a system group (will show that system group in
report).

# system group to test with
sudo addgroup --system testgroup1

# create user with their primary group as the above system group (user doesn't 
have to be system user, just don't have to fill in gecos)
sudo adduser --system --ingroup testgroup1 testuser1
# create user with additional group as system group, their primary group in 
this case is nogroup
sudo adduser --system testuser2
sudo usermod -a -G testgroup1 testuser2

# run simple app as first user
sudo -u testuser1 /usr/bin/sleep 6
# kill and create crash report
sudo pkill -SEGV -f '^/usr/bin/sleep 6'
report="/var/crash/_usr_bin_sleep.$(id -u testuser1).crash"
# wait a bit while report is generated
sleep 2
# check resulting crash report, should print UserGroups: N/A
sudo grep -H 'UserGroups:' $report
# try apport-unpack
sudo apport-unpack $report /tmp/crash1

# reset and try with other user
rm "$report"
sudo -u testuser2 /usr/bin/sleep 6
sudo pkill -SEGV -f '^/usr/bin/sleep 6'
report="/var/crash/_usr_bin_sleep.$(id -u testuser2).crash"
sleep 2
# should print UserGroups: testgroup1
sudo grep -H 'UserGroups:' "$report"
sudo apport-unpack $report /tmp/crash2

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

Title:
  apport-unpack: ValueError: ['UserGroups'] has no binary content

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

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

[Bug 1882402] Re: Ubuntu-drivers allows installation of (nvidia-340) drivers, which are broken/break things (Kubuntu 20.04)

2020-06-06 Thread Elroy Liddington
** Package changed: ubuntu => ubuntu-drivers-common (Ubuntu)

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

Title:
  Ubuntu-drivers allows installation of (nvidia-340) drivers, which are
  broken/break things (Kubuntu 20.04)

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

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

[Bug 1882413] [NEW] lxqt-panel menu opening in wrong place

2020-06-06 Thread Chris Guiver
Public bug reported:

Lubuntu groovy gorilla QA-test 'live'

This is NOT a new bug, re-filing as descriptions of my 'likely-
duplicates' details didn't perfectly match.. Possible/likely duplicate
of

- https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1810075
(the description didn't fit; in that report I couldn't duplicate it on this 
display setup)

- https://bugs.launchpad.net/ubuntu/+source/lxqt-panel/+bug/1809205
(except that was x86/i386 & really old but matches perfectly)


** Description

Display arrangement (Monitor.Settings) has been changed many times, now
left-right display (both 1920x1080), in the screendump the cursor is
below the L of "Lubuntu 20.04" on wallpaper bottom-left of right-
monitor.  I right-click panel & the menu opens on the far right of left-
monitor (ie. wrong display to where my cursor/pointer is).

** Expected result

Menu should open above cursor/pointer, OR at least near by and on same
monitor/screen

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: lxqt-panel 0.15.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu38
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.449
CurrentDesktop: LXQt
Date: Sun Jun  7 05:08:11 2020
LiveMediaBuild: Lubuntu 20.10 "Groovy Gorilla" - Alpha amd64 (20200606)
SourcePackage: lxqt-panel
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxqt-panel (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

** Attachment added: "screen_lxpanel-menu_opens_wrong_spot.jpg"
   
https://bugs.launchpad.net/bugs/1882413/+attachment/5381154/+files/screen_lxpanel-menu_opens_wrong_spot.jpg

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

Title:
  lxqt-panel menu opening in wrong place

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

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

[Bug 1882195] Re: Dell Alienware Aurora R9 ubuntu 18.04LTS installation issue - Dual boot - UEFI

2020-06-06 Thread Jay
** Summary changed:

- Dell Alienware Aurora R9 ubuntu 18.04LTS installation issue
+ Dell Alienware Aurora R9 ubuntu 18.04LTS installation issue - Dual boot - UEFI

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

Title:
  Dell Alienware Aurora R9 ubuntu 18.04LTS installation issue - Dual
  boot - UEFI

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

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

[Bug 1882369] Re: package grub-pc 2.04-1ubuntu12.2 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1

2020-06-06 Thread Rovanion
Turns out I wasn't upgrading to 20.04 but 19.01. This bug is probably a
duplicate of another bug I saw when reporting.

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

Title:
  package grub-pc 2.04-1ubuntu12.2 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1882369] Re: package grub-pc 2.04-1ubuntu12.2 failed to install/upgrade: installed grub-pc package post-installation script subprocess returned error exit status 1

2020-06-06 Thread Rovanion
Turns out I wasn't upgrading to 20.04 but 19.01. This bug is probably a
duplicate of another bug I saw when reporting.

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

Title:
  package grub-pc 2.04-1ubuntu12.2 failed to install/upgrade: installed
  grub-pc package post-installation script subprocess returned error
  exit status 1

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

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

[Bug 1882412] [NEW] unable to upgrade ubuntu18.04.4 to ubuntu20.04

2020-06-06 Thread Armaan
Public bug reported:

whenever I am trying to upgrade system, notification pop-up with "could not 
calculate the upgrade
an unresolvable problem occurred while calculating the upgrade".

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubuntu-release-upgrader-core 1:18.04.37
ProcVersionSignature: Ubuntu 4.15.0-101.102-generic 4.15.18
Uname: Linux 4.15.0-101-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.15
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sun Jun  7 09:32:13 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-11-14 (570 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-06-07 (0 days ago)
VarLogDistupgradeTermlog:
 
mtime.conffile..etc.update-manager.release-upgrades: 2020-06-06T08:40:05.595006

** 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/1882412

Title:
  unable to upgrade ubuntu18.04.4 to ubuntu20.04

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

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

[Bug 1882402] Re: Ubuntu-drivers allows installation of (nvidia-340) drivers, which are broken/break things (Kubuntu 20.04)

2020-06-06 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  It seems that your bug report is not filed about a
specific source package though, rather it is just filed against Ubuntu
in general.  It is important that bug reports be filed about source
packages so that people interested in the package can find the bugs
about it.  You can find some hints about determining what package your
bug might be about at https://wiki.ubuntu.com/Bugs/FindRightPackage.
You might also ask for help in the #ubuntu-bugs irc channel on Freenode.

To change the source package that this bug is filed about visit
https://bugs.launchpad.net/ubuntu/+bug/1882402/+editstatus and add the
package name in the text box next to the word Package.

[This is an automated message.  I apologize if it reached you
inappropriately; please just reply to this message indicating so.]

** Tags added: bot-comment

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

Title:
  Ubuntu-drivers allows installation of (nvidia-340) drivers, which are
  broken/break things (Kubuntu 20.04)

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

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

[Bug 1869531] Re: Shutdown, restart, and hibernate do not work from "power-button"

2020-06-06 Thread Launchpad Bug Tracker
[Expired for budgie-desktop (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: budgie-desktop (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  Shutdown, restart, and hibernate do not work from "power-button"

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

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

[Bug 1870861] Re: chromium-browser is unable to open downloads

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

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

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

Title:
  chromium-browser is unable to open downloads

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

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

[Bug 1862835] Re: [Dell XPS 15 9570] Unable to change laptop screen brightness or keyboard backlighting

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

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

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

Title:
  [Dell XPS 15 9570] Unable to change laptop screen brightness or
  keyboard backlighting

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

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

[Bug 1871044] Re: remmina crashed with SIGSEGV in g_type_check_instance_cast()

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

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

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

Title:
  remmina crashed with SIGSEGV in g_type_check_instance_cast()

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

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

[Bug 1869884] Re: grub2 very slow

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

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

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

Title:
  grub2 very slow

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

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

[Bug 1871433] Re: can't resize libreoffice dialogue box for Options

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

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

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

Title:
  can't resize libreoffice dialogue box for Options

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

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

[Bug 1871413] Re: er 5

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

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

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

Title:
  er 5

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

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

[Bug 1869868] Re: bug

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

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

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

Title:
  bug

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

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

[Bug 1870946] Re: iwlwifi breaking on dell precision 7740 with Intel Wi-Fi 6 AX200 [8086:2723] subsystem [8086:4080]

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

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

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

Title:
  iwlwifi breaking on dell precision 7740 with Intel Wi-Fi 6 AX200
  [8086:2723] subsystem [8086:4080]

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

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

[Bug 1870851] Re: When closing the lid or suspending and turning on, wifi goes to airplane mode

2020-06-06 Thread Launchpad Bug Tracker
[Expired for network-manager (Ubuntu) because there has been no activity
for 60 days.]

** Changed in: network-manager (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  When closing the lid or suspending and turning on, wifi goes to
  airplane mode

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

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

[Bug 1871183] Re: Bind9 syslog stops after upgrade to 1.15

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

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

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

Title:
  Bind9 syslog stops after upgrade to 1.15

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

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

[Bug 1831332] Re: Huge stack of credential dialogs when switching user

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

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

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

Title:
  Huge stack of credential dialogs when switching user

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

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

[Bug 1876864] EtcDefaultGrub.txt

2020-06-06 Thread Tanya
apport information

** Attachment added: "EtcDefaultGrub.txt"
   
https://bugs.launchpad.net/bugs/1876864/+attachment/5381135/+files/EtcDefaultGrub.txt

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] Lsusb-t.txt

2020-06-06 Thread Tanya
apport information

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1871187] Re: Installation of Ubuntu 20.04 finished successfully except for grub

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

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

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

Title:
  Installation of Ubuntu 20.04 finished successfully except for grub

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

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

[Bug 1876864] Dependencies.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1871282] Re: libpam fails to install during upgrade from 19.10 to 20.20 beta

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

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

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

Title:
  libpam fails to install during upgrade from 19.10 to 20.20 beta

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

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

[Bug 1876864] UdevDb.txt

2020-06-06 Thread Tanya
apport information

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

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

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

Title:
  Screen stuck on purple boot screen

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

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

Re: [Bug 1876864] Re: Screen stuck on purple boot screen

2020-06-06 Thread Tanya
Hello,

The problem hasn't been resolved yet. Could you please provide me with some
update in this regard?

Regards,
Tanya

*Disclaimer:*
The information in this e-mail and any attachments is confidential and may
be legally privileged. It is intended solely for the addressee or
addressees. If you are not an intended recipient, please delete the message
and any attachments and notify the sender of receipt of this mail. Any use
or disclosure of the contents of either is unauthorized and may be
unlawful. All liability for viruses is excluded to the fullest extent
permitted by law.


On Thu, 14 May 2020 at 08:00, Tanya Chandra 
wrote:

> Hi,
>
> 1. Tried removing the 'splash' kernel parameter. No difference. The system
> is still getting stuck on the same screen "Booting in insecure mode".
> 2. Ran the command as suggested and shared the pertinent information.
>
> On Mon, 11 May 2020 at 11:37, Daniel van Vugt <
> daniel.van.v...@canonical.com> wrote:
>
>> Please:
>>
>> 1. Try removing the 'splash' kernel parameter.
>>
>> 2. Run this command to send us more information about the machine:
>>
>>apport-collect 1876864
>>
>> ** Tags added: focal
>>
>> ** Changed in: plymouth (Ubuntu)
>>Status: New => Incomplete
>>
>> --
>> You received this bug notification because you are subscribed to the bug
>> report.
>> https://bugs.launchpad.net/bugs/1876864
>>
>> Title:
>>   Screen stuck on purple boot screen
>>
>> Status in plymouth package in Ubuntu:
>>   Incomplete
>>
>> Bug description:
>>   1) The release of Ubuntu you are using, via 'lsb_release -rd' or System
>> -> About Ubuntu: Description: Ubuntu 20.04 LTS
>>   Release:  20.04
>>
>>   2) The version of the package you are using, via 'apt-cache policy
>> pkgname' or by checking in Software Center:
>>   N: Unable to locate package pkgname
>>
>>   3) What you expected to happen: The OS should have normally booted, as
>>   the previous version was working perfectly fine.
>>
>>   4) What happened instead: Since I have updated to Ubuntu 20.04, a few
>> days back, the screen gets stuck on the purple boot screen that reads
>> (Booting in insecure mode). I tried the "nomodeset method", however, the
>> same didn't work for me. Every time I have to boot using the advanced boot
>> settings, by choosing some other version of Ubuntu from the available
>> options onscreen (either n the generic or the recovery mode).
>>   Further information: I am using the Dell Inspiron 14 3000 Series.
>>
>>   It will be great if someone could either suggest some solution, or
>>   Ubuntu could release an official update to fix this problem.
>>
>> To manage notifications about this bug go to:
>>
>> https://bugs.launchpad.net/ubuntu/+source/plymouth/+bug/1876864/+subscriptions
>>
>

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1874217] Re: [nvidia] Dual monitor setup with secondary monitor in portrait-right mode cause tiled windows to occupy 1.5 monitors

2020-06-06 Thread Liang
Thanks to nugai's comment#25, this works for me:

1. Create a screen layout in `~/.config/monitors.xml`.
2. Copy the file to `/var/lib/gdm3/.config/` and change ownership:

  sudo cp ~/.config/monitors.xml /var/lib/gdm3/.config/
  sudo chown gdm:gdm /var/lib/gdm3/.config/monitors.xml

The monitor layout will persist across restarts and screen locks.

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

Title:
  [nvidia] Dual monitor setup with secondary monitor in portrait-right
  mode cause tiled windows to occupy 1.5 monitors

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

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

[Bug 1876864] ProcCpuinfo.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] ProcInterrupts.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] Re: Screen stuck on purple boot screen

2020-06-06 Thread Tanya
apport information

** Description changed:

  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu: Description: Ubuntu 20.04 LTS
  Release:  20.04
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center: 
  N: Unable to locate package pkgname
  
  3) What you expected to happen: The OS should have normally booted, as
  the previous version was working perfectly fine.
  
  4) What happened instead: Since I have updated to Ubuntu 20.04, a few days 
back, the screen gets stuck on the purple boot screen that reads (Booting in 
insecure mode). I tried the "nomodeset method", however, the same didn't work 
for me. Every time I have to boot using the advanced boot settings, by choosing 
some other version of Ubuntu from the available options onscreen (either n the 
generic or the recovery mode).
  Further information: I am using the Dell Inspiron 14 3000 Series.
  
  It will be great if someone could either suggest some solution, or Ubuntu 
could release an official update to fix this problem.
  --- 
  ProblemType: Bug
  ApportVersion: 2.20.11-0ubuntu27
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  DefaultPlymouth: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
  DistributionChannelDescriptor:
   # This is a distribution channel descriptor
   # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
   canonical-oem-somerville-xenial-amd64-20160624-2
  DistroRelease: Ubuntu 20.04
  InstallationDate: Installed on 2017-05-29 (1080 days ago)
  InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
  Lsusb:
   Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
   Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
   Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
   Bus 001 Device 002: ID 0bda:5769 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
   Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
  MachineType: Dell Inc. Inspiron 14-3467
  Package: plymouth 0.9.4git20200323-0ubuntu6
  PackageArchitecture: amd64
  ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-96-generic 
root=UUID=9f326190-8d51-44b3-93fc-45d010a7a54b ro i8042.reset quiet
  ProcFB: 0 inteldrmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-96-generic 
root=UUID=9f326190-8d51-44b3-93fc-45d010a7a54b ro i8042.reset quiet
  ProcVersionSignature: Ubuntu 4.15.0-96.97-generic 4.15.18
  Tags:  focal
  TextPlymouth: /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
  Uname: Linux 4.15.0-96-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  _MarkForUpload: True
  dmi.bios.date: 03/23/2017
  dmi.bios.vendor: Dell Inc.
  dmi.bios.version: 01.06.00
  dmi.board.name: 0WPN9K
  dmi.board.vendor: Dell Inc.
  dmi.board.version: A00
  dmi.chassis.type: 9
  dmi.chassis.vendor: Dell Inc.
  dmi.modalias: 
dmi:bvnDellInc.:bvr01.06.00:bd03/23/2017:svnDellInc.:pnInspiron14-3467:pvr:rvnDellInc.:rn0WPN9K:rvrA00:cvnDellInc.:ct9:cvr:
  dmi.product.family: Inspiron
  dmi.product.name: Inspiron 14-3467
  dmi.sys.vendor: Dell Inc.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.2
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ DefaultPlymouth: /usr/share/plymouth/themes/bgrt/bgrt.plymouth
+ DistributionChannelDescriptor:
+  # This is a distribution channel descriptor
+  # For more information see 
http://wiki.ubuntu.com/DistributionChannelDescriptor
+  canonical-oem-somerville-xenial-amd64-20160624-2
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2017-05-29 (1104 days ago)
+ InstallationMedia: Ubuntu 16.04 "Xenial" - Build amd64 LIVE Binary 
20160624-10:47
+ Lsusb:
+  Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
+  Bus 001 Device 004: ID 0cf3:e009 Qualcomm Atheros Communications 
+  Bus 001 Device 003: ID 0bda:0129 Realtek Semiconductor Corp. RTS5129 Card 
Reader Controller
+  Bus 001 Device 002: ID 0bda:5769 Realtek Semiconductor Corp. 
Integrated_Webcam_HD
+  Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
+ MachineType: Dell Inc. Inspiron 14-3467
+ Package: plymouth 0.9.4git20200323-0ubuntu6
+ PackageArchitecture: amd64
+ ProcCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-73-generic 
root=UUID=9f326190-8d51-44b3-93fc-45d010a7a54b ro i8042.reset quiet splash
+ ProcEnviron:
+  LANGUAGE=en_IN:en
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  LANG=en_IN
+  SHELL=/bin/bash
+ ProcFB: 0 inteldrmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-4.15.0-73-generic 
root=UUID=9f326190-8d51-44b3-93fc-45d010a7a54b ro i8042.reset quiet splash
+ ProcVersionSignature: Ubuntu 4.15.0-73.82+lp1854798+2-generic 4.15.18
+ Tags:  focal
+ TextPlymouth: /usr/share/plymouth/themes/ubuntu-text/ubuntu-text.plymouth
+ Uname: Linux 4.15.0-73-generic x86_64
+ UpgradeSt

[Bug 1876864] Lspci.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] ProcModules.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] Lsusb-v.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] CurrentDmesg.txt

2020-06-06 Thread Tanya
apport information

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] Lspci-vt.txt

2020-06-06 Thread Tanya
apport information

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

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1876864] ProcCpuinfoMinimal.txt

2020-06-06 Thread Tanya
apport information

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

Title:
  Screen stuck on purple boot screen

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

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

[Bug 1878194] Re: [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting HSP/HFP audio profile in Focal Fossa

2020-06-06 Thread Hui Wang
Just run sudo apt dist-upgrade on my ubuntu 20.04 and tested with 2 BT
headsets (QC35s and harman kardon soho wireless). both a2dp and hsp/hfp
worked well, both output and input worked well.

After the headset is connected, it is a2dp profile. I could change to
hsp/hfp from gnome-sound-setting, both the output and input worked well
with hsp/hfp profile. Or I also tested changed profile with pacmd set-
card-profile 1 headset-..., it also worked well.

So for those who have this problem, what are the detailed steps to
reproduce this issue?

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

Title:
  [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting
  HSP/HFP audio profile in Focal Fossa

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

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

[Bug 1855889] Re: cannot perform operation: mount --rbind /root /tmp/snap.rootfs_vWwNbw//root: Permission denied

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

** Changed in: snapd (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/1855889

Title:
  cannot perform operation: mount --rbind /root
  /tmp/snap.rootfs_vWwNbw//root: Permission denied

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

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

[Bug 1882411] [NEW] lubuntu monitor settings touching screens with gap between

2020-06-06 Thread Chris Guiver
Public bug reported:

This is a Lubuntu groovy (20.10) QA-test install first boot on
dell [optiplex] 755 (c2d-e8300, 8gb, amd/ati radeon rv610/radeon hd2400 pro/xt)

As part of post-install checks, I ensure all disk space is utilized.
and finally adjust displays to match the machines setup. It was at this
'adjust displays to match' that this problem occurred.

My two displays are positioned "landscape + portrait(left-tilt)."
(left display is 1280x1024, right is 1024x768 on this setup)

** Synopsis

There is a 'hidden' gap between my displays which shouldn't be there.

** Description

The Monitor settings have been adjusted to match (see screen.jpg) with
APPLY already pressed. I cannot move the displays closer
(Keep.monitors.attached is clicked), yet windows disappear as if a gap
exists between displays, and I have to keep dragging mouse to left
awhile to get from my.right monitor before it appears in my.left monitor
.. the gap correctly portrays to the BLACK dark section seen in
screen.jpg

** Expected Results

Mouse should move between my.left and my.right monitors as if there is
no gap, windows should not disappear (you cannot see left edge of
Monitor.Settings window in screen.jpg) in this gap..

ProblemType: Bug
DistroRelease: Ubuntu 20.10
Package: lxqt-session 0.15.0-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu38
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: LXQt
Date: Sun Jun  7 13:38:55 2020
InstallationDate: Installed on 2020-06-07 (0 days ago)
InstallationMedia: Lubuntu 20.10 "Groovy Gorilla" - Alpha amd64 (20200606)
SourcePackage: lxqt-session
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: lxqt-session (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug groovy

** Attachment added: "see Monitor.Setings window for screen alignment & note 
it's hidden left side of window"
   https://bugs.launchpad.net/bugs/1882411/+attachment/5381128/+files/screen.jpg

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

Title:
  lubuntu monitor settings touching screens with gap between

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

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

[Bug 1882407] Re: package openafs-client 1.8.4~pre1-1ubuntu2 failed to install/upgrade: installed openafs-client package post-installation script subprocess returned error exit status 1

2020-06-06 Thread Anders Kaseorg
Although the openafs-client package happens to include a command named
‘sys’, it’s almost certainly not the one you’re looking for.  openafs-
client is for connecting to the AFS network filesystem
(https://en.wikipedia.org/wiki/Andrew_File_System).  What are you trying
to do?

As for the errors with –f and ––purge, you want -f and --purge instead
(with the normal hyphen that you can type on your keyboard, not a
Unicode dash character).

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

Title:
  package openafs-client 1.8.4~pre1-1ubuntu2 failed to install/upgrade:
  installed openafs-client package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1872984] Re: RTL8822BE network driver rtl_wifi crashes on boot in Focal Fossa 20.04 - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

2020-06-06 Thread Josh Bauer
I can also vouch that I run into this issue on a Lenovo Y530-15ICH after
upgrading to Focal Fossa. I haven't upgraded my BIOS (I'm afraid to
until I'm certain I'm doing it correctly).

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

Title:
  RTL8822BE network driver rtl_wifi crashes on boot in Focal Fossa 20.04
  - 5.4.0-21-generic and mainline 5.7.0-050700rc1-generic

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

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

[Bug 1874933] Re: Performance workaround for Dell 7390 2-in-1 Ice Lake

2020-06-06 Thread Jin-Dong Kim
Is this fix going to be released? Or, abandoned? I got a
XPS-13-7390-2-in-1, and was waiting for the release of this fix. If
necessary, I may want to provide a test.

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

Title:
  Performance workaround for Dell 7390 2-in-1 Ice Lake

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

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

[Bug 1815982] Re: card with many tags pushes the mnemosyne window far off screen

2020-06-06 Thread themusicgod1
also...it doesn't come back when a number is pushed.

i can kind of see having to make the window very big to get the tags in
there but the window should resize back to a normal size afterwards if
it has to be that big.

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

Title:
  card with many tags pushes the mnemosyne window far off screen

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

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

[Bug 1882410] [NEW] GNOME Shell crashed with signal 5

2020-06-06 Thread themusicgod1
Public bug reported:

A couple of times a day, I'm noticing all of the window dressing
suddenly disappear from all of my open applications, then a second or
two later returning.  Opening up /var/log/syslog I see:

Jun  6 20:45:53 eva gnome-shell[335243]: Window manager warning: Invalid 
WM_TRANSIENT_FOR window 0x4a00015 specified for 0x4a00518.
Jun  6 20:46:40 eva gnome-shell[335243]: Window manager warning: Invalid 
WM_TRANSIENT_FOR window 0x4a00015 specified for 0x4a0051f.
Jun  6 20:47:40 eva gnome-shell[335243]: toggling down object 
GInotifyFileMonitor that's already queued to toggle down
Jun  6 20:47:40 eva gnome-shell[335243]: GNOME Shell crashed with signal 5
Jun  6 20:47:40 eva gnome-shell[335243]: == Stack trace for context 
0x557e3a0446a0 ==
Jun  6 20:47:40 eva systemd[25554]: gnome-shell-x11.service: Main process 
exited, code=dumped, status=5/TRAP
Jun  6 20:47:40 eva systemd[25554]: gnome-shell-x11.service: Failed with result 
'core-dump'.
Jun  6 20:47:40 eva systemd[25554]: gnome-shell-x11.service: Scheduled restart 
job, restart counter is at 3.
Jun  6 20:47:40 eva systemd[25554]: Stopped target GNOME X11 Session (session: 
ubuntu).
Jun  6 20:47:40 eva systemd[25554]: Stopping GNOME X11 Session (session: 
ubuntu).
Jun  6 20:47:40 eva systemd[25554]: Stopped target GNOME X11 Session.
Jun  6 20:47:40 eva systemd[25554]: Stopping GNOME X11 Session.
Jun  6 20:47:40 eva systemd[25554]: Stopped target GNOME Shell on X11.
Jun  6 20:47:40 eva systemd[25554]: Stopping GNOME Shell on X11.
Jun  6 20:47:40 eva systemd[25554]: Stopped GNOME Shell on X11.
Jun  6 20:47:40 eva systemd[25554]: Starting GNOME Shell on X11...
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): EDID 
vendor "ACI", prod id 8434
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): Using 
hsync ranges from config file
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): Using 
vrefresh ranges from config file
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Printing DDC gathered Modelines:
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "1600x900"x0.0  108.00  1600 1624 1704 1800  900 901 904 1000 +hsync 
+vsync (60.0 kHz eP)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "800x600"x0.0   40.00  800 840 968 1056  600 601 605 628 +hsync +vsync 
(37.9 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "800x600"x0.0   36.00  800 824 896 1024  600 601 603 625 +hsync +vsync 
(35.2 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "640x480"x0.0   31.50  640 656 720 840  480 481 484 500 -hsync -vsync 
(37.5 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "640x480"x0.0   31.50  640 664 704 832  480 489 492 520 -hsync -vsync 
(37.9 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "640x480"x0.0   30.24  640 704 768 864  480 483 486 525 -hsync -vsync 
(35.0 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "640x480"x0.0   25.18  640 656 752 800  480 490 492 525 -hsync -vsync 
(31.5 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "720x400"x0.0   28.32  720 738 846 900  400 412 414 449 -hsync +vsync 
(31.5 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "1024x768"x0.0   78.75  1024 1040 1136 1312  768 769 772 800 +hsync 
+vsync (60.0 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "1024x768"x0.0   75.00  1024 1048 1184 1328  768 771 777 806 -hsync 
-vsync (56.5 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "1024x768"x0.0   65.00  1024 1048 1184 1344  768 771 777 806 -hsync 
-vsync (48.4 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "832x624"x0.0   57.28  832 864 928 1152  624 625 628 667 -hsync -vsync 
(49.7 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "800x600"x0.0   49.50  800 816 896 1056  600 601 604 625 +hsync +vsync 
(46.9 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "800x600"x0.0   50.00  800 856 976 1040  600 637 643 666 +hsync +vsync 
(48.1 kHz e)
Jun  6 20:47:40 eva /usr/lib/gdm3/gdm-x-session[25623]: (II) modeset(0): 
Modeline "1152x864"x0.0  108.00  1152 1216 1344 1600  864 865 868 900 +hsync 
+vsync (67.5 kHz e)
Jun  6 20:47:40 eva gsd-media-keys[26011]: Failed to grab accelerators: 
GDBus.Error:org.freedesktop.DBus.Error.UnknownMethod: No such interface 
“org.gnome.Shell” on object at path /org/gnome/Shell
Jun  6 20:47:41 eva gnome-shell[338452]: Unset XDG_SESSION_ID, 
getCurrentSessionProxy() called outside a user session. Asking logind directly.
Jun  6 20:47:41 eva gnome-shell[33

[Bug 1882409] [NEW] the installation crashes when it trying to restore installed packages

2020-06-06 Thread Daniel Velazquez
Public bug reported:

the installation goes ok, then when it try to restore installed packages
it crashes and say that I need to install myself those packages

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: ubiquity 18.04.14.14 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.3.0-28.30~18.04.1-generic 5.3.13
Uname: Linux 5.3.0-28-generic x86_64
ApportVersion: 2.20.9-0ubuntu7.9
Architecture: amd64
CasperVersion: 1.394.3
CurrentDesktop: KDE
Date: Sat Jun  6 22:39:55 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/kubuntu.seed 
boot=casper maybe-ubiquity quiet splash ---
LiveMediaBuild: Kubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 (20200203.1)
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug bionic kubuntu ubiquity-18.04.14.14

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

Title:
  the installation crashes when it trying to restore installed packages

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

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

[Bug 1882408] [NEW] package python3-netifaces-dbg (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python3/dist-packages/netifaces.cpython-38d-x86_64-linux-gnu.so', which is al

2020-06-06 Thread Justin Curtis Mathews
Public bug reported:

trying out net interfaces programming on 20.04 and programming in
general. package 0.10.4-1ubuntu4

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: python3-netifaces-dbg (not installed)
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jun  6 20:18:14 2020
DuplicateSignature:
 package:python3-netifaces-dbg:(not installed)
 Unpacking cpp-9-x86-64-linux-gnu:i386 (9.3.0-10ubuntu1cross2) ...
 dpkg: error processing archive 
/tmp/apt-dpkg-install-fnnzsz/1285-cpp-9-x86-64-linux-gnu_9.3.0-10ubuntu1cross2_i386.deb
 (--unpack):
  trying to overwrite '/usr/bin/x86_64-linux-gnu-cpp-9', which is also in 
package cpp-9 9.3.0-10ubuntu2
ErrorMessage: trying to overwrite 
'/usr/lib/python3/dist-packages/netifaces.cpython-38d-x86_64-linux-gnu.so', 
which is also in package python3-netifaces 0.10.4-1ubuntu4
InstallationDate: Installed on 2020-06-06 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: N/A
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: netifaces
Title: package python3-netifaces-dbg (not installed) failed to install/upgrade: 
trying to overwrite 
'/usr/lib/python3/dist-packages/netifaces.cpython-38d-x86_64-linux-gnu.so', 
which is also in package python3-netifaces 0.10.4-1ubuntu4
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal package-conflict

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

Title:
  package python3-netifaces-dbg (not installed) failed to
  install/upgrade: trying to overwrite '/usr/lib/python3/dist-
  packages/netifaces.cpython-38d-x86_64-linux-gnu.so', which is also in
  package python3-netifaces 0.10.4-1ubuntu4

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

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

[Bug 1882408] Re: package python3-netifaces-dbg (not installed) failed to install/upgrade: trying to overwrite '/usr/lib/python3/dist-packages/netifaces.cpython-38d-x86_64-linux-gnu.so', which is also

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

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

Title:
  package python3-netifaces-dbg (not installed) failed to
  install/upgrade: trying to overwrite '/usr/lib/python3/dist-
  packages/netifaces.cpython-38d-x86_64-linux-gnu.so', which is also in
  package python3-netifaces 0.10.4-1ubuntu4

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

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

[Bug 1882407] [NEW] package openafs-client 1.8.4~pre1-1ubuntu2 failed to install/upgrade: installed openafs-client package post-installation script subprocess returned error exit status 1

2020-06-06 Thread Colin Hockaday
Public bug reported:

New to Linux, installing a package to enable sys commands.

Installation failed and got the following summary at the end:

DKMS: install completed.
Setting up openafs-client (1.8.4~pre1-1ubuntu2) ...
update-alternatives: using /usr/bin/pagsh.openafs to provide /usr/bin/pagsh (pag
sh) in auto mode
Created symlink /etc/systemd/system/multi-user.target.wants/openafs-client.servi
ce → /lib/systemd/system/openafs-client.service.
Created symlink /etc/systemd/system/remote-fs.target.wants/openafs-client.servic
e → /lib/systemd/system/openafs-client.service.
Job for openafs-client.service failed because the control process exited with er
ror code.
See "systemctl status openafs-client.service" and "journalctl -xe" for details.
invoke-rc.d: initscript openafs-client, action "start" failed.
● openafs-client.service - OpenAFS client
 Loaded: loaded (/lib/systemd/system/openafs-client.service; enabled; vendor
 preset: enabled)
 Active: failed (Result: exit-code) since Sun 2020-06-07 11:36:33 AEST; 49ms
 ago
Process: 78141 ExecStartPre=/usr/share/openafs/openafs-client-precheck (code
=exited, status=0/SUCCESS)
Process: 78153 ExecStart=/sbin/afsd $AFSD_ARGS (code=exited, status=1/FAILUR
E)
Process: 78154 ExecStopPost=/sbin/rmmod $KMOD (code=exited, status=0/SUCCESS
)

Jun 07 11:36:33 colin-Linux systemd[1]: Starting OpenAFS client...
Jun 07 11:36:33 colin-Linux afsd[78153]: afsd: some file missing or bad in /etc/
openafs/
Jun 07 11:36:33 colin-Linux systemd[1]: openafs-client.service: Control process 
exited, code=exited, status=1/FAILURE
Jun 07 11:36:33 colin-Linux systemd[1]: openafs-client.service: Failed with resu
lt 'exit-code'.
Jun 07 11:36:33 colin-Linux systemd[1]: Failed to start OpenAFS client.
dpkg: error processing package openafs-client (--configure):
 installed openafs-client package post-installation script subprocess returned e
rror exit status 1
Processing triggers for man-db (2.9.1-1) ...
Processing triggers for systemd (245.4-4ubuntu3.1) ...
Errors were encountered while processing:
 openafs-client
E: Sub-process /usr/bin/dpkg returned an error code (1)

I searched for the error "E: Sub-process /usr/bin/dpkg returned an error
code (1)" and tried all of the suggestions in the following link
"https://phoenixnap.com/kb/fix-sub-process-usr-bin-dpkg-returned-error-
code-1" and none worked.

Errors were "E: Unable to locate package –f" when running "sudo apt-get
install –f" and E: Unable to locate package ––purge when running "sudo
apt-get remove ––purge package_name" (I replaced package name with a few
programs I tried to uninstall; virtualbox 6.1 for example).

I do not know if this is a bug, but my system said it was and
automatically began the reporting process.

I am using Ubuntu 20.04, using lUbuntu as the machine is more than 13
years old.

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: openafs-client 1.8.4~pre1-1ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
NonfreeKernelModules: wl
ApportVersion: 2.20.11-0ubuntu27.2
AptOrdering:
 openafs-client:amd64: Install
 openafs-modules-dkms:amd64: Install
 NULL: ConfigurePending
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Jun  7 11:36:34 2020
ErrorMessage: installed openafs-client package post-installation script 
subprocess returned error exit status 1
InstallationDate: Installed on 2020-06-05 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions:
 dpkg 1.19.7ubuntu3
 apt  2.0.2ubuntu0.1
SourcePackage: openafs
Title: package openafs-client 1.8.4~pre1-1ubuntu2 failed to install/upgrade: 
installed openafs-client package post-installation script subprocess returned 
error exit status 1
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-package focal

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

Title:
  package openafs-client 1.8.4~pre1-1ubuntu2 failed to install/upgrade:
  installed openafs-client package post-installation script subprocess
  returned error exit status 1

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

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

[Bug 1785239] Re: do-release-upgrade hangs in libc6 preinst while "Checking init scripts..."

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

** Changed in: ubuntu-release-upgrader (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/1785239

Title:
  do-release-upgrade hangs in libc6 preinst while "Checking init
  scripts..."

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

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

[Bug 1882402] [NEW] Ubuntu-drivers allows installation of (nvidia-340) drivers, which are broken/break things (Kubuntu 20.04)

2020-06-06 Thread Elroy Liddington
Public bug reported:

Ubuntu-drivers allows installation of (nvidia-340) drivers, which are
broken/break things.

Allowing ( :-P ) ubuntu-drivers to install nvidia-340 results in no GUI on 
reboot, only console available.
X does appear to be running, but only a black screen.


Kernel: 

5.4.0-33.37-generic 5.4.34

CPU:
=
processor   : 3
vendor_id   : AuthenticAMD
cpu family  : 23
model   : 17
model name  : AMD Ryzen 3 2200G with Radeon Vega Graphics
stepping: 0

GPU:
==
01:00.0 VGA compatible controller: NVIDIA Corporation G96CGL [Quadro FX 580] 
(rev a1)
0a:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Raven 
Ridge [Radeon Vega Series / Radeon Vega Mobile Series] (rev c8)


Error:

"
root@X# ubuntu-drivers list
ERROR:root:No "nvidia-dkms-340" can be found.
nvidia-340
"

1) Expected action - running 'ubuntu-drivers' lists NO drivers being
available, as allowing drivers to be installed that the installer
seems(?) to know are broken/will break things, is illogical.

2) Improvements - I had access to terminal (Ctrl-Alt Fxxx).
Why is there not an 'uninstall' option for ubuntu-drivers?

"
root@XXX# ubuntu-drivers 

Available commands:
   list: Show all driver packages which apply to the current system.
   list-oem: Show all OEM enablement packages which apply to this system
   devices: Show all devices which need drivers, and which packages apply to 
them.
   install: Install drivers that are appropriate for your hardware.
   debug: Print all available information and debug data about drivers.
"

Reproduction:
===
1) ubuntu-drivers list

2) which shows:

"
ERROR:root:No "nvidia-dkms-340" can be found.
nvidia-340

"
3) ubuntu-drivers install nvidia-340

4) Reboot ==> black screen, no login screen


Solved problem by reinstall (later research showed that " apt-get purge 
*nvidia* " may have rolled-back changes, however 
" ubuntu-drivers uninstall nvidia-340 " would be a LOT more user-friendly).

** Affects: ubuntu
 Importance: Undecided
 Status: New

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

Title:
  Ubuntu-drivers allows installation of (nvidia-340) drivers, which are
  broken/break things (Kubuntu 20.04)

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

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

[Bug 1882401] [NEW] ctrl+space freezes irssi on focal

2020-06-06 Thread Daniel S. Sterling
Public bug reported:

see https://github.com/irssi/irssi/issues/1180

there is a patch available for this that needs to be applied to irssi
for focal

from GitHub issue:

"A change in GLib 2.63 broke some assumptions in Irssi that the null-
byte NUL / U+ is a valid Unicode character. This would occur when
the user types Ctrl+Space. As a result, the input loop never manages to
process the NUL-byte (and any other user input that follows, ever).

This affects all versions of Irssi as soon as your system is updated to
this GLib version."

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

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

Title:
  ctrl+space freezes irssi on focal

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

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

[Bug 1778082] Re: Language Support Is Incomplete dialog must show package list to install

2020-06-06 Thread Todd Taft
I've also observed this behavior on Kubuntu 20.04.

This command appears to fix the issue: sudo apt install $(check-
language-support)

Reference: https://unix.stackexchange.com/questions/421066/popup-
language-support-is-incomplete-what-packages-does-it-want-to-install

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

Title:
  Language Support Is Incomplete dialog must show package list to
  install

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

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

[Bug 1875528] Re: Extra frozen / stuck mouse cursor after auto screen lock / sleep

2020-06-06 Thread Piotr Gajdowski
Experiencing same problem, in most cases displays that go into sleep modus (or 
you turn them off and on again) don't remove themselves from the display driver.
But some displays gets removed form the gpu(or xorg, i don't know) display 
driver and the re-added.
So basically this happens when you displays are re-arranging cause you added or 
removed a display (either manually or automatically by the display itself).

This problem is viewable in multi-monitor setup, where 1 monitor is
programmed to detach himself from the gpu when going to sleep or off,
and the other(s) are just turning the screen black, but stay connected
to the gpu.

When you turn off you (problem) display, you actually see linux re-arranging 
windows/applications on the screen(s) that don't detach themselves from the gpu.
Seeing this happen, I came to this conclusion, that some display detach 
themselves from the gpu when going to sleep, and therefore linux thinks a 
display is being removed and re-arranges everything.

During this re-arrangement process a duplicate cursor is created and
becomes frozen, a new cursor is created and becomes your primary cursor
that behaves normally.

possible fix for this is linux resetting all cursors in xorg/gpu driver
when completing such re-arrangement process.

I have zero understanding of xorg or gpu driver programming, but i do know that 
xorg is programmed to be able to have multiple cursors.
So my suspicion is with xorg programming.

I hope this gets fixed, It's really annoying, when you are working and
have tons of apps open, you are required to log out and restart your
workspace, which can be a hasle and time consuming.

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

Title:
  Extra frozen / stuck mouse cursor after auto screen lock / sleep

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

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

[Bug 1875475] Re: Unison from Ubuntu 20.04 is incompatible with Unison from Ubuntu 18.04, Windows or Mac OS X

2020-06-06 Thread Etienne URBAH
On Ubuntu 20.04, I successfully downgraded Unison (text only) to the
version compiled with OCaml 4.02 from https://www.urs-
mueller.ch/de/computer/download/unison-2.48.4-linux-x86_64-text-
static.tar.gz

Using the unison-jz snap installing Unison 2.51.2 compiled against OCaml 4.02.3 
as described by 
https://unix.stackexchange.com/questions/583058/unison-and-version-compiler-conflicts/583377#583377
 requires that :
- The --devmode option of the snap command is NOT necessary,
- The problem of the Include line in /etc/ssh/ssh_config is solved,
- Binaries of Unison 2.51.2 compiled against OCaml 4.02.3 are also provided for 
:
  - Mac OS-X, for example at https://www.urs-mueller.ch/de/computer/index.html
  - Windows,  for example at https://www.irif.fr/~vouillon/unison/

On the long term, I would prefer that the Unison packages explicitly
contain the OCaml version, and the default value of servercmd should
contain the name of the server binary compiled with the same OCaml
version.  For example :

- unison-OCaml-4.02 version 2.48.4 should contain
  /usr/bin/unison-OCaml-4.02 --> /usr/bin/unison-OCaml-4.02-2.48.4

- unison-OCaml-4.02 version 2.51.2 should contain
  /usr/bin/unison-OCaml-4.02 --> /usr/bin/unison-OCaml-4.02-2.51.2

- unison-OCaml-4.06 version 2.48.4 should contain
  /usr/bin/unison-OCaml-4.06 --> /usr/bin/unison-OCaml-4.06-2.48.4

- unison-OCaml-4.06 version 2.51.2 should contain
  /usr/bin/unison-OCaml-4.06 --> /usr/bin/unison-OCaml-4.06-2.51.2

  This would permit, on the server, to install Unison binaries compiled
with ALL OCaml versions.

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

Title:
  Unison from Ubuntu 20.04 is incompatible with Unison from Ubuntu
  18.04, Windows or Mac OS X

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

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

[Bug 1873325] Re: update-initramfs complains of missing amdgpu firmware files

2020-06-06 Thread MM
its effecting my 20.04 install as well
5.4.0-33-generic

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

Title:
  update-initramfs complains of missing amdgpu firmware files

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

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

[Bug 1882399] [NEW] Window placements

2020-06-06 Thread Mudit K Singh
Public bug reported:

When moving a chrome pop-up window (file selection for upload), moving
this window moves the original window.

Also: the new window don't launch to the last closed position as they
used to in 18.04.

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

** Tags removed: des

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

Title:
  Window placements

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

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

[Bug 1862698] Re: Do not ship preinstalled Remmina with gnome-session file

2020-06-06 Thread Antenore Gatta
I've just added a compile time option to enable/disable the installation
of those files, so that we can provide a package to those users that
needs the session files.

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

Title:
  Do not ship preinstalled Remmina with gnome-session file

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

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

[Bug 1882398] [NEW] regolith linux 1.4.1 installer crashes at the end (Ubiquity problem)

2020-06-06 Thread Lovis Suchmann
Public bug reported:

had to zip the two files online as no file manager or command line could
be opened after installer failure and this webpage can only attach one
file at a time

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445
Date: Sun Jun  7 00:44:04 2020
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz boot=casper 
file=/cdrom/preseed/xubuntu.seed only-ubiquity quiet nosplash ---
LiveMediaBuild: Regolith 20.04.0 1.4.1 LTS amd64 (20200511)
ProcEnviron:
 LANGUAGE=de_BE.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=de_BE.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "ezyzip.zip"
   https://bugs.launchpad.net/bugs/1882398/+attachment/5381094/+files/ezyzip.zip

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

Title:
  regolith linux 1.4.1 installer crashes at the end (Ubiquity problem)

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

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

[Bug 1881828] Re: Lenovo X1 Extreme screen never wakes up

2020-06-06 Thread Kelly Kane
I heavily used the laptop over the course of another day and half. Zero
crashes! I did everything in my power to induce the failure mode I was
previously seeing and nada. I closed the lid with wreckless abandon,
left it open, locked it, plugged in, on battery, etc. So far so good.
kern.log is clean.

Let me know what if anything else you would like me to do. Happy to test
a backport or whatever.

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

Title:
  Lenovo X1 Extreme screen never wakes up

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

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

[Bug 1875015] Re: Ubuntu 20.04 and Displaylink is extremely slow

2020-06-06 Thread Stefan Fleischmann
Looks like this upstream bug report
https://github.com/DisplayLink/evdi/issues/181

Seems to be triggered by disabling the laptop display. Two possible
workarounds:

a) keep laptop display enabled

b) disable compositor (in my case with Xfce, settings -> window manager
tweaks -> compositor -> untick enable box

Instead of posting more here please make sure to bother DisplayLink so
that they fix this and release another update
https://support.displaylink.com/, and/or provide more info on the GitHub
issue linked above.

** Bug watch added: github.com/DisplayLink/evdi/issues #181
   https://github.com/DisplayLink/evdi/issues/181

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

Title:
  Ubuntu 20.04 and Displaylink is extremely slow

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

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

[Bug 1882394] [NEW] xrdp configured, connects successful then terminates

2020-06-06 Thread Thomas Schweikle
Public bug reported:

xrdp is setup, connections to client work: mstsc connects to client,
authentication is successful, then starts x11, starts session,
terminates session, terminates x11, closes connection. All without any
visible error. Any idea why?

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xrdp 0.9.12-1
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sat Jun  6 23:33:49 2020
InstallationDate: Installed on 2019-09-09 (271 days ago)
InstallationMedia: Xubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
ProcEnviron:
 LANGUAGE=de_DE
 TERM=screen
 PATH=(custom, no user)
 LANG=de_DE.UTF-8
 SHELL=/bin/bash
SourcePackage: xrdp
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

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

Title:
  xrdp configured, connects successful then terminates

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

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

[Bug 1876609] Re: gnubiff applet crashes when mail is received signal 5 in XGetWindowProperty

2020-06-06 Thread Alberts Muktupāvels
Crash in gnome-flashback most likely is https://gitlab.gnome.org/GNOME
/gnome-flashback/-/commit/bd970ecf9cbebebcabc8befad2df83132a1920c4.

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

Title:
  gnubiff applet crashes when mail is received signal 5 in
  XGetWindowProperty

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

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

[Bug 1881214] Re: syslog and kern.log grow endlessly - related to channel switch, Intel wifi?

2020-06-06 Thread nyarla33
Had the same issue again today when the router changed the channel from
52 to 36. Same log files.

I guess a workaround is to stick to the 2.4 Ghz band with which I have
not experienced channel switch.

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

Title:
  syslog and kern.log grow endlessly - related to channel switch, Intel
  wifi?

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

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

[Bug 1878585] Re: Desktop freezes (no keyboard input, mouse still works but can't click on anything)

2020-06-06 Thread Bernie Hoeneisen
As a work-around I installed xscreensaver and removed xfce4-screensaver

$ sudo apt-get install xscreensaver
$ sudo apt-get remove xfce4-screensaver

After logout and login, I have not experienced these issues anymore.

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

Title:
  Desktop freezes (no keyboard input, mouse still works but can't click
  on anything)

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

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

[Bug 1882234] Re: Gilaki language isn't exist

2020-06-06 Thread Gunnar Hjalmarsson
Thanks for your interest in translating Ubuntu into Gilaki!

AFAICT Gilaki isn't available anywhere in Ubuntu, which means that you
would need to start from scratch. This page summarizes the steps to
establish a new language in Ubuntu:

https://wiki.ubuntu.com/Translations/KnowledgeBase/StartingTeam

The first thing to do is to get the locale into glibc. I say first,
because having a new locale accepted may take quite some time. The name
of your locale would probably be glk_IR.

This is the URL to file a glibc bug to request the creation of a new
locale:

https://sourceware.org/bugzilla/enter_bug.cgi?product=glibc;component=localedata

So prepare a suggestion, file a bug, and be then attentive to questions
and change requests from the glibc developers.

As regards adding Gilaki to Launchpad, please ask a question at
 with such a request.

Once that has been done, and the ~ubuntu-l10n-glk team has been set up
properly, I can appoint the team for translating Ubuntu into Gilaki.

Creating language packs is a later thing. We apply a threshold, so
language packs are created only when at least 5% of the translatable
strings have been translated. Currently it means that you and your team
need to translate approximately 16,000 strings before it's time to
request the creation of Gilaki language packs. Same with the installer.
(Dropping Ubiquity as affected package for now.)

One important thing to remember is that the bulk of Ubuntu translations
should not be made at Launchpad. Most translations should better be done
upstream at GNOME, Debian, freedesktop, etc. They will then be imported
to Ubuntu in various ways. One advantage with doing the work upstream is
that other Linux distros but Ubuntu will benefit from it.

At last: Before starting all this, are you confident that you and your
team will have the patience and endurance to reach a reasonable Gilaki
translation coverage?

** No longer affects: ubiquity (Ubuntu)

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

Title:
  Gilaki language isn't exist

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

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

[Bug 1876609] Re: gnubiff applet crashes when mail is received signal 5 in XGetWindowProperty

2020-06-06 Thread Alberts Muktupāvels
** Project changed: gnome-panel => gnome-panel (Ubuntu)

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

Title:
  gnubiff applet crashes when mail is received signal 5 in
  XGetWindowProperty

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

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

[Bug 1881387] Re: xfce4-screensaver is invisible when it was invoked by lid closing

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

** Changed in: xfce4-screensaver (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/1881387

Title:
  xfce4-screensaver is invisible when it was invoked by lid closing

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

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

[Bug 1876609] [NEW] gnubiff applet crashes when mail is received signal 5 in XGetWindowProperty

2020-06-06 Thread Launchpad Bug Tracker
You have been subscribed to a public bug:

I had been using gnubiff in the gnome panel in Ubuntu 16.04.
I recently did an in-place upgrade from 16.04 to 18.04.
Now X crashes whenever mail is received.

In place upgrade from Ubuntu 16.04 to 18.04

gnubiff from package gnubiff 2.2.17-build1

In Gnome Flashback (Metacity) display manager.

Add gnubiff to gnome-panel

Then receive mail

Gnubiff icon moves down the panel so its not completely visible.
Then X dies and I'm sent back to the login page.

I try login again and I'm immediately logged out again with the same
error.

I can login with Ubuntu ( display manager ) ok
Then I can use dconf-editor to remove gnubiff from the panel
org.gnome.gnome-panel.layout
remove 'gnubiff-applet' from this list.
After that I can login using Gnome Flashback (Metacity)
without error.

Then I get a ubuntu-bug popup

Ubuntu 18.04 has experienced an internal error.
/usr/bin/gnome-panel
gnome-panel crashed with signal 5 in XGetWindowProperty()

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

-- 
gnubiff applet crashes when mail is received signal 5 in XGetWindowProperty
https://bugs.launchpad.net/bugs/1876609
You received this bug notification because you are a member of Ubuntu Bugs, 
which is subscribed to Ubuntu.

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

[Bug 1259339] Re: Xfce4 Power Manager does not restore screen power

2020-06-06 Thread Bernie Hoeneisen
** This bug is no longer a duplicate of bug 1303736
   [SRU] Black screen after wakeup from suspending by closing the laptop lid

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

Title:
  Xfce4 Power Manager does not restore screen power

To manage notifications about this bug go to:
https://bugs.launchpad.net/xfce4-power-manager/+bug/1259339/+subscriptions

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

[Bug 1882384] Re: Minimal installation, with dual boot, with partitioning / swap / bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

2020-06-06 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Jun  6 17:21:52 ubuntu /plugininstall.py: Traceback (most recent call last):
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 1767, in 
Jun  6 17:21:52 ubuntu /plugininstall.py: install.run()
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 62, in wrapper
Jun  6 17:21:52 ubuntu /plugininstall.py: func(self)
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 299, in run
Jun  6 17:21:52 ubuntu /plugininstall.py: self.copy_logs()
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 1666, in copy_logs
Jun  6 17:21:52 ubuntu /plugininstall.py: os.chmod(target_log_file, 
stat.S_IRUSR | stat.S_IWUSR)
Jun  6 17:21:52 ubuntu /plugininstall.py: FileNotFoundError: [Errno 2] No such 
file or directory: '/target/var/log/installer/partman'
Jun  6 17:21:52 ubuntu /plugininstall.py: 


** Tags added: installer-crash

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

Title:
  Minimal installation, with dual boot, with partitioning / swap /
  bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

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

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

[Bug 1882384] Traceback

2020-06-06 Thread Ubuntu Foundations Team Bug Bot
Exception during installation:
Jun  6 17:21:52 ubuntu /plugininstall.py: Traceback (most recent call last):
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 1767, in 
Jun  6 17:21:52 ubuntu /plugininstall.py: install.run()
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 62, in wrapper
Jun  6 17:21:52 ubuntu /plugininstall.py: func(self)
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 299, in run
Jun  6 17:21:52 ubuntu /plugininstall.py: self.copy_logs()
Jun  6 17:21:52 ubuntu /plugininstall.py:   File 
"/usr/share/ubiquity/plugininstall.py", line 1666, in copy_logs
Jun  6 17:21:52 ubuntu /plugininstall.py: os.chmod(target_log_file, 
stat.S_IRUSR | stat.S_IWUSR)
Jun  6 17:21:52 ubuntu /plugininstall.py: FileNotFoundError: [Errno 2] No such 
file or directory: '/target/var/log/installer/partman'
Jun  6 17:21:52 ubuntu /plugininstall.py:

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

Title:
  Minimal installation, with dual boot, with partitioning / swap /
  bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

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

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

[Bug 1794194] Re: missing archive files in library

2020-06-06 Thread Ubuntu Foundations Team Bug Bot
The attachment "1-20.18.04.ubuntu1.debdiff" seems to be a debdiff.  The
ubuntu-sponsors team has been subscribed to the bug report so that they
can review and hopefully sponsor the debdiff.  If the attachment isn't a
patch, please remove the "patch" flag from the attachment, remove the
"patch" tag, and if you are member of the ~ubuntu-sponsors, unsubscribe
the team.

[This is an automated message performed by a Launchpad user owned by
~brian-murray, for any issue 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/1794194

Title:
  missing archive files in library

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

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

[Bug 119899]

2020-06-06 Thread Mkmelin+mozilla
*** Bug 1643904 has been marked as a duplicate of this bug. ***

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

Title:
  After-the-fact Filters on custom header won't match for IMAP messages

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

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

[Bug 1521173] Re: AER: Corrected error received: id=00e0

2020-06-06 Thread piscvau
on PC MSI GE73, installation of Xubuntu 18.04 fails,as well as XUBUNTU 19.10. 
PC was returned to MSI under warranty. Hardware is correct and no problem with 
windows.
WIth the latest BIOS it is now impossible to boot the PC with an ISO USB key 
for version 18.04 and 19.10.
WIth XUBUNTU 20.04 the PC boots but after entering session, the system crashes.

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

Title:
  AER: Corrected error received: id=00e0

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

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

[Bug 1543192] Re: Xorg crashed with SIGABRT in OsAbort() from AbortServer() from FatalError("no screens found") from dix_main()

2020-06-06 Thread Steve Maze
I tried the steps that Daniel suggested -- apt full-update and
verification of xorg-server version.  No change.  I am still getting
random crashes.

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

Title:
  Xorg crashed with SIGABRT in OsAbort() from AbortServer() from
  FatalError("no screens found") from dix_main()

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

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

[Bug 1882388] Re: Touchpad recognised as Logitech mouse

2020-06-06 Thread Fernando
** Tags added: elantech lenovo

** Tags added: ideapad touchpad

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

Title:
  Touchpad recognised as Logitech mouse

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

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

[Bug 1873789] Re: does not work on ubuntu 20.04

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

** Changed in: gnome-shell-extension-multi-monitors (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/1873789

Title:
  does not work on ubuntu 20.04

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

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

[Bug 1882388] Status changed to Confirmed

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

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

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

Title:
  Touchpad recognised as Logitech mouse

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

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

[Bug 1882388] [NEW] Touchpad recognised as Logitech mouse

2020-06-06 Thread Fernando
Public bug reported:

I've just re-installed 20.04 (dual boot/windows 10) on my Lenovo
ideapadY700. My laptop recognises touchpad as mouse. I have no other
mouse plugged.

I'm new in Ubuntu and I don't know much...

```uname -a```

```Linux nando-Lenovo 5.4.0-33-generic #37-Ubuntu SMP Thu May 21
12:53:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux```

```dmesg | grep psmouse```

```[   30.218871] psmouse serio1: elantech: synaptics_send_cmd query 0x01 
failed.
[   30.218879] psmouse serio1: elantech: failed to query firmware version.
[  165.209816] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[  216.923481] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[  468.662298] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
[  553.556484] psmouse serio1: Wheel Mouse at isa0060/serio1/input0 lost 
synchronization, throwing 2 bytes away.
```

```xinput```

```⎡ Virtual core pointer   id=2[master pointer  (3)]
⎜   ↳ Virtual core XTEST pointerid=4[slave  pointer  (2)]
⎜   ↳ PS/2 Logitech Wheel Mouse id=14   [slave  pointer  (2)]
⎣ Virtual core keyboard id=3[master keyboard (2)]
↳ Virtual core XTEST keyboard   id=5[slave  keyboard (3)]
↳ Power Button  id=6[slave  keyboard (3)]
↳ Video Bus id=7[slave  keyboard (3)]
↳ Video Bus id=8[slave  keyboard (3)]
↳ Power Button  id=9[slave  keyboard (3)]
↳ Sleep Button  id=10   [slave  keyboard (3)]
↳ Lenovo EasyCamera: Lenovo EasyC   id=11   [slave  keyboard (3)]
↳ Ideapad extra buttons id=12   [slave  keyboard (3)]
↳ AT Translated Set 2 keyboard  id=13   [slave  keyboard (3)]
```

```cat /proc/bus/input/devices```

```I: Bus=0011 Vendor=0002 Product=0001 Version=0063
N: Name="PS/2 Logitech Wheel Mouse"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input19
U: Uniq=
H: Handlers=mouse0 event16 
B: PROP=1
B: EV=7
B: KEY=7 0 0 0 0
B: REL=3
```
I have read a lot of solutions; I tried to use xorg, but it didn't work.
When I removed it, it worked for a day (only) and I decided erase and 
re-install Ubuntu.

Please help!
Thanks

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-33-generic 5.4.0-33.37
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  nando  1137 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  6 20:24:24 2020
InstallationDate: Installed on 2020-06-06 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
Lsusb:
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 5986:0672 Acer, Inc Lenovo EasyCamera
 Bus 001 Device 003: ID 8087:0a2a Intel Corp. 
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
MachineType: LENOVO 80NV
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-33-generic 
root=UUID=eccd5181-f592-4fbf-a03f-3efbc86e693b ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-33-generic N/A
 linux-backports-modules-5.4.0-33-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 06/13/2017
dmi.bios.vendor: LENOVO
dmi.bios.version: CDCN54WW
dmi.board.asset.tag: NO Asset Tag
dmi.board.name: Allsparks 5A
dmi.board.vendor: LENOVO
dmi.board.version: SDK0J40709 WIN
dmi.chassis.asset.tag: NO Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: Lenovo ideapad Y700-15ISK
dmi.modalias: 
dmi:bvnLENOVO:bvrCDCN54WW:bd06/13/2017:svnLENOVO:pn80NV:pvrLenovoideapadY700-15ISK:rvnLENOVO:rnAllsparks5A:rvrSDK0J40709WIN:cvnLENOVO:ct10:cvrLenovoideapadY700-15ISK:
dmi.product.family: IDEAPAD
dmi.product.name: 80NV
dmi.product.sku: LENOVO_MT_80NV_BU_idea_FM_Lenovo ideapad Y700-15ISK
dmi.product.version: Lenovo ideapad Y700-15ISK
dmi.sys.vendor: LENOVO

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


** Tags: amd64 apport-bug focal

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

Title:
  Touchpad recognised as Logitech mouse

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

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

[Bug 1794194] Re: missing archive files in library

2020-06-06 Thread Tom Hughes
This is a debdiff for bionic. I built this in pbuilder and it builds
successfully. I verified that the static library is in the
libopenjp2-7-dev deb with "dpkg --listfiles".

** Patch added: "1-20.18.04.ubuntu1.debdiff"
   
https://bugs.launchpad.net/ubuntu/+source/openjpeg2/+bug/1794194/+attachment/5381070/+files/1-20.18.04.ubuntu1.debdiff

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

Title:
  missing archive files in library

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

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

[Bug 1879091] Re: Glade crashes when opening a .glade file

2020-06-06 Thread circularfile
I have the same bug

Ubuntu 20.04 LTS
Glade 3.22.2

Glade installed with package distribution always crashes.
Start Glade
Click NewFile Button
Click Niveaux Suoérieurs ( superior levels)
click GtkWindow
and it crashes

As said above the snap version of glade works without problem

Here is the output in a terminal :

GladeUI-Message: 18:52:35.019: 1 missing displayable value for GtkWidget::events
GladeUI-Message: 18:52:35.020: 3 missing displayable value for 
GtkWidget::AtkObject::accessible-role
GladeUI-Message: 18:52:35.080: 1 missing displayable value for 
GtkEntry::input-purpose
GladeUI-Message: 18:52:35.080: 2 missing displayable value for 
GtkEntry::input-hints
GladeUI-Message: 18:52:35.178: No displayable values for property 
GtkMenu::anchor-hints
GladeUI-Message: 18:52:35.214: 2 missing displayable value for 
GtkAboutDialog::license-type
GladeUI-Message: 18:52:35.285: 1 missing displayable value for 
GtkCellRendererAccel::accel-mode
GladeUI-Message: 18:52:35.319: Glade needs artwork; a default icon will be used 
for the following classes:
GThemedIcon needs an icon named 'widget-gtk-themedicon'
GtkApplicationWindowneeds an icon named 
'widget-gtk-applicationwindow'

(glade:40731): Gdk-WARNING **: 18:52:42.602:
../../../../../gdk/x11/gdkwindow-x11.c:5633 drawable is not a native X11
window

(glade:40731): Gdk-ERROR **: 18:52:42.603: The program 'glade' received an X 
Window System error.
This probably reflects a bug in the program.
The error was 'BadWindow (invalid Window parameter)'.
  (Details: serial 45552 error_code 3 request_code 20 (core protocol) 
minor_code 0)
  (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the GDK_SYNCHRONIZE environment
   variable to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

Here is the output of dpkg -s glade :

Package: glade
Status: install ok installed
Priority: optional
Section: devel
Installed-Size: 1510
Maintainer: Ubuntu Developers 
Architecture: amd64
Version: 3.22.2-1
Depends: libc6 (>= 2.7), libcairo2 (>= 1.2.4), libgdk-pixbuf2.0-0 (>= 2.22.0), 
libgladeui-2-6 (>= 3.22.0), libglib2.0-0 (>= 2.53.2), libgtk-3-0 (>= 3.21.5), 
libpango-1.0-0 (>= 1.18.0)
Recommends: libgtk-3-dev, devhelp
Description: GTK+ User Interface Builder
 Glade is a RAD tool to enable quick and easy development of user
 interfaces for the GTK+ toolkit.
 .
 The user interfaces designed in Glade are stored in the well-known
 XML format, enabling easy integration with external tools. You will
 probably want to use it with tools such as libglade, which can load
 the XML files and create the interfaces at runtime.
 .
 This version is more modular than previous ones, so you can install
 modules to add additional widgets for Glade to use.
Original-Maintainer: Debian GNOME Maintainers 

Homepage: https://glade.gnome.org/

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

Title:
  Glade crashes when opening a .glade file

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

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

[Bug 1882385] Re: bless freezes on ubuntu 20.04

2020-06-06 Thread Bump
Crashes when clicking on Find icon, then placing the cursor on text box.

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

Title:
  bless freezes on ubuntu 20.04

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

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

[Bug 1882385] [NEW] bless freezes on ubuntu 20.04

2020-06-06 Thread Bump
Public bug reported:

Installed bless 0.6.0-7 on ubuntu 20.04.

$ bless
Could not find a part of the path '/home/grek/.config/bless/plugins'.
Could not find a part of the path '/home/grek/.config/bless/plugins'.
Could not find a part of the path '/home/grek/.config/bless/plugins'.
Could not find file "/home/grek/.config/bless/export_patterns"
double free or corruption (out)

=
Native Crash Reporting
=
Got a SIGABRT while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries 
used by your application.
=

=
Native stacktrace:
=
0x55eb1c19deb5 - mono : (null)
0x55eb1c19e250 - mono : (null)
0x55eb1c14b129 - mono : (null)
0x55eb1c19d467 - mono : (null)
0x7fc25487c3c0 - /lib/x86_64-linux-gnu/libpthread.so.0 : (null)
0x7fc2546a018b - /lib/x86_64-linux-gnu/libc.so.6 : gsignal
0x7fc25467f859 - /lib/x86_64-linux-gnu/libc.so.6 : abort
0x7fc2546ea3ee - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x7fc2546f247c - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x7fc2546f4120 - /lib/x86_64-linux-gnu/libc.so.6 : (null)
0x41c81dd3 - Unknown

=
Telemetry Dumper:
=

/usr/bin/bless: line 3: 135025 Killed  mono
"/usr/lib/bless/bless.exe" "$@"

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

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

Title:
  bless freezes on ubuntu 20.04

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

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

[Bug 1878194] Re: [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting HSP/HFP audio profile in Focal Fossa

2020-06-06 Thread Simon DOUCHY
Same issue here was working fine until monday for my first weekly meeting ...
Fresh install of ubuntu 20.04 today, same problem.

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

Title:
  [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting
  HSP/HFP audio profile in Focal Fossa

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

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

[Bug 1882384] [NEW] Minimal installation, with dual boot, with partitioning / swap / bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

2020-06-06 Thread Leandro Augusto Párraga Campos
Public bug reported:

Minimal installation, with dual boot, with partitioning
/ swap
/ bootgrup
/ xubuntu
/ ubuntu
/ home
/backup
..GTP partitioning table

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15 [modified: 
lib/partman/automatically_partition/question]
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckMismatches: 
./pool/restricted/n/nvidia-graphics-drivers-390/libnvidia-compute-390_390.132-0ubuntu2_i386.deb
 ./pool/main/l/linux-oem-5.6/linux-modules-5.6.0-1007-oem_5.6.0-1007.7_amd64.deb
CasperMD5CheckResult: fail
CasperVersion: 1.445
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  6 13:22:19 2020
InstallCmdLine: file=/cdrom/preseed/ubuntu.seed initrd=/casper/initrd quiet 
splash --- maybe-ubiquity
LiveMediaBuild: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 LANGUAGE=en_US.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 LC_NUMERIC=C.UTF-8
SourcePackage: ubiquity
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "syslog"
   https://bugs.launchpad.net/bugs/1882384/+attachment/5381055/+files/syslog

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

Title:
  Minimal installation, with dual boot, with partitioning / swap /
  bootgrup / xubuntu / ubuntu / home /backup ..GTP partitioning table

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

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

[Bug 1882382] Re: external screen turned off if laptop lid closed

2020-06-06 Thread Thomas Schweikle
This applies to desktop pc as well if more than one independent screens
are attached.

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

Title:
  external screen turned off if laptop lid closed

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

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

[Bug 1882382] [NEW] external screen turned off if laptop lid closed

2020-06-06 Thread Thomas Schweikle
Public bug reported:

A laptop connected to an external screen turns off both screens,
internal and external, if the lid is closed. I'd expected it to act as
follows:

Laptop lid open, profile tells to mirror external screen to internal:
  external screen is mirrored, both screens are turned on.
  Resolution is at external screen.
  Internal screen shows part of or downsized content of external screen.

Laptop lid closed, profile teels to mirror external screen to internal:
  external screen is on, internal screen is off.
  Screen mirroring is stopped.
  Resolution is at external screen.

Laptop lid open, profile tells to use only external screen:
  external screen is on, internal screen is off.

Laptop lid closed, profile tells to use only external screen:
  external screen is on, internal screen is off.

Laptop lid open, profile tells to mirror internal screen:
  external screen is mirror of internal, both are turned on.

Laptop lid closed, profile tells to mirror internal screen:
  external screen is on, internal screen is off.
  Screen mirroring is stopped.
  Resolution is at internal screen.

If the external screen is turned off, and lid is closed, video output
shall stay on! Not be turned of as it is now. It might even make sens
not to turn of video output to an external screen if the lid is open,
just because this screen seems to have gone. It might be necessary to
have it run in case of KVM switches or video switches (more than one
input via crossbar switch to one external display).

What I have at this moment:
Laptop lid open, profile tells to use only external screen:
  external screen on, internal off. -> as expected.

Laptop lid closed, profile tells to use only external screen:
  external screen off, internal screen off. -> external screen shall stay on!

Laptop lid open, profile tells to use only external screen,
external screen first on, then turned off:
  external screen off, internal screen off. -> as expected, if only external 
shall be used.

Laptop lid closed, profile tells to use only external screen,
external screen first on, then turned off:
  external screen off, internal screen off. -> as expected, if only external 
shall be used.

Laptop lid open, profile tells to use only external screen,
external screen first on, then turned off, turned on again:
  external screen on, internal screen on. -> internal screen shall stay off!
  internal screen is mirrord from external.

Laptop lid closed, profile tells to use only external screen,
external screen first on, then turned off, turned on again:
  external screen off, internal screen off. -> internal screen shall stay off, 
external on!

I need something to define what video ports are active and if they shall
stay active regardless of external displays connected or not.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xfce4 4.14
ProcVersionSignature: Ubuntu 5.4.0-34.38-generic 5.4.41
Uname: Linux 5.4.0-34-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.3
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: XFCE
Date: Sat Jun  6 18:38:56 2020
InstallationDate: Installed on 2011-10-19 (3152 days ago)
InstallationMedia: Xubuntu 11.10 "Oneiric Ocelot" - Release amd64 (20111012)
PackageArchitecture: all
SourcePackage: xfce4
UpgradeStatus: Upgraded to focal on 2019-04-27 (406 days ago)

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


** Tags: amd64 apport-bug focal

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

Title:
  external screen turned off if laptop lid closed

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

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

[Bug 1882383] [NEW] bluetooth hsp/hfp didn't work anymore after updates. works fine before 2020 june 01

2020-06-06 Thread Simon DOUCHY
*** This bug is a duplicate of bug 1878194 ***
https://bugs.launchpad.net/bugs/1878194

Public bug reported:

after updates no sound input/output in hsp/hfp profile, works fine in a2dp for 
playing hq music
annoying when having a lot of remote meeting, got to switch to a crappy headset 
with wire juste for meetings

please correct it, I miss using my bt headset all day :)

https://bugs.launchpad.net/ubuntu/+source/pulseaudio/+bug/1878194

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: pulseaudio 1:13.99.1-1ubuntu3.2
ProcVersionSignature: Ubuntu 5.4.0-33.37-generic 5.4.34
Uname: Linux 5.4.0-33-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  drub4n 1812 F pulseaudio
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  6 19:21:00 2020
InstallationDate: Installed on 2020-06-06 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
SourcePackage: pulseaudio
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/11/2020
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 1.7.0
dmi.board.name: 0T8KGX
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 10
dmi.chassis.vendor: Dell Inc.
dmi.modalias: 
dmi:bvnDellInc.:bvr1.7.0:bd05/11/2020:svnDellInc.:pnXPS157590:pvr:rvnDellInc.:rn0T8KGX:rvrA00:cvnDellInc.:ct10:cvr:
dmi.product.family: XPS
dmi.product.name: XPS 15 7590
dmi.product.sku: 0905
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

** This bug has been marked a duplicate of bug 1878194
   [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting 
HSP/HFP audio profile in Focal Fossa

** This bug is no longer a duplicate of bug 1878194
   [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting 
HSP/HFP audio profile in Focal Fossa

** This bug has been marked a duplicate of bug 1878194
   [Sennheiser HD 4.50 BTNC] Bluetooth headset not working when selecting 
HSP/HFP audio profile in Focal Fossa

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

Title:
  bluetooth hsp/hfp didn't work anymore after updates. works fine before
  2020 june 01

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

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

[Bug 1882381] [NEW] memory leak

2020-06-06 Thread Mike Neac
Public bug reported:

There is memory leak in xfce4-panel

Please update it to bugfix release 4.14.4

Release notes for 4.14.4

- Fix panel build with vala 0.48 (Bug #16426)
- Fix memory leak in panel plugin wrapper (Bug #16640)
- tasklist: Fix crash middle-click-closing grouped windows (Bug #16410)
- panel: Make sure "span monitors" is conditionally sensitive
  (Bug #15169)
- Translation Updates:
  Albanian, Amharic, Arabic, Armenian (Armenia), Belarusian, Bengali,
  Catalan, Chinese (China), Chinese (Hong Kong), Croatian, Czech,
  Danish, Dutch, English (Australia), Estonian, Finnish, French,
  Galician, Georgian, Hebrew, Hungarian, Icelandic, Indonesian,
  Italian, Japanese, Kazakh, Malay, Norwegian Bokmål, Norwegian
  Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Portuguese,
  Romanian, Sinhala, Swedish, Thai, Uighur, Ukrainian, Vietnamese

** Affects: xfce4-panel (Ubuntu)
 Importance: Undecided
 Status: New

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

Title:
  memory leak

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

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

[Bug 1882173] Re: [nvidia] Xorg crash: Fatal server error: no screens found(EE)

2020-06-06 Thread Steve Maze
*** This bug is a duplicate of bug 1543192 ***
https://bugs.launchpad.net/bugs/1543192

I have perform a apt full-upgrade and confirmed the xserver version:   
  xserver-xorg-core 2:1.20.8-2ubuntu2.1 
  xserver-xorg-core-hwe-18.04   3:14.5 

Hopefully this will solve the problem.

Thank you for your suggestions.

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

Title:
  [nvidia] Xorg crash: Fatal server error: no screens found(EE)

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

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

[Bug 1859592] Re: Bluetooth unavailable after updates - Reading Intel version information failed (-110)

2020-06-06 Thread Yash Murty
For me as well, the power cable did the trick. Thank you!
As mentioned in this comment above:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1859592/comments/2

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

Title:
  Bluetooth unavailable after updates - Reading Intel version
  information failed (-110)

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

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

[Bug 1876286] Re: Evolution reports "Error performing TLS handshake: Internal error in memory allocation."

2020-06-06 Thread Steve
Sorry for not using this correctly, but can't seem to add Distributions
or packages in the "affects" section.

Claws-Mail Ubuntu 18.04, as others have said, wont connect pop3 or imap
because of this error.

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

Title:
  Evolution reports "Error performing TLS handshake: Internal error in
  memory allocation."

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

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

[Bug 1882378] [NEW] [System Product Name, C-Media Generic, Green Line Out, Rear] Underruns, dropouts or crackling sound

2020-06-06 Thread Wim Pauwels
Public bug reported:

I am not sure about what is the default in my problem but when i connect
my TERRATEC AUREON 7.1 I get after a fresh install this very bad sound
crackles during playback and also some kind of weard echo like it seems
to be a record line directly to the play output connected_

I have been working around it since a week or so and al of the
possibilities i tried didn't workout for me

it seems to be a driver problem in alsa because i don't get better sound
in any case than this crackling screeching and also some kind of echo
noise overlayed above the sound on ANY output or INPUT

very annoying because in windows this asio driver card played well
butI really need ubuntu for some things. although with a better sound card 
quality than nowadays it seems to be

can people be generous here and try to speed up the solution
because I really need to sing and make records on the system.
I can delay them but not very long time...

Kind regards,
Wim Pauwels

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: alsa-base 1.0.25+dfsg-0ubuntu5
ProcVersionSignature: Ubuntu 5.4.0-33.37-lowlatency 5.4.34
Uname: Linux 5.4.0-33-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu27.2
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Jun  6 18:31:59 2020
InstallationDate: Installed on 2020-06-02 (3 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
SourcePackage: alsa-driver
Symptom: audio
Symptom_AlsaPlaybackTest: ALSA playback test through plughw:CMedia failed
Symptom_Card: CM [Oxygen Express] (HDA Controller) - HDA C-Media
Symptom_Jack: Green Line Out, Rear
Symptom_Type: Underruns, dropouts, or "crackling" sound
Title: [System Product Name, C-Media Generic, Green Line Out, Rear] Underruns, 
dropouts or crackling sound
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 12/02/2014
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: 2101
dmi.board.asset.tag: To Be Filled By O.E.M.
dmi.board.name: M5A78L-M/USB3
dmi.board.vendor: ASUSTeK Computer INC.
dmi.board.version: Rev X.0x
dmi.chassis.asset.tag: Asset-1234567890
dmi.chassis.type: 3
dmi.chassis.vendor: Chassis Manufacture
dmi.chassis.version: Chassis Version
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvr2101:bd12/02/2014:svnSystemmanufacturer:pnSystemProductName:pvrSystemVersion:rvnASUSTeKComputerINC.:rnM5A78L-M/USB3:rvrRevX.0x:cvnChassisManufacture:ct3:cvrChassisVersion:
dmi.product.family: To Be Filled By O.E.M.
dmi.product.name: System Product Name
dmi.product.sku: To Be Filled By O.E.M.
dmi.product.version: System Version
dmi.sys.vendor: System manufacturer
mtime.conffile..etc.modprobe.d.alsa-base.conf: 2020-06-06T18:25:11.055281

** Affects: alsa-driver (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug focal

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

Title:
  [System Product Name, C-Media Generic, Green Line Out, Rear]
  Underruns, dropouts or crackling sound

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

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

[Bug 1882244] Re: GnuTLS Session Ticket Key Vulnerability

2020-06-06 Thread Marc Deslauriers
** Changed in: gnutls28 (Ubuntu Groovy)
   Status: In Progress => 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/1882244

Title:
  GnuTLS Session Ticket Key Vulnerability

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

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

[Bug 1878233] Re: Unable to locate package/Headers missing

2020-06-06 Thread Dmitry Shachnev
Yes.

The official documentation for Qt 3D Extras (https://doc.qt.io/qt-5
/qt3dextras-module.html) says:

"This module is under development and is subject to change."

We decided not to include headers for this module until it becomes
stable. We made an exception for Qt 5.14 packages because the difference
between 5.14 and the final Qt 5 API/ABI was minimal, and I backported a
patch to make sure the ABI does not change in the future. For Qt 5.12 no
such exception can be made.

I can't say that it makes the Qt 3D package unusable. You can still use
the API that is declared stable. Also you are always free to build your
own version of Qt 3D or create a PPA for it.

** Also affects: qt3d-opensource-src (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: qt3d-opensource-src (Ubuntu)
   Status: Fix Committed => Fix Released

** Changed in: qt3d-opensource-src (Ubuntu Focal)
   Status: New => Won't Fix

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

Title:
  Unable to locate package/Headers missing

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/qt3d-opensource-src/+bug/1878233/+subscriptions

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

[Bug 1882377] [NEW] path bar flickering when path is longer than the space in the header bar

2020-06-06 Thread paraiko
Public bug reported:

This is copy of my upstream bug report:
https://gitlab.gnome.org/GNOME/nautilus/-/issues/1512

The issue will not be fixed because the upcoming version of nautilus has
a changed pathbar design which prevents it. (See conversation on the
gnome bug tracker).

This bug looks also a lot like an old bug in launchpad on 13.04, could be the 
same issue.
https://bugs.launchpad.net/ubuntu/+source/nautilus/+bug/1167710


--
Affected version

Other: Ubuntu 20.04 with Nautilus 3.36.2-0ubuntu1
Nightly flatpak: No

Steps to reproduce:
Open Nautilus/Files
open a nested folderpath structure untill the names of the path do not fit in 
the pathbar anymore
Hover the mouse over the first or the last folder name visible in the path


Current behaviour:
The path bar starts flickering (probably alternating the display of the 
visible/not visible folders?(see attached screencast)

Expected behaviour:
No flickering, but moving the displayed path when ascending deeper in the 
folder structure.

Additional information:
1) I have also tested if this depends on the number of folders or on the length 
of the folder name the issue is also triggered with a shallow path with only a 
few very long folder names and not with >10 2 letter wide folder names
2)I've tested both the Ubuntu Yaru theme and the gnome default Adwaita light 
them, it occurs in both so does not seem to be theme specific.
3) The issue seems to be fixed in the nightly build.

** Affects: nautilus
 Importance: Unknown
 Status: Unknown

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

** Attachment added: "screencast"
   
https://bugs.launchpad.net/bugs/1882377/+attachment/5381022/+files/nautilus_pathbar_behaviour_2020-06-02.mp4.webm

** Bug watch added: gitlab.gnome.org/GNOME/nautilus/-/issues #1512
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1512

** Also affects: nautilus via
   https://gitlab.gnome.org/GNOME/nautilus/-/issues/1512
   Importance: Unknown
   Status: Unknown

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

Title:
  path bar flickering when path is longer than the space in the header
  bar

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

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

  1   2   >