Bug 2088786

Summary: Add support to wireless_* variables
Product: [Fedora] Fedora Reporter: dominique
Component: conkyAssignee: Miroslav Lichvar <mlichvar>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 36CC: mlichvar, moceap
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2022-07-12 08:36:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description dominique 2022-05-20 16:46:20 UTC
Description of problem:
Conky is built without support for wireless monitoring.
$wireless_essid, $wireless_link_qual and others are not enabled.


Version-Release number of selected component (if applicable):
1.12.2-3.fc36 

Steps to Reproduce:
1. Add the following lines to a .conkyrc file:
Wlan IP $alignr${addr wlan0}
SSID $alignr${wireless_essid wlan0}
Quality $alignr${wireless_link_qual wlan0}
Speed $alignr ${wireless_bitrate wlan0}
2. Run conky


Actual results:
Wlan IP     192.168.1.xxx
SSID        ${wireless_essid}
Quality     ${wireless_link_qual}
Speed       ${wireless_bitrate}

Expected results:
Wlan IP     192.168.1.xxx
SSID        WLAN_ESSID
Quality     70
Speed       144 Mb/s

Additional info:
BUILD_WLAN is OFF by default.
I suppose that adding -DBUILD_WLAN=ON to CMake options should fix this issue.

Comment 1 Miroslav Lichvar 2022-07-12 08:36:46 UTC
This had to be disabled due to missing support for new wlan API.

Upstream issue:
https://github.com/brndnmtthws/conky/issues/1001

*** This bug has been marked as a duplicate of bug 2091210 ***