--- Dan Nicholson <[EMAIL PROTECTED]> wrote:

> On 10/20/05, Brandin Creech <[EMAIL PROTECTED]> wrote:
> > If you change
> > the selected application, it becomes the default for that file type. Of
> > course, this only affects the current user's profile.
> 
> Oh, you're right!  I thought it was only changing the default for a
> particular file.  Now I'd like to know what that change actually did
> so I might repeat it without going through the GUI first.

Without knowing exactly what it changes, I think the easiest way would be to
do a 'diff' on your home directory and see what it changed. Make sure you
exit Nautilus before the change and after, to make sure it writes out any
in-memory configuration.

Here's a rather brute force way:

---------------------------------------------------------------------
cd
mkdir before after
# Exit Nautilus
cp -vr .[^.]* before/.
# Start Nautilus, make a change to the properties, then exit nautilus
cp -vr .[^.]* after/.
diff -Nurd before after
---------------------------------------------------------------------

Or maybe copying /all/ the dotfiles is overkill; I'll let you decide and
compare as appropriate. I don't have Nautilus installed right now, otherwise
I'd check.



                
__________________________________ 
Yahoo! FareChase: Search multiple travel sites in one click.
http://farechase.yahoo.com
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to