Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix categories without icon #87

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sibskull
Copy link

@sibskull sibskull commented May 7, 2023

For example, Citrix StoreFront sub-system generate menu file without tag. Application plugin get from get_icon() value None and try to call .to_string(). Because it generates exception therefore any other categories did not process and menu is empty. This commit catches this situation and substitutes 'application-other' icon for categories without icon.

For example, Citrix StoreFront sub-system generate menu file without
<Directory> tag. Application plugin get from get_icon() value None and
try to call .to_string(). Because it generates exception therefore any
other categories did not process and menu is empty. This commit catches
this situation and substitutes 'application-other' icon for categories
without icon.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant