From 5488ab11d47b97e1d01df6ed89f525557dc87cd8 Mon Sep 17 00:00:00 2001 From: John Helmert III Date: Wed, 24 Aug 2022 23:00:08 -0500 Subject: [PATCH] Drop execute bits from .desktop file There shouldn't be any reason for the desktop file to be executable, and this is sometimes against policy in downstream distributions: https://wiki.gentoo.org/wiki/.desktop_files#Executable_bit_in_.desktop_files Bug: https://bugs.gentoo.org/866443 Signed-off-by: John Helmert III --- .../package/ubuntu/multimc/usr/share/applications/multimc.desktop | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 launcher/package/ubuntu/multimc/usr/share/applications/multimc.desktop diff --git a/launcher/package/ubuntu/multimc/usr/share/applications/multimc.desktop b/launcher/package/ubuntu/multimc/usr/share/applications/multimc.desktop old mode 100755 new mode 100644