From: Daniel Baumann Date: Sun, 3 Nov 2024 13:50:14 +0000 (+0100) Subject: Rename poedit to poeditor in the desktop file X-Git-Tag: archive/raspbian/3.5.2-1+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=6df3ecea4a7ff50707307186887c9bdeed004da5;p=poedit.git Rename poedit to poeditor in the desktop file The Debian package has renamed the poedit executable to poeditor, and this patch fixes this rename in the desktop file too. See the bug report at http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=101405 for more details. =================================================================== Gbp-Pq: Name 01-desktop.patch --- diff --git a/net.poedit.Poedit.desktop b/net.poedit.Poedit.desktop index ac0a3a6..09c9ce7 100644 --- a/net.poedit.Poedit.desktop +++ b/net.poedit.Poedit.desktop @@ -2,7 +2,7 @@ Name=Poedit GenericName=Translation editor MimeType=application/x-po;application/x-gettext;text/x-gettext-translation;text/x-po;application/x-gettext-translation;text/x-gettext-translation-template;application/x-xliff+xml;application/json;application/x-arb; -Exec=poedit %F +Exec=poeditor %F Icon=net.poedit.Poedit Terminal=false Type=Application diff --git a/net.poedit.PoeditURI.desktop b/net.poedit.PoeditURI.desktop index da3df36..007cebd 100644 --- a/net.poedit.PoeditURI.desktop +++ b/net.poedit.PoeditURI.desktop @@ -4,5 +4,5 @@ Type=Application Terminal=false NoDisplay=true MimeType=x-scheme-handler/poedit; -Exec=poedit --handle-poedit-uri %u +Exec=poeditor --handle-poedit-uri %u Icon=net.poedit.Poedit