Re: Default view in Nautilus is not what I want



Danke Hendrik,

I already had an answer on that by Dennis Cranston and I forgot to tell the list, plus I filled a bug report that was said to be a duplicate. Double mistake. Sorry.

Any way, I managed to get by, without uninstalling gthumb. I just modified a file in order to the view to be corrupted (well, at least that's what I think since it never appeared again even on folders it should with what I thought I had done !)

I modified /usr/lib/bonobo/servers/GNOME_GThumb_CatalogView.server in order to
introduce limitations to x-directory/* as follows :


        <oaf_attribute name="bonobo:supported_mime_types" type="stringv">
                <item value="x-directory/*"/>
        </oaf_attribute>
        <!--modification suite à bug vue catalogue-->
        <oaf_attribute name="nautilus:required_directory_content_mime_types" type="stringv">
                <item value="audio/mpeg"/>
                <item value="audio/x-mp3"/>
                <item value="audio/mp3"/>
                <item value="audio/x-id3"/>
                <item value="application/x-id3"/>
                <item value="audio/x-wav"/>
                <item value="audio/x-mod"/>
                <item value="audio/x-s3m"/>
                <item value="audio/x-xm"/>
                <item value="audio/x-it"/>
                <item value="audio/x-flac"/>
                <item value="application/x-flac"/>
                <item value="application/x-ogg"/>
                <item value="application/ogg"/>
        </oaf_attribute>
        <!--fin modif-->
        <oaf_attribute name="nautilus:view_as_name" type="string"
                       value="Catalog"/>

I guess what I've done is stupid but it does just what I want. So be it !

François


Le dimanche 22 août 2004 à 12:39 +0200, Hendrik Brandt a écrit :
Am Freitag, den 20.08.2004, 23:28 +0200 schrieb François Jan:
> Hi,
> 
> 1 Please answer to me since I'm not a nautilus-list member.
> 2 I'm using Nautilus 2.7.4 but that something I see for a few weeks
> now and I don't really know when it all started.
> 
> Here is my story :
> 
> Nautilus is configured to open folders with list view by default. But
> it always open with catalog view. Of course, every time it happens, I
> change the view and nautilus remembers, so it's not too bad but still
> I find it desagreable.
> 
> Moreover, for some folders, the catalog view crashes and I can't do
> anything about it....
> 
> If you need details, I am ready to contribute. I looked at GConf, I
> tried with a new user with no nautilus extra config and it's the same,
> I tried google and nautilus-list archives with no success so far.
> 
> I am not desperate but I get close to it...
> 
> If you have an idea, I would like to hear from you.
> 
> François Jan
> 

I had the same problem and there is currently only one way to fix it:
Catalog view is part of gthumb, the only method to fix this problem is
to uninstall gthumb. It seems to be a bug between gthumb<=2.5.0 and
nautilus>=2.7.0 and it's not fixed yet.

hendrik brandt



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]