From 01986fe4a2366429f6a3c617f80efe95f639a461 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Mon, 29 Jan 2018 22:30:35 +0100 Subject: [PATCH] fixed wireshark --- .config/awesome/mymainmenu.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/awesome/mymainmenu.lua b/.config/awesome/mymainmenu.lua index dfae67f4..a055ddc2 100644 --- a/.config/awesome/mymainmenu.lua +++ b/.config/awesome/mymainmenu.lua @@ -80,7 +80,7 @@ graphicsmenu = { hackingmenu = { { "ettercap", "/usr/bin/ettercap -G", "/usr/share/pixmaps/ettercap.svg" }, { "ghex", "/usr/bin/ghex ", "/usr/share/icons/hicolor/48x48/apps/ghex.png" }, - { "wireshark", "/usr/bin/wireshark", "/usr/share/icons/hicolor/48x48/apps/wireshark.png" }, + { "wireshark", "/usr/bin/wireshark-gtk", "/usr/share/icons/hicolor/48x48/apps/wireshark.png" }, } internetmenu = { { "chromium", "/usr/bin/chromium", "/usr/share/icons/hicolor/48x48/apps/chromium.png" },