You are not logged in.
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
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`?
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?
Offline
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
The problem is solved:
https://bbs.archlinux.org/viewtopic.php?id=203554
Offline
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! ![]()
Last edited by regmoraes (2015-10-10 10:28:08)
Offline