- This topic has 6 replies, 2 voices, and was last updated 1 week, 5 days ago by
Silvan.
-
AuthorPosts
-
-
March 16, 2025 at 2:27 pm #29321
mattias vinberg
ParticipantWorking on to get Openmamba to work whit WSL and thats is done.
How do a add a user… This is not working…
adduser adolf
passwd adolfand how do i install kde 6 via terminal ?
Rest i think i will fix =)
Regards,
Mattias Vinberg -
March 16, 2025 at 4:10 pm #29322
Silvan
KeymasterHello,
the command to add a user in openmamba isuseradd
. See alsoman useradd
.You need to install KDE Plasma 6 because you used
rootfs-base
for the installation`? The command is:sudo dnf install desktop-base-kde
If you need the graphical login manager also
sudo dnf install sddm
may be needed. -
March 16, 2025 at 4:40 pm #29323
mattias vinberg
ParticipantUser Fixed =) and i have a working WSL version
——————————————–
Do this as root user…
dnf install nano sudo systemd
———————————————
Do this as root user…
Set password for root and add user.
Paste one by one in Console and change <username> to your name.
passwd
useradd -m -g users -G wheel -s /bin/bash <username>
echo “%sudo ALL=(ALL) ALL” >/etc/sudoers.d/Wheel
passwd <username>
usermod -aG wheel <username>———————————————
Do this as root user…
Open this file via Terminal and add: nano /etc/wsl.conf
[user]
default=adolf <– change to your user.[boot]
systemd=true———————————————
Do this as root user…
Open this file via this line in terminal
EDITOR=nano visudo
and add your username under root like this.
root ALL=(ALL) ALL
adolf ALL=(ALL) ALL———————————————
Reboot OpenMamba – Reboot OpenMamba – Reboot OpenMamba – Reboot OpenMamba
———————————————
Login as normal user and update all!
sudo dnf update
———————————————
Attachments:
You must be logged in to view attached files. -
March 16, 2025 at 4:47 pm #29325
mattias vinberg
ParticipantThere is some more lines but i will make an guide =)
-
March 16, 2025 at 5:47 pm #29326
Silvan
KeymasterGood. User can just be added to the
sysadmin
group to give root permissions with sudo, adding to this group is also recommended for polkit policies. -
March 17, 2025 at 8:23 am #29329
mattias vinberg
ParticipantOpenmamba and KDE 6 – Install KDE 6 via Openmamba – WSL – Windows 11 – GUI – Linux – X410 – 2025
https://github.com/vinberg88/opensuse/blob/main/Openmamba-KDE6.txt
Hope i can help some one.
Have a god day,
Mattias Vinberg -
March 19, 2025 at 6:03 pm #29330
Silvan
KeymasterMany thanks for adding openmamba-KDE6 to your WSL howto project and for sharing in this forum!
-
-
AuthorPosts
- You must be logged in to reply to this topic.