gnome_url_show(...) calls gnome_vfs_url_show(...) under the hood. The
issue is present there, as demonstrated by the following piece of C
code:

    // compile with: gcc test.c `pkg-config --cflags --libs gnome-
vfs-2.0`

    #include <libgnomevfs/gnome-vfs-utils.h>

    int main(int argc, char **argv)
    {
        g_type_init();
        gnome_vfs_url_show("http://ubuntu.com";);
        return 0;
    }

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/905139

Title:
  Opening an URL launches the default browser at address "%u"

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-vfs/+bug/905139/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to