From kde-devel Wed Jul 03 09:42:24 2002 From: David Faure Date: Wed, 03 Jul 2002 09:42:24 +0000 To: kde-devel Subject: Re: custom kio_uiserver ? X-MARC-Message: https://marc.info/?l=kde-devel&m=102569021503255 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Tuesday 02 July 2002 23:18, aleXXX wrote: > On Tuesday 02 July 2002 09:15, David Faure wrote: > > -----BEGIN PGP SIGNED MESSAGE----- > > Hash: SHA1 > > > > On Monday 01 July 2002 23:08, aleXXX wrote: > > > Hi, > > > > > > for a (roughly) kiosk-like application we'd like to have a very custom > > > uiserver, i.e. custom error messages and mainly a custom password dialog. > > > > > > Is this possible and how ? > > > > Hack kio_uiserver, or write another app that offers the same DCOP interface > > (uiserver.h). This app is only used via its DCOP interface, its internals > > don't matter to the outside. > > Ok, the only questions which now still remains, how is the uiserver started ? Ah. By Observer::Observer(). > I.e. what do I have to do that "my" uiserver will be started ? Hack that code :} > I don't want to replace the kio_uiserver binary, I'd like to incorporate > the uiserver DCOP interface into my own app process, which is running anyway. Ah, then replace the code in that ctor with code that talks to your running process. (i.e. the _stub creation, without the startService.... case, well, if you're SURE it's always running ;) - -- David FAURE, david@mandrakesoft.com, faure@kde.org http://people.mandrakesoft.com/~david/ Contributing to: http://www.konqueror.org/, http://www.koffice.org/ KOffice-1.2-beta2 is out! http://dot.kde.org/1025176121/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (GNU/Linux) Comment: For info see http://www.gnupg.org iD8DBQE9IscA72KcVAmwbhARAl+AAJsG4trAIYdPvgvkMu4Nid9m2fzL4wCgonSm izRgziTLGMw4ww2ae9nz4VU= =9t7B -----END PGP SIGNATURE----- >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<