Skip to content

Commit

Permalink
wireshark: fix missing icon in taskbar
Browse files Browse the repository at this point in the history
  • Loading branch information
rofl0r committed Nov 2, 2013
1 parent 59d6718 commit 1cbdb60
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
12 changes: 12 additions & 0 deletions KEEP/wireshark-window-icon.patch
@@ -0,0 +1,12 @@
--- wireshark-1.10.2.org/ui/gtk/gui_utils.c
+++ wireshark-1.10.2/ui/gtk/gui_utils.c
@@ -128,7 +128,8 @@
g_list_free(ws_icon_list);

/* set icon by name, this allows us to use even SVG icon if it is present */
- gtk_window_set_icon_name(GTK_WINDOW(win), "wireshark");
+// gtk_window_set_icon_name(GTK_WINDOW(win), "wireshark");
+
#endif
}

3 changes: 2 additions & 1 deletion pkg/wireshark
Expand Up @@ -14,7 +14,8 @@ gnutls
lua

[build]
#patch -p1 < "$K/some.patch" || exit 1
patch -p1 < "$K"/wireshark-window-icon.patch || exit 1

CFLAGS=-D_GNU_SOURCE ./configure -C --prefix="$butch_prefix" || exit 1
make -j$MAKE_THREADS || exit 1
make DESTDIR="$butch_install_dir" install || exit 1
Expand Down

0 comments on commit 1cbdb60

Please sign in to comment.