[Bug 1957884] Re: postfix warns about differing chroot files after package upgrades

2022-01-23 Thread Martin Richtarsky
@Scott: Yes it does (I did both and don't get the error anymore)

Could that be done automatically when the chroot file dependencies
change?

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

Title:
  postfix warns about differing chroot files after package upgrades

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


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

[Bug 1958774] Re: Blackscreen after suspending and closing LID

2022-01-23 Thread Chuyang Chen
** Description changed:

- These bugs occur after I upgrade the linux-generic package from 5.11(not
- sure) to 5.13 today. After that, I have met two similar bugs:
+ These bugs occur after I upgrade the linux-generic package from 5.11
+ (not sure) to 5.13 today. After that, I have met two similar bugs:
  
  1. Every time I suspend my computer and re-activate it, I will get a black 
screen with a bleaking cursor.
  2. Every time I close my laptop's LID and reopen it, I will get an empty 
black screen (without anything).
  
- It really troubles me. It will be very helpful if you fix it.
+ These bugs really trouble me. It will be very helpful if you fix it.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 21.10
  Package: linux-generic 5.13.0.27.37
  ProcVersionSignature: Ubuntu 5.13.0-27.29-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  NonfreeKernelModules: nvidia_modeset nvidia
  ApportVersion: 2.20.11-0ubuntu71
  Architecture: amd64
  AudioDevicesInUse:
-  USERPID ACCESS COMMAND
-  /dev/snd/controlC0:  nomanous   5648 F pulseaudio
-  /dev/snd/controlC1:  nomanous   5648 F pulseaudio
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  nomanous   5648 F pulseaudio
+  /dev/snd/controlC1:  nomanous   5648 F pulseaudio
  CasperMD5CheckResult: pass
  CurrentDesktop: ubuntu:GNOME
  Date: Sun Jan 23 23:02:24 2022
  InstallationDate: Installed on 2021-06-29 (208 days ago)
  InstallationMedia: Ubuntu 21.04 "Hirsute Hippo" - Release amd64 (20210420)
  MachineType: HASEE Computer NH5x_7xDCx_DDx
  ProcFB: 0 i915drmfb
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=018344b7-14eb-4d4a-b012-cf2577a7bc6a ro quiet splash vt.handoff=7
  RelatedPackageVersions:
-  linux-restricted-modules-5.13.0-27-generic N/A
-  linux-backports-modules-5.13.0-27-generic  N/A
-  linux-firmware 1.201.3
+  linux-restricted-modules-5.13.0-27-generic N/A
+  linux-backports-modules-5.13.0-27-generic  N/A
+  linux-firmware 1.201.3
  SourcePackage: linux
  UpgradeStatus: Upgraded to impish on 2021-10-15 (100 days ago)
  dmi.bios.date: 04/18/2020
  dmi.bios.release: 7.3
  dmi.bios.vendor: INSYDE Corp.
  dmi.bios.version: 1.07.03THZX
  dmi.board.asset.tag: Tag 12345
  dmi.board.name: NH5x_7xDCx_DDx
  dmi.board.vendor: Notebook
  dmi.board.version: Not Applicable
  dmi.chassis.asset.tag: No Asset Tag
  dmi.chassis.type: 10
  dmi.chassis.vendor: No Enclosure
  dmi.chassis.version: N/A
  dmi.ec.firmware.release: 7.1
  dmi.modalias: 
dmi:bvnINSYDECorp.:bvr1.07.03THZX:bd04/18/2020:br7.3:efr7.1:svnHASEEComputer:pnNH5x_7xDCx_DDx:pvrNotApplicable:rvnNotebook:rnNH5x_7xDCx_DDx:rvrNotApplicable:cvnNoEnclosure:ct10:cvrN/A:skuNotApplicable:
  dmi.product.family: Not Applicable
  dmi.product.name: NH5x_7xDCx_DDx
  dmi.product.sku: Not Applicable
  dmi.product.version: Not Applicable
  dmi.sys.vendor: HASEE Computer

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

Title:
  Blackscreen after suspending and closing LID

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


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

[Bug 1958827] [NEW] podman-docker socket does not allow access for the docker group

2022-01-23 Thread Václav Šmilauer
Public bug reported:

I installed podman-docker which essentially symlinks /run/docker.sock ->
/run/podman/podman.sock . In normal Docker (docker.io) installation, the
socket is accessible by the "docker" group, the podman-docker socket is
not (/run/podman/podman.sock is root:root). This does not break the
"docker" command (as it is just a wrapper around podman) but does break
tools which connect to the docker socket directly, such as docker-
compose (meaning docker-compose has to be run as root). I don't know
what the solution is, but it should be at least documented.

Running docker-compose:

docker-compose -f container.yml up --build --remove-orphans
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in 
urlopen
httplib_response = self._make_request(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in 
_make_request
conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.9/http/client.py", line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1040, in _send_output
self.send(msg)
  File "/usr/lib/python3.9/http/client.py", line 980, in send
self.connect()
  File "/usr/lib/python3/dist-packages/docker/transport/unixconn.py", line 30, 
in connect
sock.connect(self.unix_socket)
PermissionError: [Errno 13] Permission denied

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 439, in send
resp = conn.urlopen(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 755, in 
urlopen
retries = retries.increment(
  File "/usr/lib/python3/dist-packages/urllib3/util/retry.py", line 532, in 
increment
raise six.reraise(type(error), error, _stacktrace)
  File "/usr/lib/python3/dist-packages/six.py", line 718, in reraise
raise value.with_traceback(tb)
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 699, in 
urlopen
httplib_response = self._make_request(
  File "/usr/lib/python3/dist-packages/urllib3/connectionpool.py", line 394, in 
_make_request
conn.request(method, url, **httplib_request_kw)
  File "/usr/lib/python3.9/http/client.py", line 1285, in request
self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1331, in _send_request
self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1280, in endheaders
self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.9/http/client.py", line 1040, in _send_output
self.send(msg)
  File "/usr/lib/python3.9/http/client.py", line 980, in send
self.connect()
  File "/usr/lib/python3/dist-packages/docker/transport/unixconn.py", line 30, 
in connect
sock.connect(self.unix_socket)
urllib3.exceptions.ProtocolError: ('Connection aborted.', PermissionError(13, 
'Permission denied'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 214, in 
_retrieve_server_version
return self.version(api_version=False)["ApiVersion"]
  File "/usr/lib/python3/dist-packages/docker/api/daemon.py", line 181, in 
version
return self._result(self._get(url), json=True)
  File "/usr/lib/python3/dist-packages/docker/utils/decorators.py", line 46, in 
inner
return f(self, *args, **kwargs)
  File "/usr/lib/python3/dist-packages/docker/api/client.py", line 237, in _get
return self.get(url, **self._set_request_timeout(kwargs))
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 555, in get
return self.request('GET', url, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 542, in 
request
resp = self.send(prep, **send_kwargs)
  File "/usr/lib/python3/dist-packages/requests/sessions.py", line 655, in send
r = adapter.send(request, **kwargs)
  File "/usr/lib/python3/dist-packages/requests/adapters.py", line 498, in send
raise ConnectionError(err, request=request)
requests.exceptions.ConnectionError: ('Connection aborted.', 
PermissionError(13, 'Permission denied'))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/bin/docker-compose", line 33, in 
sys.exit(load_entry_point('docker-compose==1.27.4', 'console_scripts', 
'docker-compose')())
  File "/usr/lib/python3/dist-packages/compose/cli/main.py", line 67, in main
command()
  File 

[Bug 1954649] Re: autopkgtest regressions with python3.10 as supported

2022-01-23 Thread Graham Inggs
** Changed in: supysonic (Ubuntu)
   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/1954649

Title:
  autopkgtest regressions with python3.10 as supported

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


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

[Bug 1958639] Re: Intel WiFi 6 AX210 hardware stops working

2022-01-23 Thread Juerg Haefliger
** Package changed: linux-signed-hwe-5.13 (Ubuntu) => linux-firmware
(Ubuntu)

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

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

** Changed in: linux-firmware (Ubuntu)
   Status: Confirmed => Invalid

** Tags added: kern-2023

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

Title:
  Intel WiFi 6 AX210 hardware stops working

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


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

[Bug 1958826] Re: FTBFS not compatible with gnuradio 3.9.0

2022-01-23 Thread Bug Watch Updater
** Changed in: gr-soapy (Debian)
   Status: Unknown => New

** Changed in: gr-iio (Debian)
   Status: Unknown => New

** Changed in: gr-radar (Debian)
   Status: Unknown => New

** Changed in: gr-dab (Debian)
   Status: Unknown => Confirmed

** Changed in: gr-gsm (Debian)
   Status: Unknown => New

** Changed in: gr-fcdproplus (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/1958826

Title:
  FTBFS not compatible with gnuradio 3.9.0

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


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

[Bug 1958676] Re: error: too early for operation, device not yet seeded or device model not acknowledged Install failed

2022-01-23 Thread Maciej Borzecki
The error indicates that snapd is still in the process of early init &
setting up device. Ideally it's enough to wait for seed.loaded event,
(snap wait system seed.loaded). This is what snapd.seeded.service does,
but from the piece of log you provided, the service did not start,
because its dependencies failed. So by the time `snap install core22`
ran snapd was still not ready. Getting the contents of the journal to
see what exactly failed would be great.

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

Title:
  error: too early for operation, device not yet seeded or device model
  not acknowledged Install failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1958676/+subscriptions


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

[Bug 1958826] [NEW] FTBFS not compatible with gnuradio 3.9.0

2022-01-23 Thread Graham Inggs
Public bug reported:

Please remove the following packages from -release:
gr-dab
gr-fcdproplus
gr-iio
gr-radar
gr-soapy
gr-gsm

** Affects: gr-dab (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-fcdproplus (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-gsm (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-iio (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-radar (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-soapy (Ubuntu)
 Importance: Undecided
 Status: New

** Affects: gr-dab (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: gr-fcdproplus (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: gr-gsm (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: gr-iio (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: gr-radar (Debian)
 Importance: Unknown
 Status: Unknown

** Affects: gr-soapy (Debian)
 Importance: Unknown
 Status: Unknown


** Tags: update-excuse

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

** Also affects: gr-dab (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002106
   Importance: Unknown
   Status: Unknown

** Also affects: gr-fcdproplus (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gr-fcdproplus (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002119
   Importance: Unknown
   Status: Unknown

** Also affects: gr-iio (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gr-iio (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002091
   Importance: Unknown
   Status: Unknown

** Also affects: gr-radar (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gr-radar (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002104
   Importance: Unknown
   Status: Unknown

** Also affects: gr-soapy (Ubuntu)
   Importance: Undecided
   Status: New

** Also affects: gr-soapy (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002104
   Importance: Unknown
   Status: Unknown

** No longer affects: gr-soapy (Debian)

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

** Also affects: gr-soapy (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002090
   Importance: Unknown
   Status: Unknown

** Description changed:

  Please remove the following packages from -release:
  gr-dab
  gr-fcdproplus
  gr-iio
  gr-radar
  gr-soapy
+ gr-gsm

** Also affects: gr-gsm (Ubuntu)
   Importance: Undecided
   Status: New

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

** Also affects: gr-gsm (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1002113
   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/1958826

Title:
  FTBFS not compatible with gnuradio 3.9.0

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


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

[Bug 1946869] Re: Merge libvirt from Debian unstable for 22.04

2022-01-23 Thread Christian Ehrhardt 
We got 8.0 (our target) into Debian now, starting a merge of that

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

Title:
  Merge libvirt from Debian unstable for 22.04

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


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

[Bug 1958108] Re: [MIR][Restricted] ipu6-camera-bins, ipu6-camera-hal, gst-plugins-icamera

2022-01-23 Thread Shih-Yuan Lee
** Summary changed:

- [Canonical Partners] ipu6-camera-bins, ipu6-camera-hal, gst-plugins-icamera
+ [MIR][Restricted] ipu6-camera-bins, ipu6-camera-hal, gst-plugins-icamera

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

Title:
  [MIR][Restricted] ipu6-camera-bins, ipu6-camera-hal, gst-plugins-
  icamera

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


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

[Bug 1772624] Re: Broadcom BCM4356 wifi chipset firmware is not working

2022-01-23 Thread Juerg Haefliger
PLease open a new ticket.

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

Title:
  Broadcom BCM4356 wifi chipset firmware is not working

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


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

[Bug 1942702] Re: Ubuntu Dock "Show Applications" button: click target doesn't extend to screen edges

2022-01-23 Thread Treviño
** Also affects: yaru-theme (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: yaru-theme (Ubuntu)
   Status: New => In Progress

** Changed in: yaru-theme (Ubuntu)
   Importance: Undecided => High

** Changed in: yaru-theme (Ubuntu)
 Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0)

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

Title:
  Ubuntu Dock "Show Applications" button: click target doesn't extend to
  screen edges

To manage notifications about this bug go to:
https://bugs.launchpad.net/dash-to-dock/+bug/1942702/+subscriptions


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

[Bug 1723117] Re: Desktop icons goes under the Dock, if the Dock is set to auto-hide.

2022-01-23 Thread Treviño
** Changed in: gnome-shell-extension-ubuntu-dock (Ubuntu)
   Importance: Low => Medium

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

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

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

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

Title:
  Desktop icons goes under the Dock, if the Dock is set to auto-hide.

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


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

[Bug 1934185] Re: Ubuntu Dock popup menu in top left corner of the screen and won't go away

2022-01-23 Thread Treviño
Akbarkhon, do you have also a log from journalctl /usr/bin/gnome-shell
for that?

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

Title:
  Ubuntu Dock popup menu in top left corner of the screen and won't go
  away

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


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

[Bug 1958389] Re: Jammy builds of xen segfault, but only on launchpad x86 builders

2022-01-23 Thread Christian Ehrhardt 
For xen itself we know now how to "work around it" which is retry until running 
on one of the new builders. Leaving the bug open as it clearly seems to be a 
real issue.
I also leave the PPA as-is so that you can grab sources from there for 
recreating this binutils issue.

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

Title:
  Jammy builds of xen segfault, but only on launchpad x86 builders

To manage notifications about this bug go to:
https://bugs.launchpad.net/launchpad-buildd/+bug/1958389/+subscriptions


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

[Bug 1933359] Re: [SRU][Ubuntu 21.10][Broadcom] mpi3mr driver submission request

2022-01-23 Thread Sujith Pandel
Hi Michael,
Sanity check is complete with the new impish proposed kernel 5.13.0-28.31.
Please help take this forward.

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

Title:
  [SRU][Ubuntu 21.10][Broadcom] mpi3mr driver submission request

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


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

[Bug 1957086] Re: Autopkgtest systemd fail against dnsmasq 2.86 (22.04)

2022-01-23 Thread Christian Ehrhardt 
Hi Michael,
it seems suspicious as it is the same test that fails.
But the assertion is different.
In the referred Debian bug it is
  AssertionError: b'megasearch.net: 192.168.42.1' not found in
In the Ubuntu fail it is
  subprocess.CalledProcessError: Command '['resolvectl', 'query', 'math.lab']' 
returned non-zero exit status 1.


Also we did show that 2.86-1 worked fine against systemd 249.7-1ubuntu1 without 
a change to dnsmasq.
Finally the new dnsmasq 2.86-1.1 tested against systemd 249.5-2ubuntu4 here
https://autopkgtest.ubuntu.com/results/autopkgtest-jammy/jammy/amd64/s/systemd/20220122_111714_33b38@/log.gz
It still shows the same issue as reported here.

The referenced error OTOH fails in Debian with 247.9-1 which works for
this issue here.

So while indeed very close, I doubt it is the same as 
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=995655
Overall I guess eventually we need both fixes anyway, the one in dnsmasq (sync 
already happened 2.86-1.1 is in j-proposed) and a newer systemd upload.

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

Title:
  Autopkgtest systemd fail against dnsmasq 2.86 (22.04)

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


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

[Bug 1937223] Re: [MIR] oem-somerville-kakuna-meta

2022-01-23 Thread Shih-Yuan Lee
oem-somerville-kakuna-meta 20.04~ubuntu1 has been put into
https://launchpad.net/ubuntu/focal/+queue.


** Changed in: ubuntu
   Status: Confirmed => In Progress

** Tags removed: oem-needs-upload
** Tags added: oem-done-upload

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

Title:
  [MIR] oem-somerville-kakuna-meta

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


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

[Bug 1920192] Re: [MIR] oem-somerville-grimer-rkl-meta

2022-01-23 Thread Andy Chi
Confirmed that after enabling focal-proposed:
1. `ubuntu-drivers list-oem` lists the package `oem-somerville-grimer-rkl-meta`
2. `ubuntu-drivers install` installs the package 
`oem-somerville-grimer-rkl-meta`
3. Clean install stock Ubuntu then enable focal-proposed, update-manager offers 
installation to `oem-somerville-grimer-rkl-meta` and installs kernel from the 
OEM archive

** Tags removed: verification-needed verification-needed-focal
** Tags added: verification-done verification-done-focal

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

Title:
  [MIR] oem-somerville-grimer-rkl-meta

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


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

[Bug 1955686] Re: alsa/sdw: fix the audio sdw codec parsing logic in the acpi table

2022-01-23 Thread Hui Wang
For the oem kernel, the fix was merged to: Ubuntu-
oem-5.14-5.14.0-1021.23 with the public bug #1956720 (stable patches
update).


** Changed in: linux-oem-5.14 (Ubuntu Focal)
   Status: In Progress => Fix Released

** Tags removed: verification-needed-impish
** Tags added: verification-done-impish

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

Title:
  alsa/sdw: fix the  audio sdw codec parsing logic in the acpi table

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


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

[Bug 1920195] Re: [MIR] oem-somerville-pidgeot-14-meta

2022-01-23 Thread Shih-Yuan Lee
oem-somerville-pidgeot-14-meta 20.04~ubuntu1 has been put into
https://launchpad.net/ubuntu/focal/+queue.

** Changed in: ubuntu
   Status: Confirmed => In Progress

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

Title:
  [MIR] oem-somerville-pidgeot-14-meta

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


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

[Bug 1920196] Re: [MIR] oem-somerville-pidgeot-meta

2022-01-23 Thread Shih-Yuan Lee
** Changed in: ubuntu
   Status: Confirmed => In Progress

** Tags removed: oem-needs-upload
** Tags added: oem-done-upload

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

Title:
  [MIR] oem-somerville-pidgeot-meta

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


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

[Bug 1894795] Re: [MIR] oem-somerville-charmander-meta

2022-01-23 Thread Shih-Yuan Lee
oem-somerville-charmander-meta 20.04~ubuntu1 has been put into
https://launchpad.net/ubuntu/focal/+queue.

** Changed in: ubuntu
   Status: Confirmed => In Progress

** Tags removed: oem-needs-upload
** Tags added: oem-done-upload

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

Title:
  [MIR] oem-somerville-charmander-meta

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


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

[Bug 1920196] Re: [MIR] oem-somerville-pidgeot-meta

2022-01-23 Thread Shih-Yuan Lee
oem-somerville-pidgeot-meta 20.04~ubuntu1 has been put into
https://launchpad.net/ubuntu/focal/+queue.

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

Title:
  [MIR] oem-somerville-pidgeot-meta

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


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

[Bug 1958443] Re: Ubuntu randomly freezes with 5.13.0-27 [rtw_8821ce 0000:01:00.0: pci bus timeout, check dma status]

2022-01-23 Thread Herbert Petrich
Same here, HP notebook HP 17-by3536ng (with rtw_8821ce), freezes
before/after login screen after updating from kernel 5.11 to 5.13.
dmesg is spammed with

rtw_8821ce :01:00.0: pci bus timeout, check dma status

about 300 times per second (does not happen with kernel 5.11).

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

Title:
  Ubuntu randomly freezes with 5.13.0-27 [rtw_8821ce :01:00.0: pci
  bus timeout, check dma status]

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


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

[Bug 1958443] Re: Ubuntu randomly freezes with 5.13.0-27 [rtw_8821ce 0000:01:00.0: pci bus timeout, check dma status]

2022-01-23 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: linux-hwe-5.13 (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/1958443

Title:
  Ubuntu randomly freezes with 5.13.0-27 [rtw_8821ce :01:00.0: pci
  bus timeout, check dma status]

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


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

[Bug 1925017] Re: [MIR] oem-stella.cmit-deoxys-meta

2022-01-23 Thread Shih-Yuan Lee
** No longer affects: ubuntu

** No longer affects: Ubuntu Focal

** Changed in: oem-stella.cmit-deoxys-meta (Ubuntu)
   Status: Confirmed => Opinion

** Changed in: oem-stella.cmit-deoxys-meta (Ubuntu)
   Status: Opinion => Invalid

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

Title:
  [MIR] oem-stella.cmit-deoxys-meta

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


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

[Bug 1909735] Re: [MIR] oem-sutton.newell-carleton-meta

2022-01-23 Thread Shih-Yuan Lee
** Changed in: oem-priority
   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/1909735

Title:
  [MIR] oem-sutton.newell-carleton-meta

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


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

[Bug 1932084] Re: MANPAGER="grep -F {" man systemd.exec leads to man: command exited with status 1: sed -e ...

2022-01-23 Thread Colin Watson
The problem with fixing this as you describe ("no output at all") is
that it would make it difficult to understand what's going on in the
more common case where your configured pager is accidentally not
installed.  Would you accept a less ugly error message (somehow)?

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

Title:
  MANPAGER="grep -F {" man systemd.exec leads to man: command exited
  with status 1: sed -e ...

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


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

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-01-23 Thread Daniel van Vugt
This is almost certainly bug 1958412, which was the first to report the
static noise regression on the amdgpu driver after kernel 5.13 was
introduced to Ubuntu 20.04.

Also ignore all comments that mention Nvidia because GNOME and Ubuntu
only uses the primary GPU for shell rendering. Never the secondary GPU.

Having just this bug separate when all the other reports of it are
pointing to bug 1958412 probably won't help you.

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

Title:
  [amdgpu] Random noise 'static' display after internal display turned
  off/on

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


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

[Bug 658436] Re: Upgrading kubuntu 10.04 to 10.10 freezes on Virtuoso configuration

2022-01-23 Thread Launchpad Bug Tracker
[Expired for virtuoso-opensource (Ubuntu) because there has been no
activity for 60 days.]

** Changed in: virtuoso-opensource (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/658436

Title:
  Upgrading kubuntu 10.04 to 10.10 freezes on Virtuoso configuration

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


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

[Bug 1945679] Re: character duplicates and log duplicates OS icons and unattended update last night. that was me. i guess. 18.0 > 20.0 upgrade.

2022-01-23 Thread Launchpad Bug Tracker
[Expired for firefox (Ubuntu) because there has been no activity for 60
days.]

** Changed in: firefox (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/1945679

Title:
  character duplicates and log duplicates OS icons and unattended update
  last night. that was me. i guess. 18.0 > 20.0 upgrade.

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


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

[Bug 1951904] Re: package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to install/upgrade: installed mysql-server-8.0 package post-installation script 서브프로세스가 오류 종료 상태 1를 반환했습니다

2022-01-23 Thread Launchpad Bug Tracker
[Expired for mysql-8.0 (Ubuntu) because there has been no activity for
60 days.]

** Changed in: mysql-8.0 (Ubuntu)
   Status: Incomplete => Expired

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

Title:
  package mysql-server-8.0 8.0.27-0ubuntu0.20.04.1 failed to
  install/upgrade: installed mysql-server-8.0 package post-installation
  script 서브프로세스가 오류 종료 상태 1를 반환했습니다

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


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

[Bug 1952061] Re: Bluetooth is not working. It is showing to connect with a Dongle.

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

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

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

Title:
  Bluetooth is not working. It is showing to connect with a Dongle.

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


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

[Bug 1958248] Re: [amdgpu] Screen garbled on login and freezes on resume from suspend (kernel 5.13.0-25.26~20.04.1-generic)

2022-01-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1958412 ***
https://bugs.launchpad.net/bugs/1958412

** Summary changed:

- [amdgpu] Screen garbled on login and freezes on unsuspend
+ [amdgpu] Screen garbled on login and freezes on resume from suspend (kernel 
5.13.0-25.26~20.04.1-generic)

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

Title:
  [amdgpu] Screen garbled on login and freezes on resume from suspend
  (kernel 5.13.0-25.26~20.04.1-generic)

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


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

[Bug 1958412] Re: [amdgpu] at startup and shutdown screen gets white noise

2022-01-23 Thread Daniel van Vugt
Removed comment about the workaround because it is confusing people in
duplicate bugs and probably not accurate.

** Description changed:

- After the kernel release 5.13.0-27-generic was installed today, the startup 
and shutdown processes finish with white noise screens.
- The workaround at startup is to disable "quiet" in /etc/default/grub, 
variable GRUB_CMDLINE_LINUX_DEFAULT. (GRUB_CMDLINE_LINUX_DEFAULT="splash" 
works, GRUB_CMDLINE_LINUX_DEFAULT=" quiet splash" doesn't).
- No workaround found for shutdown until now. Can you help me find one ?
+ After the kernel release 5.13.0-27-generic was installed today, the
+ startup and shutdown processes finish with white noise screens.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: xorg 1:7.7+19ubuntu14
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  BootLog: Error: [Errno 13] Permission non accordée: '/var/log/boot.log'
  CasperMD5CheckResult: skip
  CompositorRunning: None
  CurrentDesktop: KDE
  Date: Wed Jan 19 16:17:35 2022
  DistUpgraded: Fresh install
  DistroCodename: focal
  DistroVariant: ubuntu
  ExtraDebuggingInterest: I just need to know a workaround
  GraphicsCard:
-  Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:164c] (rev c2) (prog-if 
00 [VGA controller])
-Subsystem: ASUSTeK Computer Inc. Device [1043:18b2]
+  Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:164c] (rev c2) (prog-if 
00 [VGA controller])
+    Subsystem: ASUSTeK Computer Inc. Device [1043:18b2]
  InstallationDate: Installed on 2022-01-19 (0 days ago)
  InstallationMedia: Kubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 
(20210819.1)
  MachineType: ASUSTeK COMPUTER INC. VivoBook_ASUSLaptop TP420UA_TM420UA
  ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=c4ec4ae8-c14c-4c0b-9922-9142270cef97 ro quiet splash vt.handoff=7
  SourcePackage: xorg
  Symptom: display
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 09/06/2021
  dmi.bios.release: 5.19
  dmi.bios.vendor: American Megatrends International, LLC.
  dmi.bios.version: TP420UA.302
  dmi.board.asset.tag: ATN12345678901234567
  dmi.board.name: TP420UA
  dmi.board.vendor: ASUSTeK COMPUTER INC.
  dmi.board.version: 1.0
  dmi.chassis.asset.tag: No  Asset  Tag
  dmi.chassis.type: 31
  dmi.chassis.vendor: ASUSTeK COMPUTER INC.
  dmi.chassis.version: 1.0
  dmi.ec.firmware.release: 3.2
  dmi.modalias: 
dmi:bvnAmericanMegatrendsInternational,LLC.:bvrTP420UA.302:bd09/06/2021:br5.19:efr3.2:svnASUSTeKCOMPUTERINC.:pnVivoBook_ASUSLaptopTP420UA_TM420UA:pvr1.0:rvnASUSTeKCOMPUTERINC.:rnTP420UA:rvr1.0:cvnASUSTeKCOMPUTERINC.:ct31:cvr1.0:sku:
  dmi.product.family: VivoBook Flip
  dmi.product.name: VivoBook_ASUSLaptop TP420UA_TM420UA
  dmi.product.version: 1.0
  dmi.sys.vendor: ASUSTeK COMPUTER INC.
  version.compiz: compiz N/A
  version.libdrm2: libdrm2 2.4.105-3~20.04.2
  version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.5
  version.libgl1-mesa-glx: libgl1-mesa-glx N/A
  version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.2
  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

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

Title:
  [amdgpu] at startup and shutdown screen gets white noise

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


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

[Bug 1958591] Re: [amdgpu] Random noise 'static' display after internal display turned off/on

2022-01-23 Thread Daniel van Vugt
** Tags added: regression-release

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

Title:
  [amdgpu] Random noise 'static' display after internal display turned
  off/on

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


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

[Bug 1958823] Re: Xorg freeze

2022-01-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1958412 ***
https://bugs.launchpad.net/bugs/1958412

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


** Tags added: amdgpu

** Summary changed:

- Xorg freeze
+ Screen Keeps Blinking/Flickering after waking up from lock

** Package changed: xorg (Ubuntu) => linux-hwe-5.13 (Ubuntu)

** This bug has been marked a duplicate of bug 1958412
   [amdgpu] at startup and shutdown screen gets white noise

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

Title:
  Screen Keeps Blinking/Flickering after waking up from lock

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


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

[Bug 1915678] Re: [SRU] iSCSI+Multipath: Volume attachment hungs if sessiong scanning fails

2022-01-23 Thread Brett Milford
Hi Corey,

I've tested python-os-brick package 2.8.1-0ubuntu1~cloud0.2 from cloud-
archive:stein-proposed as per the Test Case and can confirm this fixes
the issue for me.

** Tags removed: verification-stein-needed
** Tags added: verification-stein-done

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

Title:
  [SRU] iSCSI+Multipath: Volume attachment hungs if sessiong scanning
  fails

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1915678/+subscriptions


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

[Bug 1958823] [NEW] Xorg freeze

2022-01-23 Thread Irfan Fauzan
Public bug reported:

Screen Keeps Blinking/Flickering after waking up from lock

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-27-generic x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
BootLog: Error: [Errno 13] Permission denied: '/var/log/boot.log'
CasperMD5CheckResult: skip
CompositorRunning: None
CurrentDesktop: ubuntu:GNOME
Date: Mon Jan 24 10:44:54 2022
DistUpgraded: Fresh install
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GpuHangFrequency: Continuously
GpuHangReproducibility: Yes, I can easily reproduce it
GpuHangStarted: Within the last few days
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:164c] (rev c1) (prog-if 00 
[VGA controller])
   Subsystem: Lenovo Device [17aa:3f95]
InstallationDate: Installed on 2022-01-11 (12 days ago)
InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
MachineType: LENOVO 82KT
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-27-generic 
root=UUID=7e63c3e2-afff-4841-8da3-9dad122a8352 ro quiet splash vt.handoff=7
SourcePackage: xorg
Symptom: display
Title: Xorg freeze
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 07/23/2021
dmi.bios.release: 1.40
dmi.bios.vendor: LENOVO
dmi.bios.version: GLCN40WW
dmi.board.asset.tag: No Asset Tag
dmi.board.name: LNVNB161216
dmi.board.vendor: LENOVO
dmi.board.version: SDK0Q55726WIN
dmi.chassis.asset.tag: No Asset Tag
dmi.chassis.type: 10
dmi.chassis.vendor: LENOVO
dmi.chassis.version: IdeaPad 3 14ALC6
dmi.ec.firmware.release: 1.40
dmi.modalias: 
dmi:bvnLENOVO:bvrGLCN40WW:bd07/23/2021:br1.40:efr1.40:svnLENOVO:pn82KT:pvrIdeaPad314ALC6:rvnLENOVO:rnLNVNB161216:rvrSDK0Q55726WIN:cvnLENOVO:ct10:cvrIdeaPad314ALC6:skuLENOVO_MT_82KT_BU_idea_FM_IdeaPad314ALC6:
dmi.product.family: IdeaPad 3 14ALC6
dmi.product.name: 82KT
dmi.product.sku: LENOVO_MT_82KT_BU_idea_FM_IdeaPad 3 14ALC6
dmi.product.version: IdeaPad 3 14ALC6
dmi.sys.vendor: LENOVO
version.compiz: compiz N/A
version.libdrm2: libdrm2 2.4.105-3~20.04.2
version.libgl1-mesa-dri: libgl1-mesa-dri 21.0.3-0ubuntu0.3~20.04.5
version.libgl1-mesa-glx: libgl1-mesa-glx N/A
version.xserver-xorg-core: xserver-xorg-core 2:1.20.13-1ubuntu1~20.04.2
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 freeze ubuntu

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

Title:
  Xorg freeze

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


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

[Bug 1958673] Re: SRU Request for upgrade to X-Server 1.20.14 in focal/20.04-LTS

2022-01-23 Thread Daniel van Vugt
** Tags added: focal

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

Title:
  SRU Request for upgrade to X-Server 1.20.14 in focal/20.04-LTS

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


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

[Bug 1958684] Re: gnome-shell crashed with SIGFPE in meta_wayland_xdg_toplevel_send_configure() from meta_window_wayland_configure()

2022-01-23 Thread Daniel van Vugt
Also tracked in:

https://gitlab.gnome.org/GNOME/mutter/-/issues/1527
https://gitlab.gnome.org/GNOME/mutter/-/issues/1739

** Tags added: fixed-in-40 fixed-upstream

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

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

Title:
  gnome-shell crashed with SIGFPE in
  meta_wayland_xdg_toplevel_send_configure() from
  meta_window_wayland_configure()

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


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

[Bug 1958684] Re: gnome-shell crashed with SIGFPE in meta_wayland_xdg_toplevel_send_configure() from meta_window_wayland_configure()

2022-01-23 Thread Daniel van Vugt
Tracking in
https://errors.ubuntu.com/problem/bd270ee843b327813e28ccddde4a1357b64e1326

** Summary changed:

- gnome-shell on wayland crashes when starting Qt Creator
+ gnome-shell crashed with SIGFPE in meta_wayland_xdg_toplevel_send_configure() 
from meta_window_wayland_configure()

** Description changed:

+ https://errors.ubuntu.com/problem/bd270ee843b327813e28ccddde4a1357b64e1326
+ 
+ ---
+ 
+ 
  To reproduce with Ubuntu 20.04:
  
  1. Run Gnome or the Gnome-based Ubuntu Desktop on Wayland.
  
  2. Download and install the snapshot build of Qt Creator from 
https://master.qt.io/snapshots/qtcreator/6.0/6.0.3/624/qt-creator-opensource-linux-x86_64-6.0.3_624.run
-Sorry for the inconvenience that the installer requires an account. You 
can easily get one free of charge. Let me know if you need help with that.
+    Sorry for the inconvenience that the installer requires an account. You 
can easily get one free of charge. Let me know if you need help with that.
  
  3. Start the installed Qt Creator with parameter "-tcs".
-"-tcs" will ignore local settings saved for Qt Creator, so it will not 
mess up settings you might have.
+    "-tcs" will ignore local settings saved for Qt Creator, so it will not 
mess up settings you might have.
  
  The log-in session crashes. All running applications are being closed
  immediately and you get back to the login screen.
  
  Sure, there might be something wrong in our snapshot package, but no
  matter how wrong our package might be, Wayland/Gnome should not crash,
  should they?
  
  If I should provide any further information, please let me know.
  
  gnome-shell: 3.36.9-0ubuntu0.20.04.2
  libwayland-server0: 1.18.0-1
  xwayland: 2:1.20.13-1ubuntu1~20.04.2
  
  ProblemType: Crash
  DistroRelease: Ubuntu 20.04
  Package: gnome-shell 3.36.9-0ubuntu0.20.04.2
  ProcVersionSignature: Ubuntu 5.13.0-27.29~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-27-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Fri Jan 21 18:18:40 2022
  DisplayManager: gdm3
  ExecutablePath: /usr/bin/gnome-shell
  ExecutableTimestamp: 1621432157
  InstallationDate: Installed on 2021-12-17 (35 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcCmdline: /usr/bin/gnome-shell
  ProcCwd: /home/qtrob
  RelatedPackageVersions: mutter-common 3.36.9-0ubuntu0.20.04.2
  Signal: 8
  SourcePackage: gnome-shell
  StacktraceTop:
-  ?? () from /lib/x86_64-linux-gnu/libmutter-6.so.0
-  ?? () from /lib/x86_64-linux-gnu/libmutter-6.so.0
-  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
-  g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /lib/x86_64-linux-gnu/libmutter-6.so.0
+  ?? () from /lib/x86_64-linux-gnu/libmutter-6.so.0
+  g_closure_invoke () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  ?? () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
+  g_signal_emit_valist () from /lib/x86_64-linux-gnu/libgobject-2.0.so.0
  Title: gnome-shell crashed with SIGFPE in g_closure_invoke()
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
  separator:

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

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/1958684/+attachment/5556248/+files/CoreDump.gz

** Information type changed from Private to Public

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1527
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1527

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #1739
   https://gitlab.gnome.org/GNOME/mutter/-/issues/1739

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

Title:
  gnome-shell crashed with SIGFPE in
  meta_wayland_xdg_toplevel_send_configure() from
  meta_window_wayland_configure()

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


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

[Bug 1958818] Re: /usr/bin/gnome-shell:8:meta_wayland_xdg_toplevel_send_configure:meta_window_wayland_configure:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist

2022-01-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1958684 ***
https://bugs.launchpad.net/bugs/1958684

** This bug has been marked a duplicate of private bug 1958684

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

Title:
  /usr/bin/gnome-
  
shell:8:meta_wayland_xdg_toplevel_send_configure:meta_window_wayland_configure:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist

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


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

[Bug 1958726] Re: gnome-control-center online-accounts cannot load accounts.google.com

2022-01-23 Thread Daniel van Vugt
See also bug 1892064

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

Title:
  gnome-control-center online-accounts cannot load accounts.google.com

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


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

[Bug 1958722] Re: improve the sound -> over-amplification row

2022-01-23 Thread Daniel van Vugt
** Changed in: gnome-control-center (Ubuntu)
   Importance: Undecided => Wishlist

** Changed in: gnome-control-center (Ubuntu)
 Assignee: (unassigned) => Muqtadir (muqtxdir-m)

** Changed in: gnome-control-center (Ubuntu)
   Status: New => In Progress

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

Title:
  improve the sound -> over-amplification row

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


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

[Bug 1958818] [NEW] /usr/bin/gnome-shell:8:meta_wayland_xdg_toplevel_send_configure:meta_window_wayland_configure:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist

2022-01-23 Thread errors.ubuntu.com bug bridge
*** This bug is a duplicate of bug 1958684 ***
https://bugs.launchpad.net/bugs/1958684

Public bug reported:

The Ubuntu Error Tracker has been receiving reports about a problem regarding 
gnome-shell.  This problem was most recently seen with package version 
3.38.4-1ubuntu3~21.04.1, the problem page at 
https://errors.ubuntu.com/problem/bd270ee843b327813e28ccddde4a1357b64e1326 
contains more details, including versions of packages affected, stacktrace or 
traceback, and individual crash reports.
If you do not have access to the Ubuntu Error Tracker and are a software 
developer, you can request it at http://forms.canonical.com/reports/.

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


** Tags: focal

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

Title:
  /usr/bin/gnome-
  
shell:8:meta_wayland_xdg_toplevel_send_configure:meta_window_wayland_configure:g_closure_invoke:signal_emit_unlocked_R:g_signal_emit_valist

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


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

[Bug 1958759] Re: Had some crash on log out after chaging locale, it went away on log out, couldnt post it

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

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

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

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

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


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

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

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

Title:
  Had some crash on log out after chaging locale, it went away on log
  out, couldnt post it

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


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

[Bug 1958733] Re: Settings menu will not open. Other things seem messed up.

2022-01-23 Thread Daniel van Vugt
Also if you open a Terminal window and run:

  gnome-control-center

then what messages do you see?


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

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

Title:
  Settings menu will not  open. Other things seem messed up.

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


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

[Bug 1958733] Re: Settings menu will not open. Other things seem messed up.

2022-01-23 Thread Daniel van Vugt
If you can reinstall the OS then yes that would be the fastest solution.
Otherwise please run:

  dpkg -l > allpackages.txt

and attach the resulting text file here.

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

Title:
  Settings menu will not  open. Other things seem messed up.

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


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

[Bug 1958778] Re: Laptop not waking up from suspend, or waking up with random noise on screen.

2022-01-23 Thread Daniel van Vugt
The noise problem is already covered by bug 1958412 and bug 1958591. So
this bug is now just about failing to wake from suspend.


** Tags added: amdgpu

** Summary changed:

- Laptop not waking up from suspend, or waking up with random noise on screen.
+ [amdgpu] Laptop not waking up from suspend, or waking up with random noise on 
screen.

** Package changed: xorg (Ubuntu) => linux-hwe-5.13 (Ubuntu)

** Summary changed:

- [amdgpu] Laptop not waking up from suspend, or waking up with random noise on 
screen.
+ [amdgpu] Laptop not waking up from suspend

** Tags added: resume suspend-resume

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

Title:
  [amdgpu] Laptop not waking up from suspend

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


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

[Bug 1910235] Re: The mouse stops working after trying to take an area screenshot in some apps on Xorg

2022-01-23 Thread Daniel van Vugt
It looks like we forgot to fix focal so there are still bug reports
there.

** Tags added: rls-ff-incoming

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

Title:
  The mouse stops working after trying to take an area screenshot in
  some apps on Xorg

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


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

[Bug 1946258] Re: Panels unclickable after screen area capture

2022-01-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1910235 ***
https://bugs.launchpad.net/bugs/1910235

** This bug has been marked a duplicate of bug 1910235
   The mouse stops working after trying to take an area screenshot in some apps 
on Xorg

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

Title:
  Panels unclickable after screen area capture

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


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

[Bug 1958813] [NEW] I have on clean install some weird folder /home/user/Downloads/firefox.tmp/

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

I have on clean install some weird folder /home/user/Downloads/firefox.tmp/
Downloads/
└── firefox.tmp
├── security_state
├── Temp-efca5f30-b773-40f3-afd2-fb29f7ca2d30
│   └── mesa_shader_cache
│   ├── 5a
│   │   └── a12b397653d94da952e9174b48042792d0b5b5
│   ├── 86
│   │   └── 658cd26a8a5c083a0d01153d2d26eb349759ce
│   ├── c2
│   │   └── 6957f33af79c866d74f0dd37b47ef18e57d431
│   └── index
└── tmpaddon

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: ubuntu-release-upgrader-core 1:22.04.3
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CrashDB: ubuntu
CurrentDesktop: KDE
Date: Mon Jan 24 03:49:13 2022
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
PackageArchitecture: all
SourcePackage: ubuntu-release-upgrader
Symptom: dist-upgrade
UpgradeStatus: No upgrade log present (probably fresh install)

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


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

** Attachment added: "Screenshot_20220124_034644.png"
   
https://bugs.launchpad.net/bugs/1958813/+attachment/5556841/+files/Screenshot_20220124_034644.png

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

Title:
  I have on clean install some weird folder
  /home/user/Downloads/firefox.tmp/

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


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

[Bug 1958635] Re: Dock + window menus unresponsive after attempting to do an area screenshot

2022-01-23 Thread Daniel van Vugt
*** This bug is a duplicate of bug 1910235 ***
https://bugs.launchpad.net/bugs/1910235

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


** This bug has been marked a duplicate of bug 1910235
   The mouse stops working after trying to take an area screenshot in some apps 
on Xorg

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

Title:
  Dock + window menus unresponsive after attempting to do an area
  screenshot

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


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

[Bug 1958814] [NEW] Reporting bug makes new loading firefox icon even if using only one stacked one

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Reporting bug makes new loading firefox icon even if using only one
stacked one

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-workspace 4:5.23.90-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 03:50:15 2022
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_034928.png"
   
https://bugs.launchpad.net/bugs/1958814/+attachment/5556846/+files/Screenshot_20220124_034928.png

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

Title:
  Reporting bug makes new loading firefox icon even if using only one
  stacked one

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


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

[Bug 1958412] Re: [amdgpu] at startup and shutdown screen gets white noise

2022-01-23 Thread Daniel van Vugt
See also bug 1958591 which is likely to be the same issue.

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

Title:
  [amdgpu] at startup and shutdown screen gets white noise

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


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

[Bug 1956519] Re: amd_sfh: Null pointer dereference on early device init causes early panic and fails to boot

2022-01-23 Thread Matthew Ruffell
Hi Stefan,

Yes, this will be brought to Focal's HWE kernel, and will be released at
the same time the Impish kernel is released, looking to be the end of
the month going by https://kernel.ubuntu.com/

Vadik, Iestyn, thank you very much for verifying the Impish kernel in
-proposed.

Thanks,
Matthew

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

Title:
  amd_sfh: Null pointer dereference on early device init causes early
  panic and fails to boot

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


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

[Bug 1958236] Re: Kernel 5.13 results on dxvk games crashing/hanging (LoL/Borderlands 2)

2022-01-23 Thread Daniel van Vugt
Please run:

  dpkg -l > allpackages.txt

and then attach the resulting text file here so we can check which
packages are installed now.

** Package changed: linux-hwe-5.13 (Ubuntu) => ubuntu

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

Title:
  Kernel 5.13 results on dxvk games crashing/hanging (LoL/Borderlands 2)

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


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

[Bug 1958810] [NEW] Apt installing snap package if got some error why didnt finish, thinks apt is installed, but snap cant be removed

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Apt installing snap package if got some error why didnt finish, thinks
apt is installed, but snap cant be removed

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: chromium-browser 1:85.0.4183.83-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
DRM.card0-Virtual-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
 modes: 1024x768 1920x1080 1600x1200 1680x1050 1680x1050 1400x1050 1400x1050 
1600x900 1280x1024 1440x900 1440x900 1280x960 1366x768 1366x768 1360x768 
1280x800 1280x800 1280x768 1280x768 1280x720 800x600 800x600 848x480 640x480
Date: Mon Jan 24 03:37:18 2022
DiskUsage:
 Filesystem Type   Size  Used Avail Use% Mounted on
 /dev/xvda3 ext411G  8,3G  1,4G  86% /
 tmpfs  tmpfs  1,9G  6,6M  1,9G   1% /dev/shm
 /dev/xvda3 ext411G  8,3G  1,4G  86% /
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
Lsusb:
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
MachineType: Xen HVM domU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=d8fb805e-11ec-4105-9320-3618a2dfa835 ro quiet splash vt.handoff=7
Snap.Changes:
 ID   Status  Spawn  Ready  Summary
 4Done2022-01-24T03:33:37+02:00  2022-01-24T03:34:29+02:00  Install 
"chromium" snap
Snap.ChromeDriverVersion: ChromeDriver 97.0.4692.99 
(d740da257583289dbebd2eb37e8668928fac5ead-refs/branch-heads/4692@{#1461})
Snap.ChromiumVersion: Chromium 97.0.4692.99 snap
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/08/2022
dmi.bios.release: 4.14
dmi.bios.vendor: Xen
dmi.bios.version: 4.14.3
dmi.chassis.type: 1
dmi.chassis.vendor: Xen
dmi.modalias: 
dmi:bvnXen:bvr4.14.3:bd01/08/2022:br4.14:svnXen:pnHVMdomU:pvr4.14.3:cvnXen:ct1:cvr:sku:
dmi.product.name: HVM domU
dmi.product.version: 4.14.3
dmi.sys.vendor: Xen

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

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug jammy snap

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

** Also affects: snap (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/1958810

Title:
  Apt installing snap package if got some error why didnt finish, thinks
  apt is installed, but snap cant be removed

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


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

[Bug 1958811] [NEW] If apt installs snap package, then show size of it

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

If apt installs snap package, then show size of it

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: chromium-browser 1:85.0.4183.83-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
DRM.card0-Virtual-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
 modes: 1024x768 1920x1080 1600x1200 1680x1050 1680x1050 1400x1050 1400x1050 
1600x900 1280x1024 1440x900 1440x900 1280x960 1366x768 1366x768 1360x768 
1280x800 1280x800 1280x768 1280x768 1280x720 800x600 800x600 848x480 640x480
Date: Mon Jan 24 03:36:26 2022
DiskUsage:
 Filesystem Type   Size  Used Avail Use% Mounted on
 /dev/xvda3 ext411G  8,3G  1,5G  86% /
 tmpfs  tmpfs  1,9G  6,6M  1,9G   1% /dev/shm
 /dev/xvda3 ext411G  8,3G  1,5G  86% /
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
Lsusb:
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
MachineType: Xen HVM domU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=d8fb805e-11ec-4105-9320-3618a2dfa835 ro quiet splash vt.handoff=7
Snap.Changes:
 ID   Status  Spawn  Ready  Summary
 4Done2022-01-24T03:33:37+02:00  2022-01-24T03:34:29+02:00  Install 
"chromium" snap
Snap.ChromeDriverVersion: ChromeDriver 97.0.4692.99 
(d740da257583289dbebd2eb37e8668928fac5ead-refs/branch-heads/4692@{#1461})
Snap.ChromiumVersion: Chromium 97.0.4692.99 snap
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/08/2022
dmi.bios.release: 4.14
dmi.bios.vendor: Xen
dmi.bios.version: 4.14.3
dmi.chassis.type: 1
dmi.chassis.vendor: Xen
dmi.modalias: 
dmi:bvnXen:bvr4.14.3:bd01/08/2022:br4.14:svnXen:pnHVMdomU:pvr4.14.3:cvnXen:ct1:cvr:sku:
dmi.product.name: HVM domU
dmi.product.version: 4.14.3
dmi.sys.vendor: Xen

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

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug jammy snap

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

** Also affects: snap (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/1958811

Title:
  If apt installs snap package, then show size of it

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


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

[Bug 1958812] [NEW] If apt installs snap package, then warn, because maybe i dont want snap package.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

If apt installs snap package, then warn, because maybe i dont want snap
package.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: chromium-browser 1:85.0.4183.83-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
DRM.card0-Virtual-1:
 enabled: enabled
 dpms: On
 status: connected
 edid-base64: 
 modes: 1024x768 1920x1080 1600x1200 1680x1050 1680x1050 1400x1050 1400x1050 
1600x900 1280x1024 1440x900 1440x900 1280x960 1366x768 1366x768 1360x768 
1280x800 1280x800 1280x768 1280x768 1280x720 800x600 800x600 848x480 640x480
Date: Mon Jan 24 03:35:44 2022
DiskUsage:
 Filesystem Type   Size  Used Avail Use% Mounted on
 /dev/xvda3 ext411G  8,3G  1,5G  86% /
 tmpfs  tmpfs  1,9G  9,1M  1,9G   1% /dev/shm
 /dev/xvda3 ext411G  8,3G  1,5G  86% /
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
Lsusb:
 Bus 001 Device 002: ID 0627:0001 Adomax Technology Co., Ltd QEMU USB Tablet
 Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Lsusb-t:
 /:  Bus 01.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/6p, 480M
 |__ Port 1: Dev 2, If 0, Class=Human Interface Device, Driver=usbhid, 480M
MachineType: Xen HVM domU
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.15.0-17-generic 
root=UUID=d8fb805e-11ec-4105-9320-3618a2dfa835 ro quiet splash vt.handoff=7
Snap.Changes:
 ID   Status  Spawn  Ready  Summary
 4Done2022-01-24T03:33:37+02:00  2022-01-24T03:34:29+02:00  Install 
"chromium" snap
Snap.ChromeDriverVersion: ChromeDriver 97.0.4692.99 
(d740da257583289dbebd2eb37e8668928fac5ead-refs/branch-heads/4692@{#1461})
Snap.ChromiumVersion: Chromium 97.0.4692.99 snap
SourcePackage: chromium-browser
UpgradeStatus: No upgrade log present (probably fresh install)
dmi.bios.date: 01/08/2022
dmi.bios.release: 4.14
dmi.bios.vendor: Xen
dmi.bios.version: 4.14.3
dmi.chassis.type: 1
dmi.chassis.vendor: Xen
dmi.modalias: 
dmi:bvnXen:bvr4.14.3:bd01/08/2022:br4.14:svnXen:pnHVMdomU:pvr4.14.3:cvnXen:ct1:cvr:sku:
dmi.product.name: HVM domU
dmi.product.version: 4.14.3
dmi.sys.vendor: Xen

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

** Affects: chromium-browser (Ubuntu)
 Importance: Undecided
 Status: New

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


** Tags: amd64 apport-bug jammy snap

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

** Also affects: snap (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/1958812

Title:
  If apt installs snap package, then warn, because maybe i dont want
  snap package.

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


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

[Bug 1958147] Re: Nvidia acceleration has gone

2022-01-23 Thread Daniel van Vugt
If you have any more different problems then please open new bugs for
each one.

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

Title:
  Nvidia acceleration has gone

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


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

[Bug 1930371] Re: top bar displayed on top of a fullscreen window that gets moved from one monitor to another

2022-01-23 Thread Daniel van Vugt
Thanks for the bug report.

First, please try removing these extensions:

  'fullscreen-hot-cor...@sorrow.about.alice.pm.me',
'transparentosd@ipaq3870'

then log in again.


** Tags removed: hirsute
** Tags added: impish

** Changed in: gnome-shell (Ubuntu)
   Status: Won't Fix => Incomplete

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

Title:
  top bar displayed on top of a fullscreen window that gets moved from
  one monitor to another

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


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

[Bug 1933890] Re: No wacom tablet or stylus discovered, Fujitsu T935

2022-01-23 Thread Daniel van Vugt
** Changed in: gnome-control-center (Ubuntu)
   Status: Won't Fix => New

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

** Tags removed: hirsute
** Tags added: impish

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

Title:
  No wacom tablet or stylus discovered, Fujitsu T935

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


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

[Bug 1958749] Re: Notifications on log out are lost. I would like to still have important bug crash report ones.

2022-01-23 Thread Kangarooo Jānis
Why cant just select that wont fix in 18.04 and keep it open in 22.04?

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

Title:
  Notifications on log out are lost. I would like to still have
  important bug crash report ones.

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


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

[Bug 1926799] Re: Cursor is not rendered in the correct location when at maximum desktop zoom

2022-01-23 Thread Daniel van Vugt
** Tags removed: hirsute
** Tags added: impish

** Changed in: gnome-shell (Ubuntu)
   Status: Won't Fix => New

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

Title:
  Cursor is not rendered in the correct location when at maximum desktop
  zoom

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


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

[Bug 1958749] ProcEnviron.txt

2022-01-23 Thread Kangarooo Jānis
apport information

** Attachment added: "ProcEnviron.txt"
   
https://bugs.launchpad.net/bugs/1958749/+attachment/5556786/+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/1958749

Title:
  Notifications on log out are lost. I would like to still have
  important bug crash report ones.

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


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

[Bug 1958749] ProcCpuinfoMinimal.txt

2022-01-23 Thread Kangarooo Jānis
apport information

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

Title:
  Notifications on log out are lost. I would like to still have
  important bug crash report ones.

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


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

[Bug 1958749] Re: Notifications on log out are lost. I would like to still have important bug crash report ones.

2022-01-23 Thread Kangarooo Jānis
apport information

** Tags added: apport-collected jammy

** Description changed:

  Notifications on log out are lost. I would like to still have important
  bug crash report ones.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: plasma-workspace 4:5.12.9-0ubuntu0.1
  ProcVersionSignature: Ubuntu 5.4.0-96.109~18.04.1-generic 5.4.157
  Uname: Linux 5.4.0-96-generic i686
  ApportVersion: 2.20.9-0ubuntu7.27
  Architecture: i386
  CurrentDesktop: KDE
  Date: Sun Jan 23 04:03:41 2022
  InstallationDate: Installed on 2022-01-15 (7 days ago)
  InstallationMedia: Kubuntu 18.04.5 LTS "Bionic Beaver" - Release i386 
(20200806.1)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu75
+ Architecture: amd64
+ CasperMD5CheckResult: pass
+ CurrentDesktop: KDE
+ DistroRelease: Ubuntu 22.04
+ InstallationDate: Installed on 2022-01-21 (2 days ago)
+ InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
+ Package: plasma-workspace 4:5.23.90-0ubuntu2
+ PackageArchitecture: amd64
+ ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
+ Tags:  jammy
+ Uname: Linux 5.15.0-17-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True

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

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

Title:
  Notifications on log out are lost. I would like to still have
  important bug crash report ones.

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


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


[Bug 1875015] Re: Displaylink is extremely slow

2022-01-23 Thread Daniel van Vugt
The 5.5 beta driver:

  https://www.synaptics.com/products/displaylink-
graphics/downloads/ubuntu

has also solved a serious issue in Wayland sessions for me...

  https://gitlab.gnome.org/GNOME/mutter/-/issues/2005

** Bug watch added: gitlab.gnome.org/GNOME/mutter/-/issues #2005
   https://gitlab.gnome.org/GNOME/mutter/-/issues/2005

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

Title:
  Displaylink is extremely slow

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


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

[Bug 1958492] Re: Keyboard layout doesn't switch to japanese when using a Japanese (109-key) keyboard and the system language is english

2022-01-23 Thread Marcel Montes
Let me rephrase this. This is not a bug.

This is a misconfiguration of ibus-mozc in the ubuntu distribution that
leads to inconsistencies in switching keyboard layouts when mozc is
involved, not a mozc bug.

Mozc just does what it's been told to.

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

Title:
  Keyboard layout doesn't switch to japanese when using a Japanese
  (109-key) keyboard and the system language is english

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


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

[Bug 1958806] [NEW] Fails to include libgcc, resulting in cryptsetup failures

2022-01-23 Thread Chris Halse Rogers
Public bug reported:

I recently rebooted my laptop, and couldn't unlock my (cryptsetup-
managed) root filesystem; after entering my passphrase, the plymouth
prompt would always say “unable to unlock /dev/nvme0n1p3_crypt”.

Dropping to text mode, I can see that cryptsetup is failing with a message like:
"libgcc_s: missing library, needed for pthread_exit”.

Indeed, in the recovery console cryptsetup will immediately crash with
that message.

I note that initramfs-tools already has some logic for detecting when
libgcc_s is needed but isn't in DT_NEEDED, but this seems to have gone
out of date.

Adding an initramfs hook to manually add libgcc_s to the initramfs
results in a bootable system again.

I don't reboot this laptop often, so I unfortunately can't narrow down
*when* this started failing better than “sometime in the last 2 months”.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: initramfs-tools 0.140ubuntu10
ProcVersionSignature: Ubuntu 5.13.0-20.20-generic 5.13.14
Uname: Linux 5.13.0-20-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Mon Jan 24 12:08:34 2022
InstallationDate: Installed on 2021-06-26 (211 days ago)
InstallationMedia: Ubuntu 21.10.0 2021.05.28 amd64 "bcachefs" (20210622)
PackageArchitecture: all
SourcePackage: initramfs-tools
UpgradeStatus: Upgraded to jammy on 2021-10-28 (87 days ago)

** Affects: initramfs-tools (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy wayland-session

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

Title:
  Fails to include libgcc, resulting in cryptsetup failures

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


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

[Bug 1958130] Re: Fresh 32 bit 18.04.5 kubuntu live usb shows this error. xcursor.knsrc: Loading of providers from file: xxx failed

2022-01-23 Thread Kangarooo Jānis
Well maybe yes maybe no. Still one point release should be made, so need to 
have it fixed.
So even if unsupported bug someone fixes, it wont be upadated to lists?
So then not invalid, cuz we see screenshot- bug exists.
So since ubuntu supported packages from main will be in 18.04.6, then dont we 
have to fix it also so it could be there? Then making if invalid makes no one 
even look and fix it.
Its in Ubuntu linux distro and Kubuntu is part of Ubuntu official ones. So..
What other thing can be selected? Wont fix? Can still fix, until next point 
release.
What would be more satisfying? New launchpad button- needs backport? Bug 
#1958804 
Who can move it correct?
https://bugs.launchpad.net/ubuntu/+source/plasma-discover/+bug/1958130
So maybe we confirm and let the fix happen not to hide its info from searches? 
Thats fake status invalid, since need that maybe wont fix for this distro and 
select where it is fixed?
It can be declined after whole Ubuntu EOL, but not just Kubuntu packages EOL, 
since event Kubuntu next version might need to have this fix, but making 
invalid makes it lost, just need to apply to correct version where backport can 
make someone who would like to backport unsoported version fixes, even in 
Ubuntu next distro packages needs to be fixed when its Ubuntu package and just 
because from Kubuntu reported, then falsely selected invalid. Is this bot doing 
it?

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

Title:
  Fresh 32 bit 18.04.5 kubuntu live usb shows this error. xcursor.knsrc:
  Loading of providers from file: xxx failed

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


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

[Bug 1958492] Re: Keyboard layout doesn't switch to japanese when using a Japanese (109-key) keyboard and the system language is english

2022-01-23 Thread Marcel Montes
Tutorials, Videos in youtube, blogs, everyone mentions to explictly
change input mode to "Hiragana" through the menues.

Because their layout is broken!!!

In a japanese setup the key to the left of "1" (tilde "~" in the US keyboard 
layout) IS the input mode switcher.
Since ibus-mozc is *not* properly configured to ensure that that works and 
behaves randomly depending on the currently used keyboard layout, everyone has 
to work around it with the menues. 

This is broken behaviour.

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

Title:
  Keyboard layout doesn't switch to japanese when using a Japanese
  (109-key) keyboard and the system language is english

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


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

[Bug 1958492] Re: Keyboard layout doesn't switch to japanese when using a Japanese (109-key) keyboard and the system language is english

2022-01-23 Thread Marcel Montes
To test, I also added a spanish keyboard layout.

$ gsettings get org.gnome.desktop.input-sources sources
[('ibus', 'mozc-jp'), ('xkb', 'us+intl'), ('xkb', 'jp'), ('xkb', 'es')]


If I'm using the spanish layout and switch to "Japanese (Mozc)" I end up with a 
-non existent- "es (mozc)" setup.
If I'm using the us international and switch to "Japanese (Mozc)" I end up with 
a -non existent- "us+intl (mozc)" setup.
If I'm using the japanese (no mozc) layout and switch to "Japanese (Mozc)" I 
end up with the proper "Japanese (Mozc)" (by chance).


This is totally inconsistent and is not how switching keyboard layouts should 
behave, in my opinion.

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

Title:
  Keyboard layout doesn't switch to japanese when using a Japanese
  (109-key) keyboard and the system language is english

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


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

[Bug 1958492] Re: Keyboard layout doesn't switch to japanese when using a Japanese (109-key) keyboard and the system language is english

2022-01-23 Thread Marcel Montes
In my opinion, this is still a bug.

For arguments' sake, let's say I also have another Japanese input source
with Japanese keyboard layout (no mozc).

ie:
$ gsettings get org.gnome.desktop.input-sources sources
[('ibus', 'mozc-jp'), ('xkb', 'us'), ('xkb', 'jp')]

Then, changing the input source to xkb jp, changes the layout. (ie:
shift-2 is properly a double quote, not like an at mark like in the us
layout, etc).

---> This is the expected behaviour of switching keyboard layouts. <---

To summarise:
If I switch to "Japanese", it switches to a japanese keyboard layout.
If I switch "Japanese (Mozc)" it just activates mozc with the us layout intl 
variant intact. Where did the "japanese" part go?

It's effectively a -non existant- "US-intl (Mozc)" keyboard layout, not
"Japanese (Mozc)" as advertised.

I don't understand the rationale behind the "Japanese" (no mozc)
keyboard layout switching to jp (ie: actually doing setxkbmap jp) but
"Japanese (Mozc)" not doing it.

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

Title:
  Keyboard layout doesn't switch to japanese when using a Japanese
  (109-key) keyboard and the system language is english

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


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

[Bug 1944018] Re: ath11k_pci sometimes crashes on suspend/resume on Dell XPS 13 9310

2022-01-23 Thread Matt Austin
It appears installing linux-oem-20.04c resolves this issue for me (it
installs kernel 5.13).

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

Title:
  ath11k_pci sometimes crashes on suspend/resume on Dell XPS 13 9310

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


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

[Bug 1822937] Re: NVIDIA settings won't write to /etc/xorg

2022-01-23 Thread Jürgen
Problem still exists in 21.10 nv495 ..

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

Title:
  NVIDIA settings won't write to /etc/xorg

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


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

[Bug 1958803] [NEW] installation crashed when finishing

2022-01-23 Thread Augusto
Public bug reported:

1)
Description:Ubuntu 20.04.3 LTS
Release:20.04

2)
N: Unable to locate package pkgname

Installation was already finished and this error pop up with de finished
installation pop up. Both messages appeared at the same time

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: ubiquity 20.04.15.17
ProcVersionSignature: Ubuntu 5.11.0-27.29~20.04.1-generic 5.11.22
Uname: Linux 5.11.0-27-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu27.18
Architecture: amd64
CasperMD5CheckResult: pass
CasperVersion: 1.445.1
CurrentDesktop: ubuntu:GNOME
Date: Sun Jan 23 21:15:58 2022
InstallCmdLine: BOOT_IMAGE=/casper/vmlinuz file=/cdrom/preseed/ubuntu.seed 
maybe-ubiquity quiet splash acpi=off ---
LiveMediaBuild: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
ProcEnviron:
 LANGUAGE=es_AR.UTF-8
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=es_AR.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.17 ubuntu

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

Title:
  installation crashed when finishing

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


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

[Bug 1958412] Re: [amdgpu] at startup and shutdown screen gets white noise

2022-01-23 Thread Bartlomiej Szczygiel
The bug affected me too. First reboot after updating the kernel. HP Pavilion  
15(AMD Ryzen 5 4600H + nvidia 1650ti), after a restart the output from Nvidia 
is replaced by noise: https://www.youtube.com/watch?v=GAbUaWYDVEQ
Under it the system works, I can blindly log, run a terminal and, for example, 
reboot the machine. 
I can switch between amd and nvidia GPUs with prime-select nvidia/intel 
("intel" seems to mean "integrated" there), the AMD GPU works well.   
If I can be helpful and provide more information, please tell me how.

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

Title:
  [amdgpu] at startup and shutdown screen gets white noise

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


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

Re: [Bug 1958182] Re: Just applied the latest patch and the Broadcom 802.11 wifi on my Dell latitude is broken again.

2022-01-23 Thread Doug Forguson
Hi Chris,

Not sure I understand how this worked but I ran the below command after 
doing a bit of research and after rebooting the wifi started working again.

"sudo modprobe cfg80211"

A quick search showed this on the system:

doug@doug-Latitude-E6430:~$ ls -l 
/lib/modules/5.4.0-96-lowlatency/kernel/net/wireless/cfg80211.ko
-rw-r--r-- 1 root root 1222521 Jan 12 09:16 
/lib/modules/5.4.0-96-lowlatency/kernel/net/wireless/cfg80211.ko

I think this aligns pretty well with the date of the patch that broke 
the wifi. Maybe the patch just failed to update the kernel with the new 
driver module.

Doug

On 1/22/22 16:41, Doug Forguson wrote:
> Hi Chris,
>
> I guess I got the module name wrong. At any rate my broadcom wifi is 
> broken after the last patch. This is about the tenth time this has 
> happened. I think I'm going to switch to a different distro until this 
> gets resolved.
>
> Thanks,
>
> Doug
>
>
> doug@doug-Latitude-E6430:~$ apport-collect 1958182
> The authorization page:
>  
> (https://launchpad.net/+authorize-token?oauth_token=2MGZFGmw1h7rXRBvjstb_permission=DESKTOP_INTEGRATION)
>  
>
> should be opening in your browser. Use your browser to authorize
> this program to access Launchpad on your behalf.
> Waiting to hear from Launchpad about your decision...
> Package bcmwl not installed and no hook available, ignoring
>
> On 1/17/22 19:05, Chris Guiver wrote:
>> apport-collect 1958182

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

Title:
  Just applied the latest patch and the Broadcom 802.11 wifi on my Dell
  latitude is broken again.

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


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

[Bug 1958800] Re: Minimized window icon between 2 restored windows looks same like unopened pinned icon. Need to differentiate. More brightness to minimized one.

2022-01-23 Thread Kangarooo Jānis
Opened minimized also hard but with good eyes only if on last side then
can differentiate open.

** Attachment added: "Screenshot_20220124_014747.png"
   
https://bugs.launchpad.net/ubuntu/+source/plasma-workspace/+bug/1958800/+attachment/5556771/+files/Screenshot_20220124_014747.png

** Description changed:

- Minimized window icon between 2 restored windows looks same like
- unopened pinned icon. Need to differentiate. More brightness to
- minimized one.
+ Minimized window icon between 2 restored windows looks same like unopened 
pinned icon. Need to differentiate. More brightness to minimized one. Or little 
less blue top border.
+ Or restored to background light blue and gray for minimized.
+ Too dark for minimized is hard to see difference when its minimized between 2 
background opened windows of apps.
+ 
+ Opened minimized also hard but with good eyes only if on last side then
+ can differentiate open.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-workspace 4:5.23.90-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:28:32 2022
  ExecutablePath: /usr/bin/plasmashell
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Minimized window icon between 2 restored windows looks same like
  unopened pinned icon. Need to differentiate. More brightness to
  minimized one.

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


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

[Bug 1958523] Re: [amdgpu] Static-noise-like effect

2022-01-23 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1958412 ***
https://bugs.launchpad.net/bugs/1958412

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

** Changed in: linux-hwe-5.13 (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/1958523

Title:
  [amdgpu] Static-noise-like effect

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


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

[Bug 1958800] [NEW] Minimized window icon between 2 restored windows looks same like unopened pinned icon. Need to differentiate. More brightness to minimized one.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Minimized window icon between 2 restored windows looks same like unopened 
pinned icon. Need to differentiate. More brightness to minimized one. Or little 
less blue top border.
Or restored to background light blue and gray for minimized.
Too dark for minimized is hard to see difference when its minimized between 2 
background opened windows of apps.

Opened minimized also hard but with good eyes only if on last side then
can differentiate open.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-workspace 4:5.23.90-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:28:32 2022
ExecutablePath: /usr/bin/plasmashell
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_013003.png"
   
https://bugs.launchpad.net/bugs/1958800/+attachment/5556765/+files/Screenshot_20220124_013003.png

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

Title:
  Minimized window icon between 2 restored windows looks same like
  unopened pinned icon. Need to differentiate. More brightness to
  minimized one.

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


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

[Bug 1958797] Re: When logged in with FF open, then links when opening a loading circle shows over pinned icon. Has double if logged out and log in.

2022-01-23 Thread Kangarooo Jānis
Manual fix- removing original install shortcut, pinning firefox again
new fresh.

Can be fixed and implemented.

** Description changed:

  When logged in with FF open, then links when opening a loading circle
  shows over pinned icon. Has double if logged out and log in. Not
  duplicate Bug #1958793 makes the second icon.
+ 
+ Manual fix- removing original install shortcut, pinning firefox again
+ new fresh.
+ 
+ Can be fixed and implemented.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-workspace 4:5.23.90-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:18:44 2022
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  When logged in with FF open, then links when opening a loading circle
  shows over pinned icon. Has double if logged out and log in.

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


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

[Bug 1958793] Re: Logged out while FF open so it will reopen. logged in- Firefox shows not in its pinned from installation icon but makes new one. Closing and reopening shows one the same.

2022-01-23 Thread Kangarooo Jānis
Manual fix- removing original install shortcut, pinning firefox again
new fresh.

Can be fixed and implemented.

** Description changed:

  Logged out while FF open so it will reopen. logged in- Firefox shows not
  in its pinned from installation icon but makes new one. Closing and
  reopening shows one the same.
+ 
+ Manual fix- removing original install shortcut, pinning firefox again
+ new fresh.
+ 
+ Can be fixed and implemented.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-workspace 4:5.23.90-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:00:38 2022
  ExecutablePath: /usr/bin/plasmashell
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Logged out while FF open so it will reopen. logged in- Firefox shows
  not in its pinned from installation icon but makes new one. Closing
  and reopening shows one the same.

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


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

[Bug 1880995] Re: HP ZBook x2 touchpad is detected as a mouse when detached

2022-01-23 Thread Hork
Found this project, seems working.
https://github.com/himekifee/hid-hp-zbook.git

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

Title:
  HP ZBook x2 touchpad is detected as a mouse when detached

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


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

[Bug 1958799] [NEW] Dolphin firefox file browsing for upload selection doesnt remember that SHOW PREVIEW was selected. Need to enable it each time.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Dolphin firefox file browsing for upload selection doesnt remember that
SHOW PREVIEW was selected. Need to enable it each time.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: xdg-desktop-portal-kde 5.23.90-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:23:57 2022
ExecutablePath: /usr/lib/x86_64-linux-gnu/libexec/xdg-desktop-portal-kde
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: xdg-desktop-portal-kde
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: xdg-desktop-portal-kde (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_012732.png"
   
https://bugs.launchpad.net/bugs/1958799/+attachment/5556759/+files/Screenshot_20220124_012732.png

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

Title:
  Dolphin firefox file browsing for upload selection doesnt remember
  that SHOW PREVIEW was selected. Need to enable it each time.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xdg-desktop-portal-kde/+bug/1958799/+subscriptions


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

[Bug 1958797] [NEW] When logged in with FF open, then links when opening a loading circle shows over pinned icon. Has double if logged out and log in.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

When logged in with FF open, then links when opening a loading circle
shows over pinned icon. Has double if logged out and log in. Not
duplicate Bug #1958793 makes the second icon.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-workspace 4:5.23.90-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:18:44 2022
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_011805.png"
   
https://bugs.launchpad.net/bugs/1958797/+attachment/5556755/+files/Screenshot_20220124_011805.png

** Description changed:

  When logged in with FF open, then links when opening a loading circle
- shows over pinned icon. Has double if logged out and log in. Bug
- #1958793 makes the second icon.
+ shows over pinned icon. Has double if logged out and log in. Not
+ duplicate Bug #1958793 makes the second icon.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-workspace 4:5.23.90-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:18:44 2022
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  When logged in with FF open, then links when opening a loading circle
  shows over pinned icon. Has double if logged out and log in.

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


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

[Bug 1958631] Re: [amdgpu] Flickering internal monitor

2022-01-23 Thread Launchpad Bug Tracker
*** This bug is a duplicate of bug 1958412 ***
https://bugs.launchpad.net/bugs/1958412

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

** Changed in: linux-hwe-5.13 (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/1958631

Title:
  [amdgpu] Flickering internal monitor

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


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

[Bug 1958793] Re: Logged out while FF open so it will reopen. logged in- Firefox shows not in its pinned from installation icon but makes new one. Closing and reopening shows one the same.

2022-01-23 Thread Kangarooo Jānis
** Summary changed:

- Logged out logged in- Firefox shows not in its pinned from installation icon 
but makes new one. Closing and reopening shows one the same.
+ Logged out while FF open so it will reopen. logged in- Firefox shows not in 
its pinned from installation icon but makes new one. Closing and reopening 
shows one the same.

** Description changed:

- Logged out logged in- Firefox shows not in its pinned from installation
- icon but makes new one. Closing and reopening shows one the same.
+ Logged out while FF open so it will reopen. logged in- Firefox shows not
+ in its pinned from installation icon but makes new one. Closing and
+ reopening shows one the same.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-workspace 4:5.23.90-0ubuntu2
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:00:38 2022
  ExecutablePath: /usr/bin/plasmashell
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-workspace
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Logged out while FF open so it will reopen. logged in- Firefox shows
  not in its pinned from installation icon but makes new one. Closing
  and reopening shows one the same.

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


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

[Bug 1958794] Re: Edit page button save discard should be in same place where was edit button, since cant see that button and closing all was lost.

2022-01-23 Thread Kangarooo Jānis
** Attachment added: "Screenshot_20220124_010356.png"
   
https://bugs.launchpad.net/ubuntu/+source/plasma-systemmonitor/+bug/1958794/+attachment/5556749/+files/Screenshot_20220124_010356.png

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

Title:
  Edit page button save discard should be in same place where was edit
  button, since cant see that button and closing all was lost.

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


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

[Bug 1958796] [NEW] When editing page then Need Bigger green box around save button like bootstrap and or bold also discard so can see that it can be saved.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

When editing page then Need Bigger green box around save button like
bootstrap and or bold also discard so can see that it can be saved.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-systemmonitor 5.23.90-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:17:38 2022
ExecutablePath: /usr/bin/plasma-systemmonitor
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-systemmonitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-systemmonitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Summary changed:

- When editing page then Need green save button so can see that it can be saved.
+ When editing page then Need Bigger green box around save button like 
bootstrap and or bold also discard so can see that it can be saved.

** Description changed:

- When editing page then Need green save button so can see that it can be
- saved.
+ When editing page then Need Bigger green box around save button like
+ bootstrap and or bold also discard so can see that it can be saved.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 22.04
  Package: plasma-systemmonitor 5.23.90-0ubuntu1
  ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
  Uname: Linux 5.15.0-17-generic x86_64
  ApportVersion: 2.20.11-0ubuntu75
  Architecture: amd64
  CasperMD5CheckResult: pass
  CurrentDesktop: KDE
  Date: Mon Jan 24 01:17:38 2022
  ExecutablePath: /usr/bin/plasma-systemmonitor
  InstallationDate: Installed on 2022-01-21 (2 days ago)
  InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220121)
  SourcePackage: plasma-systemmonitor
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  When editing page then Need Bigger green box around save button like
  bootstrap and or bold also discard so can see that it can be saved.

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


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

[Bug 1866762] Re: Kubuntu 18.04.04 ubuntu-bug apport makes at end of link /+login asking to log in even if logged already logged in

2022-01-23 Thread Kangarooo Jānis
Duplicate added Bug #1958040 in 2022 18.04.5 adding screenshot from
there

** Description changed:

  Kubuntu 18.04.04 ubuntu-bug apport makes at end of link /+login asking
  to log in even if logged already logged in
  
  
https://bugs.launchpad.net/ubuntu/+source/apport/+filebug/220d196a-629a-11ea-9b05-d485646cd9a4/+login
+ 
+ Duplicate added Bug #1958040 in 2022 18.04.5 adding screenshot from
+ there
+ 
  
  ProblemType: Bug
  DistroRelease: Ubuntu 18.04
  Package: apport 2.20.9-0ubuntu7.9
  ProcVersionSignature: Ubuntu 5.3.0-40.32~18.04.1-generic 5.3.18
  Uname: Linux 5.3.0-40-generic x86_64
  ApportVersion: 2.20.9-0ubuntu7.9
  Architecture: amd64
  CurrentDesktop: KDE
  Date: Tue Mar 10 08:41:00 2020
  InstallationDate: Installed on 2020-03-09 (0 days ago)
  InstallationMedia: Kubuntu 18.04.4 LTS "Bionic Beaver" - Release amd64 
(20200203.1)
  PackageArchitecture: all
  SourcePackage: apport
  UpgradeStatus: No upgrade log present (probably fresh install)

** Attachment added: "Screenshot_20220116_014629.png"
   
https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1866762/+attachment/5556748/+files/Screenshot_20220116_014629.png

** Summary changed:

- Kubuntu 18.04.04 ubuntu-bug apport makes at end of link /+login asking to log 
in even if logged already logged in
+ Kubuntu 18.04.04 and 18.04.05 ubuntu-bug apport makes at end of link /+login 
asking to log in even if logged already logged in

** Summary changed:

- Kubuntu 18.04.04 and 18.04.05 ubuntu-bug apport makes at end of link /+login 
asking to log in even if logged already logged in
+ Kubuntu 18.04.04 and 18.04.05 ubuntu-bug and apport makes at end of link 
/+login asking to log in even if logged already logged in

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

Title:
  Kubuntu 18.04.04 and 18.04.05 ubuntu-bug and apport makes at end of
  link /+login asking to log in even if logged already logged in

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


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

[Bug 1958040] Re: Ubuntu-bug apport sends me to /+login link, but im logged in already.

2022-01-23 Thread Kangarooo Jānis
*** This bug is a duplicate of bug 1866762 ***
https://bugs.launchpad.net/bugs/1866762

** This bug has been marked a duplicate of bug 1866762
   Kubuntu 18.04.04 ubuntu-bug apport makes at end of link /+login asking to 
log in even if logged already logged in

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

Title:
  Ubuntu-bug apport sends me to /+login link, but im logged in already.

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


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

[Bug 1958794] [NEW] Edit page button save discard should be in same place where was edit button, since cant see that button and closing all was lost.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Edit page button save discard should be in same place where was edit
button, since cant see that button and closing all was lost.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-systemmonitor 5.23.90-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:02:02 2022
ExecutablePath: /usr/bin/plasma-systemmonitor
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-systemmonitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-systemmonitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_010334.png"
   
https://bugs.launchpad.net/bugs/1958794/+attachment/5556737/+files/Screenshot_20220124_010334.png

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

Title:
  Edit page button save discard should be in same place where was edit
  button, since cant see that button and closing all was lost.

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


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

[Bug 1958795] [NEW] If editing page then on close should ask if to save changes, otherwise all was lost.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

If editing page then on close should ask if to save changes, otherwise
all was lost.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-systemmonitor 5.23.90-0ubuntu1
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:06:44 2022
ExecutablePath: /usr/bin/plasma-systemmonitor
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-systemmonitor
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-systemmonitor (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

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

Title:
  If editing page then on close should ask if to save changes, otherwise
  all was lost.

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


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

[Bug 1958492] Re: Keyboard layout doesn't switch to japanese when using a Japanese (109-key) keyboard and the system language is english

2022-01-23 Thread Gunnar Hjalmarsson
Thanks! I think I understand now.

"default" means that it keeps the active layout you used right before
switching to "Japanese (Mozc)". So since the only XKB layout you have
added is "English (US, intl., with dead keys)", that's the layout used
by Mozc.

I'm pretty sure that the Mozc developers don't consider it a bug. They
have deliberately made that choice instead of always enforcing the "jp"
layout. Maybe because not everyone who needs to input Japanese has a
Japanese keyboard.

Replacing "default" with "jp" in mozc.xml seems to be the most proper
setup for your case.

On 2022-01-21 14:20, Marcel Montes wrote:
> The keyboard layout program showing "?" instead of the layout name is
> a clear hint that something is not right.

That's indeed a bug. But it's a separate thing, and not related to the
other observations you made. Despite the "?" instead of the correct
label, it still shows the us+intl layout in your case.

I see the same in 20.04, but not in 21.10, so that bug is not present in
the latest Ubuntu version. (And it's not important enough to investigate
and backport a fix to 20.04.)

On 2022-01-21 17:22, Marcel Montes wrote:
> Also, for what is worth, I ran "ubuntu-bug ibus-mozc", I don't know
> why the bug report got filed into this package instead.

You did the right thing. ibus-mozc is the applicable binary package, but
bugs are sorted by source package, and mozc is the source package which
builds ibus-mozc (and a bunch of other binary packages).

So, to summarize: I'd say that the principal behavior you reported is
not a bug. The "?" thing, OTOH, is a bug, but it has been fixed in
latest Ubuntu.

Please let me know whether my explanation is sufficient. If you don't
object, I'm inclined to close this bug report.

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

Title:
  Keyboard layout doesn't switch to japanese when using a Japanese
  (109-key) keyboard and the system language is english

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


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

[Bug 1958793] [NEW] Logged out logged in- Firefox shows not in its pinned from installation icon but makes new one. Closing and reopening shows one the same.

2022-01-23 Thread Kangarooo Jānis
Public bug reported:

Logged out logged in- Firefox shows not in its pinned from installation
icon but makes new one. Closing and reopening shows one the same.

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: plasma-workspace 4:5.23.90-0ubuntu2
ProcVersionSignature: Ubuntu 5.15.0-17.17-generic 5.15.12
Uname: Linux 5.15.0-17-generic x86_64
ApportVersion: 2.20.11-0ubuntu75
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: KDE
Date: Mon Jan 24 01:00:38 2022
ExecutablePath: /usr/bin/plasmashell
InstallationDate: Installed on 2022-01-21 (2 days ago)
InstallationMedia: Kubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220121)
SourcePackage: plasma-workspace
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: plasma-workspace (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-bug jammy

** Attachment added: "Screenshot_20220124_010301.png"
   
https://bugs.launchpad.net/bugs/1958793/+attachment/5556731/+files/Screenshot_20220124_010301.png

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

Title:
  Logged out logged in- Firefox shows not in its pinned from
  installation icon but makes new one. Closing and reopening shows one
  the same.

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


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

  1   2   >