<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
D. D. Brierton wrote:
<blockquote cite="mid1088523462.11100.23.camel@excession.dzr"
 type="cite">
  <pre wrap="">On Tue, 2004-06-29 at 16:29, James Lawrence wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">last night i changed the way my icons are arranged in nautilus. when i 
logged out, i check "save current set up"
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Actually, that "save current set up" concerns session management, not
your desktop preferences which should be saved immediately when you
change them.

  </pre>
  <blockquote type="cite">
    <pre wrap="">when i logged back in this 
morning, they were back  to the old way.  what gives?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Sorry, I'm not sure. Perhaps something wrong with gconf?

  </pre>
  <blockquote type="cite">
    <pre wrap="">another thing,   
if i type in :  rpm -qa  | sort -o ~/rpmlist1.txt this should output a 
txt file with all my rpms on my machine. it doesn't do it any ideas?
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Shouldn't that be:

rpm -qa  | sort -o > ~/rpmlist1.txt

Best, Darren

  </pre>
</blockquote>
solved 1 problem the outputted file was put into roots home directory
not mine ( duh, i su to root to do other things) so i have my list here
is a snip of it   <br>
<br>
<table border="2" cellpadding="2" cellspacing="2" height="133"
 width="205">
  <tbody>
    <tr>
      <td valign="top">mod_python-3.1.3-1<br>
mod_ssl-2.0.49-4<br>
modutils-2.4.26-16<br>
mozilla-1.6-8<br>
mozilla-nspr-1.6-8<br>
mozilla-nss-1.6-8<br>
mpage-2.5.3-7<br>
      </td>
    </tr>
  </tbody>
</table>
 shows that Mozilla  version 1.6 is installed, not 1.7 which is what
i'm useing<br>
<br>
<br>
<br>
</body>
</html>