all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* desktop services
@ 2023-05-12  5:48 Gottfried
  2023-05-12  6:05 ` Julien Lepiller
  2023-05-12  9:53 ` 宋文武
  0 siblings, 2 replies; 3+ messages in thread
From: Gottfried @ 2023-05-12  5:48 UTC (permalink / raw)
  To: help-guix


[-- Attachment #1.1.1: Type: text/plain, Size: 1016 bytes --]

Hi,

1.
In the manual 12.9.9 there are several desktop services mentioned

But cinnamon-desktop and kde plasma-desktop is not mentioned,
even though you can download the cinnamon and plasma-desktop packages.

Are the mentioned desktop services like Gnome, XFCE, MATE only examples
and cinnamon and plasma are not mentioned?
or is the cinnamon and plasma desktop not available/working yet,
even though the packages can be downloaded?

2.
You can download the desktop environment "XFCE 4.18.2"
Additionally there are many other XFCE packages available for download.

Are those additional packages completely separate packages
which I can additionally install?
or are some of them included in the  main "xfce 4.18.2" package?

How can I know which packages are included in the main xfce 4.18.2 
package? Which command tells me that?
in order not to install something twice?

Or is it no problem to install something twice, Guix will tell me that
and handle it.

Kind regards

Gottfried


[-- Attachment #1.1.2: OpenPGP public key --]
[-- Type: application/pgp-keys, Size: 3191 bytes --]

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 840 bytes --]

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

* Re: desktop services
  2023-05-12  5:48 desktop services Gottfried
@ 2023-05-12  6:05 ` Julien Lepiller
  2023-05-12  9:53 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: Julien Lepiller @ 2023-05-12  6:05 UTC (permalink / raw)
  To: help-guix, Gottfried

Some desktop environments require a service, which would be added to the services fiild of your operating-system. They can't work otherwise. Most window managers (in my case, openbox), do not require a service type so you can simply add the package to the packages field of your operating system declaration.

I'm pretty sure cinnamon and kde are full-fledge desktop environments though, so if no service is documented, it means that you won't be able to start a session with them (yet).

You can try "guix show xfce" to list properties of that package, including dependencies (inputs).

Le 12 mai 2023 07:48:12 GMT+02:00, Gottfried <gottfried@posteo.de> a écrit :
>Hi,
>
>1.
>In the manual 12.9.9 there are several desktop services mentioned
>
>But cinnamon-desktop and kde plasma-desktop is not mentioned,
>even though you can download the cinnamon and plasma-desktop packages.
>
>Are the mentioned desktop services like Gnome, XFCE, MATE only examples
>and cinnamon and plasma are not mentioned?
>or is the cinnamon and plasma desktop not available/working yet,
>even though the packages can be downloaded?
>
>2.
>You can download the desktop environment "XFCE 4.18.2"
>Additionally there are many other XFCE packages available for download.
>
>Are those additional packages completely separate packages
>which I can additionally install?
>or are some of them included in the  main "xfce 4.18.2" package?
>
>How can I know which packages are included in the main xfce 4.18.2 package? Which command tells me that?
>in order not to install something twice?
>
>Or is it no problem to install something twice, Guix will tell me that
>and handle it.
>
>Kind regards
>
>Gottfried
>


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

* Re: desktop services
  2023-05-12  5:48 desktop services Gottfried
  2023-05-12  6:05 ` Julien Lepiller
@ 2023-05-12  9:53 ` 宋文武
  1 sibling, 0 replies; 3+ messages in thread
From: 宋文武 @ 2023-05-12  9:53 UTC (permalink / raw)
  To: Gottfried; +Cc: help-guix

Gottfried <gottfried@posteo.de> writes:

> Hi,
>
> 1.
> In the manual 12.9.9 there are several desktop services mentioned
>
> But cinnamon-desktop and kde plasma-desktop is not mentioned,
> even though you can download the cinnamon and plasma-desktop packages.
>
> Are the mentioned desktop services like Gnome, XFCE, MATE only examples
> and cinnamon and plasma are not mentioned?
> or is the cinnamon and plasma desktop not available/working yet,
> even though the packages can be downloaded?

Those "desktop services" provide additional functions / integrations for
desktop environments, notable are screen backlight control, screensaver,
etc.  When a desktop service is available, it means the desktop
environment is well supported / tested.  For cinnamon and plasma, while
most seperated packages are packaged, they're not well integrated /
tested, missing some functions and need some future works.

>
> 2.
> You can download the desktop environment "XFCE 4.18.2"
> Additionally there are many other XFCE packages available for download.
>
> Are those additional packages completely separate packages
> which I can additionally install?
> or are some of them included in the  main "xfce 4.18.2" package?
>
> How can I know which packages are included in the main xfce 4.18.2
> package? Which command tells me that?
> in order not to install something twice?

Run 'guix show xfce' show what included in the xfce meta package,
basically the core desktop packages.  Additional applications or plugins
can be install seperated.
>
> Or is it no problem to install something twice, Guix will tell me that
> and handle it.

Yes, there are no problem.

Hope this help!


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

end of thread, other threads:[~2023-05-12  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-12  5:48 desktop services Gottfried
2023-05-12  6:05 ` Julien Lepiller
2023-05-12  9:53 ` 宋文武

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.