← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1905061] [NEW] too many apps in media playback category

 

Public bug reported:

UbuntuStudio 20.10
Application menu displays almost all applications in the "Media Playback"-category.
It seems the problem is in /etc/xdg/menus/applications-merged/studio.menu
I changed the related section in the file from

    <Menu>
        <Name>Media Playback</Name>
        <Directory>ubuntustudio-mediaplayback.directory</Directory>
        <Include>
         <And>
            <Category>AudioVideo</Category>
            <Category>Player</Category>
            <Filename>org.kde.elisa.desktop</Filename>
         </And>
         <Not>
            <Filename>jack_mixer.desktop</Filename>
         </Not>
        </Include>
    </Menu>

to

    <Menu>
        <Name>Media Playback</Name>
        <Directory>ubuntustudio-mediaplayback.directory</Directory>
        <Include>
         <And>
            <Category>AudioVideo</Category>
            <Category>Player</Category>
          <Not>
            <Filename>jack_mixer.desktop</Filename>
          </Not>
         </And>
         <Filename>org.kde.elisa.desktop</Filename>
        </Include>
    </Menu>

Now it looks like it should be, pretty clean, I think that's what was
intended.

** Affects: carla
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Studio Bugs, which is subscribed to The Ubuntu Studio Project.
Matching subscriptions: UbuntuStudio Bugs
https://bugs.launchpad.net/bugs/1905061

Title:
  too many apps in media playback category

Status in Carla:
  New

Bug description:
  UbuntuStudio 20.10
  Application menu displays almost all applications in the "Media Playback"-category.
  It seems the problem is in /etc/xdg/menus/applications-merged/studio.menu
  I changed the related section in the file from

      <Menu>
          <Name>Media Playback</Name>
          <Directory>ubuntustudio-mediaplayback.directory</Directory>
          <Include>
           <And>
              <Category>AudioVideo</Category>
              <Category>Player</Category>
              <Filename>org.kde.elisa.desktop</Filename>
           </And>
           <Not>
              <Filename>jack_mixer.desktop</Filename>
           </Not>
          </Include>
      </Menu>

  to

      <Menu>
          <Name>Media Playback</Name>
          <Directory>ubuntustudio-mediaplayback.directory</Directory>
          <Include>
           <And>
              <Category>AudioVideo</Category>
              <Category>Player</Category>
            <Not>
              <Filename>jack_mixer.desktop</Filename>
            </Not>
           </And>
           <Filename>org.kde.elisa.desktop</Filename>
          </Include>
      </Menu>

  Now it looks like it should be, pretty clean, I think that's what was
  intended.

To manage notifications about this bug go to:
https://bugs.launchpad.net/carla/+bug/1905061/+subscriptions


Follow ups