Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

X-Server not able to start due to fzf update #1559

Open
3 of 15 tasks
Nudin opened this issue Apr 24, 2019 · 1 comment
Open
3 of 15 tasks

X-Server not able to start due to fzf update #1559

Nudin opened this issue Apr 24, 2019 · 1 comment

Comments

@Nudin
Copy link

Nudin commented Apr 24, 2019

  • Category
    • fzf binary
    • fzf-tmux script
    • Key bindings
    • Completion
    • Vim
    • Neovim
    • Etc.
  • OS
    • Linux
    • Mac OS X
    • Windows
    • Windows Subsystem for Linux
    • Etc.
  • Shell
    • bash
    • zsh
    • fish

After I upgraded fzf from 0.17.5 -> 0.18.0 on Arch-Linux I couldn't login with the X-Server. The session is stopped imediatly after start. I still can login on terminal. After some test I found it's origin it the line

source /usr/share/fzf/completion.bash

in my .bashrc. Cmmenting it out disables the issue.

@Nudin
Copy link
Author

Nudin commented Sep 28, 2019

I debugged this a bit: Turns out this commit causes the error: be0f797

I don't understand why, but the if-condition causes the X-Server or window manager to fail to start. Adding a single : to the file in front of the if (line 11/12) fixes the issue:
master...Nudin:patch-1

Does anyone have any idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant