You are not logged in.

#1 2015-10-08 23:31:30

regmoraes
Member
Registered: 2015-04-16
Posts: 6

[SOLVED] Android Studio crashing after executing "pacman -Rsnc gnome"

Hello everyone. I'm currently using the KDE Plasma 5 as desktop environment and today I noticed that I had Gnome installed too, so I tried to remove all Gnome related applications by executing "pacman -Rscn" and it went Ok. But after that I tried to execute Android Studio ( AUR) and then I got this error:

"Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again"

I executed "ulimit -c unlimited" before starting Android Studio again, but the problem stayed, so I tried to reinstall Gnome again, then I opened the Android Studio in the Gnome Environment and the Android Studio worked well. I think that the problem is a missing GTK dependencie for KDE.

What can I do to get the Android Studio Running on KDE again?

Thanks

Last edited by regmoraes (2015-10-10 10:25:29)

Offline

#2 2015-10-09 08:33:53

ayekat
Member
Registered: 2011-01-17
Posts: 1,632

Re: [SOLVED] Android Studio crashing after executing "pacman -Rsnc gnome"

pacman (8) wrote:
REMOVE OPTIONS
       -c, --cascade
           Remove all target packages, as well as all packages that depend on
           one or more target packages. This operation is recursive and must be
           used with care, since it can remove many potentially needed packages.

You passed `-c`, which may potentially break things, and then things broke.
So my counterquestion is: why did you pass `-c`?

regmoraes wrote:

What can I do to get the Android Studio Running on KDE again?

I take it doesn't work under KDE, but under GNOME. What's the output the moment it crashes?


pkgshackscfgblag

Offline

#3 2015-10-10 01:26:30

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: [SOLVED] Android Studio crashing after executing "pacman -Rsnc gnome"

Look at your pacman log and see if you can find what packages were removed. Then either try to leuth out what needs to be added back, or just add them all back and remove less things at a time.


Matt

"It is very difficult to educate the educated."

Offline

#4 2015-10-10 07:15:16

buben4ik
Member
Registered: 2015-10-09
Posts: 2

Re: [SOLVED] Android Studio crashing after executing "pacman -Rsnc gnome"

Offline

#5 2015-10-10 10:23:51

regmoraes
Member
Registered: 2015-04-16
Posts: 6

Re: [SOLVED] Android Studio crashing after executing "pacman -Rsnc gnome"

Thanks buben4ik !

I went to https://bbs.archlinux.org/viewtopic.php?id=203554 and saw your solution

- Downgrade glib2 by executing "pacman -U /var/cache/pacman/pkg/glib2-2.44.1-1-x86_64.pkg.tar.xz"

I downgraded glib2 and the problem was solved! big_smile

Last edited by regmoraes (2015-10-10 10:28:08)

Offline

Board footer

Powered by FluxBB