Difference between revisions of "PCManFM"
Line 79: | Line 79: | ||
[[es:PCManFM]] | [[es:PCManFM]] | ||
[[fr:PCManFM]] | [[fr:PCManFM]] | ||
− | [[ | + | [[id:PCManFM]] |
[[ja:PCManFM]] | [[ja:PCManFM]] | ||
[[ko:PCManFM]] | [[ko:PCManFM]] | ||
+ | [[pl:PCManFM]] | ||
+ | [[pt:PCManFM]] | ||
[[ru:PCManFM]] | [[ru:PCManFM]] | ||
[[sv:PCManFM]] | [[sv:PCManFM]] | ||
− | |||
− | |||
[[zh:PCManFM]] | [[zh:PCManFM]] |
Revision as of 08:19, 3 May 2010
PCMan File Manager | |
[[Image:![]() | |
Developer | Hong Jen Yee (PCMan) |
Latest version | 0.9.3 Beta (from 18 March, 2010) |
Genre | File Manager |
License | GNU General Public License |
Website | pcmanfm.sf.net |
PCMan File Manager (PCManFM) is a file manager application developed by Hong Jen Yee from Taiwan which is meant to be a replacement for Nautilus, Konqueror and Thunar. Released under the GNU General Public License, PCManFM is free software. PCManFM is the standard file manager in LXDE, which is also developed by the same author in conjunction with other developers.
PCManFM is intended to follow the specifications given by Freedesktop.org for interoperability in free software.
Contents
Features
PCManFM's features include:
- Full gvfs support with seamless access to remote filesystems (Able to handle sftp://, webdav://, smb://, ...etc when related backends of gvfs are installed.)
- Thumbnails for pictures
- Desktop management - shows wallpaper and desktop icons
- Bookmarks
- It is multilingual
- Can be started in one second on normal machine
- Tabbed browsing (Similar to Firefox)
- Volume management (mount/umount/eject, requires gvfs)
- Drag & Drop support
- Files can be dragged among tabs
- Load large directories in reasonable time (faster then some well-known file managers)
- File association support (Default application)
- Provides icon view, compact view, detailed list view, and thumbnail view.
- Standard compliant (Follows FreeDesktop.org)
- Clean and user-friendly interface (GTK+ 2)
Issues
Since 2010, PCManFM has underwent a complete rewrite from scratch. So the new PCManFM is totally different from the old 0.5.x series. Build instructions, the ways to setup, and configuration files are different, too. Please refer to the new build and setup guide.
Desktop Path
If your desktop displays the files of your /home/ and not the files on your real Desktop path, you probably do not have an established path "Desktop". To fix this please do the following:
- mkdir ~/Desktop
- nano ~/.config/user-dirs.dirs (as root)
- change XDG_DESKTOP_DIR="$HOME" to XDG_DESKTOP_DIR="$HOME/Desktop"
- and restart your LXDE session.
Desktop Icons/links
Desktop links are not totally obvious. Here are some hints.
How to Make Them
Open the files with editor to see how they work:
- Look at the examples here: /usr/share/applications
- A typical file name is like this one: leafpad.desktop The .desktop file extension won't show up on pcmanfm.
Other Hints
- Copy files from /usr/share/applications to your ~/Desktop folder.
- Make your own desktop links by following the examples above and put them in your ~/Desktop folder.
- The same .desktop files are used for the buttons in the lxpanel (bottom task bar).
Get and Compile the Source Code
- The source code is now in Git repository:
libfm: git clone git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/libfm (you have to install libfm prior to compile pcmanfm) pcmanfm: git clone git://pcmanfm.git.sourceforge.net/gitroot/pcmanfm/pcmanfm
- How to compile: Here is a complete build and setup guide for PCManFM/libfm.
Bug Report, Patch submission, or Feature Request
- Tracker: http://sourceforge.net/tracker/?group_id=156956
- Bugtracker: http://sourceforge.net/tracker/?group_id=156956&atid=801864
See also
- PCManFM Roadmap for the next generation PCManFM (PCManFM2, v≥0.9)
External Links
- pcmanfm.sf.net - official website
- Wikipedia article