Skip to content
Snippets Groups Projects
Verified Commit 12e78cb0 authored by JennaHuntsman's avatar JennaHuntsman Committed by Xenhat Hex
Browse files

Fix oversight in desktop file naming to account for channel names.

parent c974756e
No related branches found
No related tags found
2 merge requests!3Update to main branch,!2Rebase onto current main branch
......@@ -57,7 +57,7 @@ desktopfile
print "Installing menu entries via XDG..."
xdg-icon-resource install --novendor --size 256 "${install_prefix}/${VIEWERNAME,,}_icon.png" ${VIEWERNAME}-Viewer
#NOTE: Above command takes the path to the icon to install && The name of the icon to be used by XDG. This should always be in the format of "x-Viewer" to avoid potential naming conflicts, as per XDG spec.
xdg-desktop-menu install --novendor "${installation_prefix}"/${VIEWERNAME,,}-viewer.desktop
xdg-desktop-menu install --novendor "${installation_prefix}"/${VIEWERNAME,,}-${CHANNELNAME}-viewer.desktop
}
if [ "$UID" == "0" ]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment