If mkv files give you some playback issues on standalone player try to add this options to the command line:
--clusters-in-meta-seek --engage no_cue_duration --disable-lacing --engage no_simpleblocks --engage no_cue_relative_position
|
||||||
If mkv files give you some playback issues on standalone player try to add this options to the command line: --clusters-in-meta-seek --engage no_cue_duration --disable-lacing --engage no_simpleblocks --engage no_cue_relative_position
Sorgente: Risolvere l'errore "Rete senza fili disabilitata da switch hardware" su Ubuntu
Purge bash completion: # apt-get purge bash-completion
Delete (or move somewhere) this directory: # mv /etc/bash_completion.d /somewhere
In files (if they exist): ~/.bashrc /etc/bash_completion /etc/bash.bashrc /etc/profile Comment lines like: ... if [ -f /etc/bash_completion ] && ! shopt -oq posix; then Then reinstall bash-completion: # apt-get install bash-completion
Try if it works, if not remove comment from ~/.bashrc on lines: ... # enable programmable completion features (you don't need to enable # this, if it's already enabled in /etc/bash.bashrc and /etc/profile # sources /etc/bash.bashrc). # if [ -f /etc/bash_completion ] && ! shopt -oq posix; then # . /etc/bash_completion # fi |
||||||
D I S C L A I M E R Powered by WordPress & Atahualpa |