Gnome commander

De WikiMar
Salta a la navegació Salta a la cerca

Shortcuts and manual about Gnome Commander: https://gcmd.github.io/doc.html

Install

sudo apt-get install gnome-commander


Menu view - enable only:

  • Toolbar
  • Device buttons
  • Show hidden files
  • Show backup files


To access SFTP and Samba use the plugin:

wget http://downloads.sourceforge.net/project/doublecmd/Double%20Commander%20Plugins/Linux/64%20bit/gvfs_wfx.tgz?r=http%3A%2F%2Fdoublecmd.sourceforge.net%2Fforum%2Fviewtopic.php%3Ff%3D5%26t%3D1696&ts=1452256763&use_mirror=freefr
tar -x -f gvfs_wfx.tgz
sudo cp gvfs.wfx /usr/lib/doublecmd/plugins/wfx/


Add the plugin in settings (or copy the config from below)

Settings

Sorting case sentitive: unselected
Size display: grouped
Time format: %y%m%d %R
Font: Sans regular 9
Row height: 15
Display file extension: In separate column
Custom scheme: Change only:
  Default Background: black 0,0,0
  Alternate Background: gray 36,36,36
Filter tab: all disabled


Alternatively to use the menu settings for the colors you can try to automate this by using the following script (not used):

#!/usr/bin/env sh
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/palette "#000000000000:#919122222626:#777789890000:#AEAE7B7B0000:#1D1D25259494:#68682a2a9b9b:#2B2B66665151:#929295959393:#666666666666:#CCCC66666666:#B5B5BDBD6868:#F0F0C6C67474:#8181A2A2BEBE:#B2B29494BBBB:#8A8ABEBEB7B7:#ECECEBEBECEC"
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/background_color "#1d1d1f1f2121"
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/foreground_color "#c5c5c8c8c6c6"
gconftool-2 -s -t string /apps/gnome-terminal/profiles/Default/bold_color "#8A8ABEBEB7B7"
gconftool-2 -s -t bool /apps/gnome-terminal/profiles/Default/bold_color_same_as_fg "false"
gconftool-2 -s -t bool /apps/gnome-terminal/profiles/Default/use_theme_colors "false"
gconftool-2 -s -t bool /apps/gnome-terminal/profiles/Default/use_theme_background "false"