From 1ac8ed4390945f3b43839b355bb6d31e3bf7f0b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=90=B3?= Date: Wed, 3 Mar 2021 17:28:16 +0800 Subject: [PATCH 1/2] =?UTF-8?q?update=20net-xmtr.desktop.=20xfce=E6=A1=8C?= =?UTF-8?q?=E9=9D=A2=E7=8E=AF=E5=A2=83=E6=AD=A3=E5=B8=B8=E8=B0=83=E7=94=A8?= =?UTF-8?q?Traceroute?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- net-xmtr.desktop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-xmtr.desktop b/net-xmtr.desktop index a5570fa..5177bd1 100644 --- a/net-xmtr.desktop +++ b/net-xmtr.desktop @@ -3,7 +3,7 @@ Name=Traceroute Type=Application Comment=Traces packets between two network hosts Exec=xmtr -Terminal=false +Terminal=true Icon=mtr_icon.xpm Encoding=UTF-8 X-Desktop-File-Install-Version=0.2 -- Gitee From 4a52ac8897011d43f97240cacb8e8feb4dab616a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E7=90=B3?= Date: Wed, 3 Mar 2021 17:32:06 +0800 Subject: [PATCH 2/2] update mtr.spec. --- mtr.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mtr.spec b/mtr.spec index eb20b82..fd19c2f 100644 --- a/mtr.spec +++ b/mtr.spec @@ -2,7 +2,7 @@ Name: mtr Version: 0.94 -Release: 1 +Release: 2 Epoch: 2 Summary: Ping and Traceroute Network Diagnostic Tool License: GPLv2 and BSD @@ -68,6 +68,9 @@ make test %{_mandir}/man8/* %changelog +* Wed Mar 3 2021 lin.zhang - 0.94-2 +- modify net-xmtr.desktop file for Xfce4 Traceroute + * Tue Jan 26 2021 SimpleUpdate Robot - 0.94-1 - Upgrade to version 0.94 -- Gitee