Friday, 7 September 2012

no such file or directory: nautilus - truecrypt

Just installed truecrypt on Mint 13. Mounting an encrypted file worked, but I could not open the drive itself. The solution is to simply install nautilus.

sudo apt-get install nautilus

4 comments:

  1. Thanks for this - had tried everything

    ReplyDelete
  2. ...or create the executable file 'nautilus' at /usr/bin an with that content:

    #!/bin/bash
    exec thunar $3
    exit 0

    ReplyDelete
  3. for cinnamon replace thunar with nemo in above script

    ReplyDelete
  4. thanks. this script worked for me (xubuntu 14.04)

    ReplyDelete

How to download a portion of Youtube Video with youtube-dl

First make you have both youtube-dl and ffmpeg installed: sudo apt install youtube-dl ffmpeg Then download a portion of your desired...