Bug 25024 - GtkLauncher on file://index.html - source, no RENDER
Summary: GtkLauncher on file://index.html - source, no RENDER
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: 420+
Hardware: PC Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-03 05:22 PDT by Peter Hanzel
Modified: 2009-04-21 06:36 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Peter Hanzel 2009-04-03 05:22:58 PDT
Using GtkLauncher as simple browser.
GtkLauncher http://www.google.com works like a charm.

But I want to display also documentation in html format on disk.
And this: GtkLauncher file://index.html display the source of HTML not the Render.

Is this a bug a I don't know how to do it.
Comment 1 Peter Hanzel 2009-04-20 05:48:06 PDT
And I add, that I have compiled ot from sources, with-target=directfb
Comment 2 Peter Hanzel 2009-04-21 06:36:26 PDT
I have found a solution. For URI with file:// webkit uses g_io function to determine content type of files. 

But my instalation lacks package: shared-mime-info.
That's the reason why it doesn't work on local files.

After install of that package, everything is ok.