https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12067

--- Comment #15 from Matt Day <fja...@gmail.com> ---
(In reply to Gerald Combs from comment #12)
> At the very least I think it'd be helpful if
> https://github.com/Homebrew/homebrew-core/blob/master/Formula/wireshark.rb
> were modified such that
> 
> - It installs Wireshark as Wireshark.app if it doesn't already do so. 

I'm far from a Homebrew expert, but here's what I have observed:

1) `brew install wireshark` does NOT install an application bundle.

2) `brew install --with-qt wireshark` DOES install an app bundle, built with
QT4.

3) `brew install --with-qt5 wireshark` DOES install an app bundle, built with
QT5.

`brew linkapps wireshark` is currently required to make the app bundle
available in /Applications.

And in case anyone else is unaware like I was, in all the above cases a
`/usr/local/bin/wireshark` executable is built, but running that executable
directly can result in bugs that do not occur when invoking Wireshark via app
bundle, for example:

https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=12582

> - It uses --with-qt and --with-qt4 instead of --with-qt5 and --with-qt to
> install with Qt5 and Qt4 respectively.

Could you please clarify this point? Are you saying that it's necessary to
specify BOTH --with-qt and --with-qt{4,5} when running Wireshark's configure?

Thanks!

-- 
You are receiving this mail because:
You are watching all bug changes.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to