Page 1 of 2

Posted: Sun 16 Sep 2012, 09:53
by tlchost
kooliepup wrote: It is a must for the toolkit, and should be in every Puppy.
Could not agree more...that and ability NOT to save at shutdown

Thom

Posted: Sun 16 Sep 2012, 12:02
by tlchost
jpeps wrote:I think /etc/profile.local runs apps after the desktop loads. "desktop-restore -r" restores the backup (desktop-restore -b runs the backup).

Code: Select all

#!/bin/sh
desktop-restore -r
In slacko 5.3.3 the script goes in /etc/profile.d

Thom

Posted: Sun 16 Sep 2012, 19:07
by jpeps
Posted update with auto backup in /etc/init.d. Command in rc.shutdown still works, but isn't needed. Thanks Rewin & pemasu!

Posted: Thu 10 Oct 2013, 11:48
by 666philb
hi jpeps ... instead of restarting x when restoring the pinboard you can just reload the pinboard

Code: Select all

rox -p /root/Choices/ROX-Filer/PuppyPin

Posted: Thu 10 Oct 2013, 14:53
by jpeps
666philb wrote:hi jpeps ... instead of restarting x when restoring the pinboard you can just reload the pinboard

Code: Select all

rox -p /root/Choices/ROX-Filer/PuppyPin
That doesn't seem to restore the icons

Posted: Thu 10 Oct 2013, 19:06
by 666philb
hi jpeps,

it seems to be working for me in raring.. (maybe pemasu has added some tweaks?)

if i copy a backup PuppyPin & globicons to /root/Choices/ROX-Filer and run
rox -p /root/Choices/ROX-Filer/PuppyPin
it loads my backup pinboard and any custom icons

Posted: Thu 10 Oct 2013, 20:53
by jpeps
666philb wrote:hi jpeps,

it seems to be working for me in raring.. (maybe pemasu has added some tweaks?)
I tried it out in Lucid. It also wanted the globicons copied to /root/.config/rox.sourceforge.net/ROX-Filer

Posted: Wed 05 Feb 2014, 13:17
by RSH
Hi.

Just want to post a link to a solution to use the Desktop-Restore Application automatically at boot up.

Here it is: http://murga-linux.com/puppy/viewtopic. ... 184#756184
It is based on a request/wish/idea by user solo at the post above the linked post.

RSH