Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 579048 Details for
Bug 814487
[abrt] firewall-applet-0.2.4-1.fc17: firewall-applet:337:update:UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-1: ordinal not in range(128)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
encode connection (dbus.String) to utf-8
0001-firewall-applet-encode-connection-dbus.String-to-utf.patch (text/plain), 907 bytes, created by
Jiri Popelka
on 2012-04-20 15:52:58 UTC
(
hide
)
Description:
encode connection (dbus.String) to utf-8
Filename:
MIME Type:
Creator:
Jiri Popelka
Created:
2012-04-20 15:52:58 UTC
Size:
907 bytes
patch
obsolete
>From 26bbc26d5828772084719f270f86475e08d16770 Mon Sep 17 00:00:00 2001 >From: Jiri Popelka <jpopelka@redhat.com> >Date: Fri, 20 Apr 2012 17:49:35 +0200 >Subject: [PATCH] firewall-applet: encode connection (dbus.String) to utf-8 > (RHBZ#814487) > >--- > src/firewall-applet | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/src/firewall-applet b/src/firewall-applet >index c5356d3..a399fd8 100755 >--- a/src/firewall-applet >+++ b/src/firewall-applet >@@ -442,7 +442,7 @@ class TrayApplet(object): > a.get_connection()) > connection = obj.GetSettings()['connection']['id'] > for dev in a.get_devices(): >- self.connections[dev.get_iface()] = connection >+ self.connections[dev.get_iface()] = connection.encode("utf-8") > except Exception as msg: > print(msg) > >-- >1.7.10 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 814487
:
578827
| 579048