Re: nautilus component issues
Gustavo J A M Carneiro <[email protected]>
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Organization | INESC |
| Message-ID | <[email protected]> |
I'm having problems wiht mime types too since compiling gnome 2.3. It used to work in gnome 2.2, sort of. In gnome 2.2, mime icons was broken too. I had to use a special filename to get it working. To indicate an icon for mime type application/pgp-signature, for example, install the icon as <prefix>/share/pixmaps/gnome-mime-application-signature.png. The mime type system is very very very buggy, I must say! :( Maybe we should come up with a new one, xml based preferably, more simple, and one that actually works. I can only imagine the number of nautilus bugs in bugzilla that are mime derived... On S?, 2003-04-12 at 05:49, Jacob Perkins wrote: > I'm trying to do a nautilus component for seahorse, modelling after > file-roller's. I only want to do the context menu for the specific mime > types, and not override any already installed handlers. However, the > mime database seems to register the servers as a type of View, which > doesn't really seem correct and may be the reason that the previous > handlers do not work anymore. The specific type I'm worried about is > .asc, which is plain text, but can contain a pgp message. What do I need > to change so that only the context menu is used, not the views? > Also, is there any reason why the entry in seahorse.keys doesn't seem to > register the icon filename correctly? > The relevant files are > http://cvs.gnome.org/bonsai/cvsblame.cgi?file=seahorse%2Fplugins%2Fnautilus/Seahorse_Component.server.in.in&rev=&root=/cvs/gnome > http://cvs.gnome.org/bonsai/cvsblame.cgi?file=seahorse%2Fdata/seahorse.mime&rev=&root=/cvs/gnome > http://cvs.gnome.org/bonsai/cvsblame.cgi?file=seahorse%2Fdata/seahorse.keys&rev=&root=/cvs/gnome > > Thanks