[Bug 1798166] Re: “Mouse battery low” notification can't be disabled
Follow-up to Comment #36: Although patching upower fixes the issue, gnome-settings-daemon is still broken, since disabling notifications won't disable all notifications. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798166 Title: “Mouse battery low” notification can't be disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1798166] Re: “Mouse battery low” notification can't be disabled
FYI, here's the corresponding bug in GNOME: https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/108 And here's the workaround: https://wrgms.com/disable-mouse-battery-low- spam-notification/ ** Bug watch added: gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues #108 https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/issues/108 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798166 Title: “Mouse battery low” notification can't be disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1788021] Re: changing keyborad brightness doesn't work
Using Mainline Kernel 4.19.0 or above, it works. So it's a bug in the Ubuntu 18.10 Kernel Version. Maybe it's this 4.19 patch. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=61c4fc1eaf736344904767d201b0d4f7a2ebaf79 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1788021 Title: changing keyborad brightness doesn't work To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1788021/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
Same issue here. Suspend happens before user space is suspended. On resume, system first continues to suspend, then resumes. Jun 01 02:18:40 avis systemd[1]: Reached target Sleep. Jun 01 02:18:40 avis systemd[1]: Starting Suspend... Jun 01 02:18:40 avis systemd-sleep[27915]: Suspending system... Jun 01 02:18:40 avis kernel: PM: suspend entry (s2idle) Jun 01 02:18:40 avis kernel: PM: Syncing filesystems ... done. Jun 01 12:03:59 avis kernel: Freezing user space processes ... (elapsed 0.215 seconds) done. Jun 01 12:03:59 avis kernel: OOM killer disabled. Jun 01 12:03:59 avis kernel: Freezing remaining freezable tasks ... (elapsed 0.002 seconds) done. Jun 01 12:03:59 avis kernel: printk: Suspending console(s) (use no_console_suspend to debug) Jun 01 12:03:59 avis kernel: wlp3s0: deauthenticating from cc:ce:1e:89:51:4b by local choice (Reason: 3=DEAUTH_LEAVING) Jun 01 12:03:59 avis kernel: sd 2:0:0:0: [sda] Synchronizing SCSI cache Jun 01 12:03:59 avis kernel: sd 2:0:0:0: [sda] Stopping disk Jun 01 12:03:59 avis kernel: sd 2:0:0:0: [sda] Starting disk Jun 01 12:03:59 avis kernel: OOM killer enabled. Jun 01 12:03:59 avis wpa_supplicant[990]: wlp3s0: CTRL-EVENT-SIGNAL-CHANGE above=0 signal=0 noise= txrate=0 Jun 01 12:03:59 avis systemd-logind[982]: Lid opened. Jun 01 12:03:59 avis wpa_supplicant[990]: wlp3s0: CTRL-EVENT-DISCONNECTED bssid=cc:ce:1e:89:51:4b reason=3 locally_generated=1 Jun 01 12:03:59 avis kernel: Restarting tasks ... done. Jun 01 12:03:59 avis NetworkManager[979]: [1559383439.4503] sup-iface[0x56503c5924b0,wlp3s0]: connection disconnected (reason -3) Jun 01 12:03:59 avis systemd[1]: Started Run anacron jobs. Jun 01 12:03:59 avis NetworkManager[979]: [1559383439.4557] device (wlp3s0): supplicant interface s -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
Since I was affected on Ubuntu 19.04 using the generic Kernel (5.0.0-15-generic), I am not sure if "linux-signed-hwe" is the right thing to file this bug against... I decided to test Mainline 5.1.6 under Ubuntu 19.04, and it's also affected. I have been looking into kernel/power/suspend.c, and if you trace down (as in: follow the code step by step) that suspend.c, it becomes obvious that it's not suspend.c by itself, as it's impossible to be a timing problem purely in there, as suspend.c *does* do things in order. I am beginning to think that systemd might be doing things wrong. Since I could also reproduce this issue with fedora, I will be testing on gentoo without systemd (using openrc) and tell you how this worked out. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
OK, so it appears to be within the kernel itself, this is also happening when using openRC. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
Fun fact: sometimes "syncing filesystems" is done before the system actually suspends, sometimes it is done after waking the system up: [...] Jun 3 21:01:35 avis systemd[1]: Reached target Sleep. Jun 3 21:01:35 avis systemd[1]: Starting Suspend... Jun 3 21:01:35 avis systemd-sleep[2281]: Suspending system... Jun 3 21:01:35 avis kernel: [ 86.149552] PM: suspend entry (s2idle) --- laptop sleeps here --- Jun 3 21:01:54 avis kernel: [ 86.149553] PM: Syncing filesystems ... done. Jun 3 21:01:54 avis kernel: [ 86.163111] Freezing user space processes ... (elapsed 0.002 seconds) done. Jun 3 21:01:54 avis kernel: [ 86.165328] OOM killer disabled. Jun 3 21:01:54 avis kernel: [ 86.165329] Freezing remaining freezable tasks ... (elapsed 0.001 seconds) done. [...] -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux-signed-hwe/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1798166] Re: “Mouse battery low” notification can't be disabled
Clarification: this bug ist not about wrong battery Level measurements (Nobody reported that), it's about users being unable to disable notifications. The notification is shown even when in DND mode. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798166 Title: “Mouse battery low” notification can't be disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1798166] Re: “Mouse battery low” notification can't be disabled
Device: /org/freedesktop/UPower/devices/mouse_hidpp_battery_0 native-path: hidpp_battery_0 model:MX Keys Wireless Keyboard serial: 408a-9b-b6-52-57 power supply: no updated: Fr 12 Jun 2020 22:39:07 CEST (8 seconds ago) has history: yes has statistics: yes mouse present: yes rechargeable:yes state: discharging warning-level: low battery-level: low percentage: 10% (should be ignored) icon-name: 'battery-caution-symbolic' ** Attachment added: "Screenshot of the notification" https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+attachment/5383373/+files/Bildschirmfoto%20von%202020-06-12%2022-38-51.png -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798166 Title: “Mouse battery low” notification can't be disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1798166] Re: “Mouse battery low” notification can't be disabled
Some background: rechargeable batteries have 1.2V nominal (compared to 1.5V nominal for regular battteries). Any mouse will report levels around 10%, although the batteries will run for *many* months. So users of rechargeable batteries will experience notifications about low levels basically after a few days of using a rechargeable battery. Although you might very wel argue that "it's a hardware problem", notifications about low mouse / keyboard battery should be optional, not forced upon the user. I have no way to disable the mouse / battery level alarm. (that is BUG #1) Furthermore, if i use DND (which i don't really want to use, but just assumed), the mouse/keyboard alarms are the ONLY alarms that OVERRIDE DND, to "using DND" is not a solution, and DND does in fact disturb in some cases, which is BUG #2. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1798166 Title: “Mouse battery low” notification can't be disabled To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1798166/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1864993] Re: platform.linux_distribution has been removed from Python3.8
issue confirmed, and fix also works for me. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1864993 Title: platform.linux_distribution has been removed from Python3.8 To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/ceph-deploy/+bug/1864993/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
Hey has the Status been changed from confirmed to incomplete? Ubuntu -devel is still affected. ** Also affects: linux-signed-hwe (Ubuntu) Importance: Undecided Status: New ** No longer affects: linux-signed-hwe (Ubuntu) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
Although this kind of bug /may/ seem device dependent, in this instance it's not. In this very bug report, the issue hass been confirmed by users of the following devices: - Thinkpad L390 (twice) - Thinkpad X201 - Asus Zenbook UX331UN - Lenovo X1 Extreme - Lenovo X1 Extreme Gen2 - Thinkapd X1 Carbon 2018 - Lenovo Thinkpad T460s - Lenovo ThinkPad T460P - Dell XPS 15 9560 - Toshiba R850 - HP EliteBook This bug is clearly not device dependent. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1825636] Re: Battery drain during sleep. System suspended before kernel suspends all tasks
I bet 500 dollhairs they're being marked as duplicate in two seconds. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1825636 Title: Battery drain during sleep. System suspended before kernel suspends all tasks To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1825636/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1893737] [NEW] gnome-settings-daemon_3.37.0-1ubuntu1 breaks keyboard shortcuts, media keys and backlight controls
Public bug reported: groovy (devel branch) Affected version: gnome-settings-daemon_3.37.0-1ubuntu1 Not affected: gnome-settings-daemon_3.36.1-1ubuntu1 and older After upgrading to version gnome-settings-daemon_3.37.0-1ubuntu1, the following broke: - backlight controls (laptop) unresponsive - backlight slider in the top right menu does not change backlight - volume controls (laptop + usb keyboard w. media keys) unresposive - custom gnome-shell keyboard shortcut (ctrl+alt+t) stopped working - creating a new shortcut in gnome-shell (ctrl+alt+e for xeyes) does not start application reverting to gnome-settings-daemon_3.36.1-1ubuntu1 and rebooting fixed the issue. ** Affects: gnome-settings-daemon (Ubuntu) Importance: Undecided Status: New ** Summary changed: - 3.37.0-1ubuntu1 breaks keyboard shortcuts + 3.37.0-1ubuntu1 breaks keyboard shortcuts, media keys and backlight controls ** Summary changed: - 3.37.0-1ubuntu1 breaks keyboard shortcuts, media keys and backlight controls + gnome-settings-daemon_3.37.0-1ubuntu1 breaks keyboard shortcuts, media keys and backlight controls ** Description changed: groovy (devel branch) - Affected version: gnome-settings-daemon-3.37.0-1ubuntu1 - Not affected: 3.36.1-1ubuntu1 and older + Affected version: gnome-settings-daemon_3.37.0-1ubuntu1 + Not affected: gnome-settings-daemon_3.36.1-1ubuntu1 and older - - After upgrading to version gnome-settings-daemon-3.37.0-1ubuntu1, the following broke: + After upgrading to version gnome-settings-daemon_3.37.0-1ubuntu1, the following broke: - backlight controls (laptop) unresponsive - backlight slider in the top right menu does not change backlight - volume controls (laptop + usb keyboard w. media keys) unresposive - custom gnome-shell keyboard shortcut (ctrl+alt+t) stopped working - creating a new shortcut in gnome-shell (ctrl+alt+e for xeyes) does not start application - reverting to gnome-settings-daemon-3.36.1-1ubuntu1 and rebooting fixed + reverting to gnome-settings-daemon_3.36.1-1ubuntu1 and rebooting fixed 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/1893737 Title: gnome-settings-daemon_3.37.0-1ubuntu1 breaks keyboard shortcuts, media keys and backlight controls To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1893737/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
[Bug 1893729] Re: Keyboard shortcuts stop working
Hi, see https://bugs.launchpad.net/ubuntu/+source/gnome-settings- daemon/+bug/1893737 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1893729 Title: Keyboard shortcuts stop working To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/gnome-settings-daemon/+bug/1893729/+subscriptions -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs