Ticket #246 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

Import proxy setting as int if string fails

Reported by: pingou Owned by: somebody
Priority: Fix available Milestone: 0.5.0
Component: guake Version: 0.4.2
Keywords: Cc:

Description

To solve the bug reported on Fedora:  https://bugzilla.redhat.com/show_bug.cgi?id=626303

I used the attached patch, but we might want to do it simpler:

-                ssl_port = self.client.get_string('/system/proxy/secure_port')
+                ssl_port = self.client.get_int('/system/proxy/secure_port')

Attachments

0001-Retrieve-port-as-int-if-string-fails.patch Download (1.0 KB) - added by pingou 3 years ago.
0001-Retrieve-port-as-int.patch Download (1.0 KB) - added by pingou 3 years ago.
0001-Retrieve-port-as-int.2.patch Download (0.8 KB) - added by pingou 3 years ago.

Change History

Changed 3 years ago by pingou

Changed 3 years ago by pingou

  • priority changed from major to Fix available
  • version set to 0.4.2

Changed 3 years ago by pingou

Changed 3 years ago by pingou

Changed 2 years ago by lincoln

  • status changed from new to closed
  • resolution set to fixed

The last one is surely the way to go! Applying and pushing it!

Thank you Pingou :)

Note: See TracTickets for help on using tickets.