WhitewaterFoundry / Pengwin

A Linux distro optimized for WSL based on Debian.
Other
1.48k stars 105 forks source link

Windows Manager installation on WLinux #781

Closed marcorotondi closed 4 months ago

marcorotondi commented 9 months ago

Describe the bug After installed Jetbrains Intellij 2023.3.2 this option was disabled:

image

To Reproduce Steps to reproduce the behavior: WLinux with latest update using X410dev and this installation

image

Expected behavior Installed compatible window manager

Insert here:

Release Install Date: Mon Feb 20 10:24:40 CET 2023 Branch: ni_release Build: 22631 Full Build: 22621.1.amd64fre.ni_release.220506-1250 Display Scaling: 1 Locale (Windows): it_IT Theme (Windows): dark Uptime (Windows): 0d 2h 28m Version (WSL): 2 Uptime (WSL): 0d 0h 38m Release: Pengwin Kernel: Linux 5.15.133.1-microsoft-standard-WSL2 Packages: 938 IPv4 Address: 172.19.155.110 System Type (Windows): Desktop SystemD Status: enabled

crramirez commented 9 months ago

Hello,

Probably it is because what is described here: https://x410.dev/news/jetbrains-resurrects-the-title-bar-in-its-new-ui-for-wsl-users-here-is-a-workaround-to-remove-it/

Intellij detects that is running inside WSL and modifies itself its behavior.

Try unsetting WSL_DISTRO_NAME to avoid Intellij detect that is running inside WSL:

unset WSL_DISTRO_NAME

Regards

marcorotondi commented 4 months ago

Please close this issue I fix it add on my env:

XDG_CURRENT_DESKTOP=X410 and remove WSL_DISTRO_NAME