Friday, December 21, 2012

Caja Tips

System Bookmarks

To get bookmarks under the Places system menu to open in Caja (MATE File Browser) instead of a browser do this:

Navigate to /home/username/.local/share/applications/mimeapps.list

(the keyboard shortcut [ctrl h] will show hidden folders (.folder))

Add to both the Default Applications and Added Applications sections:

x-scheme-handler/ftp=caja-folder-handler.desktop

Now your bookmarks will open in Caja instead of your browser!!


Dropbox

To get the right-click menu in Caja working:

# apt-get install caja-dropbox 

MATE may need to be restarted (log out, log back in)


Terminal Menu

Open in Terminal right click menu:

# apt-get install caja-open-terminal

MATE may need to be restarted.

Wednesday, December 5, 2012

WINE

To install WINE, and get it to work, you must install the 32 bit libraries.  

Code:

# dpkg --add-architecture i386

# apt-get update

# apt-get install wine

These libraries are also required for TEAMVIEWER to be installed.