Fedora 17 was released and updated the next day. First, it took a long time to update and finally got it done. The results showed a huge problem. Gtk2 is incompatible with eclipse. The consequence of incompatibility with www.2cto.com is that this error is always reported (the command line starts eclipse: eclipse-debug-consolelog): (Eclipse: 21798): GLib-GIO-CRITICAL **: g_dbus_proxy_new_for_bus_sync: assertion 'G _ dbus_is_name (name) 'failed (Eclipse: 21798): GLib-GIO-CRITICAL **: g_dbus_proxy_new_for_bus_sync: assertion 'G _ dbus_is_name (name)' failed (Eclipse: 21798 ): GLib-GIO-CRITICAL **: g_dbus_proxy_new_for_bus_sync: assertion 'G _ dbus_is_name (name) 'fa Iled shows that there is always a lot of content that cannot be displayed after opening the editor. It is displayed as blank. You must re-select or drag the scroll bar to display it. This is a crash !!! This is a tragedy. I want to know that my development work is under ecilpse. Okay, search online. Some people have encountered incompatibility problems. But there is no solution. My solution is as follows: www.2cto.com updates the entire fedora environment (some urgent correction packages are officially released after the release), but it is not possible to download the latest version of eclipse, failed to download the latest test version eclipse again, failed to download forced installation of gtk2 and glibc of fedora18, failed to downgrade gtk2 and glibc to fedora 16, failed to continue google, find a solution, still did not replace the latest binary swt library, but did not try to manually compile the swt source code. If it was not successful, it took a few days and was about to give up. I Was Wondering yesterday. I tried to download the Community version of Idea. I still don't feel used to it. I gave up. This morning, I suddenly thought that the company's laptop was not upgraded to Fedora 16.
So I want to forcibly downgrade to all swt dependent libraries to Fedora 16 to see if the problem can be solved. The following command is used to successfully downgrade some dependent libraries. In this case, we continue to try and grow in the Process of failure. Cry ~~~ Yum list yum install yum erase yum -- releasever = 16 downgrade rpm-qa rpm-qf ldd lsof. Fortunately, the mirrors.sohu.com image is used, and the Intranet address is bound to it. Downloading the rpm package is very fast. This is my greatest consolation. The process of www.2cto.com went through two hours of tossing and as if. Finally, the following dependencies were successfully downgraded. [Adyliu @ adyliu-pc jafka] $ rpm-qa | grep fc16 | sortcscope-15.7a-9.fc16.x86_64dconf-0.10.0-1.fc16.x86_64fcitx-4.2.3-1.fc16.x86_64fcitx-data-4.2.3-1.fc16.noarchfcitx-gtk2-4.2.3-1.fc16.x86_64fcitx-gtk3-4.2.3-1.fc16.x86_64fcitx-libs-4.2.3-1.fc16.x86_64gdk-pixbuf2-2.24.1-1.fc16.x86_64gedit-3.2.6-1.fc16.x86_64glib2-2.30.3-1.fc16.x86_64glibc-2.14.90-24.fc16.7.x86_64glibc-common-2.14.90-24.fc16.7.x86_64glibc -Devel-2.14.90-24.fc16.7.x86_64glibc-headers-2.14.90-24.fc16.7.x86_64glib-networking-2.30.1-2.fc16.x86_64gnome-disk-utility-libs-3.0.2-3.fc16.x86_64gnutls-2.12.14-2.fc16.x86_64gsettings-desktop-schemas-3.2.0-1.fc16.noarchgtk2-2.24.8-3.fc16.x86_64 www.2cto.com gtk2-immodule-xim-2.24.8-3.fc16.x86_64gvfs-1.10.1-3.fc16.x86_64libarchive-2.8.5-1.fc16.x86_64libbluray-0.2-0.5.20110710git51d7d60a96d06.fc16. X86_64libcdio-0.82-6.fc16.x86_64libsoup-2.36.1-2.fc16.x86_64mdadm-3.2.3-7.fc16.x86_64nautilus-3.2.1-2.fc16.x86_64nautilus-extensions-3.2.1-2.fc16.x86_64PackageKit-0.6.22-2.fc16.x86_64PackageKit-glib-0.6.22-2.fc16.x86_64PackageKit-gtk-module-0.6.22-2.fc16.x86_64PackageKit-yum-0.6.22-2.fc16.x86_64pango-1.29.4-1.fc16.x86_64yum-3.4.3-24.fc16.noarch can see that updating only gtk2/glibc is not enough.
Imxylz