Patrick Wu

Results 50 comments of Patrick Wu

Can you show the results from the Windows PowerShell using `$s=(New-Object -COM WScript.Shell).CreateShortcut(""); $s` and replace `` with the path to your shortcut? Thank you!

Also, please try out the PPA version of wslu using the method here: https://wslutiliti.es/wslu/install.html#ubuntu

Can you print the content of the shortcut after you change the icon? Thanks!

Interesting... Since I see nothing wrong in this but only this part: `export DISPLAY=172.21.128.1:0 LIBGL_ALWAYS_INDIRECT=1;` Can you check your IP changed? Also `/usr/share/wslu/wslusc-helper.sh` (https://github.com/wslutilities/wslu/blob/master/src/etc/wslusc-helper.sh) should already handle `DISPLAY` part

Interesting... I am really unable to reproduce your bug. I will try to look for some other people who can help reproduce the bug so I can see what's wrong.

Have you tried using `clip.exe` on WSL? Technically saying this should just work and do not need any wrapper

> I use a bash function `clip` which converts the line-ending to Windows and copies to the clipboard. > > ```shell > clip () { > local clip_path=/mnt/c/Windows/System32/Clip.exe > local...

Hi, Can you clarify the problem? You should install `wslu` if you haven't (Please refer to this for why: https://github.com/wslutilities/wslu/discussions/234)