Bug 1840092
| Summary: | libappindicator support for nm-applet | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Vasile Chelban <vchelban> |
| Component: | network-manager-applet | Assignee: | Lubomir Rintel <lkundrak> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | astra, bgalvani, blueowl, dcbw, lkundrak, thaller |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Fixed In Version: | network-manager-applet-1.16.0-2.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-06-18 13:27:45 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: | |||
FEDORA-2020-894d5286b3 has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-894d5286b3 network-manager-applet-1.16.0-2.fc32 has been pushed to the Fedora 32 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-2020-894d5286b3 FEDORA-2020-894d5286b3 has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: In order to use nm-applet in Enlightenment desktop there must be appindicator support enabled. Version-Release number of selected component (if applicable): 1.16.0-1 Steps to Reproduce: 1. Install enlightenment `dnf install network-manager-applet enlightenment` 2. Login in into enlightenment 3. From enlightenment menu launch Settings->Module dialog, select "systray" module, and press "Load" button. 4. From enlightenment menu launch Settings->Shelves dialog, select "shelf" shelf, and press "Contents" button. Scroll to Systray module, and press "Add" button. 5. Run from terminal `nm-applet --indicator` Actual results: Applet icon does not appear Expected results: Network manager applet icon should appear in Enlightenment shelf. Additional info: Spec file required changes: 1. Add buildRequires: BuildRequires: libappindicator-gtk3-devel BuildRequires: libdbusmenu-gtk3-devel 2. In %build section add define parameter to meson command: -Dappindicator=yes \