Hide Forgot
abrt version: 1.1.14 architecture: i686 cmdline: /usr/bin/python /usr/share/yumex/yumex.pyc component: yumex executable: /usr/share/yumex/yumex.pyc kernel: 2.6.35.10-74.fc14.i686 package: yumex-3.0.1-1.fc14 reason: gui.py:230:_url_handler:TypeError: not all arguments converted during string formatting release: Fedora release 14 (Laughlin) time: 1296314460 uid: 500 backtrace ----- gui.py:230:_url_handler:TypeError: not all arguments converted during string formatting Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/guihelpers/__init__.py", line 57, in on_url_event self.url_handler(tag.get_property("name")) File "/usr/lib/python2.7/site-packages/yumexgui/gui.py", line 230, in _url_handler browser = browser % '"' + url + '"' TypeError: not all arguments converted during string formatting Local variables in innermost frame: url: 'http://labs.trolltech.com/page/Projects/QtMobility' self: <yumexgui.gui.PackageInfo instance at 0x9e3e2cc> client: <gconf.Client object at 0xa052c0c (GConfClient at 0xa0bac78)> browser: '/opt/google/chrome/google-chrome' How to reproduce ----- 1.start yumex 2.click on url in package information 3.crash reported
Created attachment 475954 [details] File: backtrace
if you go into 'System -> Preferences -> Preferred applications" and set you Web Browser to "Custom" and set Command to /opt/google/chrome/google-chrome %s Then it will work. I current upstream I have changed the way yumex open an url, so this kind of error should not happen any more.