DesktopIcons
From Inveneo
InveneoPuppyLinux | Customisation
Desktop Icons are managed by the ROX-Filer's 'Pinboard'
The config is held in the XML file: /root/Choice/ROX-Filer/PuppyPin
<?xml version="1.0"?> <pinboard> <icon x="32" y="36" label="home">/usr/local/bin/rox</icon> <icon x="736" y="32" label="trash">/usr/local/apps/Trash</icon> <icon x="32" y="128" label="word">/usr/local/bin/defaultwordprocessor</icon> <icon x="96" y="128" label="data">/usr/local/bin/defaultspreadsheet</icon> <icon x="32" y="224" label="browse">/usr/local/bin/defaultbrowser</icon> <icon x="96" y="224" label="email">/usr/local/bin/defaultemail</icon> <icon x="160" y="224" label="chat">/usr/local/bin/defaultchat</icon> </pinboard>
We want a simplified desktop to appear so as not to frighten off/confuse less technical users. This is partly inspired by Beatrix.
Note that the desktop icons point to system shortcuts which allow the preferred app for each function to be set in 1 place & have the whole system updated (Desktop, MIME-Types, etc)

