Opened 19 years ago
Closed 19 years ago
#1955 closed patch (fixed)
Add missing theme components for mythgallery (fixes segault)
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | 0.20 |
Component: | mythgallery | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The attached patch adds the missing submenu container to the gallery-ui.xml in the Minimalist-wide and Titivillus themes. As mentioned by Aaron McCarthy ( http://www.gossamer-threads.com/lists/mythtv/users/201240#201240 ), these changes should have been in the patch on #603 that was committed in [9458].
Without the changes, users who have selected either the Minimalist-wide or Titivillus theme will get a frontend segfault when they attempt to enter MythGallery.
Attachments (1)
Change History (7)
by , 19 years ago
Attachment: | myththemes-mythgallery-segfault_in_themes.patch added |
---|
comment:1 by , 19 years ago
Milestone: | → 0.20 |
---|---|
Owner: | changed from | to
Version: | → head |
comment:2 by , 19 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:3 by , 19 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This problem seems to still be present using the MythCenter-wide theme.
comment:4 by , 19 years ago
MythCenter-wide does not have a gallery-ui.xml. It uses the one from default-wide. The gallery-ui.xml in default-wide /does/ specify a custom submenu. Entering MythGallery with MythCenter-wide as the theme works for me (no segfault).
However, the menu container is not large enough to hold both the menu and the submenu, so the submenu is never visible. Because this is a different problem, I opened a new ticket (#2291).
comment:5 by , 19 years ago
Ahh... Must be something fishy on my end then. I copied the gallery-ui.xml file from default-wide to MythCenter-wide and now I get no segfault. But as you say, the menu is too narrow.
(In [10215]) Closes #1955, Refs #603. Adds custom submenu container for Minimalist-wide and Titivillus gallery-ui definitions.