cnping

Minimal Graphical Ping Tool
git clone https://git.sinitax.com/cnlohr/cnping
Log | Files | Refs | Submodules | README | LICENSE | sfeed.txt

commit f698c8fd0fdc7667a8f7255df9b67ab63f9f42cd
parent 1e93ad2288fe3cc6be2cba1f79d745b8aefe5934
Author: David Auer <dreua@posteo.de>
Date:   Thu, 31 Dec 2020 15:36:52 +0100

Add usage hint to desktop entry

Diffstat:
Mfreedesktop/com.github.cntools.cnping.desktop | 7++++---
1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/freedesktop/com.github.cntools.cnping.desktop b/freedesktop/com.github.cntools.cnping.desktop @@ -3,11 +3,12 @@ Version=1.0 Name=cnping Comment=Minimal Graphical IPv4 Ping/HTTP Ping Tool Type=Application -# It is currently nonsense to call the executable without arguments. -# Exec=cnping -# Terminal=true # Reconsider once Exec is set Icon=com.github.cntools.cnping Categories=Network; Keywords=ping; StartupWMClass=cnping +# cnping is meant to be started from command line, let's give users a hint. +Exec=bash -c "cnping ; bash" +Terminal=true +