Description of problem: Yumex will not run when logged in as root which appears to be by design. Problem is that you cannot run yumex from a LIVE system because it is running as root. (I have created a custom LIVE DVD including yumex). Version-Release number of selected component (if applicable):F-12 How reproducible:Every time Steps to Reproduce: 1.Boot LIVE image 2.yumex 3. Actual results: Expected results: Additional info:
You are not running as root on a normal fedora live cd, you are running as the 'Fedora' user. I have not tried, but it can be a problem because the root user has no password on the standard livecd. But you can have made a different user setup on your custom live DVD. Running as root is a bad idea, even on a live system (IMO).
I have not changed the user setup on my custom live DVD. Since you tell me that I am actually running as user "Fedora" then my problem seems to be that there is no root password on the LIVE system. Can yumex be changed to see if it is running on a LIVE system and behave differently?
Ok, I have added an '--root' option to upstream, to make it possible to run yumex as root. 'yumex' will give you at warning and bail out if run as root. 'yumex --root' will start yumex if running as root. Media support will not work as root, everything else should work fine.
yumex-2.9.5-1.fc12 has been submitted as an update for Fedora 12. http://admin.fedoraproject.org/updates/yumex-2.9.5-1.fc12
yumex-2.9.5-1.fc12 has been pushed to the Fedora 12 testing repository. If problems still persist, please make note of it in this bug report. If you want to test the update, you can install it with su -c 'yum --enablerepo=updates-testing update yumex'. You can provide feedback for this update here: http://admin.fedoraproject.org/updates/F12/FEDORA-2010-0044
Applied this update and works as advertised in a LIVE system. Thanks for timely response.