[Bug 1873718] Re: CSR8510 based BTA-402 Bluetooth device cannot be started

2020-04-25 Thread Sebastian Unger
Sorry for the delay. I have just installed 20.04 to try but the
behaviour is the same.

Dmesg log when I plug in the dongle:

[  230.119651] usb 10-1: new full-speed USB device number 3 using xhci_hcd
[  230.375357] usb 10-1: New USB device found, idVendor=0a12, idProduct=0001, 
bcdDevice=88.91
[  230.375362] usb 10-1: New USB device strings: Mfr=0, Product=2, 
SerialNumber=0
[  230.375365] usb 10-1: Product: CSR8510 A10
[  230.479445] Bluetooth: Core ver 2.22
[  230.479465] NET: Registered protocol family 31
[  230.479466] Bluetooth: HCI device and connection manager initialized
[  230.479470] Bluetooth: HCI socket layer initialized
[  230.479472] Bluetooth: L2CAP socket layer initialized
[  230.479475] Bluetooth: SCO socket layer initialized
[  230.504741] usbcore: registered new interface driver btusb
[  230.672496] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[  230.672497] Bluetooth: BNEP filters: protocol multicast
[  230.672501] Bluetooth: BNEP socket layer initialized

In the settings screen for BT it shows "BT Turned Off". When flip the
switch nothing happens.

seb@eragon:~[0]$ hciconfig 
hci0:   Type: Primary  Bus: USB
BD Address: 00:00:00:00:00:00  ACL MTU: 0:0  SCO MTU: 0:0
DOWN 
RX bytes:0 acl:0 sco:0 events:0 errors:0
TX bytes:0 acl:0 sco:0 commands:1 errors:1

seb@eragon:~[1]$ sudo hciconfig hci0 reset
Can't init device hci0: Connection timed out (110)

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

Title:
  CSR8510 based BTA-402 Bluetooth device cannot be started

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

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

[Bug 1875129] [NEW] Socat 1.7.3.3 in focal has regression, please sync with sid

2020-04-25 Thread Alkis Georgopoulos
Public bug reported:

Hi, I reported a socat regression that only appears in version 1.7.3.3:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958452

The Debian maintainer just packaged the new version 1.7.3.4 which solves
the issue.

Is it possible to get that in Focal? It could be considered a microrelease:
https://wiki.ubuntu.com/StableReleaseUpdates#New_upstream_microreleases


Here are the regression details, in order to be able to reproduce it:

Epoptes is a computer lab management tool, I'm upstream and 
Debian maintainer for it. It uses socat to forward a "student" terminal 
to the "teacher". To reproduce the issue without installing Epoptes, the 
following similar commands may be used instead:

Teacher (just run it in a terminal tab):
xterm -e socat tcp-listen:1234,reuseaddr,keepalive=1 stdio,raw,echo=0

Student (just run it in another terminal tab):
TERM=xterm socat EXEC:'screen bash -l',pty,stderr tcp:localhost:1234

This works fine with all socat versions except 1.7.3.3.
In 1.7.3.3, it's like line buffering is enabled or something similar, 
and pressing for example the up arrow in the keyboard shows "^[OA" 
instead of displaying the last bash command. Thus, the forwarded xterm 
is almost unusable.

** Affects: socat (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/1875129

Title:
  Socat 1.7.3.3 in focal has regression, please sync with sid

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

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

[Bug 1875128] [NEW] Boot hangs for encrypted swap

2020-04-25 Thread Matt Munnich
Public bug reported:

After upgrade from 19.10 to 20.4 boot hangs at waiting for cryptswap.

Fix: Append ",size=256" to /cryptroot/crypttab. However the boot will
show the same behaviour.

Suggestion: Put this fix into the initrd file.

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

Title:
  Boot hangs for encrypted swap

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

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

[Bug 1875125] Re: moving files from desktop to a nautilus window does nothing

2020-04-25 Thread dundir
After grokking the gnome documentation and poking around the filesystem
some more, there appears to be an undocumented way to disable the
desktop-icons extension to fix the workaround.

In /usr/share/gnome-shell/modes/ there is a json file ubuntu.json. It
has a list of enabled extensions one of which is the desktop-icons
extension. It looks like this:

{
"parentMode": "user",
"stylesheetName": "Yaru/gnome-shell.css",
"themeResourceName": "theme/Yaru/gnome-shell-theme.gresource",
"debugFlags": ["backtrace-crashes-all"],
"enabledExtensions": ["ubuntu-d...@ubuntu.com", 
"ubuntu-appindicat...@ubuntu.com", "desktop-icons@csoriano"]
}


Editing ubuntu.json and removing the entry and extra comma for desktop-icons 
allows nemo to provide desktop icons and drag/drop functionality that was 
previously non-functional.

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

Title:
  moving files from desktop to a nautilus window does nothing

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

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

[Bug 1749290] Re: Ctrl+Enter resolves to Enter

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

** Changed in: terminator (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/1749290

Title:
  Ctrl+Enter resolves to Enter

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

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

[Bug 1875125] Re: moving files from desktop to a nautilus window does nothing

2020-04-25 Thread dundir
In addition to this bug, as an FYI to save time; the previous workaround
many people follow is installing nemo and setting it as the default for
desktop icons. This no longer works.

"gsettings set org.gnome.desktop.background show-desktop-icons false",
is ignored.

The desktop icon functionality seems to now to be included in what are
called mode extensions which a user cannot disable easily. No dconf key
value is exposed for disabling desktop icons. It seems gnome-session
needs to be installed and then extensions built up from there without
desktop-icons as referenced.

https://discourse.ubuntu.com/t/no-desktop-icons-already-arrived-in-19-04/9295/29
https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1

To clean up some of the mess one can do:

gsettings set org.gnome.shell.extensions.desktop-icons

for the values "show-trash", and "show-home" which will remove some of
the clutter if one has installed nemo as a workaround; but files are
still shown (but not interactable) with no simple way of disabling it.

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

Title:
  moving files from desktop to a nautilus window does nothing

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

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

[Bug 1875126] Re: live iso 20.04 no wired network

2020-04-25 Thread Chris Guiver
Thank you for taking the time to report this bug and helping to make
Ubuntu better.

I suspect a Support site would be more appropriate, eg.
https://answers.launchpad.net/ubuntu. You can also find help with your
problem in the support forum of your local Ubuntu community
http://loco.ubuntu.com/ or asking at https://askubuntu.com or
https://ubuntuforums.org, or for more support options please look at
https://discourse.ubuntu.com/t/community-support/709

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

Title:
  live iso 20.04 no wired network

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

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

[Bug 1875127] Re: Enhanced Zoom Desktop does not work, Linux Mint 19.3 Tricia 64-bit

2020-04-25 Thread Chris Guiver
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 1875127

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

Title:
  Enhanced Zoom Desktop does not work, Linux Mint 19.3 Tricia 64-bit

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

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

[Bug 1875115] Re: package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to install/upgrade: podproces zainstalowany pakiet linux-image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

2020-04-25 Thread Ubuntu Foundations Team Bug Bot
Thank you for taking the time to report this bug and helping to make
Ubuntu better.  Reviewing your dmesg attachment in this bug report it
seems that there is a problem with your hardware.  I recommend
performing a back up and then investigating the situation.  Measures you
might take include checking cable connections and using software tools
to investigate the health of your hardware.  In the event that is is not
in fact an error with your hardware please set the bug's status back to
New.  Thanks and good luck!

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

** Tags added: hardware-error

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

** Changed in: linux (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/1875115

Title:
  package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to
  install/upgrade: podproces zainstalowany pakiet linux-
  image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1875115/+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-25 Thread C.S.Cameron
Best I think if the Disk check only ran once on the first boot of a new
Live or Persistent USB drive and then vanished forever. Is there really
any need for it to run every boot?.

It also seems that the Try Ubuntu / Install Ubuntu screen is back with a
vengeance. It disappeared from persistent drives for a while, but I see
it has returned to Rufus and mkusb persistent USB drives. It is easy to
get rid of in Rufus, by overwriting syslinux.cfg, but I have not been
able to disable it in mkusb.

-- 
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 1875126] Re: live iso 20.04 no wired network

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

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

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

** Tags added: bot-comment

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

Title:
  live iso 20.04 no wired network

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

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

[Bug 1875112] Re: Ctrl+ do not work on Cyrillc layout after upgrade from 19.10 to 20.04

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

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

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

** Tags added: bot-comment

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

Title:
  Ctrl+ do not work on Cyrillc layout after upgrade from 19.10 to
  20.04

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

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

[Bug 1875126] [NEW] live iso 20.04 no wired network

2020-04-25 Thread Maurice Butler
Public bug reported:

Booting from live cd  could not establish network connection with wired network.
Installing live CD (minimal install) had same result. 

Version 19.10 live CD wired network OK

using motherboard network adapter

tardis
description: Desktop Computer
product: GA-890GPA-UD3H
vendor: Gigabyte Technology Co., Ltd.
width: 64 bits
capabilities: smbios-2.4 dmi-2.4 smp vsyscall32
configuration: boot=normal chassis=desktop 
uuid=31433646-3635-3932-4541-4539
  *-core
   description: Motherboard
   product: GA-890GPA-UD3H
   vendor: Gigabyte Technology Co., Ltd.
   physical id: 0
   version: x.x
 *-firmware
  description: BIOS
  vendor: Award Software International, Inc.
  physical id: 0
  version: FD
  date: 07/23/2010
  size: 128KiB
  capacity: 1MiB
  capabilities: isa pci pnp apm upgrade shadowing cdboot bootselect 
socketedrom edd int13floppy360 int13floppy1200 int13floppy720 int13floppy2880 
int5printscreen int9keyboard int14serial int17printer int10video acpi usb agp 
ls120boot zipboot biosbootspecification
 *-cpu
  description: CPU
  product: AMD Athlon(tm) II X4 645 Processor
  vendor: Advanced Micro Devices [AMD]
  physical id: 4
  bus info: cpu@0
  version: AMD Athlon(tm) II X4 645 Processor
  slot: Socket M2
  size: 3100MHz
  capacity: 3100MHz
  width: 64 bits
  clock: 200MHz
  capabilities: fpu fpu_exception wp vme de pse tsc msr pae mce cx8 
apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx 
mmxext fxsr_opt pdpe1gb rdtscp x86-64 3dnowext 3dnow constant_tsc rep_good nopl 
nonstop_tsc cpuid extd_apicid pni monitor cx16 popcnt lahf_lm cmp_legacy svm 
extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt 
hw_pstate vmmcall npt lbrv svm_lock nrip_save cpufreq
*-cache:0
 description: L1 cache
 physical id: a
 slot: Internal Cache
 size: 128KiB
 capacity: 128KiB
 capabilities: synchronous internal write-back
 configuration: level=1
*-cache:1
 description: L3 cache
 physical id: c
 slot: External Cache
 size: 512KiB
 capacity: 512KiB
 capabilities: synchronous internal write-back
 configuration: level=3
 *-cache
  description: L1 cache
  physical id: b
  slot: Internal Cache
  size: 128KiB
  capacity: 128KiB
  capabilities: synchronous internal write-back
  configuration: level=1
 *-memory
  description: System Memory
  physical id: 2a
  slot: System board or motherboard
  size: 16GiB
*-bank:0
 description: DIMM 1333 MHz (0.8 ns)
 product: None
 vendor: None
 physical id: 0
 serial: None
 slot: A0
 size: 4GiB
 width: 64 bits
 clock: 1333MHz (0.8ns)
*-bank:1
 description: DIMM 1333 MHz (0.8 ns)
 product: None
 vendor: None
 physical id: 1
 serial: None
 slot: A1
 size: 4GiB
 width: 64 bits
 clock: 1333MHz (0.8ns)
*-bank:2
 description: DIMM 1333 MHz (0.8 ns)
 product: None
 vendor: None
 physical id: 2
 serial: None
 slot: A2
 size: 4GiB
 width: 64 bits
 clock: 1333MHz (0.8ns)
*-bank:3
 description: DIMM 1333 MHz (0.8 ns)
 product: None
 vendor: None
 physical id: 3
 serial: None
 slot: A3
 size: 4GiB
 width: 64 bits
 clock: 1333MHz (0.8ns)
 *-pci:0
  description: Host bridge
  product: RS880 Host Bridge
  vendor: Advanced Micro Devices, Inc. [AMD]
  physical id: 100
  bus info: pci@:00:00.0
  version: 00
  width: 64 bits
  clock: 66MHz
  configuration: latency=32
*-pci:0
 description: PCI bridge
 product: RS780 PCI to PCI bridge (ext gfx port 0)
 vendor: Advanced Micro Devices, Inc. [AMD]
 physical id: 2
 bus info: pci@:00:02.0
 version: 00
 width: 32 bits
 clock: 33MHz
 capabilities: pci pm pciexpress msi ht normal_decode bus_master 
cap_list
 configuration: driver=pcieport
 resources: irq:24 ioport:e000(size=4096) memory:fdd0-fdef 
ioport:c000(size=536870912)
   *-pci
description: PCI bridge
product: Navi 10 XL Upstream Port 

[Bug 1875127] [NEW] Enhanced Zoom Desktop does not work, Linux Mint 19.3 Tricia 64-bit

2020-04-25 Thread Mykola Tkach
Public bug reported:

Enhanced Zoom Desktop does not work, Linux Mint 19.3 Tricia 64-bit

** Affects: compiz (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/1875127

Title:
  Enhanced Zoom Desktop does not work, Linux Mint 19.3 Tricia 64-bit

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

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

[Bug 539775] Re: Text overlaps in playground area

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

** Changed in: fontmatrix (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/539775

Title:
  Text overlaps in playground area

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

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

[Bug 1824583] Re: gnome-calendar uses default Adwaita theme when using Yaru-Dark theme

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

** Changed in: gnome-calendar (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/1824583

Title:
  gnome-calendar uses default Adwaita theme when using Yaru-Dark theme

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

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

[Bug 1864702] Re: installation of ubuntu 18.04.4 aborted, due to IO-error.

2020-04-25 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/1864702

Title:
  installation of ubuntu 18.04.4 aborted, due to IO-error.

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

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

[Bug 1870622] Re: package libreoffice-common 1:6.4.2-0ubuntu3 failed to install/upgrade: trying to overwrite '/usr/lib/libreoffice/share/basic/Access2Base/Application.xba', which is also in package li

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

** Changed in: libreoffice (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/1870622

Title:
  package libreoffice-common 1:6.4.2-0ubuntu3 failed to install/upgrade:
  trying to overwrite
  '/usr/lib/libreoffice/share/basic/Access2Base/Application.xba', which
  is also in package libreoffice-base 1:6.3.5-0ubuntu0.19.10.1

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

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

[Bug 1873384] Re: Headphone has no sound out

2020-04-25 Thread Hui Wang
@prayerholmes

When you plug headphone, does the pop-dialogue show up? And what did you
choose?

Please refer to https://bugs.launchpad.net/ubuntu/+source/alsa-
driver/+bug/1875032/comments/2 and 3.

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

Title:
  Headphone has no sound out

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

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

[Bug 1849991] Re: Missing dependency : python-pkg-resources

2020-04-25 Thread Bug Watch Updater
** Changed in: maybe (Debian)
   Status: Unknown => New

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

Title:
  Missing dependency : python-pkg-resources

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

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

[Bug 1854314] Re: Legacy directory /var/run in /lib/systemd/system/dbus.socket

2020-04-25 Thread Bug Watch Updater
** Changed in: dbus (Debian)
   Status: Fix Committed => Fix Released

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

Title:
  Legacy directory /var/run in /lib/systemd/system/dbus.socket

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

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

[Bug 1875125] [NEW] moving files from desktop to a nautilus window does nothing

2020-04-25 Thread dundir
Public bug reported:

Ubuntu 20.04 LTS

Dragging files from the desktop to a nautilus window folder doesn't
move, copy or perform any action. The animation upon releasing the click
goes back to the files original location.

Drag and Drop is broken.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: nautilus 1:3.36.1.1-1ubuntu2
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 20:46:04 2020
GsettingsChanges:
 
InstallationDate: Installed on 2020-04-26 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: nautilus
UpgradeStatus: No upgrade log present (probably fresh install)
usr_lib_nautilus:

** Affects: nautilus (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/1875125

Title:
  moving files from desktop to a nautilus window does nothing

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

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

[Bug 1875125] Re: moving files from desktop to a nautilus window does nothing

2020-04-25 Thread dundir
hotkeys that would normally trigger a prompt such as the delete button
when a file is selected are also not working for files located on the
desktop.

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

Title:
  moving files from desktop to a nautilus window does nothing

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

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

[Bug 1875124] [NEW] Lock screen hangs after entering password

2020-04-25 Thread dundir
Public bug reported:

Running the newest release of ubuntu (20.04LTS).

I entered my password to log in after the lock screen had engaged
automatically and it accepted my password (greying out the buttons) but
didn't log in.

Five minutes later it still hadn't changed so I went to another TTY and
killed the gnome-terminal process. X started up again, and allowed me to
log in with no issues after that.

Intentionally locking the screen did not trigger the bug.

This could be a serious problem for anyone not already familiar with
linux as this would force a reboot.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-terminal 3.36.1.1-1ubuntu1
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 20:28:57 2020
InstallationDate: Installed on 2020-04-26 (0 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=en_US.UTF-8
 SHELL=/bin/bash
SourcePackage: gnome-terminal
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: gnome-terminal (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/1875124

Title:
  Lock screen hangs after entering password

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

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

[Bug 1875124] Re: Lock screen hangs after entering password

2020-04-25 Thread dundir
[ 1051.565097] gnome-terminal-[3670]: segfault at 90 ip 7feaf3716a3b sp 
7fff11fb7e10 error 4 in libgdk-3.so.0.2404.14[7feaf36db000+81000]
[ 1051.565128] Code: ab 9a fc ff 4c 89 ef 48 89 c6 48 89 c3 e8 6d 89 fd ff 4c 
8b 44 24 08 4c 89 c7 e8 30 0d fd ff 4c 89 ef 48 89 c6 e8 75 95 fd ff <48> 8b b3 
90 00 00 00 4c 89 ef e8 e6 95 fd ff 49 8b 7d 38 49 8b 75

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

Title:
  Lock screen hangs after entering password

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

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

[Bug 1795135] Re: XFCE window buttons are not clickable at the top of the screen

2020-04-25 Thread Douglas Silva
This bug was fixed in Xubuntu 19.04, if I remember correctly. But on
later releases it became reproducible again.

I'm currently running Xubuntu 20.04, and most of the widgets on the top
panel are affected, with the exception of Whisker menu icon (sometimes),
the task switcher and the Notes widget icon.

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

Title:
  XFCE window buttons are not clickable at the top of the screen

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

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

[Bug 1875032] Re: [Vostro 3470, Realtek ALC891, Black Headphone Out, Front] No sound at all

2020-04-25 Thread Hui Wang
I guess after new install of ubuntu os, the default active input source
should be "Headset Mic". If it is not, please tell me, this is worth to
investigate.

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

Title:
  [Vostro 3470, Realtek ALC891, Black Headphone Out, Front] No sound at
  all

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

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

[Bug 1875032] Re: [Vostro 3470, Realtek ALC891, Black Headphone Out, Front] No sound at all

2020-04-25 Thread Hui Wang
Have you ever chosen the "microphones" from the dialogue before?

Please make sure the input source is not "headphone mic" before you
choose the headphone.

Now your input source is "headphone mic":

Simple mixer control 'Input Source',0
  Capabilities: cenum
  Items: 'Headphone Mic' 'Rear Mic' 'Headset Mic' 'Line'
  Item0: 'Headphone Mic'

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

Title:
  [Vostro 3470, Realtek ALC891, Black Headphone Out, Front] No sound at
  all

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

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

[Bug 1757375] Re: Desktop unable to Suspend when Inactive

2020-04-25 Thread Douglas Silva
I think I can't reproduce this anymore on Xubuntu 20.04. I left the
laptop idle and after 30 minutes it was suspended as expected, without
making any fixes (clean install).

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

Title:
  Desktop unable to Suspend when Inactive

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

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

[Bug 1875121] [NEW] fatal error grub-install/dev/sda ubuntu 20.04

2020-04-25 Thread Brayann Wheberth Freitas Barbosa
Public bug reported:

I'm trying to install ubuntu 20.04 on my notebook that had Windows 10
previously installed. During installation, this error message "Failed to
run 'grub-install --force" / dev / sda "' failed. Someone help me, I
don't know what to do and I don't have an OS on my notebook

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

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


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

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

Title:
  fatal error grub-install/dev/sda ubuntu 20.04

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

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

[Bug 1856682] Re: [UBUNTU 20.04] GCC Miscompilation in vectorized code

2020-04-25 Thread Bug Watch Updater
** Changed in: gcc
   Status: New => Fix Released

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

Title:
  [UBUNTU 20.04] GCC Miscompilation in vectorized code

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

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

[Bug 1868456] Re: "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when using sudo in 20.04 LXD container

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

** Changed in: sudo (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/1868456

Title:
  "sudo: setrlimit(RLIMIT_CORE): Operation not permitted" error when
  using sudo in 20.04 LXD container

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

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

[Bug 1857407] Re: mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image: Assertion `h == -1 || h >= vf->h' failed.

2020-04-25 Thread Bug Watch Updater
** Changed in: mplayer (Debian)
   Status: Unknown => New

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

Title:
  mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image:
  Assertion `h == -1 || h >= vf->h' failed.

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

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

[Bug 1856682]

2020-04-25 Thread Krebbel
Fixed

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

Title:
  [UBUNTU 20.04] GCC Miscompilation in vectorized code

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

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

[Bug 1856682]

2020-04-25 Thread Jakub-gcc
Assuming fixed.

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

Title:
  [UBUNTU 20.04] GCC Miscompilation in vectorized code

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

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

[Bug 1871975] Re: network configuration is disabled by default in cloud-init for ubuntu live server beta

2020-04-25 Thread Pengpeng Sun
Thanks Richard for the updates. 
As far as I know, Ubuntu 20.04 has been GAed at Apr.24, 2020. So the change is 
not included in GA version(please correct me if I'm wrong), could you please 
let us know when the change will probably be shipped to Ubuntu 20.04 Live 
server.

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

Title:
  network configuration is disabled by default in cloud-init for ubuntu
  live server beta

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

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

[Bug 1862760] Re: Unreliable 802.11ac connection on our raspi images

2020-04-25 Thread Jerry Vonau
Think this might relate to how netplan constructs its
/run/netplan/wpa-.conf file(1). In raspbian(2) users set the
country= line in its wpa_supplicant.conf file before starting the
service. Perhaps netplan's 'wifis' section could grow the ability to add
the country= and (2)ssid_scan= lines based on what is a user setting in
network-config(4) that is present on RPi's?

1. https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/1874494

2. https://www.raspberrypi.org/documentation/configuration/wireless
/wireless-cli.md

3. https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1787482

4. https://ubuntu.com/tutorials/how-to-install-ubuntu-on-your-raspberry-
pi#3-wifi-or-ethernet

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

Title:
  Unreliable 802.11ac connection on our raspi images

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

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

[Bug 1872001] Re: 5.3.0-46-generic - i915 - frequent GPU hangs / resets rcs0

2020-04-25 Thread Rob N
Another +1 for test kernel from #57 fixing it (in my case, Zoom killing
the system for a couple of minutes after it starts as described in
https://forums.linuxmint.com/viewtopic.php?t=316392). Lenovo X1 G7,
Intel GPU, 18.04.

Thanks!

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

Title:
  5.3.0-46-generic - i915 - frequent GPU hangs  / resets rcs0

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

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

[Bug 1875117] Status changed to Confirmed

2020-04-25 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/1875117

Title:
  Realtek Ethernet Hardware not recognized

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

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

[Bug 1875096] Re: Wifi has occasional drop-outs on 20.04

2020-04-25 Thread AaronMa
Could you try the latest intel wifi firmwire[1] ? Copy to /lib/firmware/
and reboot.

And try lastest kernel[2].

[1] 
https://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/linux-firmware.git/tree/iwlwifi-cc-a0-50.ucode
[2] https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.7-rc2/

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

Title:
  Wifi has occasional drop-outs on 20.04

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

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

[Bug 1875117] [NEW] Realtek Ethernet Hardware not recognized

2020-04-25 Thread Mark Dalphin
Public bug reported:

This report follows:
https://askubuntu.com/questions/770368/realtek-ethernet-driver-error-ubuntu-16-04
and
https://askubuntu.com/questions/1228988/ethernet-unclaimed

As with the previous "Ask Ubuntu", a solution is to follow the README at:
https://github.com/ghostrider-reborn/realtek-r8101-linux-driver

trusting the auto-build and install of a Realtek 8101 driver rather than
8169. This process needs to be repeated for each kernel upgrade.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-26-generic 5.4.0-26.30
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse: Error: command ['fuser', '-v', '/dev/snd/by-path', 
'/dev/snd/controlC1', '/dev/snd/hwC1D0', '/dev/snd/pcmC1D0c', 
'/dev/snd/pcmC1D0p', '/dev/snd/controlC0', '/dev/snd/hwC0D0', 
'/dev/snd/pcmC0D8p', '/dev/snd/pcmC0D7p', '/dev/snd/pcmC0D3p', '/dev/snd/seq', 
'/dev/snd/timer'] failed with exit code 1:
CasperMD5CheckResult: skip
Date: Sun Apr 26 14:10:27 2020
InstallationDate: Installed on 2020-04-15 (10 days ago)
InstallationMedia: Kubuntu 20.04 LTS "Focal Fossa" - Beta amd64 (20200414)
MachineType: TOSHIBA Satellite Pro C50-B
ProcFB: 0 i915drmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=3793a168-5390-48fc-923d-028a89ef2b0c ro quiet splash vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.4.0-26-generic N/A
 linux-backports-modules-5.4.0-26-generic  N/A
 linux-firmware1.187
SourcePackage: linux
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 04/11/2014
dmi.bios.vendor: TOSHIBA
dmi.bios.version: 1.20
dmi.board.asset.tag: *
dmi.board.name: ZSWAA
dmi.board.vendor: TOSHIBA
dmi.board.version: 1.00
dmi.chassis.asset.tag: *
dmi.chassis.type: 10
dmi.chassis.vendor: TOSHIBA
dmi.chassis.version: *
dmi.modalias: 
dmi:bvnTOSHIBA:bvr1.20:bd04/11/2014:svnTOSHIBA:pnSatelliteProC50-B:pvrPSCLVA-002001:rvnTOSHIBA:rnZSWAA:rvr1.00:cvnTOSHIBA:ct10:cvr*:
dmi.product.family: *
dmi.product.name: Satellite Pro C50-B
dmi.product.sku: PSCLVA
dmi.product.version: PSCLVA-002001
dmi.sys.vendor: TOSHIBA

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

Title:
  Realtek Ethernet Hardware not recognized

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

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

[Bug 1875116] [NEW] Syntax warnings for is with a literal

2020-04-25 Thread Alistair Cunningham
Public bug reported:

When running s3cmd, it produces some syntax warnings:

$ s3cmd ls
/usr/bin/s3cmd:308: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if response["status"] is 200:
/usr/bin/s3cmd:310: SyntaxWarning: "is" with a literal. Did you mean "=="?
  elif response["status"] is 204:

but still appears to work correctly.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: s3cmd 2.0.2-1
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
Date: Sun Apr 26 11:06:03 2020
InstallationDate: Installed on 2017-08-16 (983 days ago)
InstallationMedia: Ubuntu 17.04 "Zesty Zapus" - Release amd64 (20170412)
PackageArchitecture: all
ProcEnviron:
 LANGUAGE=en_GB:en
 TERM=xterm-256color
 PATH=(custom, no user)
 LANG=en_GB.UTF-8
 SHELL=/bin/bash
SourcePackage: s3cmd
UpgradeStatus: Upgraded to focal on 2020-04-12 (13 days ago)

** Affects: s3cmd (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/1875116

Title:
  Syntax warnings for is with a literal

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

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

[Bug 1857407] Re: mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image: Assertion `h == -1 || h >= vf->h' failed.

2020-04-25 Thread Stuart Longland
So this issue has been known of in Debian for a while now.  I reported the 
issue today there:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958865

but there was this earlier report from nearly a year ago:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=920485

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

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

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

** Changed in: mplayer (Debian)
   Importance: Undecided => Unknown

** Changed in: mplayer (Debian)
   Status: New => Unknown

** Changed in: mplayer (Debian)
 Remote watch: None => Debian Bug tracker #920485

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

Title:
  mplayer broken Theora codec: libmpcodecs/vf.c:287: vf_get_image:
  Assertion `h == -1 || h >= vf->h' failed.

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

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

[Bug 1875115] Status changed to Confirmed

2020-04-25 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/1875115

Title:
  package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to
  install/upgrade: podproces zainstalowany pakiet linux-
  image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

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

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

[Bug 1874624] Re: Unable to boot 20.04 LTS installer on Dell XPS 15 9560

2020-04-25 Thread AaronMa
It is a known issue of NOUVEAU.
Please use "safe graphics" to boot and install Ubuntu on usb disk.

After installation, please add "nouveau.modeset=0" in kernel cmdline if you 
still have issues.
Then install nvidia-driver-440, graphics and HDMI will be good.

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

Title:
   Unable to boot 20.04 LTS  installer on Dell XPS 15 9560

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

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

[Bug 1873315] Re: 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does.

2020-04-25 Thread Evgen
Actually this problem could be worked out without disabling of 
CONFIG_RT_GROUP_SCHED
Jack has separate page for that with simple instructions
https://github.com/jackaudio/jackaudio.github.com/wiki/Cgroups
I guess jack2 maintainers could include those config file(s) into package so 
user may not even notice this change.

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

Title:
  5.4.0-24.28 does not seem to apply rtprio, whereas -21 does.

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

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

[Bug 1870971] Re: [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad L340-17API

2020-04-25 Thread Christian
I am also experiencing this same issue on an Acer Aspire Slim 5. I
installed Ubuntu 20.04 server edition and then Mate-desktop on top of
that. It seems that I only experience this issue when I do not have
ethernet plugged in. With ethernet plugged in the system boots just fine
into the window manager. I get the same dmesg output as above. I will
try and collect all the relevant information and post it soon.

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

Title:
  [amdgpu] Xubuntu 20.04 boots to black screen on Lenovo Ideapad
  L340-17API

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

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

[Bug 1870736] Re: [nvidia] Screen scaling 125% gives 200%

2020-04-25 Thread Greg Cavazos
Same for me.
Ubuntu 20.04 nvidia-driver-390 (also tried 340.108), GeForce GT-750M

I noticed some weird behavior with the xrandr, note the "mm" size is
different for the same scale setting at different times.

greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 846x475 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 527x296 mm 192.51dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
crtc 0: disable
screen 0: 4000x2250 1321x743 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.5x1.5
screen 0: 4800x2700 1587x892 mm  76.81dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1850x1040 mm  76.88dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 2x2
screen 0: 6400x3600 2113x1188 mm  76.93dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 1056x594 mm  76.97dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 1480x832 mm  96.05dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 845x475 mm  96.17dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.25x1.25
screen 0: 4000x2250 528x297 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1x1
crtc 0: disable
screen 0: 3200x1800 422x237 mm 192.42dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"
greg@LapXPS:~$ xrandr --verbose --output eDP-1-1 --scale 1.75x1.75
screen 0: 5600x3150 740x416 mm 192.10dpi
crtc 0:3200x1800  59.98 +0+0 "eDP-1-1"

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

Title:
  [nvidia] Screen scaling 125% gives 200%

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

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

[Bug 1875115] [NEW] package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to install/upgrade: podproces zainstalowany pakiet linux-image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

2020-04-25 Thread Ingvarr
Public bug reported:

"Randomly" just on desktop

ProblemType: Package
DistroRelease: Ubuntu 20.04
Package: linux-image-5.4.0-26-generic 5.4.0-26.30
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  gdm1455 F pulseaudio
  ikrol  1696 F pulseaudio
CasperMD5CheckResult: skip
Date: Sun Apr 26 02:16:58 2020
ErrorMessage: podproces zainstalowany pakiet linux-image-5.4.0-26-generic 
skrypt pre-removal zwrócił kod błędu 1
InstallationDate: Installed on 2020-02-06 (79 days ago)
InstallationMedia: Ubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017)
IwConfig:
 lono wireless extensions.
 
 enp0s3no wireless extensions.
Lsusb:
 Bus 002 Device 003: ID 80ee:0031 VirtualBox USB CD-ROM
 Bus 002 Device 002: ID 80ee:0030 VirtualBox USB Harddisk
 Bus 002 Device 001: ID 1d6b:0003 Linux Foundation 3.0 root hub
 Bus 001 Device 002: ID 80ee:0021 VirtualBox USB Tablet
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/6p, 5000M
 |__ Port 1: Dev 2, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
 |__ Port 2: Dev 3, If 0, Class=Mass Storage, Driver=usb-storage, 5000M
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/8p, 480M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 12M
MachineType: innotek GmbH VirtualBox
ProcFB: 0 svgadrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=1c1ce2a4-3861-47d4-be70-ffeb5c3c5b38 ro quiet splash vt.handoff=7
PulseList: Error: command ['pacmd', 'list'] failed with exit code 1: No 
PulseAudio daemon running, or not running as session daemon.
Python3Details: /usr/bin/python3.8, Python 3.8.2, python3-minimal, 
3.8.2-0ubuntu2
PythonDetails: /usr/bin/python2.7, Python 2.7.18rc1, python-is-python2, 2.7.17-4
RelatedPackageVersions: grub-pc 2.04-1ubuntu26
RfKill:
 
SourcePackage: linux
Title: package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to 
install/upgrade: podproces zainstalowany pakiet linux-image-5.4.0-26-generic 
skrypt pre-removal zwrócił kod błędu 1
UpgradeStatus: Upgraded to focal on 2020-04-24 (1 days ago)
dmi.bios.date: 12/01/2006
dmi.bios.vendor: innotek GmbH
dmi.bios.version: VirtualBox
dmi.board.name: VirtualBox
dmi.board.vendor: Oracle Corporation
dmi.board.version: 1.2
dmi.chassis.type: 1
dmi.chassis.vendor: Oracle Corporation
dmi.modalias: 
dmi:bvninnotekGmbH:bvrVirtualBox:bd12/01/2006:svninnotekGmbH:pnVirtualBox:pvr1.2:rvnOracleCorporation:rnVirtualBox:rvr1.2:cvnOracleCorporation:ct1:cvr:
dmi.product.family: Virtual Machine
dmi.product.name: VirtualBox
dmi.product.version: 1.2
dmi.sys.vendor: innotek GmbH

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


** Tags: amd64 apport-package focal

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

Title:
  package linux-image-5.4.0-26-generic 5.4.0-26.30 failed to
  install/upgrade: podproces zainstalowany pakiet linux-
  image-5.4.0-26-generic skrypt pre-removal zwrócił kod błędu 1

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

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

[Bug 1875114] [NEW] freeipa-server package missing on Ubuntu 20.04

2020-04-25 Thread Alexander Blackbird
Public bug reported:

previous releases of Ubuntu have freeipa-server package to install freeipa 
server
but on 20.04 only client part can be found


$ apt-cache search freeipa
libipa-hbac-dev - FreeIPA HBAC Evaluator library -- development files
libipa-hbac0 - FreeIPA HBAC Evaluator library
libnss-sss - Nss library for the System Security Services Daemon
libpam-sss - Pam module for the System Security Services Daemon
python3-sss - Python3 module for the System Security Services Daemon
sssd - System Security Services Daemon -- metapackage
sssd-common - System Security Services Daemon -- common files
sssd-tools - System Security Services Daemon -- tools
cockpit-ws - Cockpit Web Service
freeipa-client - FreeIPA centralized identity framework -- client
freeipa-client-samba - FreeIPA centralized identity framework -- Samba client
freeipa-common - FreeIPA centralized identity framework -- common files
puppet-module-joshuabaird-ipaclient - Puppet module for Joshuabaird IPAclient
python3-ipaclient - FreeIPA centralized identity framework -- Python3 modules 
for ipaclient
python3-ipalib - FreeIPA centralized identity framework -- shared Python3 
modules
python3-libipa-hbac - Python3 bindings for the FreeIPA HBAC Evaluator library

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

** Description changed:

  previous releases of Ubuntu have freeipa-server package to install freeipa 
server
  but on 20.04 only client part can be found
  
  
- ```
  $ apt-cache search freeipa
  libipa-hbac-dev - FreeIPA HBAC Evaluator library -- development files
  libipa-hbac0 - FreeIPA HBAC Evaluator library
  libnss-sss - Nss library for the System Security Services Daemon
  libpam-sss - Pam module for the System Security Services Daemon
  python3-sss - Python3 module for the System Security Services Daemon
  sssd - System Security Services Daemon -- metapackage
  sssd-common - System Security Services Daemon -- common files
  sssd-tools - System Security Services Daemon -- tools
  cockpit-ws - Cockpit Web Service
  freeipa-client - FreeIPA centralized identity framework -- client
  freeipa-client-samba - FreeIPA centralized identity framework -- Samba client
  freeipa-common - FreeIPA centralized identity framework -- common files
  puppet-module-joshuabaird-ipaclient - Puppet module for Joshuabaird IPAclient
  python3-ipaclient - FreeIPA centralized identity framework -- Python3 modules 
for ipaclient
  python3-ipalib - FreeIPA centralized identity framework -- shared Python3 
modules
  python3-libipa-hbac - Python3 bindings for the FreeIPA HBAC Evaluator library
- ```

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

Title:
  freeipa-server package missing on Ubuntu 20.04

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

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

[Bug 1875110] Re: ProxyAutoDetect has become Proxy-Auto-Detect

2020-04-25 Thread Bug Watch Updater
** Changed in: squid-deb-proxy (Debian)
   Status: Unknown => New

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

Title:
  ProxyAutoDetect has become Proxy-Auto-Detect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1875110/+subscriptions

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

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

2020-04-25 Thread Jan Zeleny
same here... fresh install 20.04... ThinkPad L390

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

Title:
  Ubuntu 20.04 HDMI connected, no boot

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

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

[Bug 1860926] Re: Ubuntu 20.04 Systemd fails to configure bridged network

2020-04-25 Thread Sylvain Le Blanc
If that help here is my netplan setup that was working perfect in 18.04,
19.04, 19.10

network:
  version: 2
  renderer: networkd
  ethernets:
enp0s31f6:
  dhcp4: false
  dhcp6: false
  match:
macaddress: 1c:1b:0d:61:85:40
  mtu: 9000
enp12s0f0:
  dhcp4: false
  dhcp6: false
  match:
macaddress: 00:1b:21:66:6c:c8
  mtu: 9000
enp2s0:
  addresses:
  - 192.168.2.1/24
  dhcp4: false
  dhcp6: false 
  match:
macaddress: 00:17:b6:00:97:8a
  mtu: 9000
  vlans: {}
  wifis: {}
  bonds:
bond0:
  interfaces: [enp0s31f6, enp12s0f0]
  mtu: 9000
  parameters:
lacp-rate: slow
mode: 802.3ad
transmit-hash-policy: layer2+3
  bridges:
br1:
  link-local: [ ]
  addresses: [ 192.168.1.166/24 ]
  dhcp4: false
  dhcp6: false
  gateway4: 192.168.1.1
  interfaces: [ bond0 ]
  nameservers:
search: [maison.com]
addresses: [192.168.1.11, 192.168.1.12, 1.1.1.1]

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

Title:
  Ubuntu 20.04  Systemd fails to configure bridged network

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

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

[Bug 1860926] Re: Ubuntu 20.04 Systemd fails to configure bridged network

2020-04-25 Thread Sylvain Le Blanc
Cloundinit is not install neither networkmanager !!! :-(

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

Title:
  Ubuntu 20.04  Systemd fails to configure bridged network

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

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

[Bug 1875113] [NEW] Opengl no detected

2020-04-25 Thread Juan Pedraza
Public bug reported:

The screen presents screen tearing in the browser, on the desktop as
well and when installing Steam it says that it does not detect Opengl or
any video card

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
NonfreeKernelModules: nvidia_modeset nvidia
.proc.driver.nvidia.gpus..01.00.0: Error: [Errno 21] Es un directorio: 
'/proc/driver/nvidia/gpus/:01:00.0'
.proc.driver.nvidia.registry: Binary: ""
.proc.driver.nvidia.version:
 NVRM version: NVIDIA UNIX x86_64 Kernel Module  390.132  Fri Nov  1 00:40:14 
PDT 2019
 GCC version:
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
BootLog: Error: [Errno 13] Permiso denegado: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 20:01:32 2020
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Intel Corporation 3rd Gen Core processor Graphics Controller [8086:0166] (rev 
09) (prog-if 00 [VGA controller])
   Subsystem: ASUSTeK Computer Inc. 3rd Gen Core processor Graphics Controller 
[1043:100d]
 NVIDIA Corporation GF108M [GeForce GT 635M] [10de:0de3] (rev a1) (prog-if 00 
[VGA controller])
   Subsystem: ASUSTeK Computer Inc. GF108M [GeForce GT 635M] [1043:100d]
InstallationDate: Installed on 2020-04-24 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
MachineType: ASUSTeK COMPUTER INC. K46CM
ProcEnviron:
 LANGUAGE=es_CO:es
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_CO.UTF-8
 SHELL=/bin/bash
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.4.0-26-generic 
root=UUID=2d00d17e-c566-412e-bdfd-529af92571e2 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 05/17/2013
dmi.bios.vendor: American Megatrends Inc.
dmi.bios.version: K46CM.317
dmi.board.asset.tag: ATN12345678901234567
dmi.board.name: K46CM
dmi.board.vendor: ASUSTeK COMPUTER INC.
dmi.board.version: 1.0
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: ASUSTeK COMPUTER INC.
dmi.chassis.version: 1.0
dmi.modalias: 
dmi:bvnAmericanMegatrendsInc.:bvrK46CM.317:bd05/17/2013:svnASUSTeKCOMPUTERINC.:pnK46CM:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnK46CM:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct10:cvr1.0:
dmi.product.family: K
dmi.product.name: K46CM
dmi.product.sku: ASUS-NotebookSKU
dmi.product.version: 1.0
dmi.sys.vendor: ASUSTeK COMPUTER INC.
nvidia-settings:
 ERROR: Unable to load info from any available system
 
 
 ERROR: Unable to load info from any available system
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.101-2
version.libgl1-mesa-dri: libgl1-mesa-dri 20.0.4-2ubuntu1
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.nvidia-graphics-drivers: nvidia-graphics-drivers-* N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.8-2ubuntu2
version.xserver-xorg-input-evdev: xserver-xorg-input-evdev N/A
version.xserver-xorg-video-ati: xserver-xorg-video-ati 1:19.1.0-1
version.xserver-xorg-video-intel: xserver-xorg-video-intel 
2:2.99.917+git20200226-1
version.xserver-xorg-video-nouveau: xserver-xorg-video-nouveau 1:1.0.16-1

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


** Tags: amd64 apport-bug focal ubuntu

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

Title:
  Opengl no detected

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

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

[Bug 1010444] Re: No way to give answers to reviews/ratings

2020-04-25 Thread Jonatã Bolzan Loss
It seems that it is not fixed yet.

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

Title:
  No way to give answers to reviews/ratings

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

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

[Bug 1875101] Re: Hidden WiFi does not automatically connect on startup

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Tags added: apport-collected focal

** Description changed:

  Lenovo ThinkPad T430
  
  Ubuntu 20.04 LTS
  
  When starting Ubuntu 20.04 LTS from cold boot or reboot, hidden WiFi networks 
do not automatically connect despite having this option selected. 
  This is new to 20.04 and did not exist in 18.04.
  
  Waking from suspend does not have this issue.
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27
+ Architecture: amd64
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ IfupdownConfig:
+  # interfaces(5) file used by ifup(8) and ifdown(8)
+  auto lo
+  iface lo inet loopback
+ InstallationDate: Installed on 2018-09-25 (579 days ago)
+ InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 
(20180725)
+ IpRoute:
+  default via 192.168.0.1 dev wlp3s0 proto dhcp metric 600 
+  169.254.0.0/16 dev wlp3s0 scope link metric 1000 
+  192.168.0.0/24 dev wlp3s0 proto kernel scope link src 192.168.0.12 metric 600
+ Package: network-manager-applet (not installed)
+ ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
+ Tags:  focal
+ Uname: Linux 5.4.0-26-generic x86_64
+ UpgradeStatus: Upgraded to focal on 2020-04-19 (6 days ago)
+ UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
+ _MarkForUpload: True
+ nmcli-dev:
+  DEVICE   TYPE  STATEIP4-CONNECTIVITY  IP6-CONNECTIVITY  
DBUS-PATH  CONNECTION  CON-UUID 
 CON-PATH   
+  wlp3s0   wifi  connectedfull  limited   
/org/freedesktop/NetworkManager/Devices/3  Pandanet
9254f39c-f7a5-4542-adda-599069bfd65d  
/org/freedesktop/NetworkManager/ActiveConnection/3 
+  enp0s25  ethernet  unavailable  none  none  
/org/freedesktop/NetworkManager/Devices/2  --  --   
 -- 
+  lo   loopback  unmanagedunknown   unknown   
/org/freedesktop/NetworkManager/Devices/1  --  --   
 --
+ nmcli-nm:
+  RUNNING  VERSION  STATE  STARTUP  CONNECTIVITY  NETWORKING  WIFI-HW  
WIFI WWAN-HW  WWAN 
+  running  1.22.10  connected  started  full  enabled enabled  
enabled  enabled  disabled

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

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] NetworkManager.conf.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "NetworkManager.conf.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360633/+files/NetworkManager.conf.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] IwConfig.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

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

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] ProcCpuinfoMinimal.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

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

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] nmcli-con.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "nmcli-con.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360639/+files/nmcli-con.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] RfKill.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "RfKill.txt"
   https://bugs.launchpad.net/bugs/1875101/+attachment/5360637/+files/RfKill.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] WifiSyslog.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

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

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] NetDevice.wlp3s0.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "NetDevice.wlp3s0.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360632/+files/NetDevice.wlp3s0.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] ProcEnviron.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

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

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] IpAddr.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "IpAddr.txt"
   https://bugs.launchpad.net/bugs/1875101/+attachment/5360628/+files/IpAddr.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] NetDevice.lo.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "NetDevice.lo.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360631/+files/NetDevice.lo.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] PciNetwork.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "PciNetwork.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360634/+files/PciNetwork.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875101] NetDevice.enp0s25.txt

2020-04-25 Thread Dustin Nisbet-Jones
apport information

** Attachment added: "NetDevice.enp0s25.txt"
   
https://bugs.launchpad.net/bugs/1875101/+attachment/5360630/+files/NetDevice.enp0s25.txt

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875112] [NEW] Ctrl+ do not work on Cyrillc layout after upgrade from 19.10 to 20.04

2020-04-25 Thread RytovGM via ubuntu-bugs
Public bug reported:

After upgrade from 19.10 to 20.04 keyboard shortcuts Ctrl+ do not
work in any application on Cyrillic layout.

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

Title:
  Ctrl+ do not work on Cyrillc layout after upgrade from 19.10 to
  20.04

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

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

[Bug 1106954] Re: Package Owners should have ability to contact authors of comments

2020-04-25 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1010444 ***
https://bugs.launchpad.net/bugs/1010444

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

** Changed in: software-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/1106954

Title:
  Package Owners should have ability to contact authors of comments

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/software-center/+bug/1106954/+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-25 Thread sudodus
@ Michael Hudson-Doyle,

When booting a live system of Ubuntu 20.04 there is file and disk
checking.. Not just with Live USB but with Persistent USB also.

If not fast enough with ctrl-C it runs until over 80% complete. Very
irritating. If it was just a run once it would not be so bad.

Is there some way to get rid of this? For example some boot option or
some command in grub.cfg?

-- 
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 1875096] Status changed to Confirmed

2020-04-25 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/1875096

Title:
  Wifi has occasional drop-outs on 20.04

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

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

[Bug 1850201] Re: Memory usage grows when locking/unlocking the screen

2020-04-25 Thread Robert
Which extensions would you consider the default Ubuntu ones?

I'm not finding memory usage lower in 20.04 -- I was at over 1.4G RSS
earlier today before I rebooted.

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

Title:
  Memory usage grows when locking/unlocking the screen

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

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

[Bug 1856838] Re: gnome-shell using a lot of RAM after repeatedly pressing Super+A

2020-04-25 Thread Robert
@vanvugt bug 1856516 doesn't seem to exist.

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

Title:
  gnome-shell using a lot of RAM after repeatedly pressing Super+A

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

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

[Bug 1875110] Re: ProxyAutoDetect has become Proxy-Auto-Detect

2020-04-25 Thread Rolf Leggewie
** Description changed:

  The variable ProxyAutoDetect has become Proxy-Auto-Detect.  30autoproxy
  file should be updated accordingly.
+ 
+ source: man apt-transport-http

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

Title:
  ProxyAutoDetect has become Proxy-Auto-Detect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1875110/+subscriptions

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

[Bug 1875111] [NEW] Crash at first run when SageMath is also installed

2020-04-25 Thread Cédric M . Campos
Public bug reported:

When SageMath is installed, Octave Symbolic will crash at first call and
then run properly.

Steps to reproduce on a fresh install of Focal Fossa.

1) Install 'octave-symbolic'.

2) Run Octave and create a symbolic object.

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: Python communication link active, SymPy v1.5.1.
---

3) Exit Octave and install 'sagemath'.

4) Repeat step 2).

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: error: SymPy version Setting permissions of DOT_SAGE 
directory so only you can read and write it.
1.5.1 found but is too old (1.2 required)
Try "sympref diagnose" for more information.
error: called from
assert_have_python_and_sympy at line 156 column 9
python_ipc_popen2 at line 79 column 5
python_ipc_driver at line 59 column 15
python_cmd at line 163 column 11
valid_sym_assumptions at line 38 column 10
assumptions at line 82 column 7
check_assumptions>ca_helper at line 41 column 15
check_assumptions at line 31 column 3
sym at line 353 column 7
---

5) In the same session, create a symbolic object anew.

---within Octave---
pkg load symbolic
x = sym('x')
Symbolic pkg v2.8.0: Python communication link active, SymPy v1.5.1.
---

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: octave-symbolic 2.8.0-2
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sun Apr 26 01:43:43 2020
InstallationDate: Installed on 2020-04-24 (1 days ago)
InstallationMedia: Ubuntu 20.04 LTS "Focal Fossa" - Release amd64 (20200423)
PackageArchitecture: all
ProcEnviron:
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_ES.UTF-8
 SHELL=/bin/bash
SourcePackage: octave-symbolic
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: octave-symbolic (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/1875111

Title:
  Crash at first run when SageMath is also installed

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

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

[Bug 1875096] Re: Wifi has occasional drop-outs on 20.04

2020-04-25 Thread Ubuntu Foundations Team Bug Bot
** Package changed: ubuntu => linux (Ubuntu)

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

Title:
  Wifi has occasional drop-outs on 20.04

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

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

[Bug 1875101] Re: Hidden WiFi does not automatically connect on startup

2020-04-25 Thread Chris Guiver
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 1875101

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

Title:
  Hidden WiFi does not automatically connect on startup

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

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

[Bug 1875033] Re: [needs-packaging] python-opencv, python-cherry3

2020-04-25 Thread Brian Murray
*** This is an automated message ***

This bug is tagged needs-packaging which identifies it as a request for
a new package in Ubuntu.  As a part of the managing needs-packaging bug
reports specification,
https://wiki.ubuntu.com/QATeam/Specs/NeedsPackagingBugs, all needs-
packaging bug reports have Wishlist importance.  Subsequently, I'm
setting this bug's status to Wishlist.

** Changed in: focal (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/1875033

Title:
  [needs-packaging]  python-opencv, python-cherry3

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

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

[Bug 1875108] [NEW] 20.04 failed to calculate upgrade issue

2020-04-25 Thread andrew
Public bug reported:

Calculating the changes

Could not calculate the upgrade

An unresolvable problem occurred while calculating the upgrade.

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

If none of this applies, then please report this bug using the 
command 'ubuntu-bug ubuntu-release-upgrader-core' in a terminal. If 
you want to investigate this yourself the log files in 
'/var/log/dist-upgrade' will contain details about the upgrade. 
Specifically, look at 'main.log' and 'apt.log'. 


-
apt.log
2236 Broken sane-utils:amd64 Depends on libsane:amd64 < none | 1.0.29-0ubuntu5 
@un umH > (>= 1.0.27)
2237   Considering libsane:amd64 15 as a solution to sane-utils:amd64 10 
2238   MarkKeep sane-utils:amd64 < 1.0.27-1~experimental3ubuntu2.2 -> 
1.0.29-0ubuntu5 @ii umU Ib > FU=0
2239   Removing sane-utils:amd64 rather than change libsane:amd64
2240   MarkDelete sane-utils:amd64 < 1.0.27-1~experimental3ubuntu2.2 | 
1.0.29-0ubuntu5 @ii umH Ib > FU=0
2241 Investigating (8) libhpmud0:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 
@ii umU Ib >
2242 Broken libhpmud0:amd64 Depends on libsnmp35:amd64 < none | 
5.8+dfsg-2ubuntu2 @un umH > (>= 5.8+dfsg)
2243   Considering libsnmp35:amd64 7 as a solution to libhpmud0:amd64 8 
2244   MarkKeep libhpmud0:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU 
Ib > FU=0
2245 Reinst Failed because of libsnmp35:amd64
2246   MarkKeep libhpmud0:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU 
Ib > FU=0
2247   Removing libhpmud0:amd64 rather than change libsnmp35:amd64
2248   MarkDelete libhpmud0:amd64 < 3.17.10+repack0-5 | 3.20.3+dfsg0-2 @ii umH 
Ib > FU=0
2249 Investigating (8) printer-driver-hpcups:amd64 < 3.17.10+repack0-5 -> 
3.20.3+dfsg0-2 @ii umU Ib >
2250 Broken printer-driver-hpcups:amd64 Depends on libhpmud0:amd64 < 
3.17.10+repack0-5 | 3.20.3+dfsg0-2 @ii umR > (>= 3.20.3+dfsg0)
2251   Considering libhpmud0:amd64 8 as a solution to 
printer-driver-hpcups:amd64 4
2252   MarkKeep printer-driver-hpcups:amd64 < 3.17.10+repack0-5 -> 
3.20.3+dfsg0-2 @ii umU Ib > FU=0
2253 Reinst Failed because of libhpmud0:amd64
2254   MarkKeep printer-driver-hpcups:amd64 < 3.17.10+repack0-5 -> 
3.20.3+dfsg0-2 @ii umU Ib > FU=0
2255   Removing printer-driver-hpcups:amd64 rather than change libhpmud0:amd64
2256   MarkDelete printer-driver-hpcups:amd64 < 3.17.10+repack0-5 | 
3.20.3+dfsg0-2 @ii umH Ib > FU=0
2257 Investigating (8) libsane-hpaio:amd64 < 3.17.10+repack0-5 -> 
3.20.3+dfsg0-2 @ii umU Ib >
2258 Broken libsane-hpaio:amd64 Depends on libhpmud0:amd64 < 3.17.10+repack0-5 
| 3.20.3+dfsg0-2 @ii umR > (>= 3.20.3+dfsg0)
2259   Considering libhpmud0:amd64 8 as a solution to libsane-hpaio:amd64 4
2260   MarkKeep libsane-hpaio:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii 
umU Ib > FU=0
2261 Reinst Failed because of libhpmud0:amd64
2262   MarkKeep libsane-hpaio:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii 
umU Ib > FU=0
2263   Removing libsane-hpaio:amd64 rather than change libhpmud0:amd64
2264   MarkDelete libsane-hpaio:amd64 < 3.17.10+repack0-5 | 3.20.3+dfsg0-2 @ii 
umH Ib > FU=0
2265 Investigating (8) hplip:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii 
umU Ib >
2266 Broken hplip:amd64 Depends on libhpmud0:amd64 < 3.17.10+repack0-5 | 
3.20.3+dfsg0-2 @ii umR > (= 3.20.3+dfsg0-2)
2267   Considering libhpmud0:amd64 8 as a solution to hplip:amd64 4
2268   MarkKeep hplip:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU Ib > 
FU=0
2269 Reinst Failed because of libhpmud0:amd64
2270   MarkKeep hplip:amd64 < 3.17.10+repack0-5 -> 3.20.3+dfsg0-2 @ii umU Ib > 
FU=0
2271   Removing hplip:amd64 rather than change libhpmud0:amd64
2272   MarkDelete hplip:amd64 < 3.17.10+repack0-5 | 3.20.3+dfsg0-2 @ii umH Ib > 
FU=0
2273 Investigating (8) simple-scan:amd64 < 3.28.0-0ubuntu1 -> 3.36.0-0ubuntu1 
@ii umU Ib > 
2274 Broken simple-scan:amd64 Depends on libsane:amd64 < none | 1.0.29-0ubuntu5 
@un umH > (>= 1.0.24)
2275   Considering libsane:amd64 15 as a solution to simple-scan:amd64 1 
2276   MarkKeep simple-scan:amd64 < 3.28.0-0ubuntu1 -> 3.36.0-0ubuntu1 @ii umU 
Ib > FU=0
2277 Reinst Failed because of libsane:amd64 
2278   MarkKeep simple-scan:amd64 < 3.28.0-0ubuntu1 -> 3.36.0-0ubuntu1 @ii umU 
Ib > FU=0
2279   Removing simple-scan:amd64 rather than change libsane:amd64
2280   MarkDelete simple-scan:amd64 < 3.28.0-0ubuntu1 | 3.36.0-0ubuntu1 @ii umH 
Ib > FU=0
2281 Investigating (9) colord:amd64 < 1.3.3-2build1 -> 1.4.4-2 @ii umU Ib >
2282 Broken colord:amd64 Depends on libsane:amd64 < none | 1.0.29-0ubuntu5 @un 
umH > (>= 1.0.24)
2283   Considering libsane:amd64 15 as a solution to colord:amd64 37
2284   Added libsane:amd64 to the remove list
2285   Fixing colord:amd64 via keep of libsane:amd64
2286 Done
2287 Log time: 2020-04-26 11:37:51.604831

ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: 

[Bug 1725649] Re: Fullscreen games lose "fullscreen" after an Alt+Tab

2020-04-25 Thread Timothy Robertson
Bug is present in 20.04. Tested with Stellaris in fullscreen mode.

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

Title:
  Fullscreen games lose "fullscreen" after an Alt+Tab

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

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

[Bug 1875110] [NEW] ProxyAutoDetect has become Proxy-Auto-Detect

2020-04-25 Thread Rolf Leggewie
Public bug reported:

The variable ProxyAutoDetect has become Proxy-Auto-Detect.  30autoproxy
file should be updated accordingly.

** Affects: squid-deb-proxy (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: squid-deb-proxy (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: bionic focal groovy

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

** Also affects: squid-deb-proxy (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=779917
   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/1875110

Title:
  ProxyAutoDetect has become Proxy-Auto-Detect

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1875110/+subscriptions

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

[Bug 1875109] [NEW] regression: splitting panes does not cause a resize in backgrounded tmux

2020-04-25 Thread Anthony Sottile
Public bug reported:

This is the same as this upstream issue:
https://github.com/tmux/tmux/issues/1963 (fixed 2019-11-02)

this is present in 3.0a-2 for ubuntu focal

there is a patch listed here -- alternatively, it looks like this is
fixed in 3.1:
https://github.com/tmux/tmux/issues/1963#issuecomment-548929945

** Affects: tmux (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/1875109

Title:
  regression: splitting panes does not cause a resize in backgrounded
  tmux

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

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

[Bug 529897] Re: Please add avahi support to others deb proxies

2020-04-25 Thread Rolf Leggewie
** Changed in: squid-deb-proxy (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/529897

Title:
  Please add avahi support to others deb proxies

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/529897/+subscriptions

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

[Bug 1733694] Re: apt-avahi-discover can take a long time when the destination service port is blocked

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

** Changed in: squid-deb-proxy (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/1733694

Title:
  apt-avahi-discover can take a long time when the destination service
  port is blocked

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/squid-deb-proxy/+bug/1733694/+subscriptions

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

[Bug 1821494] Re: Sennheiser GSX 1000/1200: only one subdevice exposed by Pulse & incorrect channel mapping

2020-04-25 Thread Nelson Elhage
I've submitted an upstream MR here based on the OP's fix with some
slight edits based on my tseting:
https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/286

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

Title:
  Sennheiser GSX 1000/1200: only one subdevice exposed by Pulse &
  incorrect channel mapping

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

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

[Bug 982273] Re: mudita24 does not inform user of insufficient hardware

2020-04-25 Thread Bug Watch Updater
** Changed in: mudita24
   Status: Unknown => New

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

Title:
  mudita24 does not inform user of insufficient hardware

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

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

[Bug 1862485] Re: Plymouth BGRT theme does not work due to missing files in initramfs

2020-04-25 Thread Cruz Fernandez
*** This bug is a duplicate of bug 1864586 ***
https://bugs.launchpad.net/bugs/1864586

Also, I think this bug is not duplicate of #1864586

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

Title:
  Plymouth BGRT theme does not work due to missing files in initramfs

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

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

[Bug 1862485] Re: Plymouth BGRT theme does not work due to missing files in initramfs

2020-04-25 Thread Cruz Fernandez
*** This bug is a duplicate of bug 1864586 ***
https://bugs.launchpad.net/bugs/1864586

On latest 0.9.4git20200323-0ubuntu6 is not being reproduced this
problem.

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

Title:
  Plymouth BGRT theme does not work due to missing files in initramfs

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

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

[Bug 1726922] Re: gnome-calendar keeps asking for my google password

2020-04-25 Thread Simon Shapiro
Deleting files in ~/.config is suboptimail in my case;
I have very few applications installed and already have 122 objects in .config.
It would be nice if someone [who knows] told us what variable we are to look 
for.
that Google seems to be the culprit in virtually all cases here, and that the 
applicationdoes not report itself whrn invoking this obscurity measure, fails 
to amaze me.

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

Title:
  gnome-calendar keeps asking for my google password

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

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

[Bug 1862485] Re: Plymouth BGRT theme does not work due to missing files in initramfs

2020-04-25 Thread Cruz Fernandez
*** This bug is a duplicate of bug 1864586 ***
https://bugs.launchpad.net/bugs/1864586

I didn't need to patch the file /usr/share/initramfs-
tools/hooks/plymouth adding "spinner" there. I've noted though that
adding more themes I see the related file
`/usr/share/plymouth/themes/spinner/spinner.plymouth` on the script

sudo update-alternatives --config default.plymouth

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

Title:
  Plymouth BGRT theme does not work due to missing files in initramfs

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

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

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

2020-04-25 Thread forevertheuni
Same here, When I have it with PT keyboard super doesn't work, when in
EN it works.

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

Title:
  super key does not work with secondary keyboard layout

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

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

[Bug 1866372] Re: Plymouth causes update-initramfs to fail

2020-04-25 Thread Cruz Fernandez
*** This bug is a duplicate of bug 1866377 ***
https://bugs.launchpad.net/bugs/1866377

A better workaround is to install plymouth-theme-spinner (it fixed the
OEM missing logo on Ubuntu 20.04 for my machine Dell XPS 9550)

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

Title:
  Plymouth causes update-initramfs to fail

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

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

[Bug 1875106] [NEW] System irresponsive after 2-finger horizontal scroll over dock

2020-04-25 Thread Diogo Pernes
Public bug reported:

If I do a two-finger horizontal scrolling on top of the dock/sidebar,
the system becomes almost completely irresponsive: no response to
keyboard, only the mouse cursor moves, but clicking anywhere has no
effect. I have to close the laptop lid to force suspend, so I can
control the system again.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: gnome-shell-extension-ubuntu-dock 67ubuntu20.04.5
ProcVersionSignature: Ubuntu 5.4.0-26.30-generic 5.4.30
Uname: Linux 5.4.0-26-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 23:52:51 2020
InstallationDate: Installed on 2019-07-03 (297 days ago)
InstallationMedia: Ubuntu 19.04 "Disco Dingo" - Release amd64 (20190416)
PackageArchitecture: all
SourcePackage: gnome-shell-extension-ubuntu-dock
UpgradeStatus: Upgraded to focal on 2020-04-25 (0 days ago)

** Affects: gnome-shell-extension-ubuntu-dock (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/1875106

Title:
  System irresponsive after 2-finger horizontal scroll over dock

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

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

[Bug 1874921] Re: Ubuntu 20.04 - UK keyboard layout defaults to non-UK layout (I think US)on boot.

2020-04-25 Thread tengo
Just to add, I've found that when logged into the OS the keyboard
returns to being in a UK layout. However, if lock the session, when I
attempt to log-in the keyboard has once again changed to non-UK.

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

Title:
  Ubuntu 20.04 - UK keyboard layout defaults to non-UK layout (I think
  US)on boot.

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

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

[Bug 1875107] [NEW] Updater reports error related to unsupporteed PPA

2020-04-25 Thread Brian Ettkin
Public bug reported:

Trying to upgrade from 19.10 to 20.04. I removed all third party ppas
and still didn't work

ProblemType: Bug
DistroRelease: Ubuntu 19.10
Package: ubuntu-release-upgrader-core 1:19.10.15.4
ProcVersionSignature: Ubuntu 5.3.0-46.38-generic 5.3.18
Uname: Linux 5.3.0-46-generic x86_64
ApportVersion: 2.20.11-0ubuntu8.8
Architecture: amd64
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 18:54:27 2020
InstallationDate: Installed on 2020-02-04 (81 days ago)
InstallationMedia: Lubuntu 19.10 "Eoan Ermine" - Release amd64 (20191017.1)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
UpgradeStatus: Upgraded to eoan on 2020-04-25 (0 days ago)
VarLogDistupgradeTermlog:

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


** Tags: amd64 apport-bug dist-upgrade eoan third-party-packages

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

Title:
  Updater reports error related to unsupporteed PPA

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

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

[Bug 1875105] [NEW] updade to ubuntu 20.04 failed with erorrs about regexp

2020-04-25 Thread Denis Ovod
Public bug reported:

looks like my system is in bad shape. it says "20.04" but dkpg is not working 
properly ...
will try to reboot now with crossed fingers ...

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubuntu-release-upgrader-core 1:20.04.18
Uname: Linux 5.5.18-050518-generic x86_64
ApportVersion: 2.20.11-0ubuntu27
Architecture: amd64
CasperMD5CheckResult: skip
CrashDB: ubuntu
CurrentDesktop: ubuntu:GNOME
Date: Sat Apr 25 15:47:53 2020
InstallationDate: Installed on 2018-10-29 (544 days ago)
InstallationMedia: Ubuntu 18.04.1 LTS "Bionic Beaver" - Release amd64 (20180725)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: ubuntu-release-upgrader
UpgradeStatus: Upgraded to focal on 2020-04-25 (0 days ago)
VarLogDistupgradeXorgFixuplog:
 INFO:root:/usr/bin/do-release-upgrade running
 INFO:root:No xorg.conf, exiting

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


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

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

Title:
  updade to ubuntu 20.04 failed with erorrs about regexp

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

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

[Bug 1874262] Re: User session does not start: Problem with chrome-remote-desktop

2020-04-25 Thread Robert
https://gitlab.gnome.org/GNOME/gdm/-/issues/580

** Changed in: gdm3 (Ubuntu)
   Status: Invalid => Confirmed

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

Title:
  User session does not start: Problem with chrome-remote-desktop

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

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

[Bug 1874262] Re: User session does not start: Problem with chrome-remote-desktop

2020-04-25 Thread Robert
(the xkbcomp stuff is clearly marked as "Errors from xkbcomp are not fatal to 
the X server").  

This will likely be resolved with the patch from
https://gitlab.gnome.org/GNOME/gdm/-/issues/580.


** Bug watch added: gitlab.gnome.org/GNOME/gdm/-/issues #580
   https://gitlab.gnome.org/GNOME/gdm/-/issues/580

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

Title:
  User session does not start: Problem with chrome-remote-desktop

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

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

  1   2   3   4   5   6   >