Dr Yann Golanski

Results 115 comments of Dr Yann Golanski

@arcticicestudio No worries whatsoever. Thank you for you work and explanations. Sadly, I am at the limits of my knowledge of tmux configuration so would not even know where to...

@nicm I use [st](https://st.suckless.org/) and that _should_ support uft8… Of course, it is a trivially simple terminal which means it might not work. I tried re-compiling tmux with `--enable-utf8proc` and...

@nicm > Are you sure you restarted tmux entirely after rebuilding? tmux kill-server. Yes, I did. > What is the actual character that is causing a problem? So far it...

> Right, but I don't know what weather icons are, can you copy and paste one of them here? Ah, I see. Here are some examples: ``` ; curl -s...

> Do you see this in the log? Sadly, I see nothing in the logs. > What version of utf8proc do you have? I have 2.5.0. I have `2.1.0-1` which...

Ah, it does look like a st problem then: ``` ; grep top_bit tmux-server-*.log 13206:1588599861.114720 input_top_bit_set 3 '\342\233\205' (width 2) 13426:1588599861.851887 input_top_bit_set 3 '\342\233\205' (width 2) 13855:1588599862.339703 input_top_bit_set 3 '\342\233\205'...

Would a clever use of `if-shell` be useful to check if the current session is a local one (aka not ssh) or to detect if the session is via ssh?...

> @kierun Hi, which desktop environment are you using? [Awesome WM](https://awesomewm.org/). However, it used to work fine till I updated deadbeef the last time.

It does: [naughty](https://awesomewm.org/apidoc/libraries/naughty.html). Reading the documentation, I found [this](https://awesomewm.org/doc/api/libraries/naughty.html#beautiful.notification_icon_size) thus set it as `beautiful.notification_icon_size = 256` and upon re-starting my VM, the icons are now `256x256`. I guess my problem...