Bug 216705
| Summary: | Beagle firefox extensions loose ... | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jérôme Benoit <jerome.benoit> |
| Component: | beagle | Assignee: | David Nielsen <gnomeuser> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6 | CC: | caillon, genneth, triage |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | bzcl34nup | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2008-05-06 16:54:14 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Jérôme Benoit
2006-11-21 16:53:21 UTC
caillon: This is probably related to the trigger changes. Any idea what is causing this? No, I specifically ensured that the following cases worked: - Beagle install on a system without firefox, then install firefox. - Firefox install on a system without beagle, then install beagle. - Firefox update while beagle installed - Beagle update while firefox installed Firefox must be restarted though to pick up changes. It's possible that the user needs to simply restart. Well, i've filled this bug just because in any case you've described below, beagle firefox extension have disapear ... Not a big deal anyway. X session restart solve nothing, complete system reboot as well. Thanks. /usr/lib/beagle/beagle.xpi is there ...
But in beagle .spec file :
%triggerin -- firefox
if [ -f %{_libdir}/beagle/beagle-plugin-path ]; then
old=`cat %{_libdir}/beagle/beagle-plugin-path`
rm -rf $old
rm -rf %{_libdir}/beagle/beagle-plugin-path
fi
# install the firefox extension
if [ -f %{grefile} ] ; then
ffdir=$(cat %{grefile} | awk '/GRE_PATH/ { split($0,p,"="); print p[2] }')
cd $ffdir/extensions
mkdir beagle-extension
unzip -q -d beagle-extension %{_libdir}/beagle/beagle.xpi
id=`grep em:id beagle-extension/install.rdf | head -1 | sed -e 's/^ *//' -e
"s/<[^<]*>//g" | tr -d "\n\r"`
if [ -e "$id" ]; then
rm -rf beagle-extension
else
mv beagle-extension "$id"
fi
echo "$ffdir/extensions/$id" > %{_libdir}/beagle/beagle-plugin-path
fi
%triggerun -- firefox
# uninstall the firefox extension
if [ $2 = 0 -a -f %{_libdir}/beagle/beagle-plugin-path ]; then
old=`cat %{_libdir}/beagle/beagle-plugin-path`
rm -rf $old
rm -rf %{_libdir}/beagle/beagle-plugin-path
fi
do not seem to have done the right thing on my system.
The directory /usr/lib/beagle/beagle-plugin-path has been deleted ... really i
don't understand why, the spec file code seems correct. Will try to force a
beagle rpm reinstall and see what happens.
Odd. If you could track that down, it'd be appreciated since I can't reproduce... *** Bug 219243 has been marked as a duplicate of this bug. *** it has happened again with the latest beagle update last night ... i've downgraded beagle, then i've done again a yum upgrade in order to try to reproduce ... twice ... can't reproduce it, very odd, really ... I had the same problem with the FC6 0.2.13-1 update, too. I uninstalled the beagle rpms and reinstalled them and it worked. I suppose it would be useful to see the output of: grep "firefox\|beagle" /var/log/yum.log Can someone attach that to the bug, and point out where this broke? Trying to recreate things in the same exact order may help figure out what is going on here. # grep "firefox\|beagle" /var/log/yum.log Dec 11 14:49:18 Updated: libbeagle.x86_64 0.2.13-1.fc6 Dec 11 14:50:51 Updated: beagle.x86_64 0.2.13-1.fc6 Dec 11 14:50:57 Updated: beagle-gui.x86_64 0.2.13-1.fc6 Dec 11 14:51:01 Updated: beagle-evolution.x86_64 0.2.13-1.fc6 Dec 12 18:21:45 Erased: beagle-gui Dec 12 18:21:46 Erased: beagle-evolution Dec 12 18:21:47 Erased: beagle Dec 12 18:23:20 Installed: beagle.x86_64 0.2.13-1.fc6 Dec 12 18:23:21 Installed: beagle-gui.x86_64 0.2.13-1.fc6 Dec 12 18:23:21 Installed: beagle-evolution.x86_64 0.2.13-1.fc6 Nope, that doesn't help. It broke at the update and was fixed by the erase/re-install. Fedora apologizes that these issues have not been resolved yet. We're sorry it's taken so long for your bug to be properly triaged and acted on. We appreciate the time you took to report this issue and want to make sure no important bugs slip through the cracks. If you're currently running a version of Fedora Core between 1 and 6, please note that Fedora no longer maintains these releases. We strongly encourage you to upgrade to a current Fedora release. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained and closing them. http://fedoraproject.org/wiki/LifeCycle/EOL If this bug is still open against Fedora Core 1 through 6, thirty days from now, it will be closed 'WONTFIX'. If you can reporduce this bug in the latest Fedora version, please change to the respective version. If you are unable to do this, please add a comment to this bug requesting the change. Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we are following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again. And if you'd like to join the bug triage team to help make things better, check out http://fedoraproject.org/wiki/BugZappers This bug is open for a Fedora version that is no longer maintained and will not be fixed by Fedora. Therefore we are closing this bug. If you can reproduce this bug against a currently maintained version of Fedora please feel free to reopen thus bug against that version. Thank you for reporting this bug and we are sorry it could not be fixed. |