summarylogtreecommitdiffstats
path: root/0002-align-desktop-entry.patch
blob: 7c4346df3368fc6b374fe85754af84ed086273fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
# Maintainer: Sam Sinclair <sam at playleft dot com>
# Contributor: Pujan Modha <pujan.pm@hotmail.com>
# Contributor: init_harsh
# /*
#  * SPDX-FileCopyrightText: 2025 Arch Linux Contributors
#  *
#  * SPDX-License-Identifier: 0BSD
#  */
From 29a512e0e19c4fc3b4c1575109a33ab3026d8ba1 Mon Sep 17 00:00:00 2001
From: Sam Smith <sam@playleft.com>
Date: Thu, 21 May 2026 08:13:09 +1000
Subject: [PATCH] align .desktop with wrapper

---
 helium.desktop | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/helium.desktop b/helium.desktop
index 08a2cb4..58b24ba 100644
--- a/helium.desktop
+++ b/helium.desktop
@@ -1,6 +1,6 @@
 [Desktop Entry]
 Version=1.0
-Name=Helium
+Name=Helium Browser
 
 # For future reference, these translations are available in the Chromium
 # tree at chrome/installer/linux/common/desktop.template.
@@ -111,10 +111,10 @@ Comment[zh_CN]=访问互联网
 Comment[zh_HK]=連線到網際網路
 Comment[zh_TW]=連線到網際網路
 
-Exec=helium %U
+Exec=helium-browser %U
 StartupNotify=true
 Terminal=false
-Icon=helium
+Icon=helium-browser
 Type=Application
 Categories=Network;WebBrowser;
 MimeType=application/pdf;application/rdf+xml;application/rss+xml;application/xhtml+xml;application/xhtml_xml;application/xml;image/gif;image/jpeg;image/png;image/webp;text/html;text/xml;x-scheme-handler/http;x-scheme-handler/https;
@@ -172,7 +172,7 @@ Name[uk]=Нове вікно
 Name[vi]=Cửa sổ Mới
 Name[zh_CN]=新建窗口
 Name[zh_TW]=開新視窗
-Exec=helium
+Exec=helium-browser
 
 [Desktop Action new-private-window]
 Name=New Incognito Window
@@ -224,4 +224,4 @@ Name[uk]=Нове вікно в режимі анонімного перегля
 Name[vi]=Cửa sổ ẩn danh mới
 Name[zh_CN]=新建隐身窗口
 Name[zh_TW]=新增無痕式視窗
-Exec=helium --incognito
+Exec=helium-browser --incognito
-- 
2.54.0