Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 555882

Summary: dev-util/android-studio-1.2.0.12.141.1890965 freeze in Setup Wizard
Product: Gentoo Linux Reporter: Ingo Krabbe <ikrabbe.ask>
Component: Current packagesAssignee: Jason Zaman <perfinion>
Status: RESOLVED UPSTREAM    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: AMD64   
OS: Linux   
See Also: http://code.google.com/p/android/issues/detail?id=181197
Whiteboard:
Package list:
Runtime testing required: ---

Description Ingo Krabbe 2015-07-25 17:42:19 UTC
When I call android-studio it creates a new configuration directory $HOME/.AndroidStudio1.2 and opens a window named "Android Studio Setup Wizard", that freezes. All options are to kill the window.

Reproducible: Always

Steps to Reproduce:
1.Install android-studio
2.run android-studio
3.look into a grey window that does nothing.
Actual Results:  
no results

Expected Results:  
a shiny IDE window
Comment 1 Ingo Krabbe 2015-07-25 18:12:24 UTC
The problem is the ratpoison window manager. Android studio fails to start with the ratpoison window manager.

I temporarily changed into an openbox:

    ratposion -c "tmpwm openbox"
    android-studio

wait for the IDE to show up, then

    killall openbox

should do the job. This bug should definitely be fixed upstream.
Comment 2 Jason Zaman gentoo-dev 2015-07-26 04:09:43 UTC
If you report it upstream, can you add the url to the See Also so we can track it.