The Fine Print: The following comments
are owned by whomever posted them.
( Reply )
|
Re: webkit in konqueror!
by Frinring on Sunday 09/Mar/2008, @09:40
|
Some dreaming:
This should have been an URL, so you could click on it and have the lowest possible config page opened... like system://settings/file_associations/text/html/embedding
Or even better a script, that also does the needed actions
#/usr/bin/skript
Object usedComponents =
System.Settings.FileAssociations.text.html.Embedding.UsedComponents;
usedComponents.moveToTop("webkit");
System.Settings.FileAssociations.applyChanges;
Something for another GSoC project?
|
[
Reply To This | View ]
|
Re: webkit in konqueror!
by suy on Sunday 09/Mar/2008, @12:44
|
There is kreadconfig (a command line tool). I've never used it (because I've never had the need of), but maybe it's worth a try.
|
[
Reply To This | View ]
|
|
Re: webkit in konqueror!
by Robin on Sunday 09/Mar/2008, @09:55
|
thanks very much, it worked.
|
[
Reply To This | View ]
|
Re: webkit in konqueror!
by JackieBrown on Tuesday 11/Mar/2008, @21:53
|
Do I need to enable an option while compiling? I am using the last qt 4.4 from svn and kde from trunk but do not have that as an option.
|
[
Reply To This | View ]
|
Re: webkit in konqueror! - in playground
by JackieBrown on Saturday 15/Mar/2008, @22:08
|
For anyone else that was clueless, webkit is in playground/libs
|
[
Reply To This | View ]
|
|
The Fine Print: The previous
comments are owned by whomever posted them.
( Reply )
|