The Rox manual documents the pinboard.
file:///usr/local/apps/ROX-Filer/Help/Manual.html#id2456493
Right click any icon on the desktop, select Rox-Filer -> Manual
In the Table of Contents near the top of the manual, click 2. Invoking Pinboard support
rox --help
tells you that --pinboard and -p do the same thing.
The manual tells you that rox -p=
turns the pinboard off.
If it does not, the pinboard config file /root/Choices/ROX-Filer/PuppyPin may be corrupted.
Normally, rox runs as 1 instance. The pinboard and any filer window all belong to that instance.
Rox will not create more than 1 desktop (pinboard.)
More than 1 instance of rox can be started, by running rox -n or rox --new
Normally, only 1 instance of rox should be running.
Running rox in a container might cause there to be more than 1 instance of rox.
rox -p=
turns off the pinboard.
rox -p /root/Choices/ROX-Filer/PuppyPin
shows the default pinboard.
You can make changes to the PuppyPin file and then
run rox -p /root/Choices/ROX-Filer/PuppyPin
to make the changes take effect.
It's not really necessary to runrox -p=
first.
killall -q ROX-Filer
should kill all instances of rox, if there is more than 1 instance.
I have a script named pp
Code: Select all
#!/bin/sh
cd
killall -q ROX-Filer
rox -p /root/Choices/ROX-Filer/PuppyPin &>/dev/null
If I type pp in a terminal, it restarts the pinboard if rox crashed, or restarts it if already running.
This will also close any roxfiler windows.
Normally, the killall
line is really not necessary.
Pressing Winkey+T often is configured to pop up a terminal.
If the PuppyPin file is corrupted, rox may behave strangely.