Skip to content
New issue

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

Crash on Ubuntu 14.04 with sub-menus #96

Closed
Phillipus opened this issue Sep 18, 2014 · 3 comments
Closed

Crash on Ubuntu 14.04 with sub-menus #96

Phillipus opened this issue Sep 18, 2014 · 3 comments

Comments

@Phillipus
Copy link
Member

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

@Phillipus
Copy link
Member Author

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

@Phillipus
Copy link
Member Author

Filed an Eclipse Bug:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=444579

@Phillipus
Copy link
Member Author

Seems to be OK in 14.10 Nightly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant