[SRU] Media Playback menu is overpopulated
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
ubuntustudio-menu (Ubuntu) | Status tracked in Hirsute | |||||
| Groovy |
High
|
Erich Eickmeyer | |||
| Hirsute |
High
|
Erich Eickmeyer |
Bug Description
[Impact]
* An issue has been discovered in the default menu for Ubuntu Studio where many (if not most) items were showing up in the Multimedia Playback menu, making menu clutter that was unintentional and causing application discovery issues.
[Test Case]
* Install Ubuntu Studio (or any flavor and use the Ubuntu Studio Installer to install ubuntustudio-menu and ubuntustudio-
* Click Ubuntu Studio logo (Plasma Kickoff menu) and go to Multimedia Playback.
* Menu will be extremely cluttered and have too many entries.
[Where problems could occur]
* This has been thoroughly tested, but it might not work for people who have customized the items in their menu.
Original Description:
UbuntuStudio 20.10
Application menu displays almost all applications in the "Media Playback"-category.
It seems the problem is in /etc/xdg/
I changed the related section in the file from
<Menu>
<Name>Media Playback</Name>
<Include>
<And>
</And>
<Not>
</Not>
</Include>
</Menu>
to
<Menu>
<Name>Media Playback</Name>
<Include>
<And>
<Not>
</Not>
</And>
</Include>
</Menu>
Now it looks like it should be, pretty clean, I think that's what was intended.
Erich Eickmeyer (eeickmeyer) wrote : | #1 |
affects: | carla → ubuntustudio-menu (Ubuntu) |
Changed in ubuntustudio-menu (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → High |
assignee: | nobody → Erich Eickmeyer (eeickmeyer) |
Erich Eickmeyer (eeickmeyer) wrote : | #2 |
Looks like your fix worked, mook765. I tested it here and I'm going to get this uploaded as soon as possible.
Changed in ubuntustudio-menu (Ubuntu Groovy): | |
status: | New → In Progress |
Changed in ubuntustudio-menu (Ubuntu Hirsute): | |
status: | Triaged → In Progress |
Changed in ubuntustudio-menu (Ubuntu Groovy): | |
importance: | Undecided → High |
assignee: | nobody → Erich Eickmeyer (eeickmeyer) |
Changed in ubuntustudio-menu (Ubuntu Hirsute): | |
status: | In Progress → Fix Committed |
description: | updated |
summary: |
- too many apps in media playback category + [SRU] Media Playback menu is overpopulated |
Changed in ubuntustudio-menu (Ubuntu Groovy): | |
status: | In Progress → Fix Committed |
Launchpad Janitor (janitor) wrote : | #3 |
This bug was fixed in the package ubuntustudio-menu - 0.50
---------------
ubuntustudio-menu (0.50) hirsute; urgency=medium
* Fix for Media Playback menu showing too many items (LP: #1905061)
-- Erich Eickmeyer <email address hidden> Fri, 20 Nov 2020 14:19:18 -0800
Changed in ubuntustudio-menu (Ubuntu Hirsute): | |
status: | Fix Committed → Fix Released |
Hello mook765, or anyone else affected,
Accepted ubuntustudio-menu into groovy-proposed. The package will build now and be available at https:/
Please help us by testing this new package. See https:/
If this package fixes the bug for you, please add a comment to this bug, mentioning the version of the package you tested, what testing has been performed on the package and change the tag from verification-
Further information regarding the verification process can be found at https:/
N.B. The updated package will be released to -updates after the bug(s) fixed by this package have been verified and the package has been in -proposed for a minimum of 7 days.
tags: | added: verification-needed verification-needed-groovy |
mook765 (mook765) wrote : | #5 |
apt-cache policy ubuntustudio-menu
ubuntustudio-menu:
Installed: 0.50~20.10.1
Works as expected...
Erich Eickmeyer (eeickmeyer) wrote : | #6 |
Can also confirm it works.
tags: |
added: verification-done verification-done-groovy removed: verification-needed verification-needed-groovy |
mook765 (mook765) wrote : | #7 |
The package does not install the file /etc/xdg/
My test was not complete, sorry. I had changed my file on 20/11, after installing from proposed the modification date of the file was unchanged. So removing the file and reinstalinng the package from proposed again does not install the mentioned file. Please check this.
Erich Eickmeyer (eeickmeyer) wrote : | #8 |
mook765, that's because you manually modified the file. Anytime you do this to any file in /etc, dpkg knows not to modify those files since it might be a custom configuration. You might have to use this:
sudo apt-get -o Dpkg::Options:
-or, if you downloaded the .deb file-
sudo dpkg -i --force-overwrite ubuntustudio-
mook765 (mook765) wrote : | #9 |
Thanks Erich, that's what I didn't know, evereyday something to learn. I had to downgrade the package first with
sudo apt-get install ubuntustudio-
This indeed asked me to overwrite the modified file and I got the overpopulated menu back.
Upgrading the package with
sudo apt-get install ubuntustudio-
solved the issue with the overpopulated menu. Just perfect.
By the way, I didn't like the subfolders in the "Games"-folder since there are not many games installed and I'm not planning to do so. I wrote a games.menu file which can be placed in
/etx/xdg/
<!DOCTYPE Menu PUBLIC "-//freedesktop
<Menu>
<Name>
<Menu>
<Name>
<Directory>
<Menu>
<Name>
<Directory>
</Menu>
<Menu>
<Name>
<Directory>
</Menu>
<Menu>
<Name>
<Directory>
</Menu>
<Menu>
<Name>
<Directory>
</Menu>
<Menu>
<Name>
<Directory>
</Menu>
<Menu>
<Name>
<Directory>
</Menu>
<Include>
</Include>
</Menu>
</Menu>
Feel free to use it or not.
Erich Eickmeyer (eeickmeyer) wrote : | #10 |
The subfolders in Games is actually an XDG thing, even further upstream than KDE Plasma. I intend to keep it as-is since a goal for Ubuntu Studio is to provide an all-in-one package for gaming streamers, which Steam is making a reality via Proton and upstream work in wine. I feel as though they might appreciate the extra organization. :)
Launchpad Janitor (janitor) wrote : | #11 |
This bug was fixed in the package ubuntustudio-menu - 0.50~20.10.1
---------------
ubuntustudio-menu (0.50~20.10.1) groovy; urgency=medium
* Fix for Media Playback menu showing too many items (LP: #1905061)
-- Erich Eickmeyer <email address hidden> Fri, 20 Nov 2020 14:19:18 -0800
Changed in ubuntustudio-menu (Ubuntu Groovy): | |
status: | Fix Committed → Fix Released |
The verification of the Stable Release Update for ubuntustudio-menu has completed successfully and the package is now being released to -updates. Subsequently, the Ubuntu Stable Release Updates Team is being unsubscribed and will not receive messages about this bug report. In the event that you encounter a regression using the package from -updates please report a new bug using ubuntu-bug and tag the bug report regression-update so we can easily find any regressions.
Thank you for doing this. I'll make the change, upload a fix, and turn this bug into an SRU (Stable Release Update).