Wireshark-bugs: [Wireshark-bugs] [Bug 11355] Context menus usually don't work in the main window

Date: Mon, 13 Jul 2015 18:43:34 +0000

changed bug 11355


What Removed Added
Status UNCONFIRMED IN_PROGRESS
Ever confirmed   1

Comment # 5 on bug 11355 from
(In reply to Guy Harris from comment #2)
> They also decided to make the "install name" of the Qt frameworks start with
> @rpath, which means that:
> 
>     1) in order to run a Qt Wireshark you've built with autotools from the
> command line in the build directory, you have to precede it with
> 
>         DYLD_FALLBACK_FRAMEWORK_PATH=$HOME/Qt5.5.0/5.5/clang_64/lib
> 
>        or whatever is appropriate for the path in which Qt is installed;

Fixed in I54e033743e7b17eab26976064dcd7cd000f97c78...

>     2) this may require changes to the process of building the app bundle.

...which also appears to fix the issues with macdeployqt (I guess that rpath
convinces macdeployqt that the Qt frameworks are not "already in the bundle",
or whatever the phrase is in the Qt source).


You are receiving this mail because:
  • You are watching all bug changes.