(Best I can do for now) |
(update release notes link for f11 preview) |
||
Line 6: | Line 6: | ||
== Release Summary, Announcement and Notes == | == Release Summary, Announcement and Notes == | ||
Read the [ | Read the [http://docs.fedoraproject.org/release-notes/f11preview/ Fedora 11 Preview release notes] for specific information about changes in Fedora 11 Preview, known issues, and other general information. | ||
<!-- | <!-- UNCOMMENT when it exists: | ||
* [[F11 release summary]] - Make sure you read this page and related references in detail. | * [[F11 release summary]] - Make sure you read this page and related references in detail. | ||
--> | --> | ||
== My Bug Is Not Listed == | == My Bug Is Not Listed == | ||
Revision as of 21:51, 20 May 2009
This page documents common bugs in Fedora 11 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it. Where appropriate, a reference to the current bug(s) in Bugzilla is included.
Release Summary, Announcement and Notes
Read the Fedora 11 Preview release notes for specific information about changes in Fedora 11 Preview, known issues, and other general information.
My Bug Is Not Listed
Not every bug is listed in this page. You can use bugzilla queries in the bottom of this page for that. We have collected this based on commonly discussed issues in our mailing lists and forums. If you believe any particular bug report is missed out here and if you have wiki access, add it this page or contact Rahul Sundaram with the bugzilla report number explaining why you believe that particular report qualifies as a common issue.
Common Issues
Update notification doesn't disappear
link to this item - Bugzilla: #492005
After updating using PackageKit, the updates notice may reappear even when there are no package updates left to receive. The maintainer is aware of the issue and we expect to resolve it soon. In the meantime, changing the following option in the configuration file may work for some people, although results vary:
UseUpdateCache=false
git-* commands moved from $PATH
link to this item - Bugzilla: #479216
Most of the git-* commannds have been moved from the standard $PATH. Use of the git-* form has been deprecated since around 2006 and upstream moved these commands by default with git-1.6.0. Any script that references the commands will need to be updated. Below is a possible workaround:
PATH=$(git --exec-path):$PATH
updating from F10 in X fails and X falls over
link to this item - Bugzilla #494046
Systems updating from F10 using yum and in some cases PackageKit can fall over (Bugzilla #494046). The best way to work around this problem is to first update fontconfig to the version in F11. Then restart your X server and finish the rest of the update.