Bug 2316347 - multimedia-categories.menu not categorizing media editors correctly
Summary: multimedia-categories.menu not categorizing media editors correctly
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: multimedia-menus
Version: 42
Hardware: x86_64
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Erich Eickmeyer
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2024-10-03 18:18 UTC by Bill Therrien
Modified: 2026-02-03 03:32 UTC (History)
2 users (show)

Fixed In Version: multimedia-menus-0.4.3-1.fc42 multimedia-menus-0.4.3-1.fc43
Clone Of:
Environment:
Last Closed: 2026-02-03 03:27:03 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Bill Therrien 2024-10-03 18:18:26 UTC
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.

Comment 1 Aoife Moloney 2025-04-28 13:55:49 UTC
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.

Comment 2 Bill Therrien 2025-04-29 19:57:23 UTC
I verified the issue is still present in multimedia-menus-0.4.2-12.fc42.src.rpm in the latest Fedora 42 build.

Comment 3 Fedora Update System 2026-01-25 01:54:11 UTC
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

Comment 4 Fedora Update System 2026-01-25 01:55:05 UTC
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

Comment 5 Fedora Update System 2026-01-26 01:27:15 UTC
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.

Comment 6 Fedora Update System 2026-01-26 01:42:29 UTC
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.

Comment 7 Fedora Update System 2026-02-03 03:27:03 UTC
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.

Comment 8 Fedora Update System 2026-02-03 03:32:43 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.