← Back to team overview

ubuntustudio-bugs team mailing list archive

[Bug 1905061] Re: too many apps in media playback category

 

Thank you for doing this. I'll make the change, upload a fix, and turn
this bug into an SRU (Stable Release Update).

** Project changed: carla => ubuntustudio-menu (Ubuntu)

** Changed in: ubuntustudio-menu (Ubuntu)
       Status: New => Triaged

** Changed in: ubuntustudio-menu (Ubuntu)
   Importance: Undecided => High

** Changed in: ubuntustudio-menu (Ubuntu)
     Assignee: (unassigned) => Erich Eickmeyer (eeickmeyer)

-- 
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 ubuntustudio-menu package in Ubuntu:
  Triaged

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/ubuntu/+source/ubuntustudio-menu/+bug/1905061/+subscriptions


References