Summary: | xfce-extra/xfce4-sensors-plugin bad behaviour after reboot | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | jorge <jorge.ramos> |
Component: | Current packages | Assignee: | XFCE Team <xfce> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | mgorny, sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
jorge
2020-12-20 01:03:58 UTC
This upstream issue may(?) be related: https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/issues/13 I don't use this anymore to confirm, but I have poor memories of this plugin keeping my settings intact (may have to do with sensors detection order/timing). I wonder if this could be related: https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/commit/24a6e82305c0b75e46d9ecc76a79db94731f25f1 If you could trying to put that change into /etc/portage/patches/xfce-extra/xfce4-sensors-plugin/ and seeing whether it helps, I'd appreciate. Hello all: I've upgraded xfce-extra/xfce4-sensors-plugin from: xfce-extra/xfce4-sensors-plugin-1.3.0-r1::gentoo was built with the following: USE="acpi hddtemp libnotify lm-sensors" ABI_X86="(64)" VIDEO_CARDS="nvidia" to: xfce-extra/xfce4-sensors-plugin-1.3.92-r1::gentoo was built with the following: USE="acpi hddtemp libnotify lm-sensors" ABI_X86="(64)" VIDEO_CARDS="nvidia" (by accepting the ~amd64 keyword). The configuration now remains after reboots. I did not have to patch the package. Maybe this can be marked as "resolved"? Next time, I will try to download the most recent version available in portage before I report a bug, I promise =). (In reply to Michał Górny from comment #2) > I wonder if this could be related: > > https://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin/-/commit/ > 24a6e82305c0b75e46d9ecc76a79db94731f25f1 > > If you could trying to put that change into > /etc/portage/patches/xfce-extra/xfce4-sensors-plugin/ and seeing whether it > helps, I'd appreciate. The sensor plugin does not work, again. Here are the events that led me to this error: 1) I had Xfce installed in stable versions. 2) xfce4-sensors-plugin did not work as intended (OP problem) 3) I updated xfce4-sensors-plugin with USE ~amd64 (compiled against Xfce's stable versions) 4) The plugin worked correctly after reboots 5) I then upgraded xfce-base/xfce4-meta (and all its dependencies) with use ~amd64 6) The sensor plugin still worked fine. 7) I tried to reinstall the xfce4-sensors-plugin 8) A compile time error occurred (same error as Bug 746107) 9) I applied the suggested patch in that Bug report. 10) The sensor plugin was now successfully compiled (agains Xfce's most recent versions with USE ~amd64) 11) I reconfigured my plugin to show core and gpu temps. 12) On reboot, the sensor plugin does not show any data (with message "No sensors selected!") I wasn't able to copy and paste the commit to a file in my system. As I am ignorant about a patch's format, I did not try to manually copy it. Also, wouldn't this patch revert the changes in the patch from bug 746107? If so, I wouldn't be able to compile the package... After the recent update to xfce-extra/xfce4-sensors-plugin-1.3.95, the plugin now works after reboots. |