From 7169ae9c8a6bb2f141cf833fa8bf00ad0f3efdb5 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 29 Apr 2024 10:20:18 +0300 Subject: [PATCH] applications/edges: put branch in front of the name because I forgot that default applications cut it from the end --- local/share/applications/a-microsoft-edge-beta.desktop | 2 +- local/share/applications/a-microsoft-edge-dev.desktop | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/local/share/applications/a-microsoft-edge-beta.desktop b/local/share/applications/a-microsoft-edge-beta.desktop index 12a4073f..7d491da3 100644 --- a/local/share/applications/a-microsoft-edge-beta.desktop +++ b/local/share/applications/a-microsoft-edge-beta.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -Name=MICROSOFT EDGE BETA +Name=BETA MICROSOFT EDGE Exec=/usr/local/bin/microsoft-edge-beta %U StartupNotify=true Terminal=false diff --git a/local/share/applications/a-microsoft-edge-dev.desktop b/local/share/applications/a-microsoft-edge-dev.desktop index 59889f71..c5dc4df3 100644 --- a/local/share/applications/a-microsoft-edge-dev.desktop +++ b/local/share/applications/a-microsoft-edge-dev.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Version=1.0 -Name=MICROSOFT EDGE DEV +Name=DEV MICROSOFT EDGE Exec=/usr/local/bin/microsoft-edge-dev %U StartupNotify=true Terminal=false