Page 1 of 1
Random Tricks and tips
Posted: Tue Aug 06, 2024 8:15 am
by HarveyH
I wish to start a thread on how to do cool additions to Bookwormpup64 (or whatever) puppy
How to enable PCManFM - a fine file manager that shows thumbnails for videos (and maybe images)
apt install pcmanfm tumbler ffmpegthumbnailer
---------------------------
Prevent alt-Mouse from moving Windows around.
Open the file /root/.jwm/jwmrc-personal with a text editor like Geany and put the line <MoveMode mask="CS"></MoveMode> just before the final </JWM> tag. Save the file and then in a console run jwm -restart
----
Your turn
Re: Random Tricks and tips
Posted: Tue Aug 06, 2024 1:58 pm
by jelly767
Enable right-click menu in PCManFM
apt install libfm-extra
Re: Random Tricks and tips
Posted: Tue Aug 06, 2024 3:26 pm
by JusGellin
Keyboard Shortcut to open terminal from ROX path
grave key (`)
The key usually below <ESC>
Re: Random Tricks and tips
Posted: Tue Aug 06, 2024 9:26 pm
by geo_c
Here's a tip for pcmanfm in Bookworm-10.0.7.
If you want pcmanfm to show removable devices in the left pane, be able to mount/unmount/automount, simply install gvfs
from the synaptic package manager.
Seems to be working fine for me. I don't know if it possibly breaks any other mounting schemes in bookworm. Doesn't seem to though, pmount is working fine.
EDIT 1: let's clarify, that if you mount a drive with pmount, then boot pcmanfm, pcmanfm will NOT see the drive, but if you unmount the drive with pmount, then pcmanfm will see the drive again.
Hmmm.... maybe that's been discussed before. I will search for it.
EDIT 2: Yes gvfs and pupvolume monitor on the same system has been discussed here: viewtopic.php?p=125787#p125787
Looks like it might not be a good idea.