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.
This commit is contained in:
@@ -13,5 +13,6 @@ Exec="${FULL_PATH}/mattermost-desktop"
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Type=Application
|
Type=Application
|
||||||
Icon=${FULL_PATH}/icon.png
|
Icon=${FULL_PATH}/icon.png
|
||||||
|
Categories=Network;InstantMessaging;
|
||||||
EOS
|
EOS
|
||||||
chmod +x Mattermost.desktop
|
chmod +x Mattermost.desktop
|
||||||
|
Reference in New Issue
Block a user