Re: Include plasma-integration in the plasma-desktop-service?

2024-12-25 Thread Zheng Junjie
Bodertz writes: > (Not to be confused with the similarly named plasma-browser-integration) > > plasma-integration, quoting GitHub[0], "[i]ntegrates Qt applications > with the KDE workspace by providing a QPlatformTheme", or in other > words, makes Qt applications not provided by KDE correctly use

Re: Include plasma-integration in the plasma-desktop-service?

2024-12-25 Thread Bodertz
Hmm, perhaps I have a messed up configuration somehow. A snippet of my /etc/config.scm: ;; Below is the list of system services. To search for available ;; services, run 'guix system search KEYWORD' in a terminal. (services (cons* (service plasma-desktop-service-type)

Include plasma-integration in the plasma-desktop-service?

2024-12-25 Thread Bodertz
(Not to be confused with the similarly named plasma-browser-integration) plasma-integration, quoting GitHub[0], "[i]ntegrates Qt applications with the KDE workspace by providing a QPlatformTheme", or in other words, makes Qt applications not provided by KDE correctly use the theme set by KDE. I r

How to remove output from inherited package?

2024-12-25 Thread Bodertz
In trying to create a transmission-qt package, I inherit from transmission, remove the gtkmm dependency and the phases that deal with moving transmission-gtk to the :gui output, and add a few qt dependencies so that transmission-qt is built. See the package definition below: (define-module (b

Why does `system reconfigure` need to `pull`?

2024-12-25 Thread 45mg
Hi Guix, So I've just installed Guix System on my main machine, and right off the bat, I want to thank everyone here for spending their time on this amazing project. While there have been a few pain points (expect some (minor) patches, hopefully!), the feeling of finally getting `guix system init`