WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: FLUFF file manager - saving configurations  (Read 3182 times)

Offline ACRizona

  • Jr. Member
  • **
  • Posts: 61
FLUFF file manager - saving configurations
« on: November 29, 2010, 03:37:03 PM »
I can't get Fluff to retain settings.   It simply re-generates a new config file  ???
There is one in etc/skel , another in home/tc , neither seems persistant.

Not using commandline parms.


Offline gerald_clark

  • TinyCore Moderator
  • Hero Member
  • *****
  • Posts: 4254
Re: FLUFF file manager - saving configurations
« Reply #1 on: November 29, 2010, 06:00:54 PM »
You need a persistent tce, and have to do a backup during shutdown.

Offline MikeLockmoore

  • Hero Member
  • *****
  • Posts: 525
  • Good software needn't be big!
Re: FLUFF file manager - saving configurations
« Reply #2 on: November 30, 2010, 10:36:38 AM »
@ ACRizona: I'd guess gerald_clark is right, unless you are doing something less typical like not logging in as user "tc".  If you are sure you can save files in your home folder, and _still_ cannot get Fluff to save the .fluff.conf file, please post more details and we will try to sort it out. 

Steps to test general persistence:

1) Create a file in your home folder. 
   a. Open a new terminal window.
   b. Enter the command "touch testfile"
   c. Verify the file is there with the command 'ls -l"
   d. You should see the name testfile listed as a zero-byte file with the current timestamp
2) Do a shutdown with the normal backup
3) Reboot TC and make sure the boot options allow the persistent data to be restored
4) Open a terminal window and issue "ls -l" again
5) Verify "testfile" is still there

Good luck.  :)