After a fresh install of Fedora 40 I found some editing programs were not populating in the Applications menu. I finally tracked the problem down to missing "OR" tags in /etc/xdg/menus/applications-merged/multimedia-categories.menu This is causing programs tagged with the "AudioVideoEditing" category in their .desktop file to not populate in the Applications menu. <!-- Editors Menu --> <Menu> <Name>Editors</Name> <Directory>multimedia-editors.directory</Directory> <Include> <And> <Or> <Category>AudioVideo</Category> <Category>Audio</Category> <Category>Video</Category> </Or> <Category>AudioVideoEditing</Category> <Category>X-AudioEditing</Category> </And> </Include> </Menu><!-- End Editors Menu --> Encapsulating the "AudioVideoEditing" and "X-AudioEditing" categories in an additional or block resolves the problem. <And> <Or> <Category>AudioVideo</Category> <Category>Audio</Category> <Category>Video</Category> </Or> <Or> <Category>AudioVideoEditing</Category> <Category>X-AudioEditing</Category> </Or> </And> Reproducible: Always Steps to Reproduce: 1. Fresh install of Fedora 40 2. Install, for instance, Audacity 3. Actual Results: Audacity launcher does not populate in the Applications menu. Expected Results: Audacity launcher populates under Applications > Sound & Video > Creation > Editors btherrie@palarran:~$ dnf info multimedia-menus Last metadata expiration check: 0:12:36 ago on Thu 03 Oct 2024 01:35:00 PM EDT. Installed Packages Name : multimedia-menus Version : 0.4.2 Release : 9.fc40 Architecture : noarch Size : 182 k Source : multimedia-menus-0.4.2-9.fc40.src.rpm Repository : @System From repo : fedora Summary : Categorization for the GNOME/KDE/MATE Sound&Video/Multimedia menu URL : https://pagure.io/multimedia-menus License : GPLv2+ and LGPLv2+ and GPL+ and LGPLv2 and LGPLv3+ and GPLv2 and MIT Description : Categorized sub-menus for the GNOME/KDE/MATE Audio&Video/Multimedia menu, for : better usability and easy access of multimedia applications.
This message is a reminder that Fedora Linux 40 is nearing its end of life. Fedora will stop maintaining and issuing updates for Fedora Linux 40 on 2025-05-13. It is Fedora's policy to close all bug reports from releases that are no longer maintained. At that time this bug will be closed as EOL if it remains open with a 'version' of '40'. Package Maintainer: If you wish for this bug to remain open because you plan to fix it in a currently maintained version, change the 'version' to a later Fedora Linux version. Note that the version field may be hidden. Click the "Show advanced fields" button if you do not see it. Thank you for reporting this issue and we are sorry that we were not able to fix it before Fedora Linux 40 is end of life. If you would still like to see this bug fixed and are able to reproduce it against a later version of Fedora Linux, you are encouraged to change the 'version' to a later version prior to this bug being closed.
I verified the issue is still present in multimedia-menus-0.4.2-12.fc42.src.rpm in the latest Fedora 42 build.
FEDORA-2026-84ed4a6fe9 (multimedia-menus-0.4.3-1.fc42) has been submitted as an update to Fedora 42. https://bodhi.fedoraproject.org/updates/FEDORA-2026-84ed4a6fe9
FEDORA-2026-17d8de5f51 (multimedia-menus-0.4.3-1.fc43) has been submitted as an update to Fedora 43. https://bodhi.fedoraproject.org/updates/FEDORA-2026-17d8de5f51
FEDORA-2026-84ed4a6fe9 has been pushed to the Fedora 42 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-84ed4a6fe9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-84ed4a6fe9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-17d8de5f51 has been pushed to the Fedora 43 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2026-17d8de5f51` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2026-17d8de5f51 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2026-84ed4a6fe9 (multimedia-menus-0.4.3-1.fc42) has been pushed to the Fedora 42 stable repository. If problem still persists, please make note of it in this bug report.
FEDORA-2026-17d8de5f51 (multimedia-menus-0.4.3-1.fc43) has been pushed to the Fedora 43 stable repository. If problem still persists, please make note of it in this bug report.