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

2020-04-05 Thread Jussi Lind
Hmmm...I'm now thinking that maybe the auth dialog is still asking for
the password of the previous user? Need to test this when this happens
the next time.

-- 
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/update-manager/+bug/1831332/+subscriptions

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

[Bug 1864113] Re: snapd.seeded.service never starts

2020-04-05 Thread Jesper Blauendahl
*** This bug is a duplicate of bug 1864252 ***
https://bugs.launchpad.net/bugs/1864252

As of today I'm no longer experiencing 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/1864113

Title:
  snapd.seeded.service never starts

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

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

[Bug 1859581] Re: land oem-getlogs in focal and enable apport-unpack to process apport.gz file

2020-04-05 Thread Yuan-Chen Cheng
@Brain, mind also add this patch, since we found the lspci tree
structure will be useful as HWE is doing certain low level pci status
debugging.

** Patch added: "lspci-vt.diff"
   
https://bugs.launchpad.net/oem-priority/+bug/1859581/+attachment/5347511/+files/lspci-vt.diff

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

Title:
  land oem-getlogs in focal and enable apport-unpack to process
  apport.gz file

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

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

[Bug 1869734] Re: openjade segfaults on arm (due to gcc optimization)

2020-04-05 Thread Christian Ehrhardt 
This migrated and fixed the issue.
=> https://launchpad.net/ubuntu/+source/openjade/1.4devel1-21.3ubuntu1

But as discussed before since this is more a mitigation than a fix we
keep the bug open.

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

Title:
  openjade segfaults on arm (due to gcc optimization)

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

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

[Bug 1870628] Re: Authentication required window after startup

2020-04-05 Thread Sebastien Bacher
Thank you for your bug report. Could you make a screenshot of the prompt
and add your 'journalctl -b 0' log to the bug after getting the issue.

If you use autologin it's expected that your keyring isn't automatically
unlocked since you didn't enter your password, the question is to know
why that's happening at login. Note that you can set an empty password
to the keyring which lowers the security but would avoid the prompting

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

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

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

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

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

Title:
  Authentication required window after startup

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

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

[Bug 1870980] Re: dnsmasq conf file runtime group conflicts with initd

2020-04-05 Thread Christian Ehrhardt 
After install the daemon runs fine in 18.04:
root@b:~# systemctl status dnsmasq
● dnsmasq.service - dnsmasq - A lightweight DHCP and caching DNS server
   Loaded: loaded (/lib/systemd/system/dnsmasq.service; enabled; vendor preset: 
enabled)
   Active: active (running) since Mon 2020-04-06 06:34:36 UTC; 26s ago
 Main PID: 25562 (dnsmasq)
Tasks: 1 (limit: 38284)
   CGroup: /system.slice/dnsmasq.service
   └─25562 /usr/sbin/dnsmasq -x /run/dnsmasq/dnsmasq.pid  ...

The file exists matching the ownership as you described:
root@b:~# ll /run/dnsmasq/dnsmasq.pid
-rw-r--r-- 1 dnsmasq nogroup 6 Apr  6 06:34 /run/dnsmasq/dnsmasq.pid


The path is defined the same way in the service file:
root@b:~# systemctl cat dnsmasq | grep PIDF
PIDFile=/run/dnsmasq/dnsmasq.pid

The file content is correct:
root@b:~# cat /run/dnsmasq/dnsmasq.pid
25562

There is no complaint about the PIDFILE (or anything else):
Apr 06 06:34:35 b systemd[1]: Starting dnsmasq - A lightweight DHCP and caching 
DNS server...
Apr 06 06:34:35 b dnsmasq[25512]: dnsmasq: syntax check OK.
Apr 06 06:34:36 b dnsmasq[25562]: started, version 2.79 cachesize 150
Apr 06 06:34:36 b dnsmasq[25562]: compile time options: IPv6 GNU-getopt DBus 
i18n IDN DHCP DHCPv6 no-Lua TFTP conntrack ipset auth DNSSEC loop-detect inotify
Apr 06 06:34:36 b dnsmasq[25562]: reading /etc/resolv.conf
Apr 06 06:34:36 b dnsmasq[25562]: using nameserver 127.0.0.53#53
Apr 06 06:34:36 b dnsmasq[25562]: read /etc/hosts - 7 addresses
Apr 06 06:34:36 b systemd[1]: Started dnsmasq - A lightweight DHCP and caching 
DNS server.

systemd properly reads it as well:
root@b:~# systemctl show --property MainPID --value dnsmasq
25562

I wonder what issue you are actually looking at as I've seen none and
your report has no example error.

Reading between the lines - if you want to run sysV init instead of
systemd as the main init system that isn't supported in modern Ubuntu
releases.

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

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

Title:
  dnsmasq conf file runtime group conflicts with initd

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

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

[Bug 1871006] Re: add-apt-repository crashed with AttributeError in _get_https_content_py3(): 'InvalidURL' object has no attribute 'reason'

2020-04-05 Thread Sebastien Bacher
Thank you for your bug report. The command should take the name of the
ppa to remove, how did you use it exactly?

** Information type changed from Private to Public

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

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

Title:
  add-apt-repository crashed with AttributeError in
  _get_https_content_py3(): 'InvalidURL' object has no attribute
  'reason'

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

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

[Bug 1837245] Re: Failed to bump fs.file-max, ignoring: Invalid argument

2020-04-05 Thread Laurent Bonnaud via ubuntu-bugs
The bug is fixed in Ubuntu 20.04/focal.

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

Title:
  Failed to bump fs.file-max, ignoring: Invalid argument

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

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

[Bug 1870395] Re: Ubuntu Studio 20.04 ZFS Option Fails to Boot

2020-04-05 Thread Didier Roche
Hey David,

Thanks for reporting this bug and help making ubuntu better.
The issue was in the installation setup in the images produced before beta was 
out. (The ones from the 2nd).
Those installations are really complex to fix and it’s better to reinstall 
using the beta official image (the respin which finished on the 3rd was for 
this).
I’m closing up this bug thus. Feel free to reopen if you reproduce on a new 
installation with thhe beta image,

** Changed in: grub2 (Ubuntu)
   Status: New => Fix Released

** Package changed: grub2 (Ubuntu) => 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/1870395

Title:
  Ubuntu Studio 20.04 ZFS Option Fails to Boot

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

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

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

2020-04-05 Thread Sebastien Bacher
** Changed in: bluez (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Wishlist

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

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

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

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

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

[Bug 1870956] Re: Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via Taskbar

2020-04-05 Thread Sebastien Bacher
Thanks!

** Changed in: gnome-shell-extension-desktop-icons (Ubuntu)
   Status: New => Triaged

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

Title:
  Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via
  Taskbar

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

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

[Bug 1870144] Re: autopkgtest identified fighting time services

2020-04-05 Thread Christian Ehrhardt 
I uploaded the chrony fix for hte tests and I'll re-verify the behavior
once I know of a new systemd version (they might need to test together
to work smoothly).

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

Title:
  autopkgtest identified fighting time services

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

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

[Bug 1870922] Re: GUI Scaling does not work with multiple monitors

2020-04-05 Thread Sebastien Bacher
** Changed in: gnome-shell (Ubuntu)
   Status: Incomplete => New

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

Title:
  GUI Scaling does not work with multiple monitors

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

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

[Bug 1871009] Re: Firefox doesn't restart after update

2020-04-05 Thread Sebastien Bacher
Thank you for your bug report, could you add your journalctl log from
the session where you had the issue?

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

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

Title:
  Firefox doesn't restart after update

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

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

[Bug 1871019] Re: Nextcloud account added to Online Accounts does not populate Calendar apps (WebDAV file sharing does work)

2020-04-05 Thread Sebastien Bacher
Thank you for your bug report. Could you add your 'journalctl -b 0' after 
adding the account and trying to use the calendar?
Would probably be worth reporting upstream as well on 
https://gitlab.gnome.org/GNOME/gnome-online-accounts/issues/

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

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

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

Title:
  Nextcloud account added to Online Accounts does not populate Calendar
  apps (WebDAV file sharing does work)

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

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

[Bug 1870579] Re: System can't find OS to boot after install with UEFI alongside Windows 10

2020-04-05 Thread Jean-Baptiste Lallement
** Summary changed:

- System can't find OS to boot after install with UEFI
+ System can't find OS to boot after install with UEFI alongside Windows 10

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

Title:
  System can't find OS to boot after install with UEFI alongside Windows
  10

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

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

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

2020-04-05 Thread Daniel van Vugt
** Tags added: a2dp focal

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

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

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

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

[Bug 1868109] Re: block probing fails with KeyError MAJOR

2020-04-05 Thread Michael Hudson-Doyle
Sorry for the slow response and thanks for the offer but I think we have
enough information to go on to debug this. Other things just keep on
coming up! Hopefully I can look at this tomorrow.

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

Title:
  block probing fails with KeyError MAJOR

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

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

[Bug 1871024] Re: New user do not get their own dataset with ZFS

2020-04-05 Thread Niels Kobschätzki
*** This bug is a duplicate of bug 1842902 ***
https://bugs.launchpad.net/bugs/1842902

Duplicate of #1842902

** This bug has been marked a duplicate of bug 1842902
   FFe: create zfs dataset for each user automatically

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

Title:
  New user do not get their own dataset with ZFS

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

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

[Bug 1870810] Re: Grub update fails on zfs root drives after software install..

2020-04-05 Thread Jean-Baptiste Lallement
** Changed in: grub2 (Ubuntu Focal)
Milestone: None => ubuntu-20.04

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

Title:
  Grub update fails on zfs root drives after software install..

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

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

[Bug 1871024] [NEW] New user do not get their own dataset with ZFS

2020-04-05 Thread Niels Kobschätzki
*** This bug is a duplicate of bug 1842902 ***
https://bugs.launchpad.net/bugs/1842902

Public bug reported:

When a new user gets created in 20.04 and one uses zfs then the new user
gets a home in /home/newuser but the user does not get his own dataset
but is just placed in /rpool/USERDATA

This means that snapshots for additional users cannot explicitly
created, they cannot have their own encrypted homes, you cannot set
quotas via ZFS and so on.

I would expect that a new user would get their own dataset like the
first created user on Installation.

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

Title:
  New user do not get their own dataset with ZFS

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

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

[Bug 1869142] Re: marco adds extra border on google chrome when maximize

2020-04-05 Thread gabriele
** Description changed:

  Basically, Marco adds window decorations to google chrome even if the
  option "use the system borders" is disabled. A temporary workaround is
  to re-enable from chrome (right click to the top) to use system
  decoration, and then deselect it again, but that until you maximize and
  then unmaximize the window.
+ 
+ I noted that it happens (in particular) when I move the chrome windows
+ toward a screen edge and the feature "window snapping" is activated.

** Tags removed: 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/1869142

Title:
  marco adds extra border on google chrome when maximize

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

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

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

2020-04-05 Thread Daniel van Vugt
I'm not sure AptX would appear in the GUI or it would be hidden behind
the high fidelity option. So even if the feature was supported already
we wouldn't know.

This needs more investigating. Please report the issue to the related
upstream projects at:

PulseAudio: https://gitlab.freedesktop.org/groups/pulseaudio/-/issues

BlueZ: https://bugzilla.kernel.org/

Gnome Control Center: https://gitlab.gnome.org/GNOME/gnome-control-
center/-/issues

** Also affects: bluez (Ubuntu)
   Importance: Undecided
   Status: New

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

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

** Changed in: gnome-control-center (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/1870829

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

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

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

[Bug 1870830] Re: gnome-shell-extension-prefs not installed with base GNOME Shell installation

2020-04-05 Thread Daniel van Vugt
** Tags added: focal

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

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

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

Title:
  gnome-shell-extension-prefs not installed with base GNOME Shell
  installation

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

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

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

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

** Changed in: pulseaudio (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/1870829

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

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

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

[Bug 1864642] Re: dscr_sysfs_test / futex_bench / tm-unavailable in powerpc from ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

2020-04-05 Thread Po-Hsu Lin
https://lists.ubuntu.com/archives/kernel-team/2020-April/108763.html
https://lists.ubuntu.com/archives/kernel-team/2020-April/108765.html

** Description changed:

  == SRU Justification ==
  Some specific tests in powerpc can take longer than the default 45
  seconds that added in commit 852c8cbf34d3 ("selftests/kselftest/runner.sh:
  Add 45 second timeout per test") to run, the following test result was
  collected across 2 Power8 nodes and 1 Power9 node in our pool:
powerpc/benchmarks/futex_bench - 52s
powerpc/dscr/dscr_sysfs_test - 116s
powerpc/signal/signal_fuzzer - 88s
powerpc/tm/tm_unavailable_test - 168s
powerpc/tm/tm-poison - 240s
  
  Thus they will fail with TIMEOUT error.
  
  == Fix ==
  * 850507f3 ("selftests/powerpc: Turn off timeout setting for benchmarks, 
dscr, signal, tm")
  
- Only Eoan and newer kernel contain 852c8cbf34d3, this patch can be
- applied to Eoan with some context adjustment. For Focal, there is a
- SAUCE patch which turned off timeout setting for benchmarks and tm.
+ Only Eoan and newer kernel will need this fix.
+ For Eoan, this patch can be applied with some context adjustment. 
+ For Focal, there is a SAUCE patch which turned off timeout setting for 
+ benchmarks and tm that needs to be reverted first, and this patch can
+ be applied with some context adjustment too
  
  == Test ==
  Patch tested on PowerPC and it works as expected.
  
  == Regression Potential ==
  Low, changes limited to testing tools for PowerPC.
+ 
  
  == Original Bug Report ==
  Issue found on Power9 node baltar with B-5.3 (5.3.0-41.33~18.04.1-generic)
  
   # selftests: benchmarks: futex_bench
   # test: futex_bench
   # tags: git_version:unknown
   # time = 52.042224
   #
   not ok 5 selftests: benchmarks: futex_bench # TIMEOUT
  
   # selftests: dscr: dscr_sysfs_test
   # test: dscr_sysfs_test
   # tags: git_version:unknown
   #
   not ok 6 selftests: dscr: dscr_sysfs_test # TIMEOUT
  
  Need to check if this has something to do with the timeout setting like
  in bug 1864626
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.3.0-40-generic 5.3.0-40.32~18.04.1
  ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-40-generic ppc64le
  ApportVersion: 2.20.9-0ubuntu7.11
  Architecture: ppc64el
  Date: Tue Feb 25 11:23:58 2020
  ProcLoadAvg: 1.28 22.46 46.59 3/1347 62287
  ProcLocks:
   1: POSIX  ADVISORY  WRITE 3837 00:18:562 0 EOF
   2: POSIX  ADVISORY  WRITE 3864 00:18:588 0 EOF
   3: FLOCK  ADVISORY  WRITE 4515 00:18:463 0 EOF
   4: FLOCK  ADVISORY  WRITE 3844 00:18:579 0 EOF
   5: POSIX  ADVISORY  WRITE 1820 00:18:343 0 EOF
  ProcSwaps:
   Filename TypeSizeUsedPriority
   /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 5.3.0-40-generic (buildd@bos02-ppc64el-007) (gcc 
version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #32~18.04.1-Ubuntu SMP Mon Feb 3 
14:05:15 UTC 2020
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 39
  cpu_dscr: DSCR is 9
  cpu_freq:
   min: 2.862 GHz (cpu 79)
   max: 2.945 GHz (cpu 81)
   avg: 2.903 GHz
  cpu_runmode:
   Could not retrieve current diagnostics mode,
   No kernel interface to firmware
  cpu_smt: SMT=4

** Changed in: linux (Ubuntu Eoan)
   Status: New => In Progress

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

Title:
  dscr_sysfs_test / futex_bench / tm-unavailable  in powerpc from
  ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

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

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

[Bug 1870606] Re: Grub fails to install with existing existing disks

2020-04-05 Thread Jean-Baptiste Lallement
** Summary changed:

- ubiquity crashed
+ Grub fails to install with existing existing disks

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

Title:
  Grub fails to install with existing existing disks

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Ubuntu QA Website
This bug has been reported on the Ubuntu ISO testing tracker.

A list of all reports related to this bug can be found here:
http://iso.qa.ubuntu.com/qatracker/reports/bugs/1871022

** Tags added: iso-testing

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1870758] Re: Screen scaling 150% results in monitor power save state

2020-04-05 Thread PerJensen
@corey wood - I can confirm your finding.

I did this:

1. scale to 200%

2. reboot - the login screen shows

3- login --> screen power save mode happens

4. ctrl-alt-3 and then log in at the console

5. Change "" from 2 to 1 in ~/.config/monitors.xml

6. ctrl-alt-2 to switch back to graphical environment. The monitor is
still in power save mode

7. ctrl-alt-back to kill the X server

8. login screen appears

9. login in and I am back at scaling=100%

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

Title:
  Screen scaling 150% results in monitor power save state

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

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

[Bug 1870810] Re: Grub update fails on zfs root drives after software install..

2020-04-05 Thread Jean-Baptiste Lallement
grub.new untar-ed from attachments.

** Attachment added: "grub.cfg.new"
   
https://bugs.launchpad.net/ubuntu/+source/grub2/+bug/1870810/+attachment/5347497/+files/grub.cfg.new

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

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

Title:
  Grub update fails on zfs root drives after software install..

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

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

[Bug 1870822] Re: gnome-shell crashed with assertion failure window.c:1552:meta_window_unmanage: assertion failed: (window->display->focus_window != window)

2020-04-05 Thread Daniel van Vugt
** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #862
   https://gitlab.gnome.org/GNOME/mutter/-/issues/862

** Also affects: gnome-shell via
   https://gitlab.gnome.org/GNOME/mutter/-/issues/862
   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/1870822

Title:
  gnome-shell crashed with assertion failure
  window.c:1552:meta_window_unmanage: assertion failed:
  (window->display->focus_window != window)

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
Partition layout was

/sda1 FAT32
/sda2 extended
  /sda5 ext4

In play after test, I could re-create this 
DELETE partition SDA2 first (ie. extended partition.

Hope would be it would delete all partitions within extended; alas it
freezes

To not have it freeze, delete sda5 first, then sda2 can be deleted
cleanly.


** Description changed:

  Lubuntu 20.04 LTS daily (2020-04-05) ISO
  
  install on
  
  hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
  testcase: Custom partitioning on xfs
  
- I hadn't started creating a partition, was in the process of deleting
- prior install partitions when it just hung/stopped still.  It was left a
- few minutes, before I opened a terminal (refer screengrab and you can
- see the terminal being dragged to the lower screen so I could explore).
+ froze during Manual Partitioning.
+ 
+ -- layout
+ Partition layout was (comment #5)
+ 
+ /sda1 FAT32
+ /sda2 extended
+   /sda5 ext4
+ 
+ -- what I believe I did
+ 
+ DELETE partition SDA2 first (ie. extended partition)
+ 
+ 
+ -- what I hoped would happen
+ 
+ Hoped (I guess) it would delete all partitions within extended; alas it
+ freezes calamares.   (note: I'm adding this after the event, in
+ exploration this is how I can re-create freeze)
+ 
+ To not have it freeze, delete sda5 first, then sda2 can be deleted
+ cleanly (expected behavior anyway)
+ 
+ -- Original text for bug report
+ 
+ 
+ I hadn't started creating a partition, was in the process of deleting prior 
install partitions when it just hung/stopped still.  It was left a few minutes, 
before I opened a terminal (refer screengrab and you can see the terminal being 
dragged to the lower screen so I could explore).
  
  Nothing found in /var/crash/
  I didn't see anything useful in `dmesg` nor `journalctl`
  
  ~/.cache/calamares/sesion.log attached
  screengrab showing frozen calamares (top screen) and me dragging terminal 
down to lower screen is also somewhat evident..
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: calamares 3.2.20-0ubuntu1
  ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
  Uname: Linux 5.4.0-21-generic x86_64
  .etc.calamares.modules.finished.conf:
-  ---
-  restartNowMode: user-checked
-  restartNowCommand: "systemctl -i reboot"
+  ---
+  restartNowMode: user-checked
+  restartNowCommand: "systemctl -i reboot"
  .etc.calamares.modules.partition.conf:
-  efiSystemPartition: "/boot/efi"
-  enableLuksAutomatedPartitioning: true
-  userSwapChoices: none
-  drawNestedPartitions: true
-  defaultFileSystemType: "ext4"
+  efiSystemPartition: "/boot/efi"
+  enableLuksAutomatedPartitioning: true
+  userSwapChoices: none
+  drawNestedPartitions: true
+  defaultFileSystemType: "ext4"
  .etc.calamares.modules.shellprocess_logs.conf:
-  ---
-  dontChroot: true
-  timeout: 30
-  script:
-  - calamares-logs-helper @@ROOT@@
+  ---
+  dontChroot: true
+  timeout: 30
+  script:
+  - calamares-logs-helper @@ROOT@@
  .etc.calamares.modules.unpackfs.conf:
-  ---
-  unpack:
-  -   source: "/cdrom/casper/filesystem.squashfs"
-  sourcefs: "squashfs"
-  destination: ""
+  ---
+  unpack:
+  -   source: "/cdrom/casper/filesystem.squashfs"
+  sourcefs: "squashfs"
+  destination: ""
  ApportVersion: 2.20.11-0ubuntu22
  Architecture: amd64
  CasperVersion: 1.442
  CurrentDesktop: LXQt
  Date: Mon Apr  6 14:47:13 2020
  LiveMediaBuild: Lubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200405)
  RelatedPackageVersions:
-  calamares-settings-ubuntu-common 1:20.04.2
-  calamares-settings-lubuntu   1:20.04.2
-  xfsprogs 5.3.0-1ubuntu2
-  btrfs-progs  5.4.1-2
+  calamares-settings-ubuntu-common 1:20.04.2
+  calamares-settings-lubuntu   1:20.04.2
+  xfsprogs 5.3.0-1ubuntu2
+  btrfs-progs  5.4.1-2
  SourcePackage: calamares
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
exploration later in order to re-create freeze
I'd entered calamares with `sudo -E calamares -d`

** Attachment added: "./.cache/calamares/session.log"
   
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1871022/+attachment/5347496/+files/session.log

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1870758] Re: Screen scaling 150% results in monitor power save state

2020-04-05 Thread PerJensen
@sebastian Heiden:
I have no problem using scaling at 200%. Opening applications is working, 
gthumb is working fine for instance. I have switched back and forth, and is 
writing this in chrome at 200%.

gnome-control-center is acting a bit wierd when:

1. at scaling=200%, open gnome-control-center

2. scale back to 100%

3. the app now is now maximised - the dock to the left is visible.

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

Title:
  Screen scaling 150% results in monitor power save state

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

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

[Bug 1864642] Re: dscr_sysfs_test / futex_bench / tm-unavailable in powerpc from ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

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

- Issue found on Power9 node baltar with B-5.3
- (5.3.0-41.33~18.04.1-generic)
+ == SRU Justification ==
+ Some specific tests in powerpc can take longer than the default 45
+ seconds that added in commit 852c8cbf34d3 ("selftests/kselftest/runner.sh:
+ Add 45 second timeout per test") to run, the following test result was
+ collected across 2 Power8 nodes and 1 Power9 node in our pool:
+   powerpc/benchmarks/futex_bench - 52s
+   powerpc/dscr/dscr_sysfs_test - 116s
+   powerpc/signal/signal_fuzzer - 88s
+   powerpc/tm/tm_unavailable_test - 168s
+   powerpc/tm/tm-poison - 240s
  
-  # selftests: benchmarks: futex_bench
-  # test: futex_bench
-  # tags: git_version:unknown
-  # time = 52.042224
-  #
-  not ok 5 selftests: benchmarks: futex_bench # TIMEOUT
+ Thus they will fail with TIMEOUT error.
  
+ == Fix ==
+ * 850507f3 ("selftests/powerpc: Turn off timeout setting for benchmarks, 
dscr, signal, tm")
  
-  # selftests: dscr: dscr_sysfs_test
-  # test: dscr_sysfs_test
-  # tags: git_version:unknown
-  #
-  not ok 6 selftests: dscr: dscr_sysfs_test # TIMEOUT
+ Only Eoan and newer kernel contain 852c8cbf34d3, this patch can be
+ applied to Eoan with some context adjustment. For Focal, there is a
+ SAUCE patch which turned off timeout setting for benchmarks and tm.
+ 
+ == Test ==
+ Patch tested on PowerPC and it works as expected.
+ 
+ == Regression Potential ==
+ Low, changes limited to testing tools for PowerPC.
+ 
+ == Original Bug Report ==
+ Issue found on Power9 node baltar with B-5.3 (5.3.0-41.33~18.04.1-generic)
+ 
+  # selftests: benchmarks: futex_bench
+  # test: futex_bench
+  # tags: git_version:unknown
+  # time = 52.042224
+  #
+  not ok 5 selftests: benchmarks: futex_bench # TIMEOUT
+ 
+  # selftests: dscr: dscr_sysfs_test
+  # test: dscr_sysfs_test
+  # tags: git_version:unknown
+  #
+  not ok 6 selftests: dscr: dscr_sysfs_test # TIMEOUT
  
  Need to check if this has something to do with the timeout setting like
  in bug 1864626
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: linux-image-5.3.0-40-generic 5.3.0-40.32~18.04.1
  ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-40-generic ppc64le
  ApportVersion: 2.20.9-0ubuntu7.11
  Architecture: ppc64el
  Date: Tue Feb 25 11:23:58 2020
  ProcLoadAvg: 1.28 22.46 46.59 3/1347 62287
  ProcLocks:
-  1: POSIX  ADVISORY  WRITE 3837 00:18:562 0 EOF
-  2: POSIX  ADVISORY  WRITE 3864 00:18:588 0 EOF
-  3: FLOCK  ADVISORY  WRITE 4515 00:18:463 0 EOF
-  4: FLOCK  ADVISORY  WRITE 3844 00:18:579 0 EOF
-  5: POSIX  ADVISORY  WRITE 1820 00:18:343 0 EOF
+  1: POSIX  ADVISORY  WRITE 3837 00:18:562 0 EOF
+  2: POSIX  ADVISORY  WRITE 3864 00:18:588 0 EOF
+  3: FLOCK  ADVISORY  WRITE 4515 00:18:463 0 EOF
+  4: FLOCK  ADVISORY  WRITE 3844 00:18:579 0 EOF
+  5: POSIX  ADVISORY  WRITE 1820 00:18:343 0 EOF
  ProcSwaps:
-  Filename TypeSizeUsedPriority
-  /swap.img   file 8388544 0   -2
+  Filename TypeSizeUsedPriority
+  /swap.img   file 8388544 0   -2
  ProcVersion: Linux version 5.3.0-40-generic (buildd@bos02-ppc64el-007) (gcc 
version 7.4.0 (Ubuntu 7.4.0-1ubuntu1~18.04.1)) #32~18.04.1-Ubuntu SMP Mon Feb 3 
14:05:15 UTC 2020
  SourcePackage: linux-signed-hwe
  UpgradeStatus: No upgrade log present (probably fresh install)
  VarLogDump_list: total 0
  cpu_cores: Number of cores present = 40
  cpu_coreson: Number of cores online = 39
  cpu_dscr: DSCR is 9
  cpu_freq:
-  min: 2.862 GHz (cpu 79)
-  max: 2.945 GHz (cpu 81)
-  avg: 2.903 GHz
+  min: 2.862 GHz (cpu 79)
+  max: 2.945 GHz (cpu 81)
+  avg: 2.903 GHz
  cpu_runmode:
-  Could not retrieve current diagnostics mode,
-  No kernel interface to firmware
+  Could not retrieve current diagnostics mode,
+  No kernel interface to firmware
  cpu_smt: SMT=4

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

Title:
  dscr_sysfs_test / futex_bench / tm-unavailable  in powerpc from
  ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

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

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

[Bug 1867746] Re: URL highlighting broken with VTE 0.60

2020-04-05 Thread Launchpad Bug Tracker
** Branch linked: lp:terminator

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

Title:
  URL highlighting broken with VTE 0.60

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

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

[Bug 1849156] Re: systemd-timesyncd.service broken on upgrade to 19.10 if ntp was installed

2020-04-05 Thread Christian Ehrhardt 
Debian MP is merged at the end of last Week.
It is in 245.4-2 in debian/unstable since Saturday.
It is not yet in 245.2-1ubuntu3 which is the current focal-proposed.

I was working on bug 1870144 and considering to modify timesyncd there,
but seeing this change coming I'll (on the chrony side) only fix the
tests but leave this upload to systemd.

@Rbalint - please let me know if you expect this to not land in time for 20.04.
Because then I need to have chrony stopping systemd-timesyncd on install to 
avoid both are running concurrently.

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

Title:
  systemd-timesyncd.service broken on upgrade to 19.10 if ntp was
  installed

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

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

[Bug 1870144] Re: autopkgtest identified fighting time services

2020-04-05 Thread Christian Ehrhardt 
The "other bug" is bug 1849156 will fix the concurrent running services.

I have subscribed on that other bug and asked rbalint to speak up if he
expect it to not land in time for 20.04. On our side I'll upload the
chrony fix, but reduced to just the test fixes.

Those fixes are also already merged in Debian, so we can drop that Delta
early in 20.10.

** Description changed:

  This SRU Template is meant to help the release team accepting this into
  focal before release.
  
  [Impact]
+ 
+ Important:
+ The fix to avoid the services running concurrently moved
+ to bug 1849156 - this upload will only fix the test issues now.
+ I'll keep the test steps below as I'll want to test them with
+ the new systemd-timesyncd then.
  
   * Over the years there were multiple approaches to adapt different time
     service like ntp/chrony/systemd-timesyncd to work together. The recent
     Debian changes (3.5-6) fixed a certain type of issues of the former
     solution (conflicts) but opened another issue after install until
     reboot where now multiple service are active.
  
   Overall this:
   * Fix autopkgtests to not have chrony installed (fighting with the chrony
     service started by the tests)
   * Fix autopkgtests to disable systemd-timesyncd to not fight over the
     clock
   * Reload systemd-timesyncd after chrony install to pick up the drop in
     config placed by chrony
   * Adding a new test that ensures this is detected earlier in the future
     in case it reoccurs (again)
  
  [Test Case]
  
   * Install chrony, the state should be:
     - chrony running
     - systemd-timesyncd inactive
     => That should persist over reboots
     => In Ubuntu that even applies to containers
  
-  * Check new (and old) autopkgtest results
+  * Check new (and old) autopkgtest results
  
  [Regression Potential]
  
   * I don't think it is an issue , but I could see potential regressions in
     the restart of systemctl-timesyncd if people made customizations to it.
     Therefore we ignore the RC to not break chrony install - but it would
     be "please fix your config" as usual. Also important is that this would
     not be different to the situation these users would have had after a
     reboot.
  
  [Other Info]
  
   * n/a
  
  
  
  FYI Separated from bug 1867036
  
  It seems to be racy/flaky.
  It uses a comparison on "seconds" granularity.
  I was adding debug to check the values it fails on.
  
  It was somewhat reproducible in the bileto ticket (again autopkgtest 
infrastructure).
  Therefore I inserted some debug code and re-ran it there.
  
  Our test environment is too fast (sometimes) and hence the flakyness:
  
    checking chronyc output OK
  DEBUG before 1585747433
  DEBUG before 1585747433
    checking system clock BAD
  
  That is checked with "lt" and here the results are ==.
  I'll need to discuss if there is a strict reason for these to be non-equal.
  Otherwise the fix might be as easy as using "-le" instead

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

Title:
  autopkgtest identified fighting time services

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

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

[Bug 1870968] Re: system installation reboots to grub prompt with zfs

2020-04-05 Thread Jean-Baptiste Lallement
Thanks for following up. I'm closing this bug since it cannot be
reproduced.

Don't hesitate to report any new bug you may find.

** Changed in: ubiquity (Ubuntu)
   Status: New => Invalid

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

Title:
  system installation reboots to grub prompt with zfs

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

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

[Bug 1870144] Re: autopkgtest identified fighting time services

2020-04-05 Thread Christian Ehrhardt 
There are systemd changes coming which will split systemd-timesyncd and make it 
a conflicts.
That will fix part of this, but we need to make sure it arrives in Focal in 
time.

It just landed in Debian, so there we only took the test improvements to
protect the tests against chrony itself running in the background. Time
to check the systemd uploads in 20.04 if things are there or if we still
need this upload as planned.

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

Title:
  autopkgtest identified fighting time services

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

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

[Bug 1871023] [NEW] json_gvariant_deserialize can fail due to unrelated code setting errno

2020-04-05 Thread Robert Ancell
Public bug reported:

[Impact]
json_gvariant_deserialize can fail due to unrelated code setting errno, this is 
causing snapd-glib to not be able to decode responses from snapd. Fixed in 
https://gitlab.gnome.org/GNOME/json-glib/-/merge_requests/22

[Test Case]
1. Run GNOME Software from the command line
2. Browse to postman

Expected result:
Postman is shown with correct data

Observed result:
Not all channels shown, the following shown on the command line:
05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
05:17:29:0875 GLib g_variant_new_variant: assertion 'value != NULL' failed
05:17:29:0877 Gs  not GsPlugin error g-io-error-quark:35: Invalid string value 
converting to GVariant
05:17:29:0877 Gs  not handling error failed for action refine: Invalid string 
value converting to GVariant

(These errors may not always occur, and is likely racy).

[Regression Potential]
Small risk of introducing other bugs.

** Affects: json-glib (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Bionic)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Eoan)
 Importance: Undecided
 Status: New

** Affects: json-glib (Ubuntu Focal)
 Importance: Undecided
 Status: New

** Also affects: json-glib (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: json-glib (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: json-glib (Ubuntu Eoan)
   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/1871023

Title:
  json_gvariant_deserialize can fail due to unrelated code setting errno

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

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

[Bug 1864642] Re: dscr_sysfs_test / futex_bench / tm-unavailable in powerpc from ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

2020-04-05 Thread Po-Hsu Lin
** Also affects: linux (Ubuntu Eoan)
   Importance: Undecided
   Status: New

** Changed in: linux (Ubuntu Eoan)
 Assignee: (unassigned) => Po-Hsu Lin (cypressyew)

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

Title:
  dscr_sysfs_test / futex_bench / tm-unavailable  in powerpc from
  ubuntu_kernel_selftests timeout on PowerPC nodes with B-5.3

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
screengrab - shows only hung calamares on top screen, and me draging
terminal to lower screen where it was maximized, machine operation is
good, calamares however is stopped.


** Attachment added: "screengrab - shows only hung calamares on top screen"
   
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1871022/+attachment/5347494/+files/screen_calamares_hang.jpg

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
Detail from `journalctl`
I opted to paste instead of whole file, I searched for /alamar/ and this is 
from that point to end of file..

Apr 06 14:41:32 lubuntu sudo[2075]:  lubuntu : TTY=unknown ; PWD=/home/lubuntu 
; USER=root ; COMMAND=/usr/bin/calamares
Apr 06 14:41:32 lubuntu sudo[2075]: pam_unix(sudo:session): session opened for 
user root by (uid=0)
Apr 06 14:41:33 lubuntu dbus-daemon[1276]: [system] Activating service 
name='org.kde.kpmcore.externalcommand' requested by ':1.46' (uid=0 pid=2077 
comm="calamares " label="unconfined") (us>
Apr 06 14:41:33 lubuntu dbus-daemon[1276]: [system] Successfully activated 
service 'org.kde.kpmcore.externalcommand'
Apr 06 14:41:36 lubuntu kernel: SGI XFS with ACLs, security attributes, 
realtime, no debug enabled
Apr 06 14:41:36 lubuntu kernel: JFS: nTxBlock = 8192, nTxLock = 65536
Apr 06 14:41:36 lubuntu kernel: ntfs: driver 2.1.32 [Flags: R/O MODULE].
Apr 06 14:41:36 lubuntu kernel: QNX4 filesystem 0.2.3 registered.
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x4   gen()  5568 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x4   xor()  4252 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x2   gen()  3741 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x2   xor()  3832 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x1   gen()  3013 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: sse2x1   xor()  3127 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6: using algorithm sse2x4 gen() 5568 MB/s
Apr 06 14:41:36 lubuntu kernel: raid6:  xor() 4252 MB/s, rmw enabled
Apr 06 14:41:36 lubuntu kernel: raid6: using ssse3x2 recovery algorithm
Apr 06 14:41:36 lubuntu kernel: xor: measuring software checksum speed
Apr 06 14:41:36 lubuntu kernel:prefetch64-sse: 10075.000 MB/sec
Apr 06 14:41:37 lubuntu kernel:generic_sse:  8579.000 MB/sec
Apr 06 14:41:37 lubuntu kernel: xor: using function: prefetch64-sse (10075.000 
MB/sec)
Apr 06 14:41:37 lubuntu kernel: Btrfs loaded, crc32c=crc32c-generic
Apr 06 14:41:37 lubuntu os-prober[2331]: debug: running 
/usr/lib/os-probes/50mounted-tests on /dev/sda1
Apr 06 14:41:37 lubuntu 50mounted-tests[2348]: debug: mounted using GRUB fat 
filesystem driver
Apr 06 14:41:37 lubuntu 50mounted-tests[2349]: debug: running subtest 
/usr/lib/os-probes/mounted/05efi
Apr 06 14:41:37 lubuntu 05efi[2351]: debug: Not on UEFI platform
Apr 06 14:41:37 lubuntu 50mounted-tests[2352]: debug: running subtest 
/usr/lib/os-probes/mounted/10freedos
Apr 06 14:41:37 lubuntu 10freedos[2354]: debug: /dev/sda1 is a FAT partition 
(mounted by GRUB)
Apr 06 14:41:37 lubuntu 50mounted-tests[2357]: debug: running subtest 
/usr/lib/os-probes/mounted/10qnx
Apr 06 14:41:37 lubuntu 10qnx[2359]: debug: /dev/sda1 is not a QNX4 partition: 
exiting
Apr 06 14:41:37 lubuntu 50mounted-tests[2360]: debug: running subtest 
/usr/lib/os-probes/mounted/20macosx
Apr 06 14:41:37 lubuntu macosx-prober[2362]: debug: /dev/sda1 is not an HFS+ 
partition: exiting
Apr 06 14:41:37 lubuntu 50mounted-tests[2363]: debug: running subtest 
/usr/lib/os-probes/mounted/20microsoft
Apr 06 14:41:37 lubuntu 20microsoft[2365]: debug: /dev/sda1 is a FAT partition 
(mounted by GRUB)
Apr 06 14:41:37 lubuntu 50mounted-tests[2374]: debug: running subtest 
/usr/lib/os-probes/mounted/30utility
Apr 06 14:41:37 lubuntu 30utility[2376]: debug: /dev/sda1 is a FAT partition 
(mounted by GRUB)
Apr 06 14:41:37 lubuntu 50mounted-tests[2381]: debug: running subtest 
/usr/lib/os-probes/mounted/40lsb
Apr 06 14:41:37 lubuntu 50mounted-tests[2383]: debug: running subtest 
/usr/lib/os-probes/mounted/70hurd
Apr 06 14:41:37 lubuntu 50mounted-tests[2385]: debug: running subtest 
/usr/lib/os-probes/mounted/80minix
Apr 06 14:41:37 lubuntu 50mounted-tests[2387]: debug: running subtest 
/usr/lib/os-probes/mounted/83haiku
Apr 06 14:41:37 lubuntu 83haiku[2389]: debug: /dev/sda1 is not a BeFS 
partition: exiting
Apr 06 14:41:37 lubuntu 50mounted-tests[2390]: debug: running subtest 
/usr/lib/os-probes/mounted/90linux-distro
Apr 06 14:41:37 lubuntu 50mounted-tests[2394]: debug: running subtest 
/usr/lib/os-probes/mounted/90solaris
Apr 06 14:41:37 lubuntu 50mounted-tests[2396]: debug: running subtest 
/usr/lib/os-probes/mounted/efi
Apr 06 14:41:37 lubuntu systemd[1]: var-lib-os\x2dprober-mount.mount: Succeeded.
Apr 06 14:41:37 lubuntu systemd[1695]: var-lib-os\x2dprober-mount.mount: 
Succeeded.

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1868207] Re: Fractional scaling window sizes incorrect after resume from suspend

2020-04-05 Thread Kai-Heng Feng
Daniel,

I can bisect gnome-shell/mutter if there's a detailed instruction how do
do that on Ubuntu.

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

Title:
  Fractional scaling window sizes incorrect after resume from suspend

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

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

[Bug 1871022] Re: calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
** Attachment added: "journalctl >journalctl.txt  (pasted version didn't look 
very readable); this is whole file"
   
https://bugs.launchpad.net/ubuntu/+source/calamares/+bug/1871022/+attachment/5347495/+files/journalctl.txt

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1870956] Re: Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via Taskbar

2020-04-05 Thread Ubfan
OK reported on
https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/issues/193

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

Title:
  Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via
  Taskbar

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

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

[Bug 1870886] Re: Window scales to 200% after screen unlocked

2020-04-05 Thread Kai-Heng Feng
*** This bug is a duplicate of bug 1868207 ***
https://bugs.launchpad.net/bugs/1868207

> - Do you use xorg or wayland?
The issue happens to both.

> - What video card/driver?
AMD RX480/amdgpu

Also I am using 200% which isn't fractional scaling. Anyway let's move
the discussion to LP: #1868207.

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

Title:
  Window scales to 200% after screen unlocked

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

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

[Bug 1870956] Re: Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via Taskbar

2020-04-05 Thread Ubfan
OK reported there and it's bug #193.

** Bug watch added: 
gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/issues #193
   https://gitlab.gnome.org/World/ShellExtensions/desktop-icons/-/issues/193

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

Title:
  Desktop Icons Remain Highlighted when Mouse Cursor Leaves Them via
  Taskbar

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

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

[Bug 1871022] [NEW] calamares has hung, 20.04 qa-test install

2020-04-05 Thread Chris Guiver
Public bug reported:

Lubuntu 20.04 LTS daily (2020-04-05) ISO

install on

hp dc7700 (c2d-e6320, 5gb, nvidia quadro nvs 290)
testcase: Custom partitioning on xfs

I hadn't started creating a partition, was in the process of deleting
prior install partitions when it just hung/stopped still.  It was left a
few minutes, before I opened a terminal (refer screengrab and you can
see the terminal being dragged to the lower screen so I could explore).

Nothing found in /var/crash/
I didn't see anything useful in `dmesg` nor `journalctl`

~/.cache/calamares/sesion.log attached
screengrab showing frozen calamares (top screen) and me dragging terminal down 
to lower screen is also somewhat evident..

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: calamares 3.2.20-0ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
.etc.calamares.modules.finished.conf:
 ---
 restartNowMode: user-checked
 restartNowCommand: "systemctl -i reboot"
.etc.calamares.modules.partition.conf:
 efiSystemPartition: "/boot/efi"
 enableLuksAutomatedPartitioning: true
 userSwapChoices: none
 drawNestedPartitions: true
 defaultFileSystemType: "ext4"
.etc.calamares.modules.shellprocess_logs.conf:
 ---
 dontChroot: true
 timeout: 30
 script:
 - calamares-logs-helper @@ROOT@@
.etc.calamares.modules.unpackfs.conf:
 ---
 unpack:
 -   source: "/cdrom/casper/filesystem.squashfs"
 sourcefs: "squashfs"
 destination: ""
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
CasperVersion: 1.442
CurrentDesktop: LXQt
Date: Mon Apr  6 14:47:13 2020
LiveMediaBuild: Lubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200405)
RelatedPackageVersions:
 calamares-settings-ubuntu-common 1:20.04.2
 calamares-settings-lubuntu   1:20.04.2
 xfsprogs 5.3.0-1ubuntu2
 btrfs-progs  5.4.1-2
SourcePackage: calamares
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal

** Attachment added: "session.log"
   
https://bugs.launchpad.net/bugs/1871022/+attachment/5347475/+files/session.log

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

Title:
  calamares has hung, 20.04 qa-test install

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

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

[Bug 1870867] Re: gnome-shell crashed with SIGABRT meta_x11_get_stage_window: assertion failed: (META_IS_STAGE_X11 (impl))

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

- gnome-shell crashed with SIGABRT in __GI_raise()
+ gnome-shell crashed with SIGABRT meta_x11_get_stage_window: assertion failed: 
(META_IS_STAGE_X11 (impl))

** Information type changed from Private to Public

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

Title:
  gnome-shell crashed with SIGABRT meta_x11_get_stage_window: assertion
  failed: (META_IS_STAGE_X11 (impl))

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

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

[Bug 1871020] Status changed to Confirmed

2020-04-05 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/1871020

Title:
  Copying files to flash drives lag at the end

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

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

[Bug 1745345] Re: Xorg assert failure: Xorg: /usr/include/xorg/privates.h:122: dixGetPrivateAddr: Assertion `key->initialized' failed.

2020-04-05 Thread Daniel van Vugt
** Changed in: gstreamer-vaapi (Ubuntu)
   Status: Confirmed => Invalid

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

Title:
  Xorg assert failure: Xorg: /usr/include/xorg/privates.h:122:
  dixGetPrivateAddr: Assertion `key->initialized' failed.

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

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

[Bug 1870597] Re: Xorg log: scheduled expiry is in the past... your system is too slow

2020-04-05 Thread Daniel van Vugt
Sounds like another libinput message, which is actually a mutter issue.
See also bug 1588009 and bug 1856553

** Summary changed:

- Gnome slows down and stutters when I move the mouse while the installer is 
installing ubuntu 20.04
+ Xorg log: scheduled expiry is in the past... your system is too slow

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

Title:
  Xorg log: scheduled expiry is in the past... your system is too slow

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

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

[Bug 1870597] Re: Xorg log: scheduled expiry is in the past... your system is too slow

2020-04-05 Thread Daniel van Vugt
Although Xorg is a different process. So this is in the same family of
issues, but Xorg and not Mutter.

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

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

Title:
  Xorg log: scheduled expiry is in the past... your system is too slow

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

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

[Bug 1871020] [NEW] Copying files to flash drives lag at the end

2020-04-05 Thread Regern Faraja Otieno
Public bug reported:

Copying to usb drives lags terribly at the end,sometimes freezes.

I first noticed this in 19.10 and the issue is still there in 20.04 pre
release version

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-21-generic 5.4.0-21.25
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  regern10106 F pulseaudio
CurrentDesktop: ubuntu:GNOME
Date: Mon Apr  6 07:21:39 2020
InstallationDate: Installed on 2020-02-28 (37 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
MachineType: Dell Inc. Inspiron 15-3552
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-21-generic 
root=UUID=3c450933-e83d-48bf-b84c-8fa5afd92142 ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-21-generic N/A
 linux-backports-modules-5.4.0-21-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: Upgraded to focal on 2020-04-04 (1 days ago)
dmi.bios.date: 03/06/2018
dmi.bios.vendor: Dell Inc.
dmi.bios.version: 4.4.0
dmi.board.name: 079W3P
dmi.board.vendor: Dell Inc.
dmi.board.version: A00
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.modalias: 
dmi:bvnDellInc.:bvr4.4.0:bd03/06/2018:svnDellInc.:pnInspiron15-3552:pvr4.4.0:rvnDellInc.:rn079W3P:rvrA00:cvnDellInc.:ct8:cvrNotSpecified:
dmi.product.family: Inspiron
dmi.product.name: Inspiron 15-3552
dmi.product.sku: 06AC
dmi.product.version: 4.4.0
dmi.sys.vendor: Dell Inc.

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


** Tags: amd64 apport-bug focal

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

Title:
  Copying files to flash drives lag at the end

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

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

[Bug 1822482] Re: nouveau fails unless nvidia drivers are 1st installed, then removed. Only lasts for warm restarts, not cold boot

2020-04-05 Thread Daniel van Vugt
Thank you for reporting this bug to Ubuntu.
Ubuntu 19.04 (disco) reached end-of-life on January 23, 2020.

See this document for currently supported Ubuntu releases:
https://wiki.ubuntu.com/Releases 

We appreciate that this bug may be old and you might not be interested
in discussing it any more. But if you are then please upgrade to the
latest Ubuntu version and re-test. If you then find the bug is still
present in the newer Ubuntu version, please add a comment here telling
us which new version it is in and change the bug status to Confirmed.


** Changed in: linux (Ubuntu)
   Status: Confirmed => 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/1822482

Title:
  nouveau fails unless nvidia drivers are 1st installed, then removed.
  Only lasts for warm restarts, not cold boot

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

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

[Bug 1843982] Re: Various programs crashed with SIGSEGV in g_str_hash() from g_hash_table_lookup() from update_user()

2020-04-05 Thread Daniel van Vugt
** Tags added: champagne

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

Title:
  Various programs crashed with SIGSEGV in g_str_hash() from
  g_hash_table_lookup() from update_user()

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

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

[Bug 1791574] Re: gnome-shell crashed with SIGABRT: assertion failed "window->display->focus_window != window" in meta_window_unmanage

2020-04-05 Thread Daniel van Vugt
Still happening in focal. Please use bug 1870822 from now on.

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

Title:
  gnome-shell crashed with SIGABRT: assertion failed
  "window->display->focus_window != window" in meta_window_unmanage

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

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

[Bug 1870822] Re: gnome-shell: UI hung after pressing 'close/x button' in a terminal window

2020-04-05 Thread Daniel van Vugt
^^^
That can't be right because that bug has been closed for months.


** This bug is no longer a duplicate of bug 1791574
   gnome-shell crashed with SIGABRT: assertion failed 
"window->display->focus_window != window" in meta_window_unmanage

** Summary changed:

- gnome-shell: UI hung after pressing 'close/x button' in a terminal window
+ gnome-shell crashed with assertion failure 
window.c:1552:meta_window_unmanage: assertion failed: 
(window->display->focus_window != window)

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

Title:
  gnome-shell crashed with assertion failure
  window.c:1552:meta_window_unmanage: assertion failed:
  (window->display->focus_window != window)

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

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

[Bug 1849055] Re: gnome-extensions fails to load after boot

2020-04-05 Thread Daniel van Vugt
This bug is closed.

Please report all new problems as new bugs. And if it relates to an
extension then please report the bug against the extension and not
against gnome-shell.

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

Title:
  gnome-extensions fails to load after boot

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

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

[Bug 1870886] Re: Window scales to 200% after screen unlocked

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

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


** This bug has been marked a duplicate of bug 1868207
   Fractional scaling window sizes incorrect after resume from suspend

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

Title:
  Window scales to 200% after screen unlocked

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

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

[Bug 1850960] Re: Coming back from suspend, tabs and window are broken

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

This will probably be bug 1868207 which has better upstream tracking so
let's use that bug.

** This bug has been marked a duplicate of bug 1868207
   Fractional scaling window sizes incorrect after resume from suspend

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

Title:
  Coming back from suspend, tabs and window are broken

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

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

[Bug 1870577] Re: Dark theme not applied everywhere

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

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


** Package changed: gnome-shell (Ubuntu) => yaru-theme (Ubuntu)

** This bug has been marked a duplicate of bug 1842886
   Yaru-dark shell menus are not dark

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

Title:
  Dark theme not applied everywhere

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

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

[Bug 1616650] Re: snap refresh while command is running may cause issues

2020-04-05 Thread Haw Loeung
Some options:

- add option to disable automated snap refreshes.

- allow configuring the forced refresh of 7 days.

- have a channel for chromium that updates less frequently.

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

Title:
  snap refresh while command is running may cause issues

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

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

[Bug 1385245] Re: Beats Studio wireless bluetooth headphones wont pair w/ ubuntu 14.04

2020-04-05 Thread Daniel van Vugt
This bug is closed. Please report all ongoing problems as new bugs by
running:

  ubuntu-bug bluez

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

Title:
  Beats Studio wireless bluetooth headphones wont pair w/ ubuntu 14.04

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

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

[Bug 1870275] Re: initramfs unpacking failed: Decoding failed after every boot

2020-04-05 Thread Mr Tamal Howlader
*** This bug is a duplicate of bug 1870260 ***
https://bugs.launchpad.net/bugs/1870260

It's it's an duplicate.. I had net connection issues so didn't get the
bug submissions confirmation... After few hours I see 2 of the same bug
report..now don't know how to remove one

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

Title:
   initramfs unpacking failed: Decoding failed after every boot

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

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

[Bug 1870260] Re: initramfs unpacking failed: Decoding failed", message appears on boot up.

2020-04-05 Thread Mr Tamal Howlader
** Changed in: ubuntu-meta (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/1870260

Title:
  initramfs unpacking failed: Decoding failed", message appears on boot
  up.

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

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

[Bug 1856098] Re: Laptop suddenly keeps sending random (touchscreen?) input events

2020-04-05 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/1856098

Title:
  Laptop suddenly keeps sending random (touchscreen?) input events

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

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

[Bug 1629839] Re: pstree reports "/proc/xxxx: No such file or directory"

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

** Changed in: psmisc (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/1629839

Title:
  pstree reports "/proc/: No such file or directory"

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

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

[Bug 1862024] Re: SSSD missing libevent0 dependency

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

** Changed in: sssd (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/1862024

Title:
  SSSD missing libevent0 dependency

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

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

[Bug 1861615] Re: package libldap-2.4-2:amd64 2.4.45+dfsg-1ubuntu1.4 failed to install/upgrade: package is in a very bad inconsistent state; you should reinstall it before attempting configuration

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

** Changed in: openldap (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/1861615

Title:
  package libldap-2.4-2:amd64 2.4.45+dfsg-1ubuntu1.4 failed to
  install/upgrade: package is in a very bad inconsistent state; you
  should  reinstall it before attempting configuration

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

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

[Bug 1857755] Re: package mysql-server 8.0.18-0ubuntu0.19.10.1 failed to install/upgrade: SSL_CTX_set_default_verify_paths failed

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

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

Title:
  package mysql-server 8.0.18-0ubuntu0.19.10.1 failed to
  install/upgrade: SSL_CTX_set_default_verify_paths failed

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

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

[Bug 1860832] Re: wacom pen menu and button click not work

2020-04-05 Thread Launchpad Bug Tracker
[Expired for xserver-xorg-input-wacom (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: xserver-xorg-input-wacom (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/1860832

Title:
  wacom pen menu and button click not work

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xserver-xorg-input-wacom/+bug/1860832/+subscriptions

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

[Bug 1862042] Re: Ubuntu 18.04 OS installation crashed on Macbook Pro 2016

2020-04-05 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/1862042

Title:
  Ubuntu 18.04 OS installation crashed  on Macbook Pro 2016

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

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

[Bug 1861999] Re: installer crash

2020-04-05 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/1861999

Title:
  installer crash

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

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

[Bug 1870628] Re: Authentication required window after startup

2020-04-05 Thread Daniel van Vugt
I don't know where to assign this bug. Just assigning gnome-shell so we
can find it for duplicates.

** Tags added: nvidia

** Also affects: gnome-shell (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/1870628

Title:
  Authentication required window after startup

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

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

[Bug 1864287] Re: pulseaudio still trying to reproduce audio to HDMI without the HDMI cable connected

2020-04-05 Thread Daniel van Vugt
** Changed in: pulseaudio (Ubuntu)
   Status: Confirmed => Incomplete

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

Title:
  pulseaudio still trying to reproduce audio to HDMI without the HDMI
  cable connected

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

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

[Bug 1861997] Re: animations not working

2020-04-05 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/1861997

Title:
  animations not working

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

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

[Bug 1861981] Re: [Acer Aspire E5-576G] shows no output or input sound devices

2020-04-05 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/1861981

Title:
  [Acer Aspire E5-576G] shows no output or input sound devices

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

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

[Bug 1870814] Re: Lists of Output and Input devices empty on sound settings

2020-04-05 Thread Daniel van Vugt
** Tags added: focal

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

Title:
  Lists of Output and Input devices empty on sound settings

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

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

[Bug 1871019] [NEW] Nextcloud account added to Online Accounts does not populate Calendar apps (WebDAV file sharing does work)

2020-04-05 Thread Christopher Leggett
Public bug reported:

My Nextcloud server was working fine with previous versions of Ubuntu,
but on the 20.04 daily when I add my Nextcloud account it does not
populate my Calendars or todo lists. It does give me file access via
WebDAV. Server is working fine as far as I'm aware. Going to Settings ->
Administration - Overview shows me any configuration issues it can
detect, currently the only error there is related to background job
execution (which is only relevant to the News app if I'm not mistaken).

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-online-accounts 3.36.0-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-21.25-generic 5.4.27
Uname: Linux 5.4.0-21-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu22
Architecture: amd64
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr  5 23:59:55 2020
InstallationDate: Installed on 2020-04-03 (3 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200401)
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-online-accounts
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-online-accounts (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/1871019

Title:
  Nextcloud account added to Online Accounts does not populate Calendar
  apps (WebDAV file sharing does work)

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

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

[Bug 1863627] Re: Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034] kernel oops in __iwl_mvm_mac_stop

2020-04-05 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

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

Title:
  Intel Dual Band Wireless AC 9560 [8086:9df0] subsystem id [8086:0034]
  kernel oops in __iwl_mvm_mac_stop

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

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

[Bug 1870771] Re: Gnome shell crashes when screen is locked

2020-04-05 Thread Daniel van Vugt
If the crash is due to a faulty extension then please report it to the
extension author. But in case it's not...

Thank you for taking the time to report this bug and helping to make
Ubuntu better. It sounds like some part of the system has crashed. To
help us find the cause of the crash please follow these steps:

1. Look in /var/crash for crash files and if found run:
ubuntu-bug YOURFILE.crash
Then tell us the ID of the newly-created bug.

2. If step 1 failed then look at https://errors.ubuntu.com/user/ID where
ID is the content of file /var/lib/whoopsie/whoopsie-id on the machine.
Do you find any links to recent problems on that page? If so then please
send the links to us.

3. If step 2 also failed then apply the workaround from bug 994921,
reboot, reproduce the crash, and retry step 1.

Please take care to avoid attaching .crash files to bugs as we are
unable to process them as file attachments. It would also be a security
risk for yourself.

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

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

Title:
  Gnome shell crashes when screen is locked

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

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

[Bug 1846016] Re: Intel Wireless AC 3168 on Eoan complaints FW error in SYNC CMD GEO_TX_POWER_LIMIT

2020-04-05 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

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

Title:
  Intel Wireless AC 3168 on Eoan complaints FW error in SYNC CMD
  GEO_TX_POWER_LIMIT

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

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

[Bug 1870758] Re: Screen scaling 150% results in monitor power save state

2020-04-05 Thread Corey Wood
I also have a similar issue with scale set to 200%.  The screen does not
go blank after applying the 200% scaling and things seem to work as
expected, but when logging in after a reboot the monitor goes into
power-save state.  So it doesn't appear to be specific to fractional
scaling, since 2x scaling has issues for me.

I'm on a fully-updated 20.04 beta with nvidia-440 (440.64) drivers as
well.  Changing "" from 2 to 1 in ~/.config/monitors.xml and
rebooting is how I managed to reset scaling to 100% and  re-access my
desktop.

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

Title:
  Screen scaling 150% results in monitor power save state

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

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

[Bug 1868240] Re: No plymouth screens displayed at all after installing the Nvidia driver

2020-04-05 Thread Daniel van Vugt
I should probably have just kept the conversation upstream:

https://gitlab.freedesktop.org/plymouth/plymouth/-/issues/103

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

Title:
  No plymouth screens displayed at all after installing the Nvidia
  driver

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

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

[Bug 1863672] Re: The 'new' persistent live method starting in 19.10 no longer works

2020-04-05 Thread Michael Hudson-Doyle
First of all, I'm sorry I appear to have been neglecting this bug. It's
hard to debug something you can't see! And I've had lots of other things
on my plate unfortunately.

I don't think anyone can claim with a straight face that casper-rw is
anything other than opaque. We could have an argument about whether
'writable' is better or not but that's not very interesting.

And, well, I still can't reproduce this. I have tried, several times, on
real hardware. It's a bit harder to test on hw currently because my
usual test machine is in an office I can't travel to thanks to the
COVID-19 lockdown, but I tried your instructions and booted the
resulting disk on my machine and it still mounted the casper-rw
partition.

So let's try something else. I've uploaded a hacked up initrd to
https://people.canonical.com/~mwh/casper-initrd.gz. If you can drop this
over the one that came on the ISO and boot there should be two files
present: /run/udev-ls.txt and /run/udev-dbg.txt. Can you boot a failing
system and attach the files to the bug? udev-dbg.txt will be a few
hundred kilobytes, the other one will be small.

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

Title:
  The 'new' persistent live method starting in 19.10 no longer works

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/casper/+bug/1863672/+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-04-05 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi ubuntu-certified

-- 
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 1801359] Re: Notebook lid blank after booting with lid closed

2020-04-05 Thread You-Sheng Yang
** Tags added: hwe-graphics

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

Title:
  Notebook lid blank after booting with lid closed

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

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

[Bug 1870354] Re: gnome-shell crashed with SIGSEGV in st_theme_node_get_text_align() from _st_set_text_from_style() from st_label_style_changed()

2020-04-05 Thread Stéphane Graber via ubuntu-bugs
https://github.com/gTile/gTile/issues/124

** Bug watch added: github.com/gTile/gTile/issues #124
   https://github.com/gTile/gTile/issues/124

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

Title:
  gnome-shell crashed with SIGSEGV in st_theme_node_get_text_align()
  from _st_set_text_from_style() from st_label_style_changed()

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

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

[Bug 1870575] Re: App's name are truncated in full screen grid view

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

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


** This bug has been marked a duplicate of bug 968213
   Too many icons in Gnome Shell Activities Overview require ellipses

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

Title:
  App's name are truncated in full screen grid view

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

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

[Bug 1865962] Re: Dell XPS 13 9300 Intel 1650S wifi [34f0:1651] fails to load firmware

2020-04-05 Thread AceLan Kao
** Tags removed: verification-needed-focal
** Tags added: verification-done-focal

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

Title:
  Dell XPS 13 9300 Intel 1650S wifi [34f0:1651] fails to load firmware

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

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

[Bug 1848921] Re: iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem [8086:0010]

2020-04-05 Thread You-Sheng Yang
** Tags added: hwe-networking-wifi

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

Title:
  iwlwifi firmware crashes intel 9260ac [8086:2526] subsystem
  [8086:0010]

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

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

[Bug 1870931] Re: Touchpad's right click function disabled by default and cannot be changed in Settings; I have to use the gsettings command

2020-04-05 Thread Daniel van Vugt
Though coincidentally I have been thinking this option really needs to
be in Settings. It's the only reason I install gnome-tweaks myself.

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

Title:
  Touchpad's right click function disabled by default and cannot be
  changed in Settings; I have to use the gsettings command

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

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

[Bug 1870931] Re: Touchpad's right click function disabled by default and cannot be changed in Settings; I have to use the gsettings command

2020-04-05 Thread Daniel van Vugt
I'm pretty sure gnome-shell (or mutter) will never change this setting.
So assigning to gnome-settings-daemon, though that might also be wrong.

FYI, there is a GUI to control it: Just install the gnome-tweaks
package.

** Package changed: gnome-shell (Ubuntu) => gnome-settings-daemon
(Ubuntu)

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

Title:
  Touchpad's right click function disabled by default and cannot be
  changed in Settings; I have to use the gsettings command

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1870931/+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-04-05 Thread You-Sheng Yang
Seem an Ubuntu certificated
https://certification.ubuntu.com/hardware/201904-26954

-- 
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 1870519] Re: Ubuntu 20.04 Dock - Autohide not working

2020-04-05 Thread Daniel van Vugt
Thank you for taking the time to report this bug and helping to make
Ubuntu better. Please execute the following command only once, as it
will automatically gather debugging information, in a terminal:

apport-collect 1870519

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

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

Title:
  Ubuntu 20.04 Dock - Autohide not working

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

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

[Bug 1870520] Re: spinner theme needs a fallback oem graphic, if there is none

2020-04-05 Thread Daniel van Vugt
I think a default graphic would be worse than none. On real machines
like ThinkPads with legacy BIOS enabled you see a big Lenovo logo
followed by blackness, so that's also this bug. But I think that's the
lesser evil compared to the Lenovo logo changing to something else that
will confuse the user. Also on such real hardware the user can avoid the
whole problem (if it bothers them) by disabling legacy BIOS modes.

But I agree it would be nice to fix this for VMs, in SeaBIOS or
wherever.


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

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

** Also affects: seabios (Ubuntu)
   Importance: Undecided
   Status: New

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

** Tags added: focal

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

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

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

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

Title:
  spinner theme needs a fallback oem graphic, if there is none

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

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

[Bug 505765] Re: gedit problem with long lines

2020-04-05 Thread Daniel van Vugt
** Also affects: gtksourceview (Ubuntu)
   Importance: Undecided
   Status: New

** Bug watch added: gitlab.gnome.org/GNOME/gtksourceview/-/issues #121
   https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/121

** Also affects: gtksourceview via
   https://gitlab.gnome.org/GNOME/gtksourceview/-/issues/121
   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/505765

Title:
  gedit problem with long lines

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

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

  1   2   3   4   5   >