Skip to content

Minimal gnome installation #4681

Description

@cubekii

describe the request

Problem

gnome package have a lot of unnecessary packages like gnome-maps, gnome-contacts or gnome-characters.

Possible solutions:

Add an external selector GNOME_MINIMAL or modify the existing GNOME option.
A possible minimal package list is:

	def packages(self) -> list[str]:
		return [
			'gnome-shell',
			'gnome-session',
			'gnome-terminal',
			'gnome-control-center',
			'gnome-settings-daemon',
			'nautilus',
			'xdg-desktop-portal-gnome',
		]

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions