Hi,
I am trying to get an 'active desktop' (kwebdesktop) on SuSe Linux 9.2, but it doesn't seem to work, the program can't execute the 'javascript'. Kwebdesktop is using the browser-engine Konqueror 3.3, the 'javascript' can be executed on Konqueror browser without problems, but it doesn't work on the 'kwebdesktop'.
I used these settings:
Name: kwebdesktop
Comment: KDE Web Desktop
Command: kwebdesktop %x %y %f file://localhost/home/rayen/linux.html
Preview CMD: kwebdesktop %x %y %f file://localhost/home/rayen/linux.html
Executable: kwebdesktop
Refresh time: 10 min
I used this HTML-code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Active Desktop for Linux</title>
</head>
<body>
//HTML-Text can be shown by the browser.
<script language="JavaScript"
src="http://www.filmtotaal.nl/trackers/filmsoptv/filmsoptv_1.js"></script>
</body>
</html>