all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Include plasma-integration in the plasma-desktop-service?
@ 2024-12-26  2:31 Bodertz
  2024-12-26  3:03 ` Zheng Junjie
  0 siblings, 1 reply; 4+ messages in thread
From: Bodertz @ 2024-12-26  2:31 UTC (permalink / raw)
  To: guix-devel

(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 ran into this issue by installing transmission-qt and noticing that it
was not using the Breeze theme that I had set in KDE's settings.

Installing the plasma-integration package fixes this, but I feel that
this is something that should be handled by adding
plasma-desktop-service-type to my list of system services.

Thoughts on that?



P.S. I also think that might be a good idea for the kded package, but I
know no longer recall why I added that to my list of packages to
install.


[0] https://github.com/KDE/plasma-integration



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include plasma-integration in the plasma-desktop-service?
  2024-12-26  2:31 Include plasma-integration in the plasma-desktop-service? Bodertz
@ 2024-12-26  3:03 ` Zheng Junjie
  2024-12-26  3:20   ` Bodertz
  0 siblings, 1 reply; 4+ messages in thread
From: Zheng Junjie @ 2024-12-26  3:03 UTC (permalink / raw)
  To: Bodertz; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1129 bytes --]

Bodertz <bodertz@gmail.com> 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 the theme
> set by KDE.
>
> I ran into this issue by installing transmission-qt and noticing that it
> was not using the Breeze theme that I had set in KDE's settings.
>
> Installing the plasma-integration package fixes this, but I feel that
> this is something that should be handled by adding
> plasma-desktop-service-type to my list of system services.
>
> Thoughts on that?
>

It seems that plasma has already include plasma-integration by
default[0], not sure why you would need to install it again.

>
>
> P.S. I also think that might be a good idea for the kded package, but I
> know no longer recall why I added that to my list of packages to
> install.
>
>
> [0] https://github.com/KDE/plasma-integration

[0] https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/kde-plasma.scm?h=master#n1754

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include plasma-integration in the plasma-desktop-service?
  2024-12-26  3:03 ` Zheng Junjie
@ 2024-12-26  3:20   ` Bodertz
  2024-12-26 12:41     ` Bodertz
  0 siblings, 1 reply; 4+ messages in thread
From: Bodertz @ 2024-12-26  3:20 UTC (permalink / raw)
  To: guix-devel

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)
       [...]

`guix system search plasma` just returns plasma-desktop.

I would like having that service to install for me plasma-integration.
As far as I can tell, it does not.  As far as I can tell, it does not,
and I need to define my own list of kde packages to install, among them
plasma-integration:

    (define kde-packages
      (list ark bluedevil bluez-qt filelight gwenview kate kcalc kdeconnect kde-gtk-config okular plasma-pa plasma-integration kded dolphin))


I will try to guix system reconfigure without plasma-integration in
kde-packages to see if it is installed.  Maybe I'm just out of date or
something.



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Include plasma-integration in the plasma-desktop-service?
  2024-12-26  3:20   ` Bodertz
@ 2024-12-26 12:41     ` Bodertz
  0 siblings, 0 replies; 4+ messages in thread
From: Bodertz @ 2024-12-26 12:41 UTC (permalink / raw)
  To: guix-devel

Apologies for the noise.  Everything works as expected after a guix
system reconfigure.  If I had to guess, it was probably just a version
mismatch between the system profile and the profile I was installing
transmission-qt into.

Thanks.



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-12-26 12:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-26  2:31 Include plasma-integration in the plasma-desktop-service? Bodertz
2024-12-26  3:03 ` Zheng Junjie
2024-12-26  3:20   ` Bodertz
2024-12-26 12:41     ` Bodertz

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.