-
|
A while ago I used WSL to install Debian (at version 10) but I've never been happy with Nautilus. I'd like to try Dolphin but apparently Dolphin requires KDE, rather than Gnome. Yesterday I came across these instructions which allow Debian's desktop environment to be switched to KDE Plasma (even after Debian's already been installed). Unfortunately it doesn't look like it's supported in Debian version 10 so I've a few questions:-
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
|
A few separate points here. First, if you reinstall the current Microsoft Store Debian app today, you should not get Debian 10 anymore. The Store listing appears to have been updated for Debian 13 / Trixie. You can also check what WSL offers with: wsl --list --onlineand after installing Debian: cat /etc/debian_version
cat /etc/os-releaseSecond, WSL itself does not really have an “install Debian with KDE” option in the same way a normal Debian installer ISO does. The WSL Debian app gives you a Debian userspace, and then you install packages inside it with apt. But if your main goal is to use Dolphin, you probably do not need to switch the whole Debian desktop environment to KDE Plasma. Dolphin is a KDE application, but it can be installed and run as an app: sudo apt update
sudo apt install dolphin
dolphinOn a current WSL2 + WSLg setup, GUI apps can run without installing a full desktop session. Third, “KDE” and “KDE Plasma” are related but not exactly the same thing:
So Dolphin is a KDE app, but it does not necessarily require you to run a full KDE Plasma desktop. If you really want a full Plasma session inside WSL, that is a more advanced setup and may involve systemd, dbus, display/session handling, and extra packages such as kde-plasma-desktop. For normal WSL use, I would first try just installing Dolphin directly. If it works well enough, that avoids a lot of desktop-session complexity. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
I just thought of something else that might be worth trying... Before updating to Debian 13 I'd been running Debian ver 10 here but presumably WSL offered ver 11 and ver 12 in the interim? So is there any way I can still try one of those earlier versions to see if they also exhibit this problem? I definitely never saw this with Debian 10. [Edit...] Some more info... after a bit more experimenting I've discovered that if I run Firefox using sudo the contents of dropdown list boxes then immediately become accessible as expected. And perhaps more revealing, I installed AlmaLinux-9 this morning which exhibits exactly the same issues. So it's kinda looking like this might be an issue with WSL :-( |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.



Woohoo! After a change of direction this morning I'm finally starting to see some light at the end of the tunnel. AlmaLinux-8 seems to be immune to the above problems. Admittedly the UI looks a bit clunky by modern standards but on my system at least, it's the only Linux distro that actually works with WSL-2. The others all had at least one of the following issues:-