From 4beb7fcb35d3a6a45d07571cd37313d94ed2d5ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 11 Dec 2018 09:15:36 -0500 Subject: [PATCH] ui: change name from Ring to Jami Change-Id: I2579d0a0d8bbca3c24039bf3a736c77fdb2d693d --- gnome-ring.desktop | 6 +++--- gnome-ring.desktop.autostart | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gnome-ring.desktop b/gnome-ring.desktop index 92688e12..0a9f5ba1 100644 --- a/gnome-ring.desktop +++ b/gnome-ring.desktop @@ -1,8 +1,8 @@ [Desktop Entry] -Name=Ring -Comment=Ring is a secured and distributed communication software. +Name=Jami +Comment=Jami is a secured and distributed communication software. Exec=gnome-ring %u -Icon=ring +Icon=jami StartupNotify=true Terminal=false Type=Application diff --git a/gnome-ring.desktop.autostart b/gnome-ring.desktop.autostart index bdd4d2f8..02fbcdd4 100644 --- a/gnome-ring.desktop.autostart +++ b/gnome-ring.desktop.autostart @@ -1,8 +1,8 @@ [Desktop Entry] -Name=Ring -Comment=Ring is a secured and distributed communication software. +Name=Jami +Comment=Jami is a secured and distributed communication software. Exec=gnome-ring --restore-last-window-state -Icon=ring +Icon=jami StartupNotify=true Terminal=false Type=Application -- GitLab