[Kde-kiosk] Starting konqueror in fullscreen

David Rippel RippelD at hillsboroughcounty.org
Tue May 6 09:17:21 CEST 2003


Waldo -

This is exactly what I was looking for! Thanks.

The other methods mentioned (kstart --fullscreen & dcop konqueror-xxxx 'qt/KXMLGUILClient-KActionCollection/fullscreen' activate) either still display the menubar (kstart) or trash the toolbar.

Has anyone considered putting together a repository of information like this on a web site somewhere? Is there an official kde-kiosk project yet? My goal is to design a bootable cd based on knoppix that I can send out to any site that needs to deploy a kiosk. It will simply start up a locked down kde environment, launch konqueror fullscreen, and provide all plugins in a safe manner. I may also add some remote management features similar to those used by FireCast (www.wirespring.com, a commercial product).

- David.

>>> bastian at kde.org 05/05/03 05:04PM >>>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On Monday 05 May 2003 22:06, David Rippel wrote:
> I'm in the process of remastering Knoppix to provide a konqueror kiosk.
> I've been trying to get konqueror to start in fullscreen mode without any
> luck. I've tried Martin Schimmels' konqFS.pl script that was posted to this
> list but it does not result in true fullscreen mode - it just maximizes the
> window. I noticed a bool fullScreen with dcop konqueror
> konqueror-mainwindow#1 but I think it's read-only (tried dcop konqueror
> konqueror-mainwindow#1 setParameter fullScreen 1 w/o success).
>
> I keep coming across the thread below with google. Does anyone know the
> exact dcop command to do this?

The following worked for me:
konqy=$(dcopstart konqueror)
konqy_win=$(dcop $konqy KonquerorIface getWindows| head -1)
konqy_fullscreen=$(dcop $konqy_win action fullscreen)
dcop $konqy_fullscreen activate

$konqy_fullscreen is a reference to the "toggle fullscreenmode action". So 
whenever you activate it, it toggles between fullscreen and normal mode or 
vice versa. You may want to check if you are in fullscreen mode already with 
	dcop $konqy_win fullScreen

Cheers,
Waldo
- -- 
bastian at kde.org -=|[ SuSE, The Linux Desktop Experts ]|=- bastian at suse.com 
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org 

iD8DBQE+ttHVN4pvrENfboIRAs9jAJ9PblI2RY+cEq6/hTnIdD2Qv7IvKgCggTdZ
L+M7Xw/xd76TfcBU9JyDQJs=
=jUi+
-----END PGP SIGNATURE-----

_______________________________________________
kde-kiosk mailing list
kde-kiosk at mail.kde.org 
http://mail.kde.org/mailman/listinfo/kde-kiosk



More information about the kde-kiosk mailing list