GTK apps fail to start under Unity8
Bug #1526095 reported by
Drwd
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
unity8 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Error to start, check out the pic.
To post a comment you must log in.
Thanks for the bug report.
Connecting 3rd party client apps to Unity8 requires them to have something like this string on their command line: file_hint= unity8
--desktop_
because Unity8 will actually inspect the command line of the app.
So if you're lucky, your app supports '--' and you can go: file_hint= unity8
wireshark -- --desktop_
If you're unlucky then that won't work and you need either the app/toolkit to add '--' support, or to ask the Unity8 team nicely to remove the desktop_file_hint requirement.
Please let us know how it goes...