That looks good. Soon I'll try to get XRDesktop working on the Guix System, either with Gnome or with KDE. Still a long way to get it working on my Talos II. (I will have to upgrade my GPU to one from RED Semiconductor as the current one needs non-free firmware.)
On Fri, 2023-07-21 at 20:30 +0800, Z572 wrote: > > hello! > > i try update kde packages and running a plasma desktop. > > url is https://github.com/Z572/guix/tree/kde-5.108.0 > > > it running, but maybe have many bug. > > plasma-workspace plasma-desktop kscreenlocker etc. their qml is > cyclic > dependence, no idea how to cut cyclic, so i change qtwrap to set > QML2_IMPORT_PATH from `=' to `prefix', make them get system's env. > > change sddm services to add some environment-variables make breeze > theme > work. > > and have many bug, such as screenlocker is cann't unlock, wayland is > not > work, and something other. > > you can try it. > > username is plasma > password is plasma > > ``` bash > `./pre-inst-env guix system vm gnu/system/examples/plasma.tmpl` -net > user,hostfwd=tcp::2222-:2222 -net nic > ``` >