How to remove Save icon from desktop of USB install?

Booting, installing, newbie
Post Reply
Message
Author
normasnooz
Posts: 11
Joined: Tue 31 Mar 2009, 03:03

How to remove Save icon from desktop of USB install?

#1 Post by normasnooz »

I used Puppy's universal installer to install Puppy 4.3.1 on a flash drive. Is there a way to disable the save icon? I like how Puppy saves at regular intervals and at shutdown, this is sufficient for my needs. I like an icon free desktop.

Charlie

User avatar
`f00
Posts: 807
Joined: Thu 06 Nov 2008, 19:13
Location: the Western Reserve

#2 Post by `f00 »

Funny, I like being able to not save at times :lol:

Likely edit /root/Choices/ROX-Filer/PuppyPin to remove the offender. You may want to cautiously edit /root/.xinitrc if you don't want other puppypin stuff going on and all's fine otherwise. Or use another method for setting the backdrop/background if you still want an image/gradient/what-have-you (sometimes a 'bare' roxpin works better with certain console settings like shading, tinting, -tr & such) .. 'custom' roxpin(s) work well (simple command "rox -p <path-to-roxpin-xml-file>" or rox -p Default and remove the .. (then find Default afterwards if you want to edit the bg)

Not sure what the basic bgset is for p431 (check xli doc) .. does it still use /root/Choices/ROX-background.jpg? hth, Charlie )

normasnooz
Posts: 11
Joined: Tue 31 Mar 2009, 03:03

#3 Post by normasnooz »

I edited deleted the save entry in /root/Choices/ROX-Filer/PuppyPin, The save icon comes back with a new x-y position upon reboot. I also commented out lines in /root/.xinitrc. I could get the icons and background to go away, but I wanted to keep the partition/disk icons.

I ended up making a transparent .png for the save icon. It is not a very classy fix, but it works with my limited Linux knowledge.

Thanks for your help.

Charlie

chipschap
Posts: 2
Joined: Sun 03 Jan 2010, 18:11

Another Hackish Solution

#4 Post by chipschap »

1) Copy PuppyPin to (say) PuppyPee.
2) Edit PuppyPee and remove Save icon line.
3) Edit /root/.xinitrc to point to PuppyPee instead of PuppyPin.

This works fine but has the annoying disadvantage that if you change wallpaper, you mus either edit PuppyPee to point to the new wallpaper, or do the copy PuppyPin/edit PuppyPee steps over again.

If you really want, this method can get rid of the Drives icon as well.

PANZERKOPF
Posts: 282
Joined: Wed 16 Dec 2009, 21:38
Location: Earth

#5 Post by PANZERKOPF »

rc.sysinit creates those entries (like "save2flash" or "savesession-dvd").
You must remove this procedures from it. See "MISC DESKTOP STUFF" section in
rc.sysinit.

chipschap
Posts: 2
Joined: Sun 03 Jan 2010, 18:11

Editing rc.sysinit

#6 Post by chipschap »

PK -- thanks for providing the proper solution! This indeed works and has no visible disadvantage (other than a possible need to reinstall the fix on an upgrade).

MNJack762
Posts: 20
Joined: Thu 18 Mar 2010, 01:05

#7 Post by MNJack762 »

Where do I find rc.sysinit?

MNJack762
Posts: 20
Joined: Thu 18 Mar 2010, 01:05

#8 Post by MNJack762 »

OK found it. /etc/rc.d/rc.sysinit

Do I delete all of the lines in the "MISC. DESKTOP STUFF" section?

Will puppy still auto save or save only when I shutdown?

BTW I'm running Lucid 5.2.0 from a usb key saving to the key.

User avatar
8-bit
Posts: 3406
Joined: Wed 04 Apr 2007, 03:37
Location: Oregon

#9 Post by 8-bit »

Just jumping in here to ask if you have tried right-clicking on the icon and selecting "Remove item(s)".

User avatar
Flash
Official Dog Handler
Posts: 13071
Joined: Wed 04 May 2005, 16:04
Location: Arizona USA

#10 Post by Flash »

8-bit, you just beat me to it. :lol:

MNJack762
Posts: 20
Joined: Thu 18 Mar 2010, 01:05

#11 Post by MNJack762 »

8-bit wrote:Just jumping in here to ask if you have tried right-clicking on the icon and selecting "Remove item(s)".
You would think, but the save icon comes back after a reboot.

I would love an answer to my question though.

User avatar
duke93535
Posts: 194
Joined: Thu 05 May 2005, 16:45
Location: California , High Desert

#12 Post by duke93535 »

These lines are what I remark-out with a pound sign # as shown in Wary 5.1.1, as an example. MISC DESKTOP STUFF is toward the bottom. I used the geany editor.

Code: Select all

############MISC DESKTOP STUFF##################
echo “MISC. DESKTOP STUFF"
if [ “$PUPMODE

MNJack762
Posts: 20
Joined: Thu 18 Mar 2010, 01:05

#13 Post by MNJack762 »

[quote="duke93535"]

Code: Select all

############MISC DESKTOP STUFF##################

#save button on desktop when booted from flash drive...
#if [ $PUPMODE -eq 3 -o $PUPMODE -eq 7 -o $PUPMODE -eq 13 ];then #pup_rw is tmpfs.
# if [ “‘cat /root/Choices/ROX-Filer/PuppyPin | grep “save2flash"`
Attachments
Puppydesktop4.jpg
(50.33 KiB) Downloaded 1935 times

Post Reply