From b9c2b113a3a1abcb1cda99124871e7ba6fb48edf Mon Sep 17 00:00:00 2001 From: linz Date: Thu, 4 Mar 2021 11:37:11 +0800 Subject: [PATCH] modify net-xmtr.desktop file for Xfce4 Traceroute (cherry picked from commit 2fced3a9765add041973f8bb55de862125dbf26b) --- mtr.spec | 5 ++++- net-xmtr.desktop | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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 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