Re: [orca-list] Fwd: Re: orca is very slow in a specific application



Hi,

Can't we already do this?

export is tar cjf test_settings.tar.bz2 .orca

and import with saving old settings is 
mv .orca orca-backup
tar xjf test_settings.tar.bz2

then when you'r done you can restore the old settings with 
rm -rf .orca ; mv orca-backup .orca

Personally, I think that's easier and faster than some gnome gui, not to mention the extra flexibility.

Trev



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