Skip to content

Broken pipe error #2074

@sud0xenn

Description

@sud0xenn

Environment details

  • Operating System: Linux Mint 22.2 x86_64
  • Desktop Environment: Cinnamon 6.4.8
  • Terminal Emulator: Terminator 2.1.3
  • Shell: fish 3.7.0
  • Custom desktop opener (if applicable):
  • Program options used: tmux new-session nnn -deH -P p (via ls alias)
  • Configuration options set:
alias cat "bat -pP"
alias ls "tmux new-session nnn -deH -P p"
set -x VISUAL vi                                                                                                                                  
set -x EDITOR nano                                                                                                                                
set -x NNN_ICONLOOKUP 1                                                                                                                           
set -x BLK "03"; set -x CHR "03"; set -x DIR "04"; set -x EXE "02"; set -x REG "07"; set -x HARDLINK "05"; set -x SYMLINK "05"; set -x MISSING "08"; set -x ORPHAN "01"; set -x FIFO "06"; set -x SOCK "03"; set -x UNKNOWN "01"                                                                    
set -x NNN_COLORS "#04020301;4231"                                                                                                                
set -x NNN_FCOLORS "$BLK$CHR$DIR$EXE$REG$HARDLINK$SYMLINK$MISSING$ORPHAN$FIFO$SOCK$UNKNOWN"                                                       
set -x NNN_FIFO '/tmp/nnn.fifo'                                                                                                                   
set -x NNN_PLUG 'p:preview-tui;h:fzhist;x:togglex;c:fzcd;'                                                                                        
set -x NNN_PREVIEWIMGPROG viu                                                                                                                     
set -x NNN_PREVIEWVIDEO mpv
  • Plugins are installed
  • Issue exists on nnn master

Navigate to the bin directory and the preview pane shows ls: write error: Broken pipe.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions