Bug 673680 - [abrt] yumex-3.0.1-1.fc14: gui.py:230:_url_handler:TypeError: not all arguments converted during string formatting
Summary: [abrt] yumex-3.0.1-1.fc14: gui.py:230:_url_handler:TypeError: not all argumen...
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: yumex
Version: 14
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Tim Lauridsen
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:10df3ff9
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-01-29 16:47 UTC by Gary Miller
Modified: 2011-01-30 11:17 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2011-01-30 11:17:58 UTC
Type: ---


Attachments (Terms of Use)
File: backtrace (715 bytes, text/plain)
2011-01-29 16:47 UTC, Gary Miller
no flags Details

Description Gary Miller 2011-01-29 16:47:12 UTC
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

Comment 1 Gary Miller 2011-01-29 16:47:14 UTC
Created attachment 475954 [details]
File: backtrace

Comment 2 Tim Lauridsen 2011-01-30 11:17:58 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.