archlinux / archinstall

Arch Linux installer - guided, templates etc.
GNU General Public License v3.0
5.95k stars 514 forks source link

Plasma Install not working #2380

Closed hyperwriter1 closed 5 months ago

hyperwriter1 commented 5 months ago

I used archinstall to attempt to install Arch, and I chose KDE Plasma as my DE. When it tried to install Plasma, it failed to do so, and I had to use archinstall again. This time, I chose MATE, and it worked fine.

I believe the issue to be related to Plasma 6 being released, and the script not being updated, but I'm not too sure.

burnsco commented 5 months ago

I believe this would be fixed by changing "plasma-wayland-session" in the kde.py script to "plasma-workspace".

SalvatoreNoschese commented 5 months ago

Same here. plasma-wayland-session error PXL_20240306_174945866 MP

hyperwriter1 commented 5 months ago

I will try that, and report back if it works.

SalvatoreNoschese commented 5 months ago

How I can edit archinstall? 😅

Schweeeeeeeeeeeeeeee commented 5 months ago

I will try that, and report back if it works.

Does work

Schweeeeeeeeeeeeeeee commented 5 months ago

How I can edit archinstall? 😅

With vim cd /lib/idk... Until you find the file kde.py Then google how to use vim

SalvatoreNoschese commented 5 months ago

There are a lot of directory in /lib/* 🤔

SalvatoreNoschese commented 5 months ago

PXL_20240306_182316423 MP

ATM I thinked to do this 😅

hyperwriter1 commented 5 months ago

Thank you all for the assistance.

lustigo commented 5 months ago

How I can edit archinstall? 😅

With vim cd /lib/idk... Until you find the file kde.py Then google how to use vim

The kde.py is found in /usr/lib/python3.11/site-packages/archinstall/default_profiles/kde.py

SalvatoreNoschese commented 5 months ago

PXL_20240306_194726113 MP PXL_20240306_194611818 MP

Indeed, found just some minutes ago thanks to pacman -Ql archinstall

intentionally-left-nil commented 5 months ago

Funnily enough, that fails with plasma-workstation cannot be installed. Edit: Ahh it should be plasma-workspace not plasma-workstation. However, I would just delete the line entirely. plasma-meta requires plasma-desktop which requires plasma-workspace

dylanmtaylor commented 5 months ago

https://github.com/archlinux/archinstall/pull/2386 should fix it.