* Mason Larobina [2011-03-28 17:09 +0200]:
2011/3/28 Nicolas Évrard <ni...@no-log.org>:
Package: luakit
Version: 2010.12.25+0327-1
Severity: normal


When I try to reack chrome://bookmarks/ with luakit it fails to
display the page stating: "URL cannot be shown"

We (the luakit developers) are slowly adding more chrome:// pages (or
luakit:// pages as they are now known) but we haven't implemented a
luakit://bookmarks/ page yet.

A re-write of the bookmarks system to use a sqlite3 database and the
creation of a luakit://bookmarks/ handler is in the works so stay
tuned.

This is quite strange since I used chrome://bookmarks/ as a homepage
for one or two months now.

Moreover in debian's /usr/share/luakit/lib/bookmarks.lua I can see the
following code:

    -- URI of the chrome page
    chrome_page    = "chrome://bookmarks/"
    chrome_pattern = "chrome://bookmarks/?"

    ...

    --- Shows the chrome page in the given view.
    -- @param view The view to show the page in.
    function show(view)
        view:load_string(html(), chrome_page)
    end

    -- Add chrome interceptor.
    chrome.add(chrome_pattern, show)

Which I understood as chrome://bookmarks/ will launch the html
function which is the function to display the html page generated from
the sqlite bookmarks.

This is maybe a debian specific library.

--
(°> Nicolas Évrard
( ) Liège
 `¯



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to