Burunduk wrote: ↑Sat Jul 30, 2022 12:19 pmIt seems the GNU ln command can convert a single absolute symlink to a relative one.
Code: Select all
ln -srf link-to-file ln -srf link1 link2 dir
The busybox ln can't do that (-r is not supported).
Edit: removed an unnecessary option.
wow, great tip! I knew the option to make a relative symlink, but didn't realise it could convert single absolute link to relative link in that simple matter. That could be conveniently scripted as a custom action in either pcmanfm or thunar - solves my original problem, thanks. The symlinks utility useful for bulk changes from absolute to relative, so that's doubly great.
Next would be to create the custom actions and try and get them always included in Puppy or Dog builds that are using pcmanfm or thunar - that way users don't need to find this post and technical matters like this should be dealt with by the distro developers. No real need for Rox for me in this scenario to be honest since can always open two thunar or pcmanfm windows if I prefer that to side panel menu mode.