| Summary: | gnome-shell-extension-pidgin isn't compatible with gnome-shell 3.8 | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Martin Wilck <martin.wilck> |
| Component: | gnome-shell-extension-pidgin | Assignee: | Tom "spot" Callaway <tcallawa> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 19 | CC: | fschwarz, mike, tcallawa, william |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc20 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-11-01 03:56:06 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: | |
The same problem occurs for several extensions, on my system: gnome-shell-extension-pidgin-0-0.9.git87fc23433d.fc19.x86_64 gnome-shell-extension-presentation-mode-0-0.5.gitc3ce6b2.fc19.noarch gnome-shell-extension-remove-accessibility-icon-20111008-4.fc18.noarch gnome-shell-extension-remove-bluetooth-icon-0.5.1-1.fc19.noarch *** Bug 990819 has been marked as a duplicate of this bug. *** (In reply to Martin Wilck from comment #0) > The extension has been rewritten for 3.8: > https://github.com/Psykar/gnome-shell-extensions-pidgin I can confirm that this upstream works for Gnome 3.8. gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19 has been submitted as an update for Fedora 19. https://admin.fedoraproject.org/updates/gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19 gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc20 has been submitted as an update for Fedora 20. https://admin.fedoraproject.org/updates/gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc20 Package gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19: * should fix your issue, * was pushed to the Fedora 19 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-19795/gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19 then log in and leave karma (feedback). gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc19 has been pushed to the Fedora 19 stable repository. If problems still persist, please make note of it in this bug report. gnome-shell-extension-pidgin-0-0.11.git1a254319ea.fc20 has been pushed to the Fedora 20 stable repository. If problems still persist, please make note of it in this bug report. |
Description of problem: The extension "Pidgin Conversation Integration" is marked as outdated. Version-Release number of selected component (if applicable): [root@cooper admin]# rpm -q gnome-shell gnome-shell-3.8.4-2.fc19.x86_64 [root@cooper admin]# rpm -q gnome-shell-extension-pidgin gnome-shell-extension-pidgin-0-0.9.git87fc23433d.fc19.x86_64 How reproducible: always Steps to Reproduce: Install gnome-shell-extension-pidgin; start GNOME Actual results: See above Expected results: Fedora installs extensions that are compatible with the shipped GNOME version. Additional info: The rpm package has a dependency on "gnome-shell >= 3.6": [root@cooper admin]# rpm -qR gnome-shell-extension-pidgin gnome-shell >= 3.6 but the package itself depends on "gnome-shell == 3.6": [root@cooper admin]# cat /usr/share/gnome-shell/extensions/pidgin-conversation-integration/metadata.json { [...] "shell-version": [ "3.6" ], [...] } The extension has been rewritten for 3.8: https://github.com/Psykar/gnome-shell-extensions-pidgin Apparently the reqrite required non-trivial changes.