Bug 1547780
| Summary: | out_to_x = false seems to ignore out_to_console | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Lokesh Mandvekar <lsm5> |
| Component: | conky | Assignee: | Miroslav Lichvar <mlichvar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 27 | CC: | mlichvar, moceap |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | conky-1.10.8-1.fc28 conky-1.10.8-1.fc27 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-05-30 14:08:07 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: | |||
conky-1.10.8-1.fc27 has been submitted as an update to Fedora 27. https://bodhi.fedoraproject.org/updates/FEDORA-2018-c8691c48ba conky-1.10.8-1.fc28 has been submitted as an update to Fedora 28. https://bodhi.fedoraproject.org/updates/FEDORA-2018-f2fc3f35af conky-1.10.8-1.fc27 has been pushed to the Fedora 27 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-c8691c48ba conky-1.10.8-1.fc28 has been pushed to the Fedora 28 testing repository. If problems still persist, please make note of it in this bug report. See https://fedoraproject.org/wiki/QA:Updates_Testing for instructions on how to install test updates. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2018-f2fc3f35af 1.10.8 seems to work as expected for me on Fedora 28. Thanks a lot! conky-1.10.8-1.fc28 has been pushed to the Fedora 28 stable repository. If problems still persist, please make note of it in this bug report. conky-1.10.8-1.fc27 has been pushed to the Fedora 27 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: I use conky to display info in my tiling window manager's own display bar. My current conky.conf is: conky.config = { out_to_x = false, cpu_avg_samples = 2, use_xft = false, font = 'Fixed:size=10', net_avg_samples = 2, no_buffers = true, out_to_console = true, out_to_stderr = false, own_window = false, own_window_class = 'Conky', own_window_type = 'override', update_interval = 1.0, uppercase = false, use_spacer = 'none', } This used to work just fine on 1.10.6-1.fc26. But ever since the bump to 1.10.7-1, it will no longer display anything. Now, in the above config if I change: out_to_x = true, own_window_type = desktop #(or dock or panel) it will display as expected in the display bar BUT with the additional sticky panel/dock or its own independent window which I don't desire. Seems like out_to_x = false will simply ignore what out_to_console says since the bump to 1.10.7. Version-Release number of selected component (if applicable): 1.10.7-1 How reproducible: always Steps to Reproduce: 1. use config file on 1.10.6 2. bump to 1.10.7 3. enjoy