GNOME Bugzilla – Bug 546792
cannot 'view' the 'URI' attached to entry
Last modified: 2009-06-01 09:40:13 UTC
Please describe the problem: I have attached 'URI' to entry: 'http://bash.org.ru'. Then I click 'View' to view it. I got: "Due to an unknown error the URI cannot be opened." Steps to reproduce: Actual results: Expected results: Does this happen every time? Yes Other information: This is a debian bug report: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=494115
What version of GLib do you have installed? It looks like there's a problem with the application handler registration for URIs.
Hi, You have information of the submiter of the debian bugs in the link... Versions of packages almanah depends on: ii libatk1.0-0 1.22.0-1 The ATK accessibility toolkit ii libc6 2.7-10 GNU C Library: Shared libraries ii libcairo2 1.6.4-6 The Cairo 2D vector graphics libra ii libfontconfig1 2.6.0-1 generic font configuration library ii libgconf2-4 2.22.0-1 GNOME configuration database syste ii libglib2.0-0 2.16.1-2 The GLib library of C routines ii libgpg-error0 1.4-2 library for common error values an ii libgpgme11 1.1.6-2 GPGME - GnuPG Made Easy ii libgtk2.0-0 2.12.11-1 The GTK+ graphical user interface ii libgtkspell0 2.0.13-1 a spell-checking addon for GTK's T ii libpango1.0-0 1.20.5-1 Layout and rendering of internatio ii libpixman-1-0 0.10.0-2 pixel-manipulation library for X a ii libpng12-0 1.2.27-1 PNG library - runtime ii libsqlite3-0 3.5.9-2 SQLite 3 shared library ii libx11-6 2:1.1.4-2 X11 client-side library ii libxcb-render-util0 0.2.1+git1-1 utility libraries for X C Binding ii libxcb-render0 1.1-1.1 X C Binding, render extension ii libxcb1 1.1-1.1 X C Binding ii libxrender1 1:0.9.4-1 X Rendering Extension client libra ii zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime Bye!
2008-11-16 Philip Withnall <philip@tecnocode.co.uk> * README: * configure.ac: Updated GTK+ dependency to 2.14 for gtk_show_uri(). * src/link.c (almanah_link_get_value), (almanah_link_get_value2): * src/link.h: * src/links/file.c (file_format_value), (file_view): * src/links/note.c (note_format_value), (note_view): * src/links/uri.c (uri_format_value), (uri_view): * src/main-window.c (mw_calendar_day_selected_cb): * src/storage-manager.c (almanah_storage_manager_add_entry_link): Clean up the link API a little to reduce the number of string duplications, and also clean up the code for viewing URIs and files.