From 1ca48db79111081f35ecd75b28b484f5b7651d2f Mon Sep 17 00:00:00 2001 From: dkadioglu Date: Thu, 24 May 2018 08:40:53 +0200 Subject: [PATCH] Update create_desktop_file.sh Add "Categories=Network;InstantMessaging;" to ensure that Mattermost is listed under the appropriate submenu of the application starter. Tested with KDE/Plasma 5.45 and KMenu. --- resources/linux/create_desktop_file.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/linux/create_desktop_file.sh b/resources/linux/create_desktop_file.sh index 3241c30f..9d8fe6ac 100755 --- a/resources/linux/create_desktop_file.sh +++ b/resources/linux/create_desktop_file.sh @@ -13,5 +13,6 @@ Exec="${FULL_PATH}/mattermost-desktop" Terminal=false Type=Application Icon=${FULL_PATH}/icon.png +Categories=Network;InstantMessaging; EOS chmod +x Mattermost.desktop