I can't find the answer to this simple question.
What command should I use to open pcmanfm in a specific directory?
As an example, I want to run: pcmanfm /home/truc/musique
.
However, this doesn't seem to work and the manpage isn't very helpful.
I can't find the answer to this simple question.
What command should I use to open pcmanfm in a specific directory?
As an example, I want to run: pcmanfm /home/truc/musique
.
However, this doesn't seem to work and the manpage isn't very helpful.
Entering
pcmanfm /home/$USER/folder
should successfully open the folder (it does on 12.04), and so perhaps there is a problem with your installation. You could reinstallpcmanfm
, or try specifying the daemon mode when you open a folder:The
-d
stands for daemon mode and not directory; you used to be able to use-t
for new tab and-n
for new window withpcmanfm
, but those switches don't seem to work now.The manpage doesn't list all the options, so to list them all run
pcmanfm --help
. One further option which might be of interest is the--display=
option, but you shouldn't need to specify a display if you only have the one. (Your current display can be found withecho $DISPLAY
). So, an example command runningpcmanfm
in daemon mode and specifying a display would be:Here are the other options found with
pcmanfm --help
, for version 0.9.10 (Precise):Try this:
if you are running from a script, in that case use the absolute path for pcman. In some machines, script does not get the path.
Try the absolute path. and the man-page is helpful.