Re: Konqueror
subbukk <[email protected]> Sun, 4 Feb 2007 00:22:40 +0530
| Newsgroups | gmane.comp.kde.kiosk |
|---|---|
| Message-ID | <[email protected]> |
On Friday 02 February 2007 17:02, Pawel Skonecki wrote: > Hi > > I try to build my first kiosk based on KDE. I have small problem with > configuration of Konqueror. Default webpage includes information about > Konqueror and Home Folder, Network Folders, Aplications and much more. > I set up default webpage on my own but I have to press “Home” baton for > it. How Could I change “K” webpage on another? This is controlled by kfmclient(1) profiles in $DATA/konqueror/profiles/ directory where $DATA is the path list in 'kde-config --path data'. The Home button uses filemanagement profile which opens $HOME URL while Konqueror uses webbrowsing profile which defaults to "about:konqueror" URL. > Another problem is. How could I remove options from right click menu in > Konqueror. For example, “Open with …”, “Preview ….” Experiment with Action Restrictions "action/openwith" and "action/iconview_preview" and "action/iconview_preview_all". See README.kiosk file for more details. Hope this helps Subbu