Re: plasma desktop in guix

2023-08-16 Thread Z572


Ludovic Courtès  writes:

> Hi,
>
> Z572 <873216...@qq.com> skribis:
>
>> i try update kde packages and running a plasma desktop.
>>
>> url is https://github.com/Z572/guix/tree/kde-5.108.0
>
> Neat!  Please consider upstreaming those packages; that can make a lot
> of people happy.  :-)

yes, is in https://issues.guix.gnu.org/64798, and wait 
https://issues.guix.gnu.org/65130.

>
> Ludo’.




Re: plasma desktop in guix

2023-08-16 Thread Ludovic Courtès
Hi,

Z572 <873216...@qq.com> skribis:

> i try update kde packages and running a plasma desktop.
>
> url is https://github.com/Z572/guix/tree/kde-5.108.0

Neat!  Please consider upstreaming those packages; that can make a lot
of people happy.  :-)

Ludo’.



Re: plasma desktop in guix

2023-07-31 Thread jbranso
July 26, 2023 2:23 PM, "Tobias Platen"  wrote:

> 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.)
 
Just out of curiosity, how decent is the libre RED Semiconductor GPU?

Is it mostly RYF?

Joshua



Re: plasma desktop in guix

2023-07-26 Thread Tobias Platen
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::-: -net nic
> ```
>