We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Launch Archi. Ensure no Views are open. Open an ArchiMate view. Select sub-menu item View > Viewpoint.
Crash.
Only occurs if a View is not already open. It happens after you open a View. Occurs only on "radio button" sub-menus after a View has been opened.
See also:
https://lists.launchpad.net/dx-packages/msg14361.html https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1208019
The text was updated successfully, but these errors were encountered:
Workaround:
UBUNTU_MENUPROXY=0
In Eclipse this can be set in the launch configuration under the Environment tab.
When deployed use the Archi-Ubuntu.sh file:
#!/bin/bash export UBUNTU_MENUPROXY=0 dir=$(dirname $(readlink -m $0)) if [[ "$HOSTTYPE" = "i586" ]]; then $dir/Archi32 else $dir/Archi64 fi
Sorry, something went wrong.
Filed an Eclipse Bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=444579
Seems to be OK in 14.10 Nightly.
No branches or pull requests
Launch Archi.
Ensure no Views are open.
Open an ArchiMate view. Select sub-menu item View > Viewpoint.
Crash.
Only occurs if a View is not already open. It happens after you open a View.
Occurs only on "radio button" sub-menus after a View has been opened.
See also:
https://lists.launchpad.net/dx-packages/msg14361.html
https://bugs.launchpad.net/ubuntu/+source/unity-gtk-module/+bug/1208019
The text was updated successfully, but these errors were encountered: