Hide Forgot
Description of problem: 'available', 'group' etc tabs are blank always 'installed' does show up Version-Release number of selected component (if applicable): yumex-3.0.1-1.fc14.noarch How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: CLI output: /usr/lib/python2.7/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead self.add_from_file(filename) 20:15:07 : INFO - Not connected to an network 20:15:10 : INFO - Starting yum child process 20:15:24 : INFO - YUM: Loaded plugins: auto-update-debuginfo, dellsysid, fastestmirror, fs-snapshot, 20:15:24 : INFO - YUM: Adding en_US to language list 20:15:24 : INFO - No network connection, disable non local repo fedora 20:15:24 : INFO - No network connection, disable non local repo google-chrome 20:15:24 : INFO - No network connection, disable non local repo rpmfusion-free 20:15:24 : INFO - No network connection, disable non local repo rpmfusion-free-updates 20:15:24 : INFO - No network connection, disable non local repo rpmfusion-nonfree 20:15:24 : INFO - No network connection, disable non local repo rpmfusion-nonfree-updates 20:15:24 : INFO - No network connection, disable non local repo updates 20:15:25 : INFO - Getting available updates 20:15:26 : INFO - YUM: Loading mirror speeds from cached hostfile 20:15:26 : INFO - 0 packages returned 20:15:26 : INFO - Getting available obsoletes 20:15:26 : INFO - 0 packages returned 20:15:26 : INFO - Adding Packages to view 20:15:26 : INFO - Added 0 Packages to view 20:15:29 : INFO - Getting available packages 20:15:29 : INFO - 0 packages returned 20:15:29 : INFO - Adding Packages to view 20:15:29 : INFO - Added 0 Packages to view 20:15:33 : INFO - Getting installed packages 20:15:42 : INFO - Getting available packages 20:15:42 : INFO - 2886 packages returned 20:15:42 : INFO - Adding Packages to view 20:15:46 : INFO - Added 2886 Packages to view 20:16:22 : INFO - YUM: Loading mirror speeds from cached hostfile 20:16:22 : INFO - YUM: No Groups Available in any repository
Look like yumex cant detect that you have a network connection, so it disables all your remote repositories. You can run yumex --disable-netcheck to disable the network connection check. what version of NetworkManager are you running ? rpm -q NetworkManager
I have disabled network manager and connect via bridge mode. #yumex --disable-netcheck /usr/lib/python2.7/site-packages/guihelpers/__init__.py:256: GtkWarning: gtk_scrolled_window_add(): cannot add non scrollable widget use gtk_scrolled_window_add_with_viewport() instead self.add_from_file(filename) WORKS But the pop up windows are blank except for the title e.g 'Processing Pending Actions', etc
you can add disable_netcheck=1 to ~/.yumex.conf to disable the netcheck permanently