Project

General

Profile

Actions

Bug #330

closed

Invalid link in About dialog in Windows 7

Added by Boris - over 11 years ago. Updated about 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
-
Start date:
10/15/2012
Due date:
% Done:

100%

Estimated time:
Chirp Version:
daily
Model affected:
(All models)
Platform:
Windows
Debug Log:
I read the instructions above:

Description

There's a link in the About CHIRP dialog - http://chirp.danplanet.com
It doesn't work in the Windows 7. It's occuring the message: Could not show link / No application is registered as handling this file.
But the Windows 7 opens http://chirp.danplanet.com (ex. via Run dialog) successful.

Actions #1

Updated by Robert Terzi over 10 years ago

(py) GTK under windows isn't configured to launch URLs in either the current chirp daily (.exe) build or when running from source.

On Linux, clicking the link will launch the web browser correctly.

This might be a problem with pyGTK, or GTK under windows. GTK should use whatever the default browser is under Windows which is platform specific code.

Actions #2

Updated by Kosta A. about 9 years ago

  • Status changed from New to In Progress
  • Assignee set to Kosta A.
  • % Done changed from 0 to 100

This appears to be a limitation of GTK with the stock URL handling in about dialog markup.

A patch has been sent to the mailing list to resolve the issue which was verified against Ubuntu and Windows 8.

Actions #3

Updated by Kosta A. about 9 years ago

  • Status changed from In Progress to Resolved

This has now been resolved by r2343.

Actions #4

Updated by Jens Jensen about 9 years ago

looks like r2343 broke mac startup:

Traceback (most recent call last):
File "chirp.hg/chirpw", line 127, in
a = mainapp.ChirpMain()
File "/Users/jjensen/build/chirp.hg/chirpui/mainapp.py", line 1741, in init
self._init_macos(mbar)
File "/Users/jjensen/build/chirp.hg/chirpui/mainapp.py", line 1704, in _init_macos
macapp.insert_app_menu_item(documentationitem, 0)
TypeError: insert_app_menu_item() argument 1 must be gtk.Widget, not None

submitted a patch to the list to fix

Actions #5

Updated by Kosta A. about 9 years ago

  • Status changed from Resolved to In Progress

Looks like a rename of the action from "document" to "gethelp" caused
the issue.

I have reopened the issue until the patch gets committed for macos.

Actions #6

Updated by Kosta A. about 9 years ago

  • Status changed from In Progress to Resolved

Resolved by r2354

Actions #7

Updated by Kosta A. about 9 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF