Sergey Bugaev

Results 194 comments of Sergey Bugaev

> I think LibELF changes are not required anymore after (merged) #24105. We don't build these files on lagom now. It built fine without the ELF changes indeed, thanks!

http://stackoverflow.com/questions/6883760/git-for-windows-bashrc-or-equivalent-config-files-for-git-bash-shell http://superuser.com/questions/602872/how-do-i-modify-my-git-bash-profile-in-windows

Then close the issue :)

The solution is to put the usual thing (`eval "$(thefuck-alias)"`) into `.bashrc` file. The problem was to find that file on Windows, and the StackOverflow answers suggest that it's `C:\Users\\.bashrc`

Are you sure it's bash-compatible?

Related: https://github.com/bugaevc/wl-clipboard/issues/177

Hi! I can not reproduce this, it works as expected here: "Text from wl-copy_debug.sh" appears in the clipboard. You could try to make your script more verbose. For instance, add...

One of your messages seems to have disappeared, but here's the interesting bit: > [3111157.837] -> [email protected]_pool(new id wl_shm_pool@15, fd 5, 4) > [3111157.840] -> [email protected]_buffer(new id wl_buffer@16, 0, 1,...

I have pushed a couple of commits that should hopefully help with this. Could you please build the latest wl-clipboard from source (with all the optional dependencies present, otherwise it...

> Result of `gdb` for `/usr/bin/bash /usr/local/bin/wl-copy_debug.sh` This is just a backtrace of bash waiting for `wl-copy` to exit, that's not very useful... Could you please get me `WAYLAND_DEBUG=1` logs...