|
I have encountered a problem with wxDesigner as it relates to /etc/mailcap.
> In my case, a warning window popped up on startup that said:
>
> Mailcap file /etc/mailcap, line 45: incomplete entry ignored
>
> upon dismissing it, everything was fine until the next time.
>
> So, looking at /etc/mailcap, line 45, I noticed that the line
> was
>
> application/pdf: xpdf %s
>
> Mmm... All other lines have a ';' instead of the ':', so upon changing
> it, the warning went away. The interesting thing is that I never touched
> the /etc/mailcap file, so it must have come this way with the distribution.
----------------------------
sudo vim /etc/mailcap
42gg
application/x-emerald-theme --> application/x-emerald-theme;
43gg
ext: emerald --> ext; emerald -->
Last edited by bizzz; 01-22-2007 at 03:00 AM.
|