After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 546792 - cannot 'view' the 'URI' attached to entry
cannot 'view' the 'URI' attached to entry
Status: RESOLVED FIXED
Product: almanah
Classification: Other
Component: General
0.4.x
Other All
: Normal normal
: ---
Assigned To: diary-maint
diary-maint
Depends on:
Blocks:
 
 
Reported: 2008-08-07 12:19 UTC by Angel Abad
Modified: 2009-06-01 09:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Angel Abad 2008-08-07 12:19:46 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
Comment 1 Philip Withnall 2008-08-16 19:20:38 UTC
What version of GLib do you have installed? It looks like there's a problem with the application handler registration for URIs.
Comment 2 Angel Abad 2008-08-17 09:20:33 UTC
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!
Comment 3 Philip Withnall 2008-11-16 13:27:59 UTC
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.