Comment 12 for bug 90851

Revision history for this message
Alexander Sack (asac) wrote : Re: [Bug 90851] Re: Firefox does not set KDE wallpaper

On Mon, Mar 12, 2007 at 08:26:01PM -0000, Jim Massey wrote:
> Ok. The patch attached here is it for now then.
>
> I dont know what file in ~/.kde/share/config is used for spec'ing the
> default mailer app. If anyone can tell me I'll work on it. Also if there
> are some other KDE config items we could be picking-up and using please
> speak up.
>
> We do have a kde registry reader for getting the mimetype helper apps
> but it is currently not compatible with a general linux build, it's for
> KDE targeted builds only.
>

Is this reader a lib? then it would be fine (if its kde default). We
can try to dlopen that lib and see if it succeeds. Then query for
mimetype ... so we don't add kde dependencies to firefox.

Actually, thats the thing I initially thought about.

 - Alexander