You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.
This is because Ostinato expects the actual executable i.e. /Applications/Wireshark.app/Contents/MacOS/Wireshark - but the file picker UI does not allow drilling down into an application bundle and the Preferences UI does not allow directly entering the full path
If user gives a .app as the path, Ostinato should use the plist.info to find the executable name and use the full path to that instead.
The text was updated successfully, but these errors were encountered:
Workaround, tested on macOS 10.13.6 (High Sierra):
The file picker uses the same shortcuts as the Finder, so Shift-Command-G opens a text entry field to enter a directory.
Then you can
enter a path manually
use right-click Paste to paste a path
drag a directory from the Finder into the text entry
I prefer to clear the text entry, use the Finder to go into the Wireshark application bundle, then drag the Contents directory into the entry field and open that. After that I open the MacOS directory, then select Wireshark.app.
This is because Ostinato expects the actual executable i.e.
/Applications/Wireshark.app/Contents/MacOS/Wireshark
- but the file picker UI does not allow drilling down into an application bundle and the Preferences UI does not allow directly entering the full pathIf user gives a .app as the path, Ostinato should use the
plist.info
to find the executable name and use the full path to that instead.The text was updated successfully, but these errors were encountered: