Skip to content
h3llrais3r edited this page Jan 17, 2019 · 11 revisions

Overview

Mounting Windows SMB shares in Linux

The recommended way to mount Windows SMB shares in Linux is with the iocharset=utf-8 option. For more details about it, see discussion here.

Manual git update

Sometimes it's possible that the automatic update doesn't work because some files may be locked while the application is running. In that case execute the following procedure:

  • Stop the application
  • Run a manual git clean
git clean -xdf autosubliminal lib web
  • Run a manual git update
git pull
  • Run a manual git clean again
git clean -xdf autosubliminal lib web
  • Restart the application
Clone this wiki locally