Replace PCManFM with SpaceFM
Posted: Sun Nov 18, 2012 9:34 pm
Hi everybody,
I decided to try to replace PCManFM with SpaceFM as I like it so much.
So far, I've replaced pcmanfm with spacefm for everything except one minor aspect.
Here's what I did so far (some may be redundant):
The only thing I can't seem to figure out how to replace is when I open up a program (lets say VLC or something) and within the program I try to search for a file or directory. It still brings up the pcmanfm file manager "look." I say "look" because it doesn't execute an instance of pcmanfm (when I check lxtask).
What program handles this file manager aspect? And how can I change it to spacefm?
Thanks
I decided to try to replace PCManFM with SpaceFM as I like it so much.
So far, I've replaced pcmanfm with spacefm for everything except one minor aspect.
Here's what I did so far (some may be redundant):
Code: Select all
sudo sed -i 's/pcmanfm/spacefm/g' /usr/share/applications/pcmanfm.desktop &&
sed -i 's/pcmanfm/spacefm/g' ~/.config/openbox/lubuntu-rc.xml &&
sudo sed -i 's/pcmanfm/spacefm/g' /usr/share/lubuntu/openbox/menu.xml &&
sudo sed -i 's/pcmanfm/spacefm/g' /usr/share/lubuntu/openbox/rc.xml &&
sudo sed -i 's/pcmanfm --desktop --profile lubuntu/spacefm --desktop/g' /etc/xdg/lxsession/Lubuntu/autostart &&
sudo sed -i 's/pcmanfm/spacefm/g' /usr/share/lxpanel/profile/Lubuntu/config
What program handles this file manager aspect? And how can I change it to spacefm?
Thanks