Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

created kde-minimal #2145

Closed
wants to merge 3 commits into from
Closed

Conversation

killertofus
Copy link
Contributor

@killertofus killertofus commented Oct 4, 2023

PR Description:

Created kde-minimal.py for a more minimal Plasma installation

This will make easier for the kde users to setup their plasma environment.

Tests and Checks

  • I have tested the code!

@killertofus killertofus requested a review from Torxed as a code owner October 4, 2023 01:23
@svartkanin
Copy link
Collaborator

svartkanin commented Oct 4, 2023

This does feel a bit redundant, we do already have a KDE profile what exactly is not minimal about that one?
All profiles should only install the bare minimum so they just work. If there is anything included in the existing one that is not essential we should rather update that one

@Torxed
Copy link
Member

Torxed commented Oct 4, 2023

I agree that the current profile could be looked over if it contains anything not KDE barbone.

We do ship with some default applications that KDE expects to be there when working with GUI tools. And the difference here in packages are very small:

return [
	"plasma-meta",
	"konsole",
+	"kwrite",
+	"dolphin",
+	"ark",
+	"plasma-wayland-session",
+	"egl-wayland"
]

Just for context, it's to give a graphical text editor, archive management and Wayland support (the last being hard to remove at all).

@Torxed
Copy link
Member

Torxed commented Mar 7, 2024

Closing this as there's been no response on our feedback.
And I'd recommend anyone wanting a smaller setup to feed a --profile parameter to a self hosted script (as it takes URL's and other goodies during installation).

@Torxed Torxed closed this Mar 7, 2024
@killertofus killertofus deleted the kde-minimal branch August 17, 2024 00:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants