Guy Harris
changed
bug 10890
What |
Removed |
Added |
Status |
UNCONFIRMED
|
CONFIRMED
|
Ever confirmed |
|
1
|
Comment # 2
on bug 10890
from Guy Harris
(In reply to Alexis La Goutte from comment #1)
> Hi Jim,
>
> How to launch Wireshark from Shell ? (Because there is some recent change
> about this...)
With autotools: ./wireshark in the directory in which you did the build
With CMake: ./wireshark in, I think, the run subdirectory of the build
directory
In my build directory with a recently checked-out and built Wireshark:
$ ./wireshark
void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is
already in a menu, remove it from the other menu first before inserting
void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is
already in a menu, remove it from the other menu first before inserting
void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is
already in a menu, remove it from the other menu first before inserting
void QCocoaMenu::insertNative(QCocoaMenuItem *, QCocoaMenuItem *) Menu item is
already in a menu, remove it from the other menu first before inserting
You are receiving this mail because:
- You are watching all bug changes.