Bug 2088786 - Add support to wireless_* variables
Summary: Add support to wireless_* variables
Keywords:
Status: CLOSED DUPLICATE of bug 2091210
Alias: None
Product: Fedora
Classification: Fedora
Component: conky
Version: 36
Hardware: Unspecified
OS: Unspecified
unspecified
low
Target Milestone: ---
Assignee: Miroslav Lichvar
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-20 16:46 UTC by dominique
Modified: 2022-07-12 08:36 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-07-12 08:36:46 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.