From Fedora Project Wiki

Revision as of 01:07, 17 March 2020 by Adamwill (talk | contribs) (add 1813667 (VMs slow to shutdown due to service timeout))

This page documents common bugs in Fedora 32 and, if available, fixes or workarounds for these problems. If you find your problem in this page, do not file a bug for it, unless otherwise instructed. Where appropriate, a reference to the current bug(s) in Bugzilla is included.

Note.png
Pre-release version
Fedora 32 has not yet been released. During this pre-release period, this page will cover known issues in the Fedora 32 pre-releases. Issues that are fixed will be removed from the page once a fix is available (for instance, an issue that affects the Beta but is fixed in the final release will be removed at the time of that release).

Release Notes

Read the F32 Beta release announcement for specific information about changes in Fedora 32 and other general information.


My bug is not listed

Not every bug is listed in this page, but Bugzilla should be a comprehensive database of known bugs. This page is a sampling of the bugs most commonly discussed on our mailing lists and forums.

To see if your bug has already been reported, you can search Bugzilla. If it has not yet been reported, we encourage you to do so to help improve Fedora for yourself and others. A guide to Bugs and feature requests has been prepared to assist you.

If you believe an already-reported bug report should be added to this page because it is commonly encountered, you can:

  • Add it yourself, if you have wiki access. Common bugs instructions provides guidance on how to add an entry to the page correctly, but the most important thing is to make sure that the bug is listed - don't worry if you don't get the format quite right, we can clean it up later.
  • Or, add the CommonBugs keyword to the bug report. Someone from the QA team will then inspect the issue to determine whether the bug should be listed as a common bug. To expedite your request, please add a comment to the bug that includes
    1. a summary of the problem
    2. any known workarounds
    3. an assessment on the impact to Fedora users

For reference, you can query Bugzilla for bugs tagged CommonBugs:

  • CommonBugs? (bugs with CommonBugs keyword, but do not yet have a link to this page)
  • CommonBugs+(bugs with CommonBugs keyword and contain a link to this page)

Installation issues

Help does not work during installation

link to this item - Bugzilla: #1812896

The Fedora installer includes Help buttons throughout which should launch a help page viewer and show you relevant content, but in Fedora 32 Beta, this is broken. Instead of useful information, clicking the Help buttons will only show you an empty window.

Instead, you might consider running around, panicking, then clicking all the buttons to see what they do. Alternatively, you could look things up on the internet or run an earlier Fedora installer in a virtual machine and consult the help from that, but it doesn't sound as fun...

A fix for this issue is in progress, so you could also wait for later nightly images - once the bug is marked as fixed, nightly images built after that date should include the fix. It will definitely be fixed in time for the Final release.

Workstation (GNOME) issues

Workstation shutdown menu does not prompt you to install prepared updates

link to this item - Bugzilla: #1805265

In Fedora Workstation, the shutdown/reboot menu is intended to alert you if system updates are prepared for installation and offer you the option of installing them before shutting down. This worked as intended in Fedora 28 and earlier. However, in Fedora 29 and later, a change to suspend PackageKit when it is not needed broke this feature: the notification almost never appears in the shutdown/reboot menu (it will only pop up if you happen to try and shut down very shortly after actively using PackageKit somehow).

There is no known practical workaround for this issue at present.

KDE issues

KDE has wrong desktop background

link to this item - Bugzilla: #1812293

KDE live boots and installs of Fedora 32 Beta do not have the correct desktop background. Instead, the upstream 'Next' background is used. The correct background is used on the login screen and lock screen, and the desktop background can be changed by right-clicking, selecting 'Desktop settings', and selecting the 'Fedora 32' theme.

We worked out the cause of this problem shortly before the Beta release, but there was a complication with implementing the fix and this meant we did not have sufficient time to include it in the Beta. It will be fixed soon after Beta release, and hence in the Final release. However, the update will not fix the problem for any user account created before it is installed; for any such accounts, the correct background must be chosen manually (as explained above).

Upgrade issues

mDNS (multicast DNS) breaks on upgrade to Fedora 32

link to this item - Bugzilla: #1811935

The 'multicast DNS' feature enabled by default on Fedora, which allows you to reach another machine on the local network under the name <hostname>.local, breaks when upgrading to Fedora 32. This happens because the /etc/nsswitch.conf file is modified incorrectly during the upgrade process. The problem can be resolved by editing the file manually and changing this line:

hosts:      files dns myhostname

back to this:

hosts:      files mdns4_minimal [NOTFOUND=return] dns myhostname

We are investigating the cause of this problem and aim to resolve it before the Fedora 32 final release.

Other software issues

Trying to scroll with mouse wheel in inactive Firefox window results in back/forward instead

link to this item - Bugzilla: #1650051

When using the Wayland backend for Firefox, a known issue in GTK+ means that the Alt modifier key is still considered active in Firefox after you switch away from the window using the Alt+Tab shortcut. So if you then move the mouse over the inactive Firefox window (but do not click to activate it) and scroll the wheel, Firefox will treat this as holding down the Alt key and scrolling the wheel. By default, in Firefox, this is mapped to going 'back' and 'forward' in the page history, so instead of the page scrolling, you will rapidly move backwards or forwards through your page history.

If you find yourself frequently triggering this unwanted behaviour, you can work around it by navigating to about:preferences in Firefox and setting the value mousewheel.with_alt.action to 1 instead of 2. 1 sets the action when holding Alt and scrolling the wheel to be the same as when scrolling the wheel normally (it will scroll the page).

Fedora 32 virtual machines take longer than expected to shut down (due to spice-vdagentd timing out)

link to this item - Bugzilla: #1813667

It has been reported that SPICE-based Fedora 32 virtual guests (the default in tools like virt-manager and GNOME Boxes) take longer than expected to shut down, due to a 90 second timeout when the spice-vdagentd.service service shuts down. There is currently no known workaround for this issue, you simply have to wait for the timeout when shutting down virtual machines.