[Bug 1961509] Re: Ubuntu Software Center not loading sometimes

2022-02-19 Thread Paul White 
** Package changed: ubuntu => gnome-software (Ubuntu)

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

Title:
  Ubuntu Software Center not loading sometimes

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


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

[Bug 1961508] Re: Dock displaying over program after resuming from blank screen

2022-02-19 Thread Paul White 
** Package changed: ubuntu => gnome-shell-extension-ubuntu-dock (Ubuntu)

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

Title:
  Dock displaying over program after resuming from blank screen

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


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

[Bug 1961501] Re: Section headings of GMenu not displayed correctly with standard and other themes

2022-02-19 Thread Norbert
Please add steps to reproduce.

** Tags removed: gio gmenu heading section themes
** Tags added: focal

** Also affects: ubuntu-mate-artwork (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/1961501

Title:
  Section headings of GMenu not displayed correctly with standard and
  other themes

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


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

[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "shortcutpatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562245/+files/shortcutpatch

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

Title:
  fix super turning into caps when user swaps caps and esc

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


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

[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "shortcutpatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562244/+files/shortcutpatch

** Tags added: patch

** Description changed:

  Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
-   This fix can be applied with these two patch files, applying the first 
to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and the second 
to "~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
- $ cat xcapepatch
- --- xcape-super-binding.desktop   2021-08-19 06:33:42.0 -0500
- +++ xcape-super-binding-updated.desktop   2022-02-19 21:15:45.383340028 
-0600
- @@ -1,4 +1,4 @@
-  [Desktop Entry]
-  Name=Bind Super Key
- -Exec=xcape -e 'Super_L=Control_L|Escape'
- +Exec=xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'
-  OnlyShowIn=XFCE;
- $ cat shortcutpatch
- --- xfce4-keyboard-shortcuts.xml  2022-02-19 20:57:08.901876000 -0600
- +++ xfce4-keyboard-shortcuts-updated.xml  2022-02-19 21:41:15.476227000 
-0600
- @@ -61,7 +61,6 @@
-
-
-
- -  
-
-
-
- @@ -78,6 +77,7 @@
-
-
-
- +  
-  
-
-
+  This fix can be applied with the two patch file in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"

** Description changed:

  Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
-  This fix can be applied with the two patch file in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
+  This fix can be applied with the two patch files in the comments. Apply 
xcapepatch to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and 
shortcutpatch to 
"~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"

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

Title:
  fix super turning into caps when user swaps caps and esc

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


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

[Bug 1961506] Re: fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
** Attachment added: "xcapepatch"
   
https://bugs.launchpad.net/ubuntu/+source/xubuntu-default-settings/+bug/1961506/+attachment/5562230/+files/xcapepatch

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

Title:
  fix super turning into caps when user swaps caps and esc

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


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

[Bug 1961508] Re: Dock displaying over program after resuming from blank screen

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

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

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

** Tags added: bot-comment

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

Title:
  Dock displaying over program after resuming from blank screen

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


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

[Bug 1961509] Re: Ubuntu Software Center not loading sometimes

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

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

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

** Tags added: bot-comment

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

Title:
  Ubuntu Software Center not loading sometimes

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


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

[Bug 1961509] [NEW] Ubuntu Software Center not loading sometimes

2022-02-19 Thread ExploreWiki
Public bug reported:

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
- Ubuntu 21.10

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
- Software Center

3) What you expected to happen
- Software Center opens properly

4) What happened instead
- Software Center doesn't open properly (please see attachment).

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: bot-comment

** Attachment added: "Screenshot from 2022-02-20 14-09-07.png"
   
https://bugs.launchpad.net/bugs/1961509/+attachment/5562219/+files/Screenshot%20from%202022-02-20%2014-09-07.png

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

Title:
  Ubuntu Software Center not loading sometimes

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


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

[Bug 1955493] Re: Intel Wi-Fi 6E AX210 - Network adapter - M.2 2230 - 802.11ac, 802.11ax (Wi-Fi 6) does not work with kernel 5.13

2022-02-19 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/1955493

Title:
   Intel Wi-Fi 6E AX210 - Network adapter - M.2 2230 - 802.11ac,
  802.11ax (Wi-Fi 6) does not work with kernel 5.13

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


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

[Bug 1955504] Re: firmware bug on bootup

2022-02-19 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/1955504

Title:
  firmware bug on bootup

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


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

[Bug 1959054] Re: debhelper restarts services marked --no-restart-on-upgrade

2022-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 13.6ubuntu1

---
debhelper (13.6ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable (LP: #1960248). Remaining changes:
- Generate ddebs from debhelper instead of pkg-create-dbgsym:
  - Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
- dh_installchangelogs: Do not install upstream changelog in compat level
  7 and higher to avoid pointlessly bloating installed packages.
- dh_strip: Strip LTO sections unless --keep-lto is given.
- dh_strip: For a static archive, test if any .text sections are non-
  empty. Warn on empty archives.
- objcopy/strip changed in 2.36.1, not keeping file attributes of the
  original file. Work around that in dh_strip to write to a temporary file
  and cat'ing this to the original file to keep the original attributes.
- Imply '' profile if not set on package type udeb.
- dh_strip: Set a unique build-id before stripping files.
- Allow dh_strip to be larger for the tests
  * Add awk dependency implied by empty .text section check
  * Fix restart behaviour of packages marked either
- no-stop-on-upgrade or --no-restart-after-upgrade (LP: #1959054)

debhelper (13.6) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_assistant: Avoid creating `debian/.debhelper` when the
which-build-system sub command is invoked.  Thanks to
Jelmer Vernooij for spotting that bug.
  * dh_assistant: Add new active-compat-level command, which
outputs information about which compat level is declared
and active.  It also tells how the compat level was
declared.
  * Dh_Lib.pm: Add new function, get_non_binnmu_date_epoch,
only needed for dh_strip_nondeterminism.
  * dh_installcron: Add support for `cron.yearly` packaging
file.  Thanks to Martin-Éric Racine for the suggestion.
(Closes: #1000363)
  * Dh_Lib.pm: Remove support for compat 5 and 6.
  * debhelper.pod,debhelper-obsolete-compat.pod: Update to
reflect the new status for compat 5 and 6.

  [ Guillem Jover ]
  * dh: Add missing _ in execute_after example in POD.

  [ Sandro Tosi ]
  * dh_compress: Exclude .woff and .woff2 by default.

  [ Translations ]
  * Update Portuguese translation (Américo Monteiro)
(Closes: #1000719)

 -- Dave Jones   Mon, 07 Feb 2022 15:59:07
+

** Changed in: debhelper (Ubuntu Jammy)
   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/1959054

Title:
  debhelper restarts services marked --no-restart-on-upgrade

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


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

[Bug 1961508] Re: Dock displaying over program after resuming from blank screen

2022-02-19 Thread ExploreWiki
** Description changed:

  I have Blank Screen set to happen after 2 minutes of inactivity.
  
- When resuming from a Blank Screen (by moving the mouse or touching the
- keyboard), the Dock is displayed over the top of the current program.
  
- To get it back to normal I need to click "Restore Down" on the current
- programs window and then "Maximize" so that the Dock no longer overlaps
- it.
+ When resuming from a Blank Screen (by moving the mouse or touching the 
keyboard), the Dock is displayed over the top of the current program.
+ 
+ 
+ To get it back to normal I need to click "Restore Down" on the current 
programs window and then "Maximize" so that the Dock no longer overlaps it.
  
  (Note: I have Auto-hide dock turned off.)
+ 
+ -
+ 
+ 1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
+ - Ubuntu 21.10
+ 
+ 2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
+ - Not sure (I guess the Dock is part of the Gnome interface?)
+ 
+ 3) What you expected to happen
+ - Dock should not overlap the current program on resume from screen blank.
+ 
+ 4) What happened instead
+ - The Dock overlaps the current program.

** Description changed:

  I have Blank Screen set to happen after 2 minutes of inactivity.
  
+ When resuming from a Blank Screen (by moving the mouse or touching the
+ keyboard), the Dock is displayed over the top of the current program.
  
- When resuming from a Blank Screen (by moving the mouse or touching the 
keyboard), the Dock is displayed over the top of the current program.
- 
- 
- To get it back to normal I need to click "Restore Down" on the current 
programs window and then "Maximize" so that the Dock no longer overlaps it.
+ To get it back to normal I need to click "Restore Down" on the current
+ programs window and then "Maximize" so that the Dock no longer overlaps
+ it.
  
  (Note: I have Auto-hide dock turned off.)
  
  -
  
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  - Ubuntu 21.10
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  - Not sure (I guess the Dock is part of the Gnome interface?)
  
  3) What you expected to happen
  - Dock should not overlap the current program on resume from screen blank.
  
  4) What happened instead
- - The Dock overlaps the current program.
+ - The Dock overlaps the current program on resume from screen blank.

** Description changed:

  I have Blank Screen set to happen after 2 minutes of inactivity.
  
  When resuming from a Blank Screen (by moving the mouse or touching the
  keyboard), the Dock is displayed over the top of the current program.
  
  To get it back to normal I need to click "Restore Down" on the current
  programs window and then "Maximize" so that the Dock no longer overlaps
  it.
  
  (Note: I have Auto-hide dock turned off.)
+ 
+ This only happens sometimes. I can't reproduce the bug it every time.
  
  -
  
  1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
  - Ubuntu 21.10
  
  2) The version of the package you are using, via 'apt-cache policy pkgname' 
or by checking in Software Center
  - Not sure (I guess the Dock is part of the Gnome interface?)
  
  3) What you expected to happen
  - Dock should not overlap the current program on resume from screen blank.
  
  4) What happened instead
  - The Dock overlaps the current program on resume from screen blank.

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

Title:
  Dock displaying over program after resuming from blank screen

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


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

[Bug 1960248] Re: Please merge debhelper 13.6 from Debian unstable.

2022-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package debhelper - 13.6ubuntu1

---
debhelper (13.6ubuntu1) jammy; urgency=medium

  * Merge from Debian unstable (LP: #1960248). Remaining changes:
- Generate ddebs from debhelper instead of pkg-create-dbgsym:
  - Set DBGSYM_PACKAGE_TYPE to ddeb to get correct debian/files output.
- dh_installchangelogs: Do not install upstream changelog in compat level
  7 and higher to avoid pointlessly bloating installed packages.
- dh_strip: Strip LTO sections unless --keep-lto is given.
- dh_strip: For a static archive, test if any .text sections are non-
  empty. Warn on empty archives.
- objcopy/strip changed in 2.36.1, not keeping file attributes of the
  original file. Work around that in dh_strip to write to a temporary file
  and cat'ing this to the original file to keep the original attributes.
- Imply '' profile if not set on package type udeb.
- dh_strip: Set a unique build-id before stripping files.
- Allow dh_strip to be larger for the tests
  * Add awk dependency implied by empty .text section check
  * Fix restart behaviour of packages marked either
- no-stop-on-upgrade or --no-restart-after-upgrade (LP: #1959054)

debhelper (13.6) unstable; urgency=medium

  [ Niels Thykier ]
  * dh_assistant: Avoid creating `debian/.debhelper` when the
which-build-system sub command is invoked.  Thanks to
Jelmer Vernooij for spotting that bug.
  * dh_assistant: Add new active-compat-level command, which
outputs information about which compat level is declared
and active.  It also tells how the compat level was
declared.
  * Dh_Lib.pm: Add new function, get_non_binnmu_date_epoch,
only needed for dh_strip_nondeterminism.
  * dh_installcron: Add support for `cron.yearly` packaging
file.  Thanks to Martin-Éric Racine for the suggestion.
(Closes: #1000363)
  * Dh_Lib.pm: Remove support for compat 5 and 6.
  * debhelper.pod,debhelper-obsolete-compat.pod: Update to
reflect the new status for compat 5 and 6.

  [ Guillem Jover ]
  * dh: Add missing _ in execute_after example in POD.

  [ Sandro Tosi ]
  * dh_compress: Exclude .woff and .woff2 by default.

  [ Translations ]
  * Update Portuguese translation (Américo Monteiro)
(Closes: #1000719)

 -- Dave Jones   Mon, 07 Feb 2022 15:59:07
+

** Changed in: debhelper (Ubuntu)
   Status: In Progress => 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/1960248

Title:
  Please merge debhelper 13.6 from Debian unstable.

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


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

[Bug 1961508] [NEW] Dock displaying over program after resuming from blank screen

2022-02-19 Thread ExploreWiki
Public bug reported:

I have Blank Screen set to happen after 2 minutes of inactivity.

When resuming from a Blank Screen (by moving the mouse or touching the
keyboard), the Dock is displayed over the top of the current program.

To get it back to normal I need to click "Restore Down" on the current
programs window and then "Maximize" so that the Dock no longer overlaps
it.

(Note: I have Auto-hide dock turned off.)

-

1) The release of Ubuntu you are using, via 'lsb_release -rd' or System -> 
About Ubuntu
- Ubuntu 21.10

2) The version of the package you are using, via 'apt-cache policy pkgname' or 
by checking in Software Center
- Not sure (I guess the Dock is part of the Gnome interface?)

3) What you expected to happen
- Dock should not overlap the current program on resume from screen blank.

4) What happened instead
- The Dock overlaps the current program on resume from screen blank.

** Affects: ubuntu
 Importance: Undecided
 Status: New


** Tags: 21.10

** Tags added: 21.10

** Description changed:

- I have Black Screen set to happen after 2 minutes of inactivity.
+ I have Blank Screen set to happen after 2 minutes of inactivity.
  
  When resuming from a Blank Screen (by moving the mouse or touching the
  keyboard), the Dock is displayed over the top of the current program.
  
  To get it back to normal I need to click "Restore Down" on the current
  programs window and then "Maximize" so that the Dock no longer overlaps
  it.
  
  (Note: I have Auto-hide dock turned off.)

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

Title:
  Dock displaying over program after resuming from blank screen

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


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

[Bug 1961506] [NEW] fix super turning into caps when user swaps caps and esc

2022-02-19 Thread Jane Doe
Public bug reported:

Swapping caps lock and escape in Xubuntu causes the super key to become caps 
lock. This is because 
"/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" runs "xcape -e 
'Super_L=Control_L|Escape'" on startup, which binds super to LCtrl+Escape on 
release which is bound to xfce4-popup-whiskermenu in xfce4-keyboard-settings. 
Changing the xcape command in xcape-super-binding.desktop to something not 
involving escape like "xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'" and 
then changing the whiskermenu bind in keyboard settings to Shift+Ctrl+Alt+Super 
L fixes the issue.
This fix can be applied with these two patch files, applying the first 
to "/etc/xdg/xdg-xubuntu/autostart/xcape-super-binding.desktop" and the second 
to "~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml"
$ cat xcapepatch
--- xcape-super-binding.desktop 2021-08-19 06:33:42.0 -0500
+++ xcape-super-binding-updated.desktop 2022-02-19 21:15:45.383340028 -0600
@@ -1,4 +1,4 @@
 [Desktop Entry]
 Name=Bind Super Key
-Exec=xcape -e 'Super_L=Control_L|Escape'
+Exec=xcape -e 'Super_L=Shift_L|Control_L|Alt_L|Super_L'
 OnlyShowIn=XFCE;
$ cat shortcutpatch
--- xfce4-keyboard-shortcuts.xml2022-02-19 20:57:08.901876000 -0600
+++ xfce4-keyboard-shortcuts-updated.xml2022-02-19 21:41:15.476227000 
-0600
@@ -61,7 +61,6 @@
   
   
   
-  
   
   
   
@@ -78,6 +77,7 @@
   
   
   
+  
 
   
   

** Affects: xubuntu-default-settings (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/1961506

Title:
  fix super turning into caps when user swaps caps and esc

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


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

[Bug 1944113]

2022-02-19 Thread Gjunk
Confirm issue on Arch using Wayland.

Xcb is a not great workaround;  at least for me on 4k monitor, it looks
pretty icky. Fonts render quite poorly.

Packages provided by Arch repo:

Version: 7.3.0.3 / LibreOffice Community
Build ID: 30(Build:3)
CPU threads: 8; OS: Linux 5.17; UI render: default; VCL: kf5 (cairo+wayland)
Locale: en-US (en_US.UTF-8); UI: en-US
7.3.0-5
Calc: threaded

qt5-base 5.15.2+kde+r301-1
lasma-desktop 5.24.1-1

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

Title:
  Many UI elements (list box, drop down) don't work at all in kf5
  environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1944113/+subscriptions


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

[Bug 1944113]

2022-02-19 Thread Christian Meyer
The same problem here on Arch Linux with KDE Plasma 5.2.4 Wayland session. 
Since libreOffice-fresh version 7.3.x the drop-down list controls doesn't 
respond to mouse or keyboard input (list doesn't drop down).
Libreoffice-still version 7.2.3 the drop-down list controls work, but this 
older version got the tiny toolbar problem.

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

Title:
  Many UI elements (list box, drop down) don't work at all in kf5
  environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1944113/+subscriptions


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

[Bug 1944113]

2022-02-19 Thread Ilmari-lauhakangas
*** Bug 147534 has been marked as a duplicate of this bug. ***

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

Title:
  Many UI elements (list box, drop down) don't work at all in kf5
  environment

To manage notifications about this bug go to:
https://bugs.launchpad.net/df-libreoffice/+bug/1944113/+subscriptions


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

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

2022-02-19 Thread kudzai mhike
hope it get fixed soon

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

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

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


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

[Bug 1961502] Re: anbox fails in lts 22 with anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity [ 2022-02-20 00:55:41] [launch.cpp:71@launch_session_manager_dbus] Fai

2022-02-19 Thread cornelis d stravers
thanks for your labors

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

Title:
  anbox fails in lts 22 with  anbox launch --package=org.anbox.appmgr
  --component=org.anbox.appmgr.AppViewActivity [ 2022-02-20 00:55:41]
  [launch.cpp:71@launch_session_manager_dbus] Failed to start session
  manager instance via dbus [ 2022-02-20 00:56:56] [daemon.cpp:61@Run]
  [org.freedesktop.DBus.Error.Timeout] Connection timed out

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


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

[Bug 1961502] [NEW] anbox fails in lts 22 with anbox launch --package=org.anbox.appmgr --component=org.anbox.appmgr.AppViewActivity [ 2022-02-20 00:55:41] [launch.cpp:71@launch_session_manager_dbus] F

2022-02-19 Thread cornelis d stravers
Public bug reported:

 anbox launch --package=org.anbox.appmgr 
--component=org.anbox.appmgr.AppViewActivity
[ 2022-02-20 00:55:41] [launch.cpp:71@launch_session_manager_dbus] Failed to 
start session manager instance via dbus
[ 2022-02-20 00:56:56] [daemon.cpp:61@Run] [org.freedesktop.DBus.Error.Timeout] 
Connection timed out

running xfce4, updated today, using android image version 7

ProblemType: Bug
DistroRelease: Ubuntu 22.04
Package: anbox 0.0~git20211020-2build1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: XFCE
Date: Sat Feb 19 20:23:29 2022
InstallationDate: Installed on 2022-02-08 (12 days ago)
InstallationMedia: Xubuntu 22.04 LTS "Jammy Jellyfish" - Alpha amd64 (20220205)
SourcePackage: anbox
UpgradeStatus: No upgrade log present (probably fresh install)

** Affects: anbox (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/1961502

Title:
  anbox fails in lts 22 with  anbox launch --package=org.anbox.appmgr
  --component=org.anbox.appmgr.AppViewActivity [ 2022-02-20 00:55:41]
  [launch.cpp:71@launch_session_manager_dbus] Failed to start session
  manager instance via dbus [ 2022-02-20 00:56:56] [daemon.cpp:61@Run]
  [org.freedesktop.DBus.Error.Timeout] Connection timed out

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


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

[Bug 1960679] Re: relative position of icons in a group keeps changing when dragging them around

2022-02-19 Thread Omar Abdul'Azeez
** Summary changed:

- Desktop icon extension can't handle moving icons to a to-be-empty spot
+ relative position of icons in a group keeps changing when dragging them around

** Bug watch removed: gitlab.com/rastersoft/desktop-icons-ng/-/issues #193
   https://gitlab.com/rastersoft/desktop-icons-ng/-/issues/193

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

Title:
  relative position of icons in a group keeps changing when dragging
  them around

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


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

[Bug 1956534] Re: dep8 tests fail with libsdl >= 2.0.18

2022-02-19 Thread Sergio Durigan Junior
** Changed in: osk-sdl (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/1956534

Title:
  dep8 tests fail with libsdl >= 2.0.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/osk-sdl/+bug/1956534/+subscriptions


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

[Bug 1956636] Re: FTBFS with glibc 2.34

2022-02-19 Thread Sergio Durigan Junior
** Changed in: guile-3.0 (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/1956636

Title:
  FTBFS with glibc 2.34

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/guile-3.0/+bug/1956636/+subscriptions


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

[Bug 1946903] Re: Merge squid from Debian unstable for 22.04

2022-02-19 Thread Sergio Durigan Junior
** Changed in: squid (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/1946903

Title:
  Merge squid from Debian unstable for 22.04

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


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

[Bug 1961499] Re: Backup ZFS extremely slow.

2022-02-19 Thread BertN45
I show you a screenshot of the moment the tranfer stalls

** Attachment removed: "Screenshot from 2022-02-19 19-55-54.png"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1961499/+attachment/5562212/+files/Screenshot%20from%202022-02-19%2019-55-54.png

** Attachment added: "Screenshot from 2022-02-19 20-33-01.png"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1961499/+attachment/5562213/+files/Screenshot%20from%202022-02-19%2020-33-01.png

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

Title:
  Backup ZFS extremely slow.

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


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

[Bug 1901482] Re: E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No such device)

2022-02-19 Thread justin
Confirmed this as of 20.04.3 as well

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

Title:
  E: Can not write log (Is /dev/pts mounted?) - posix_openpt (19: No
  such device)

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


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

[Bug 1817266] Re: FTBS Unity7 when using cosmic-proposed or bionic-proposed.

2022-02-19 Thread Bug Watch Updater
** Changed in: glewmx (Debian)
   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/1817266

Title:
  FTBS Unity7 when using cosmic-proposed or bionic-proposed.

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


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

[Bug 1961499] Re: Backup ZFS extremely slow.

2022-02-19 Thread BertN45
I show you a screenshot of the moment the tranfer stalls

** Attachment added: "Screenshot from 2022-02-19 19-55-54.png"
   
https://bugs.launchpad.net/ubuntu/+source/zfs-linux/+bug/1961499/+attachment/5562212/+files/Screenshot%20from%202022-02-19%2019-55-54.png

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

Title:
  Backup ZFS extremely slow.

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


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

[Bug 1954716] Re: rpi nfsroot vers=4 not supported anymore?

2022-02-19 Thread Haro
Using the workaround in the debian bug report works.

You don't even need to recompile the kernel.

Just add mount.nfs via initram hook from nfs-common

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

Title:
  rpi nfsroot vers=4 not supported anymore?

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


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

[Bug 1961499] [NEW] Backup ZFS extremely slow.

2022-02-19 Thread BertN45
Public bug reported:

I weekly backup my stuff to a Pentium 4 HT on FreeBSD 13.0 and to This
i5-2520M. FreeBSD on the Pentium is faster than Ubuntu 21.10 on the i5;
The Pentium runs constantly at a ~92% CPU load on one thread and it
succeeds in transferring the stuff at ~22Mbps. The I5 is slower and
sometimes transfers at 80Mbps, but it also stops transferring for many
seconds. When it stops transferring one of the CPU threads has a 100%
load according to the load measurement of Conky. If I look with the
task-manager the load is normal and in the expected range and it never
exceeds for any thread more than 70%.

All zfs datasets are lz4 compressed on all 3 sides and I use the same
send and receive command only the dataset names are different :)  The
send command is used with the -c parameter. The same situation worked
fine with ZFS 0.8.

I have the unhappy feeling that the 100% load on one thread is maybe
caused by emulation of an instruction not supported by the i5 and that
is why conky measures it and the task-manager not.

I hope you can find it or maybe 2.1.2 is better, otherwise I might have
to move the i5 to FreeBSD too :) :(

Here I use a modern 2TB HDD and on the Pentium 4 HDDs in two pools; one
with 2 x 3.5"IDE and th other with 2 x 2.5" SATA-1.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: zfsutils-linux 2.0.6-1ubuntu2.1
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
NonfreeKernelModules: zfs zunicode zavl icp zcommon znvpair
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 19:16:53 2022
InstallationDate: Installed on 2021-10-30 (112 days ago)
InstallationMedia: Ubuntu 21.10 "Impish Indri" - Release amd64 (20211012)
SourcePackage: zfs-linux
UpgradeStatus: No upgrade log present (probably fresh install)
modified.conffile..etc.sudoers.d.zfs: [inaccessible: [Errno 13] Permission 
denied: '/etc/sudoers.d/zfs']

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


** Tags: amd64 apport-bug impish

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

Title:
  Backup ZFS extremely slow.

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


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

[Bug 1886653] Re: cups-pki-expired

2022-02-19 Thread Roy Pardee
@sokolov--I also have a Dell printer & I think I have fixed the problem
by adding that AllowExpiredCerts option that @Nyyr mentioned, via the
GUI settings dialog.  As I recall the steps were:

settings -> printers -> Additional Printer settings
right-click on affected printer (for me Dell_Color_MFP_E525w etc.) -> properties
click 'job options' category on left
scroll all the way to the bottom, where it says "To add a new option, enter its 
name in the box below and click to add."  Type `AllowExpiredCerts` (without the 
back-ticks) and click 'Add'
enter the value 'true' for this new option.

After doing that, I could print a test page.

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

Title:
  cups-pki-expired

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


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

[Bug 1961498] Status changed to Confirmed

2022-02-19 Thread Ubuntu Kernel Bot
This change was made by a bot.

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

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

Title:
  touch pad not working after upgrade ubuntu

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


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

[Bug 1961498] [NEW] touch pad not working after upgrade ubuntu

2022-02-19 Thread pouya amani
Public bug reported:

in setting I can see the touchpad but it is not working.
I attach my devices report.
please help to fix this isssue.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: linux-image-5.13.0-28-generic 5.13.0-28.31
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
AudioDevicesInUse:
 USERPID ACCESS COMMAND
 /dev/snd/controlC0:  pouya  1617 F pulseaudio
 /dev/snd/controlC1:  pouya  1617 F pulseaudio
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 23:40:25 2022
InstallationDate: Installed on 2021-06-26 (238 days ago)
InstallationMedia: Ubuntu 20.10 "Groovy Gorilla" - Release amd64 (20201022)
MachineType: Dell Inc. Inspiron N5110
ProcFB:
 0 i915drmfb
 1 nouveaudrmfb
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-28-generic 
root=UUID=8d682452-ec94-4ce8-a8eb-cef1cdd9cb4b ro quiet splash i8042.reset 
i8042.nomux i8042.nopnp i8042.noloop vt.handoff=7
RelatedPackageVersions:
 linux-restricted-modules-5.13.0-28-generic N/A
 linux-backports-modules-5.13.0-28-generic  N/A
 linux-firmware 1.201.4
SourcePackage: linux
UpgradeStatus: Upgraded to impish on 2022-02-17 (2 days ago)
dmi.bios.date: 08/03/2012
dmi.bios.release: 1.1
dmi.bios.vendor: Dell Inc.
dmi.bios.version: A11
dmi.board.name: 0HVRTT
dmi.board.vendor: Dell Inc.
dmi.board.version: A11
dmi.chassis.type: 8
dmi.chassis.vendor: Dell Inc.
dmi.chassis.version: Not Specified
dmi.ec.firmware.release: 1.1
dmi.modalias: 
dmi:bvnDellInc.:bvrA11:bd08/03/2012:br1.1:efr1.1:svnDellInc.:pnInspironN5110:pvrNotSpecified:rvnDellInc.:rn0HVRTT:rvrA11:cvnDellInc.:ct8:cvrNotSpecified:skuTobefilledbyO.E.M.:
dmi.product.name: Inspiron N5110
dmi.product.sku: To be filled by O.E.M.
dmi.product.version: Not Specified
dmi.sys.vendor: Dell Inc.

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


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

** Attachment added: "devices"
   
https://bugs.launchpad.net/bugs/1961498/+attachment/5562187/+files/devices.txt

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

Title:
  touch pad not working after upgrade ubuntu

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


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

[Bug 1961476] acpidump.txt

2022-02-19 Thread Rosso
apport information

** Attachment added: "acpidump.txt"
   
https://bugs.launchpad.net/bugs/1961476/+attachment/5562186/+files/acpidump.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] PulseList.txt

2022-02-19 Thread Rosso
apport information

** Attachment added: "PulseList.txt"
   
https://bugs.launchpad.net/bugs/1961476/+attachment/5562182/+files/PulseList.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] ProcModules.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] WifiSyslog.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Lsusb-t.txt

2022-02-19 Thread Rosso
apport information

** Attachment added: "Lsusb-t.txt"
   
https://bugs.launchpad.net/bugs/1961476/+attachment/5562176/+files/Lsusb-t.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] RfKill.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] UdevDb.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] ProcInterrupts.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] ProcCpuinfoMinimal.txt

2022-02-19 Thread Rosso
apport information

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] ProcCpuinfo.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Lsusb-v.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Lspci-vt.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] IwConfig.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Lsusb.txt

2022-02-19 Thread Rosso
apport information

** Attachment added: "Lsusb.txt"
   https://bugs.launchpad.net/bugs/1961476/+attachment/5562175/+files/Lsusb.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Lspci.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] CRDA.txt

2022-02-19 Thread Rosso
apport information

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

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] CurrentDmesg.txt

2022-02-19 Thread Rosso
apport information

** Attachment added: "CurrentDmesg.txt"
   
https://bugs.launchpad.net/bugs/1961476/+attachment/5562171/+files/CurrentDmesg.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Re: The laptop turns off only through the button and won't wake up from sleep (black screen)

2022-02-19 Thread Rosso
apport information

** Tags added: apport-collected

** Description changed:

  A complete shutdown of the laptop occurs only with the help of the shutdown 
button. If this is not done, then the keyboard backlight and fans work, and the 
screen itself is turned off. And also the sleep mode does not work (black 
screen and no reaction), you have to turn it off with a button to get out of 
it. The problem has been observed since ubuntu version 20.04 and the BIOS 
update. These problems are not observed in Windows OS. The video card is no 
longer displayed as nvidia in both operating systems, now it is displayed only 
asMesa Intel® UHD Graphics 630 (CFL GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
   Version: 1.14.0 10/20/2020
+ --- 
+ ProblemType: Bug
+ ApportVersion: 2.20.11-0ubuntu27.21
+ Architecture: amd64
+ AudioDevicesInUse:
+  USERPID ACCESS COMMAND
+  /dev/snd/controlC0:  eve1634 F pulseaudio
+ CasperMD5CheckResult: skip
+ CurrentDesktop: ubuntu:GNOME
+ DistroRelease: Ubuntu 20.04
+ InstallationDate: Installed on 2022-02-01 (17 days ago)
+ InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
+ MachineType: Dell Inc. G7 7790
+ Package: linux (not installed)
+ ProcEnviron:
+  TERM=xterm-256color
+  PATH=(custom, no user)
+  XDG_RUNTIME_DIR=
+  LANG=ru_RU.UTF-8
+  SHELL=/bin/bash
+ ProcFB: 0 i915drmfb
+ ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-30-generic 
root=UUID=72a43957-07b7-4ade-9aa6-30aede661648 ro quiet splash vt.handoff=7
+ ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
+ RelatedPackageVersions:
+  linux-restricted-modules-5.13.0-30-generic N/A
+  linux-backports-modules-5.13.0-30-generic  N/A
+  linux-firmware 1.187.26
+ Tags:  focal
+ Uname: Linux 5.13.0-30-generic x86_64
+ UpgradeStatus: No upgrade log present (probably fresh install)
+ UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
+ _MarkForUpload: True
+ dmi.bios.date: 10/20/2020
+ dmi.bios.release: 1.14
+ dmi.bios.vendor: Dell Inc.
+ dmi.bios.version: 1.14.0
+ dmi.board.name: 0PJ0RG
+ dmi.board.vendor: Dell Inc.
+ dmi.board.version: A00
+ dmi.chassis.asset.tag: 6564055862
+ dmi.chassis.type: 10
+ dmi.chassis.vendor: Dell Inc.
+ dmi.modalias: 
dmi:bvnDellInc.:bvr1.14.0:bd10/20/2020:br1.14:svnDellInc.:pnG77790:pvr:rvnDellInc.:rn0PJ0RG:rvrA00:cvnDellInc.:ct10:cvr:sku08EC:
+ dmi.product.family: GSeries
+ dmi.product.name: G7 7790
+ dmi.product.sku: 08EC
+ dmi.sys.vendor: Dell Inc.

** Attachment added: "AlsaInfo.txt"
   
https://bugs.launchpad.net/bugs/1961476/+attachment/5562169/+files/AlsaInfo.txt

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961496] [NEW] Update adwaita-icon-theme to 42~beta-1

2022-02-19 Thread Jeremy Bicha
Public bug reported:

There were multiple bugs filed in Debian because of missing icons. More
investigation is needed.

This isn't an important update for 22.04 LTS because we're shipping a
lot of GNOME 41 apps anyway.

** Affects: adwaita-icon-theme (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: jammy upgrade-software-version

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

Title:
  Update adwaita-icon-theme to 42~beta-1

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


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

[Bug 1961495] [NEW] Update adwaita-icon-theme to 42~beta-1

2022-02-19 Thread Jeremy Bicha
Public bug reported:

There were multiple bugs filed in Debian because of missing icons. More
investigation is needed.

This isn't an important update for 22.04 LTS because we're shipping a
lot of GNOME 41 apps anyway.

** Affects: adwaita-icon-theme (Ubuntu)
 Importance: Wishlist
 Status: Triaged


** Tags: jammy upgrade-software-version

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

Title:
  Update adwaita-icon-theme to 42~beta-1

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
** Description changed:

- A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work (black screen and no reaction), 
you have to turn it off with a button to get out of it. The problem has been 
observed since ubuntu version 20.04 and the BIOS update. These problems are not 
observed in Windows OS. The video card is no longer displayed as nvidia in both 
operating systems, now it is displayed only asMesa Intel® UHD Graphics 630 (CFL 
GT2).
+ A complete shutdown of the laptop occurs only with the help of the shutdown 
button. If this is not done, then the keyboard backlight and fans work, and the 
screen itself is turned off. And also the sleep mode does not work (black 
screen and no reaction), you have to turn it off with a button to get out of 
it. The problem has been observed since ubuntu version 20.04 and the BIOS 
update. These problems are not observed in Windows OS. The video card is no 
longer displayed as nvidia in both operating systems, now it is displayed only 
asMesa Intel® UHD Graphics 630 (CFL GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
   Version: 1.14.0 10/20/2020

** Summary changed:

- The laptop turns off only through the button
+ The laptop turns off only through the button and won't wake up from sleep 
(black screen)

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

Title:
  The laptop turns off only through the button and won't wake up from
  sleep (black screen)

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
** Description changed:

- A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work, you have to turn it off with a 
button to get out of it. The problem has been observed since ubuntu version 
20.04 and the BIOS update. These problems are not observed in Windows OS. The 
video card is no longer displayed as nvidia in both operating systems, now it 
is displayed only asMesa Intel® UHD Graphics 630 (CFL GT2).
+ A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work (black screen and no reaction), 
you have to turn it off with a button to get out of it. The problem has been 
observed since ubuntu version 20.04 and the BIOS update. These problems are not 
observed in Windows OS. The video card is no longer displayed as nvidia in both 
operating systems, now it is displayed only asMesa Intel® UHD Graphics 630 (CFL 
GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
   Version: 1.14.0 10/20/2020

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

Title:
  The laptop turns off only through the button

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


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

[Bug 184547]

2022-02-19 Thread Barristerbabutv-com
Watch All Star Plus Drama Full Episodes Free Only On Official Website
https://anupamaa.su/

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

Title:
  epiphany-gecko crashed with SIGSEGV while resizing fonts with
  Ctrl+MouseWheel

To manage notifications about this bug go to:
https://bugs.launchpad.net/epiphany-browser/+bug/184547/+subscriptions


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

[Bug 1958494] Re: After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover from blanking

2022-02-19 Thread Yegor Panov
This is a tricky bug, it comes back sometimes form version to version.
Will be great fix it in the 20.04.4 LTS

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

Title:
  After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover
  from blanking

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


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

[Bug 1949721] Re: [HUAWAI MateBook 14 2021] Sound not working

2022-02-19 Thread François Rossigneux
Hello, any news about this bug? Several users have this problem, even on other 
distros.
Very annoying...

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

Title:
  [HUAWAI  MateBook 14 2021] Sound not working

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


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

[Bug 1948053] Re: package vanilla-gnome-desktop 0.89 failed to install/upgrade: problèmes de dépendances - laissé non configuré

2022-02-19 Thread Paul White 
*** This bug is a duplicate of bug 1935767 ***
https://bugs.launchpad.net/bugs/1935767

** This bug has been marked a duplicate of bug 1935767
   vanilla-gnome-default-settings will not install for impish-proposed

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

Title:
  package vanilla-gnome-desktop 0.89 failed to install/upgrade:
  problèmes de dépendances - laissé non configuré

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


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

[Bug 1950541] Re: package vanilla-gnome-desktop 0.89 failed to install/upgrade: Abhängigkeitsprobleme - verbleibt unkonfiguriert

2022-02-19 Thread Paul White 
*** This bug is a duplicate of bug 1935767 ***
https://bugs.launchpad.net/bugs/1935767

** This bug has been marked a duplicate of bug 1935767
   vanilla-gnome-default-settings will not install for impish-proposed

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

Title:
  package vanilla-gnome-desktop 0.89 failed to install/upgrade:
  Abhängigkeitsprobleme - verbleibt unkonfiguriert

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


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

[Bug 1961365] Re: 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

2022-02-19 Thread Xavier Delaruelle
** Summary changed:

- 2.54.3+18.04 update on bionic breaks fish shell
+ 2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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

Title:
  2.54.3+18.04.2ubuntu0.1 update on bionic breaks fish shell

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


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

[Bug 1961494] [NEW] Gimp asks for password to manage units upon startup

2022-02-19 Thread Axel
Public bug reported:

When I started gimp on my freshly updated impish system, gimp showed the
startup splash screen, showed loading scanimage and then prompted me for
a password to "manage units".

I would have expected to start gimp without getting greeted by a
privileges dialogue.

ProblemType: Bug
DistroRelease: Ubuntu 21.10
Package: gimp 2.10.24-2
ProcVersionSignature: Ubuntu 5.13.0-28.31-generic 5.13.19
Uname: Linux 5.13.0-28-generic x86_64
ApportVersion: 2.20.11-0ubuntu71
Architecture: amd64
CasperMD5CheckResult: unknown
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 11:51:12 2022
EcryptfsInUse: Yes
InstallationDate: Installed on 2016-12-29 (1878 days ago)
InstallationMedia: Ubuntu 16.10 "Yakkety Yak" - Release amd64 (20161012.2)
SourcePackage: gimp
UpgradeStatus: Upgraded to impish on 2022-02-19 (0 days ago)

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


** Tags: amd64 apport-bug impish

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

Title:
  Gimp asks for password to manage units upon startup

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


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

[Bug 1960702] Re: all snap apps gone after snap upgrade

2022-02-19 Thread DimanNe
Essentially, this bug broke entire KDE for me (not only snap packages).

I was getting these weird errors right after entering login password:
```
ksplashqml
KCrash: crashing... crashRecursionCounter = 2
KCrash: Application Name = ksplashqml path = /usr/bin pid = 17218
KCrash: Arguments: /usr/bin/ksplashqml 
KCrash: Attempting to start /usr/lib/x86_64-linux-gnu/libexec/drkonqi
Icon theme "breeze" not found.
Icon theme "breeze" not found.
```

Thank you Loic - the workaround helped!
I wish they tested such changes...

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

Title:
  all snap apps gone after snap upgrade

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


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

[Bug 1954716] Re: rpi nfsroot vers=4 not supported anymore?

2022-02-19 Thread Haro
I just switched from raspberry pi os arm64 which supports netbooting
from nfs vers=4.2

With ubuntu console spams:
Begin: Retrying nfs mount ... 4.2: invalid value for vers

I tried rebuilding the kernel with:
CONFIG_NFS_V4 y
CONFIG_NFS_V4_1 y
CONFIG_NFS_V4_2 y
CONFIG_NFS_COMMON y
CONFIG_ROOT_NFS y

But that alone does not fix the issue.

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

Title:
  rpi nfsroot vers=4 not supported anymore?

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


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

[Bug 1958494] Re: After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover from blanking

2022-02-19 Thread Sebastian Nohn
Seems like it is fixed in kernel 5.14:
https://gitlab.freedesktop.org/drm/amd/-/issues/1783

Any chance to get the fix backported to 20.04?

** Bug watch added: gitlab.freedesktop.org/drm/amd/-/issues #1783
   https://gitlab.freedesktop.org/drm/amd/-/issues/1783

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

Title:
  After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover
  from blanking

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


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

[Bug 1961490] Re: plasmashell crashed with SIGSEGV in __pthread_kill_implementation()

2022-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1946177 ***
https://bugs.launchpad.net/bugs/1946177

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1946177, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562153/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562155/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562158/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562159/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562160/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562162/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1961490/+attachment/5562163/+files/ThreadStacktrace.txt

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

** Information type changed from Private to Public

** Tags removed: need-amd64-retrace

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

Title:
  plasmashell crashed with SIGSEGV in __pthread_kill_implementation()

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


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

[Bug 1950028] Re: FTBFS against g++ 11

2022-02-19 Thread Bug Watch Updater
** Changed in: thin-provisioning-tools (Debian)
   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/1950028

Title:
  FTBFS against g++ 11

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


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

[Bug 1961365] Re: 2.54.3+18.04 update on bionic breaks fish shell

2022-02-19 Thread Xavier Delaruelle
Hi Alberto & all,

I have just tested snapd 2.54.3+18.04.2ubuntu0.1 on ubuntu 18.04 and the
data/env/snapd.fish.in fix does not totally correct the issue. Here is
the new error message obtain:

```
set: Unknown option '--path'
  
/usr/share/fish/vendor_conf.d/snapd.fish (line 11): 
  
set --path --export XDG_DATA_DIRS $XDG_DATA_DIRS
  
^   
  
from sourcing file /usr/share/fish/vendor_conf.d/snapd.fish 
  
   called on line 250 of file /usr/share/fish/config.fish   
```

So the --path option is not supported by the version of fish shell
available on ubuntu 18.04 (fish 2.7.1)

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

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

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

Title:
  2.54.3+18.04 update on bionic breaks fish shell

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


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

[Bug 1841826] Re: Going to sleep instead of logging in while lid closed & external display

2022-02-19 Thread Tim Wetzel
New wrinkle: today on startup (from full shutdown), in dock, lid down with HDMI 
monitor and external keyboard and mouse, got to the Ubuntu login and put in the 
password. Was waiting for this suspend bug to appear. Instead: got a Linux 
error as follows at the point where this bug typically exhibits:
>>
setparms 'Ubuntu"
recordfail
load_video
gfxmode $linus_gfx_mode
insmod gzio
if [ x$grub_platform = xxen ] insmod lzopio; fi
insmod part_gpt
insmod ext2
if [ x$feature_platform_search_hint = xy ]; then
   search --no-floppy --fs-uuid --set=root 7c8ac294-9840-4cea-81dd-e9507641f946
else
   search --no-floppy --fs-uuid --set=root 7c8ac294-9840-4cea-81dd-e9507641f946
fi
linux /boot/vmlinuz-5.13.0-30-generic 
root=UUID=7c8ac294-9840-4cea-81dd-e9507641f946 ro quiet splash $vt_handoff
initrd  /boot/initrd.img-5.13.0.30-generic
>>
I pressed ESC to discard edits and return to the GRUB menu. Then tried the same 
thing again. This time it took the password and then displayed this suspend bug 
as expected...
Once at the desktop, I got a message from Software Updater that there are 
pending updates including the following; not sure whether this is related to 
recent nVidia and kernel updates interacting with this bug???
   Daemon and tooling that enable snap packages
   NVIDIA X Server Settings
Note that this is on a Thinkpad T570 set up with dual boot. The most recent 
updates were:
   2/7/22: nVidia update from 470.86~20.04.2 to 470.103.1~20.04.1
   2/17/22: Kernel update from 5.13.0.28.31~20.04.15 to -.30.33~-.17
   and yesterday some (what appeared to be) minor updates.
The machine is running poorly, which is unusual. 
PLEASE! FIX THIS BUG; see post #5 above and prior bug report number 1897185 
where more details were reported.

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

Title:
  Going to sleep instead of logging in while lid closed & external
  display

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


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

[Bug 1961454] Re: [SRU] Package unusable due to yearly key changes

2022-02-19 Thread Mathew Hodson
** Also affects: debian-ports-archive-keyring (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: debian-ports-archive-keyring (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Changed in: debian-ports-archive-keyring (Ubuntu)
   Status: New => Fix Released

** Changed in: debian-ports-archive-keyring (Ubuntu)
   Importance: Undecided => Medium

** Changed in: debian-ports-archive-keyring (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: debian-ports-archive-keyring (Ubuntu Focal)
   Importance: Undecided => Medium

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

Title:
  [SRU] Package unusable due to yearly key changes

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/debian-ports-archive-keyring/+bug/1961454/+subscriptions


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

[Bug 1961487] Re: mate-settings-daemon crashed with signal 5 in _XReply()

2022-02-19 Thread Apport retracing service
*** This bug is a duplicate of bug 1956061 ***
https://bugs.launchpad.net/bugs/1956061

Thank you for taking the time to report this crash and helping to make
this software better.  This particular crash has already been reported
and is a duplicate of bug #1956061, so 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.  Please continue to report any other bugs you may
find.

** Attachment removed: "CoreDump.gz"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562117/+files/CoreDump.gz

** Attachment removed: "Disassembly.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562119/+files/Disassembly.txt

** Attachment removed: "ProcMaps.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562123/+files/ProcMaps.txt

** Attachment removed: "ProcStatus.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562124/+files/ProcStatus.txt

** Attachment removed: "Registers.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562125/+files/Registers.txt

** Attachment removed: "Stacktrace.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562126/+files/Stacktrace.txt

** Attachment removed: "ThreadStacktrace.txt"
   
https://bugs.launchpad.net/bugs/1961487/+attachment/5562127/+files/ThreadStacktrace.txt

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

** Tags removed: need-amd64-retrace

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

Title:
  mate-settings-daemon crashed with signal 5 in _XReply()

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


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

[Bug 1903776] Re: Changed ubuntu-keyring paths breaks upgrade to focal.

2022-02-19 Thread Mathew Hodson
** Tags added: dist-upgrade

** Changed in: landscape-client (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Groovy)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Hirsute)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Impish)
   Importance: Undecided => Medium

** Changed in: landscape-client (Ubuntu Jammy)
   Importance: Undecided => Medium

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

Title:
  Changed ubuntu-keyring paths breaks upgrade to focal.

To manage notifications about this bug go to:
https://bugs.launchpad.net/landscape-client/+bug/1903776/+subscriptions


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

[Bug 1951279] Re: OpenSSL 1.1.1f raise a segmentation faults on Arm64 builds

2022-02-19 Thread Mathew Hodson
** Bug watch removed: github.com/curl/curl/issues #8024
   https://github.com/curl/curl/issues/8024

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

** Changed in: openssl (Ubuntu)
   Status: Confirmed => Fix Released

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

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

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

Title:
  OpenSSL 1.1.1f raise a segmentation faults on Arm64 builds

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


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

[Bug 1854588] Re: gdebi-gtk calls pkexec inappropriately

2022-02-19 Thread Mathew Hodson
** Project changed: gdebi => ubuntu

** No longer affects: ubuntu

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

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

Title:
  gdebi-gtk calls pkexec inappropriately

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


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

[Bug 1959757] Re: [SRU] etcd FTBFS on Focal

2022-02-19 Thread Mathew Hodson
** Changed in: etcd (Ubuntu)
   Importance: Undecided => High

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

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

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

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

Title:
  [SRU] etcd FTBFS on Focal

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


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

[Bug 1958713] Re: libsigrok: MIME type and icons are not installed

2022-02-19 Thread Mathew Hodson
** Changed in: libsigrok (Ubuntu)
   Importance: Undecided => Low

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

Title:
  libsigrok: MIME type and icons are not installed

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


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

[Bug 1960154] Re: Sync mediawiki 1:1.35.5-2 (universe) from Debian unstable (main)

2022-02-19 Thread Mathew Hodson
** Changed in: mediawiki (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Sync mediawiki 1:1.35.5-2 (universe) from Debian  unstable (main)

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


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

[Bug 1960297] Re: Please merge python-testtools 2.5.0-3 (main) from Debian unstable (main)

2022-02-19 Thread Mathew Hodson
** Changed in: python-testtools (Ubuntu)
   Importance: Undecided => Wishlist

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

Title:
  Please merge python-testtools 2.5.0-3 (main) from Debian unstable
  (main)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-testtools/+bug/1960297/+subscriptions


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

[Bug 1961487] [NEW] mate-settings-daemon crashed with signal 5 in _XReply()

2022-02-19 Thread Norbert
Public bug reported:

happened on first login

ProblemType: Crash
DistroRelease: Ubuntu 22.04
Package: mate-settings-daemon 1.26.0-1
ProcVersionSignature: Ubuntu 5.15.0-18.18-generic 5.15.12
Uname: Linux 5.15.0-18-generic x86_64
ApportVersion: 2.20.11-0ubuntu77
Architecture: amd64
CasperMD5CheckResult: pass
CurrentDesktop: MATE
Date: Sat Feb 19 20:37:14 2022
ExecutablePath: /usr/bin/mate-settings-daemon
InstallationDate: Installed on 2022-02-19 (0 days ago)
InstallationMedia: Ubuntu-MATE 22.04 LTS "Jammy Jellyfish" - Alpha amd64 
(20220219)
ProcCmdline: /usr/bin/mate-settings-daemon
Signal: 5
SourcePackage: mate-settings-daemon
StacktraceTop:
 ?? () from /lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /lib/x86_64-linux-gnu/libX11.so.6
 _XReply () from /lib/x86_64-linux-gnu/libX11.so.6
 XSync () from /lib/x86_64-linux-gnu/libX11.so.6
 ?? () from /lib/x86_64-linux-gnu/libgdk-3.so.0
Title: mate-settings-daemon crashed with signal 5 in _XReply()
UpgradeStatus: No upgrade log present (probably fresh install)
UserGroups: adm cdrom dip lpadmin lxd plugdev sambashare sudo
separator:

** Affects: mate-settings-daemon (Ubuntu)
 Importance: Undecided
 Status: New


** Tags: amd64 apport-crash jammy need-amd64-retrace

** Information type changed from Private to Public

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

Title:
  mate-settings-daemon crashed with signal 5 in _XReply()

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


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

[Bug 1961488] [NEW] radeon module unloaded with 20.04 after upgrade from 18.04

2022-02-19 Thread Daniel H
Public bug reported:

I upgraded a computer running Ubuntu 18.04 with AMD ATI RS482/RS485
Radeon Xpress 1100/1150 without problem. After upgrade to 20.04,
resolution is virtual size of 1400x1050 which doesn't fit in screen.

With 18.04 I had in xorg.o.log

[  6647.940] (II) RADEON(0): Creating default Display subsection in Screen 
section
"Default Screen Section" for depth/fbbpp 24/32
[  6647.940] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[  6647.940] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp 
pixmaps)
[  6647.940] (==) RADEON(0): Default visual is TrueColor
[  6647.940] (==) RADEON(0): RGB weight 888
[  6647.940] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[  6647.940] (--) RADEON(0): Chipset: "ATI Radeon 3100 Graphics" (ChipID = 
0x9611)
[  6647.940] (II) Loading sub module "fb"
[  6647.940] (II) LoadModule: "fb"
[  6647.960] (II) Loading /usr/lib/xorg/modules/libfb.so
[  6647.971] (II) Module fb: vendor="X.Org Foundation"
[  6647.971]compiled for 1.18.4, module version = 1.0.0
[  6647.971]ABI class: X.Org ANSI C Emulation, version 0.4
[  6647.971] (II) Loading sub module "dri2"
[  6647.971] (II) LoadModule: "dri2"
[  6647.971] (II) Module "dri2" already built-in
[  6647.971] (II) Loading sub module "exa"
[  6647.971] (II) LoadModule: "exa"
[  6647.972] (II) Loading /usr/lib/xorg/modules/libexa.so
[  6647.976] (II) Module exa: vendor="X.Org Foundation"
[  6647.976]compiled for 1.18.4, module version = 2.6.0
[  6647.976]ABI class: X.Org Video Driver, version 20.0
[  6647.976] (II) RADEON(0): KMS Color Tiling: enabled
[  6647.976] (II) RADEON(0): KMS Color Tiling 2D: enabled
[  6647.976] (II) RADEON(0): KMS Pageflipping: enabled
[  6647.976] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[  6648.008] (II) RADEON(0): Output VGA-0 has no monitor section
[...]

and now

[   789.949] (II) FBDEV(0): using default device
[   789.949] (==) FBDEV(0): Depth 24, (==) framebuffer bpp 32
[   789.949] (==) FBDEV(0): RGB weight 888
[   789.949] (==) FBDEV(0): Default visual is TrueColor
[   789.949] (==) FBDEV(0): Using gamma correction (1.0, 1.0, 1.0)
[   789.949] (II) FBDEV(0): hardware: VESA VGA (video memory: 5760kB)
[   789.949] (DB) xf86MergeOutputClassOptions unsupported bus type 0
[   789.949] (II) FBDEV(0): checking modes against framebuffer device...
[   789.949] (II) FBDEV(0): checking modes against monitor...
[   789.949] (II) FBDEV(0): Virtual size is 1400x1050 (pitch 1400)
[   789.949] (**) FBDEV(0):  Built-in mode "current": 147.0 MHz, 83.2 kHz, 77.4 
Hz
[   789.949] (II) FBDEV(0): Modeline "current"x0.0  147.04  1400 1432 1600 1768 
 1050 1054 1058 1074 -hsync -vsync -csync (83.2 kHz b)
[   789.949] (==) FBDEV(0): DPI set to (96, 96)
[   789.949] (II) Loading sub module "fb"
[   789.949] (II) LoadModule: "fb"
[   789.949] (II) Loading /usr/lib/xorg/modules/libfb.so
[   789.950] (II) Module fb: vendor="X.Org Foundation"
[   789.950]compiled for 1.20.13, module version = 1.0.0
[   789.950]ABI class: X.Org ANSI C Emulation, version 0.4
[   789.950] (**) FBDEV(0): using shadow framebuffer
[   789.950] (II) Loading sub module "shadow"
[   789.950] (II) LoadModule: "shadow"
[   789.962] (II) Loading /usr/lib/xorg/modules/libshadow.so
[   789.962] (II) Module shadow: vendor="X.Org Foundation"
[   789.962]compiled for 1.20.13, module version = 1.1.0
[   789.962]ABI class: X.Org ANSI C Emulation, version 0.4
[   789.962] (II) UnloadModule: "radeon"
[   789.962] (II) Unloading radeon
[   789.963] (II) UnloadModule: "modesetting"
[   789.963] (II) Unloading modesetting
[...]

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: xorg 1:7.7+19ubuntu14
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
Uname: Linux 5.13.0-30-generic x86_64
.tmp.unity_support_test.1:
 
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CompositorRunning: compiz
CompositorUnredirectDriverBlacklist: '(nouveau|Intel).*Mesa 8.0'
CompositorUnredirectFSW: true
CurrentDesktop: Unity:Unity7:ubuntu
Date: Sat Feb 19 18:29:21 2022
DistUpgraded: 2021-03-08 13:38:14,332 DEBUG package 'libcpanel-json-xs-perl' 
produces an unwanted removal 'gnome-software-plugin-snap', skipping
DistroCodename: focal
DistroVariant: ubuntu
ExtraDebuggingInterest: Yes
GraphicsCard:
 Advanced Micro Devices, Inc. [AMD/ATI] RS482/RS485 [Radeon Xpress 1100/1150] 
[1002:5974] (prog-if 00 [VGA controller])
   Subsystem: Hewlett-Packard Company DC5750 Microtower [103c:280a]
   Subsystem: Hewlett-Packard Company RS480 [Radeon Xpress 1150] (Secondary) 
[103c:280b]
InstallationDate: Installed on 2015-11-26 (2276 days ago)
InstallationMedia: Ubuntu 14.04.3 LTS "Trusty Tahr" - Beta amd64 (20150805)
MachineType: Hewlett-Packard HP Compaq dc5750 Small Form Factor
ProcKernelCmdLine: BOOT_IMAGE=/boot/vmlinuz-5.13.0-30-generic 
root=UUID=681c938b-c95d-48de-886f-bc784bb57787 ro nomodeset quiet splash 
vt.handoff=7
SourcePackage: xorg
Symptom: display

[Bug 1953052] Re: In Jammy sound level reset after reboot

2022-02-19 Thread corrado venturini
Problem seems solved for my 2 desktop and on my laptop:
corrado@corrado-n4-jammy-0202:~$ lsof /dev/snd/*
COMMANDPIDUSER   FD   TYPE DEVICE SIZE/OFF NODE NAME
pipewire  1393 corrado   43u   CHR  116,1  0t0  566 /dev/snd/seq
pipewire  1393 corrado   44u   CHR  116,1  0t0  566 /dev/snd/seq
pipewire- 1394 corrado   18u   CHR 116,13  0t0 1049 /dev/snd/controlC0
pulseaudi 1395 corrado   25u   CHR 116,13  0t0 1049 /dev/snd/controlC0
pulseaudi 1395 corrado   32u   CHR 116,13  0t0 1049 /dev/snd/controlC0
pulseaudi 1395 corrado   37u   CHR 116,13  0t0 1049 /dev/snd/controlC0
corrado@corrado-n4-jammy-0202:~$

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

Title:
  In Jammy sound level reset after reboot

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


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

[Bug 1955044] Re: [SRU] /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected unqualified-id before ‘)’ token (with GCC 11 in C++20 mode)

2022-02-19 Thread Mathew Hodson
** Changed in: glibmm2.4 (Ubuntu)
   Importance: Undecided => Medium

** Changed in: glibmm2.4 (Ubuntu Impish)
   Importance: Undecided => Medium

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

Title:
  [SRU] /usr/include/glibmm-2.4/glibmm/variant.h:956:24: error: expected
  unqualified-id before ‘)’ token (with GCC 11 in C++20 mode)

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/glibmm2.4/+bug/1955044/+subscriptions


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

[Bug 1961195] Re: Merge haproxy 2.4.13 from Debian unstable for 22.04

2022-02-19 Thread Launchpad Bug Tracker
This bug was fixed in the package haproxy - 2.4.13-1ubuntu1

---
haproxy (2.4.13-1ubuntu1) jammy; urgency=medium

  * Merge with Debian unstable (LP: #1961195). Remaining changes:
- d/p/fix-ftbfs-openssl3.patch: Cherry-picked from upstream to fix
  the build against OpenSSL3 (LP #1945773)
- d/{control,rules}: Removing support for OpenTracing due to it is
  in universe.

 -- Andreas Hasenack   Fri, 18 Feb 2022 15:27:14
-0300

** Changed in: haproxy (Ubuntu)
   Status: In Progress => 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/1961195

Title:
   Merge haproxy 2.4.13 from Debian unstable for 22.04

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


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

[Bug 1957826] Re: Missing dependency

2022-02-19 Thread Bug Watch Updater
** Changed in: weresync (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/1957826

Title:
  Missing dependency

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


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

[Bug 1960984] Re: [oneAPL] media - VPL user space package integrated

2022-02-19 Thread Timo Aaltonen
lo and behold, these have now been accepted in Debian, and will flow in
jammy soon

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

Title:
  [oneAPL] media - VPL user space package integrated

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


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

[Bug 1957826] Re: Missing dependency

2022-02-19 Thread Hans Joachim Desserud
Thanks for reporting.

I've confirmed this on Ubuntu Jammy, and forwarded the issue with a
patch to add the dependency to the Debian maintainer. (See the attached
bug watch for more details)

Btw, when reporting bugs in the future please use apport by using
'ubuntu-bug' and the name of the package affected. This will
automatically add information like versions numbers and so on. You can
learn more about this functionality at
https://wiki.ubuntu.com/ReportingBugs.

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

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

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

** Tags added: impish jammy

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

Title:
  Missing dependency

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


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

[Bug 1961484] [NEW] 20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate failed)

2022-02-19 Thread Andrei Borzenkov
Public bug reported:

In current 20.04.3 libva2 fails to authenticate connection to Wayland
composer. This may be related to update of Mesa to 21.2.6. Any program
using libva2 fails with

bor@bor-Latitude-E5450:~$ vainfo
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.7.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~$ 

This is fixed in libva upstream in pull request
https://github.com/intel/libva/pull/476

I verified that upstream libva correctly works:

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
libva info: VA-API version 1.15.0
libva info: Trying to open /home/bor/pkg/lib/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /home/bor/pkg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.15 (libva 2.15.0.pre1)
vainfo: Driver version: Intel i965 driver for Intel(R) Broadwell - 2.4.0
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple : VAEntrypointVLD
  VAProfileMPEG2Simple : VAEntrypointEncSlice
  VAProfileMPEG2Main : VAEntrypointVLD
  VAProfileMPEG2Main : VAEntrypointEncSlice
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main : VAEntrypointVLD
  VAProfileH264Main : VAEntrypointEncSlice
  VAProfileH264High : VAEntrypointVLD
  VAProfileH264High : VAEntrypointEncSlice
  VAProfileH264MultiviewHigh : VAEntrypointVLD
  VAProfileH264MultiviewHigh : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice
  VAProfileVC1Simple : VAEntrypointVLD
  VAProfileVC1Main : VAEntrypointVLD
  VAProfileVC1Advanced : VAEntrypointVLD
  VAProfileNone : VAEntrypointVideoProc
  VAProfileJPEGBaseline : VAEntrypointVLD
  VAProfileVP8Version0_3 : VAEntrypointVLD
bor@bor-Latitude-E5450:~/src/intel/libva-utils$

With *only* commit 283f776a9649dcef58b47958c1269499adfa1cd4 reverted

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.15.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~/src/intel/libva-utils$

Please update libva in 20.04.3 to match Mesa. This bug affects any
application that is trying to use VAAPI for hardware acceleration.

ProblemType: Bug
DistroRelease: Ubuntu 20.04
Package: libva2 2.7.0-2
ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-lowlatency 5.13.19
Uname: Linux 5.13.0-30-lowlatency x86_64
ApportVersion: 2.20.11-0ubuntu27.21
Architecture: amd64
CasperMD5CheckResult: skip
CurrentDesktop: ubuntu:GNOME
Date: Sat Feb 19 19:16:15 2022
DistributionChannelDescriptor:
 # This is a distribution channel descriptor
 # For more information see http://wiki.ubuntu.com/DistributionChannelDescriptor
 canonical-oem-somerville-trusty-amd64-20140620-0
InstallationDate: Installed on 2015-07-02 (2424 days ago)
InstallationMedia: Ubuntu 14.04 "Trusty" - Build amd64 LIVE Binary 
20140620-04:25
ProcEnviron:
 TERM=xterm-256color
 PATH=(custom, no user)
 XDG_RUNTIME_DIR=
 LANG=ru_RU.UTF-8
 SHELL=/bin/bash
SourcePackage: libva
UpgradeStatus: No upgrade log present (probably fresh install)

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


** Tags: amd64 apport-bug focal 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/1961484

Title:
  20.04.3: libva2 fails under Wayland (wl_drm@22: error 0: authenticate
  failed)

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


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

[Bug 1960343] Re: ell 0.48-0.1 doesn't pass unit tests (failed to build)

2022-02-19 Thread Jeremy Bicha
** Tags added: ftbfs jammy update-excuse

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

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

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

Title:
  ell 0.48-0.1 doesn't pass unit tests (failed to build)

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


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

[Bug 1961483] [NEW] New upstream release 2022.02.18

2022-02-19 Thread Seth Forshee
Public bug reported:

[Impact]

New upstream release. This is a database of wireless regulations, and
should updated in all releases to ensure users have the most up-to-date
regulatory information.

[Test Case]

Following reboot after installing the new database, it should be
possible to query and change the regulatory domain using 'iw reg get'
and 'iw reg set'.

[Where problems could occur]

If crda or the kernel is unable to use the new database, users may be
stuck using the default "world" regulatory domain which is quite
restrictive, therefore they may be unable to use wireless channels that
they were able to use previously. Regulatory rules may have also changed
for the user's region, which could also make some channels unusable, but
this would not be a bug.

** Affects: wireless-regdb (Ubuntu)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Affects: wireless-regdb (Ubuntu Bionic)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Affects: wireless-regdb (Ubuntu Focal)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Affects: wireless-regdb (Ubuntu Impish)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Affects: wireless-regdb (Ubuntu Jammy)
 Importance: Medium
 Assignee: Seth Forshee (sforshee)
 Status: In Progress

** Also affects: wireless-regdb (Ubuntu Focal)
   Importance: Undecided
   Status: New

** Also affects: wireless-regdb (Ubuntu Bionic)
   Importance: Undecided
   Status: New

** Also affects: wireless-regdb (Ubuntu Impish)
   Importance: Undecided
   Status: New

** Also affects: wireless-regdb (Ubuntu Jammy)
   Importance: Medium
 Assignee: Seth Forshee (sforshee)
   Status: In Progress

** Changed in: wireless-regdb (Ubuntu Impish)
   Status: New => In Progress

** Changed in: wireless-regdb (Ubuntu Impish)
   Importance: Undecided => Medium

** Changed in: wireless-regdb (Ubuntu Impish)
 Assignee: (unassigned) => Seth Forshee (sforshee)

** Changed in: wireless-regdb (Ubuntu Focal)
   Status: New => In Progress

** Changed in: wireless-regdb (Ubuntu Focal)
   Importance: Undecided => Medium

** Changed in: wireless-regdb (Ubuntu Focal)
 Assignee: (unassigned) => Seth Forshee (sforshee)

** Changed in: wireless-regdb (Ubuntu Bionic)
   Importance: Undecided => Medium

** Changed in: wireless-regdb (Ubuntu Bionic)
 Assignee: (unassigned) => Seth Forshee (sforshee)

** Changed in: wireless-regdb (Ubuntu Bionic)
   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/1961483

Title:
  New upstream release 2022.02.18

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/wireless-regdb/+bug/1961483/+subscriptions


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

[Bug 1956213] Re: Lan6_Conf section is unknown to freeipmi

2022-02-19 Thread Fantu
** Changed in: freeipmi (Ubuntu)
 Assignee: (unassigned) => Fantu (fantonifabio)

** Changed in: freeipmi (Ubuntu)
   Status: Triaged => Fix Committed

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

Title:
  Lan6_Conf section is unknown to freeipmi

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
UEFI is disabled, since Ubuntu does not support it in the free kernel (OEM 
only).
I will be grateful for any support.

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

Title:
  The laptop turns off only through the button

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


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

[Bug 1944088] Re: [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, driver_name = (null)

2022-02-19 Thread Andrei Borzenkov
And mpv works just fine with upstream libva under Wayland without any
other changes.

bor@bor-Latitude-E5450:~$ mpv video.mkv 
 (+) Video --vid=1 (*) (h264 1920x1080 25.000fps)
 (+) Audio --aid=1 --alang=en (*) (ac3 2ch 48000Hz)
[vo/gpu/wayland] GNOME's wayland compositor lacks support for the idle inhibit 
protocol. This means the screen can blank during playback.
wl_drm@22: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
[vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)

and

bor@bor-Latitude-E5450:~$ LD_LIBRARY_PATH=/home/bor/pkg/lib mpv video.mkv 
 (+) Video --vid=1 (*) (h264 1920x1080 25.000fps)
 (+) Audio --aid=1 --alang=en (*) (ac3 2ch 48000Hz)
[vo/gpu/wayland] GNOME's wayland compositor lacks support for the idle inhibit 
protocol. This means the screen can blank during playback.
Cannot load libcuda.so.1
Using hardware decoding (vaapi).
VO: [gpu] 1920x1080 vaapi[nv12]

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

Title:
  [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay,
  driver_name = (null)

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
** Description changed:

  A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work, you have to turn it off with a 
button to get out of it. The problem has been observed since ubuntu version 
20.04 and the BIOS update. These problems are not observed in Windows OS. The 
video card is no longer displayed as nvidia in both operating systems, now it 
is displayed only asMesa Intel® UHD Graphics 630 (CFL GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
   Version: 1.14.0 10/20/2020
-  UEFI is turned off

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

Title:
  The laptop turns off only through the button

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


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

[Bug 1953052] Re: In Jammy sound level reset after reboot

2022-02-19 Thread corrado venturini
After last updates problem disappeared again
corrado@corrado-n4-jj-0203:~$ lsof /dev/snd/*
COMMANDPIDUSER   FD   TYPE DEVICE SIZE/OFF NODE NAME
pipewire  1611 corrado   43u   CHR  116,1  0t0  621 /dev/snd/seq
pipewire  1611 corrado   44u   CHR  116,1  0t0  621 /dev/snd/seq
pipewire- 1612 corrado   18u   CHR  116,3  0t0  834 /dev/snd/controlC1
pipewire- 1612 corrado   24u   CHR 116,14  0t0 1069 /dev/snd/controlC0
pulseaudi 1613 corrado   30u   CHR  116,3  0t0  834 /dev/snd/controlC1
pulseaudi 1613 corrado   32u   CHR 116,14  0t0 1069 /dev/snd/controlC0
pulseaudi 1613 corrado   39u   CHR 116,14  0t0 1069 /dev/snd/controlC0
corrado@corrado-n4-jj-0203:~$

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

Title:
  In Jammy sound level reset after reboot

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
** Description changed:

  A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work, you have to turn it off with a 
button to get out of it. The problem has been observed since ubuntu version 
20.04 and the BIOS update. These problems are not observed in Windows OS. The 
video card is no longer displayed as nvidia in both operating systems, now it 
is displayed only asMesa Intel® UHD Graphics 630 (CFL GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
   Version: 1.14.0 10/20/2020
-  UEFI
+  UEFI is turned off

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

Title:
  The laptop turns off only through the button

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


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

[Bug 1944088] Re: [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay, driver_name = (null)

2022-02-19 Thread Andrei Borzenkov
I get the same error on Ubuntu 20.04.3. The problem here is likely
caused by Mesa drivers update to 21.2.6. Looks like Mesa 21 has changes
in Wayland authentication and it requires fix to libva
(https://github.com/intel/libva/pull/476). The fix should be present in
libva 2.11 and above while Ubuntu 20.04.3 ships libva 2.6.

I verified it using compiled libva/libva-utils from current upstream
git. with current upstream

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo 
libva info: VA-API version 1.15.0
libva info: Trying to open /home/bor/pkg/lib/dri/iHD_drv_video.so
libva info: va_openDriver() returns -1
libva info: Trying to open /home/bor/pkg/lib/dri/i965_drv_video.so
libva info: Found init function __vaDriverInit_1_6
libva info: va_openDriver() returns 0
vainfo: VA-API version: 1.15 (libva 2.15.0.pre1)
vainfo: Driver version: Intel i965 driver for Intel(R) Broadwell - 2.4.0
vainfo: Supported profile and entrypoints
  VAProfileMPEG2Simple: VAEntrypointVLD
  VAProfileMPEG2Simple: VAEntrypointEncSlice
  VAProfileMPEG2Main  : VAEntrypointVLD
  VAProfileMPEG2Main  : VAEntrypointEncSlice
  VAProfileH264ConstrainedBaseline: VAEntrypointVLD
  VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
  VAProfileH264Main   : VAEntrypointVLD
  VAProfileH264Main   : VAEntrypointEncSlice
  VAProfileH264High   : VAEntrypointVLD
  VAProfileH264High   : VAEntrypointEncSlice
  VAProfileH264MultiviewHigh  : VAEntrypointVLD
  VAProfileH264MultiviewHigh  : VAEntrypointEncSlice
  VAProfileH264StereoHigh : VAEntrypointVLD
  VAProfileH264StereoHigh : VAEntrypointEncSlice
  VAProfileVC1Simple  : VAEntrypointVLD
  VAProfileVC1Main: VAEntrypointVLD
  VAProfileVC1Advanced: VAEntrypointVLD
  VAProfileNone   : VAEntrypointVideoProc
  VAProfileJPEGBaseline   : VAEntrypointVLD
  VAProfileVP8Version0_3  : VAEntrypointVLD
bor@bor-Latitude-E5450:~/src/intel/libva-utils$ 

With *only* commit 283f776a9649dcef58b47958c1269499adfa1cd4 reverted

bor@bor-Latitude-E5450:~/src/intel/libva-utils$ ./vainfo/vainfo 
wl_drm@7: error 0: authenticate failed
VA error: wayland: Wayland roundtrip error: Protocol error (errno 71)
libva info: VA-API version 1.15.0
libva error: vaGetDriverNameByIndex() failed with invalid VADisplay, 
driver_name = (null)
vaInitialize failed with error code 3 (invalid VADisplay),exit
bor@bor-Latitude-E5450:~/src/intel/libva-utils$ 

Please update libva/vainfo in 20.04.3 to match Mesa. I can open new bug
for 20.04 if needed.

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

Title:
  [vaapi] libva: vaGetDriverNameByIndex() failed with invalid VADisplay,
  driver_name = (null)

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


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

[Bug 1961476] Re: The laptop turns off only through the button

2022-02-19 Thread Rosso
** Description changed:

  A complete shutdown of the laptop occurs only with the help of the shutdown 
button. And also the sleep mode does not work, you have to turn it off with a 
button to get out of it. The problem has been observed since ubuntu version 
20.04 and the BIOS update. These problems are not observed in Windows OS. The 
video card is no longer displayed as nvidia in both operating systems, now it 
is displayed only asMesa Intel® UHD Graphics 630 (CFL GT2).
  I didn't reboot myself before, apparently the kernel was fixed. Thanks to the 
developers, that now he at least reboots himself. It remains to solve the issue 
with the shutdown.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 20.04
  Package: linux-image-5.13.0-30-generic 5.13.0-30.33~20.04.1
  ProcVersionSignature: Ubuntu 5.13.0-30.33~20.04.1-generic 5.13.19
  Uname: Linux 5.13.0-30-generic x86_64
  ApportVersion: 2.20.11-0ubuntu27.21
  Architecture: amd64
  CasperMD5CheckResult: skip
  CurrentDesktop: ubuntu:GNOME
  Date: Sat Feb 19 14:35:10 2022
  InstallationDate: Installed on 2022-02-01 (17 days ago)
  InstallationMedia: Ubuntu 20.04.3 LTS "Focal Fossa" - Release amd64 (20210819)
  ProcEnviron:
   TERM=xterm-256color
   PATH=(custom, no user)
   XDG_RUNTIME_DIR=
   LANG=ru_RU.UTF-8
   SHELL=/bin/bash
  SourcePackage: linux-signed-hwe-5.13
  UpgradeStatus: No upgrade log present (probably fresh install)
  
  Product Name: G7 7790
  BIOS Information
   Vendor: Dell Inc.
-  Version: 1.14.0
-  UEFI
+  Version: 1.14.0 10/20/2020
+  UEFI

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

Title:
  The laptop turns off only through the button

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


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

[Bug 1958494] Re: After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover from blanking

2022-02-19 Thread Egor Panov
Problem reproduced with 5.13.0-30-generic (20.04.3 LTS)

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

Title:
  After upgrade to linux-image-5.13.0-27-generic, screen doesn't recover
  from blanking

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


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

  1   2   >