-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathArchKDEPlasma6.txt
More file actions
181 lines (114 loc) · 6.16 KB
/
ArchKDEPlasma6.txt
File metadata and controls
181 lines (114 loc) · 6.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
ARCH and KDE 6 - How to install KDE 6 via ARCH - X410 - Windows 11 - WSL - Linux - YouTube - 2025
Updated - 2025/05/28
ARCH Linux for WSL - you will find it here for WSL or go to Microsoft Store.
https://apps.microsoft.com/detail/9mznmnksm73x?hl=sv-SE&gl=US
Use X410 - X Server for Windows 11 in this video and it works well. Find it in Micorsoft store.
https://apps.microsoft.com/detail/9pm8lp83g3l3?hl=en-US&gl=US
Raft WSL is a powerful tool for managing Windows Subsystem
for Linux (WSL) distributions, enabling installation, snapshots, version
control, and seamless integration with Windows tools.
https://apps.microsoft.com/detail/9msmjqd017x7?hl=en-US&gl=US
How to install Plasma KDE 6 via Arch Linux - WSL - TEXT
https://github.com/vinberg88/opensuse/blob/main/Arch-KDE6-2025.txt
How to install Plasma KDE 6 via Arch Linux - WSL - Movie
https://www.youtube.com/watch?v=zML5ogQ3ReI
-`
.o+`
`ooo/
`+oooo:
`+oooooo: Welcome to Arch - WSL - X410 - Windows 11 - Linux
-+oooooo+:
`/:-:++oooo+:
`/++++/+++++++: OS: Arch Linux x86_64 - WINDOWS 11 - WSL
`/++++++++++++++: Host: Windows Subsystem for Linux - Arch (2.5.7.0)
`/+++ooooooooooooo/` Kernel: Linux 6.6.87.1-microsoft-standard-WSL2
./ooosssso++osssssso+`
.oossssso-````/ossssss+` MEDIA - MATTIAS VINBERG - SWEDEN - STOCKHOLM - 2025
-osssssso. :ssssssso.
:osssssss/ osssso+++.
/ossssssss/ +ssssooo/-
`/ossssso+/:- -:/+osssso+-
`+sso+:-` `.-/+oso:
`++:. `-/+/
.` `/
About KDE plasma 6 - https://kde.org
Plasma is a Desktop - Use Plasma to surf the
web; keep in touch with colleagues, friends and family; manage your
files, enjoy music and videos; and get creative and productive at work.
Do it all in a beautiful environment that adapts to your needs, and
with the safety, privacy-protection and peace of mind that the best
Free Open Source Software has to offer.
About Arch - https://archlinux.org
Arch Linux, a lightweight and flexible Linux® distribution
that tries to Keep It Simple. Arch Linux is an independently
developed, x86-64 general-purpose GNU/Linux distribution that strives
to provide the latest stable versions of most software by following
a rolling-release model. The default installation is a minimal
base system, configured by the user to only add what is purposely required.
Arch Linux uses a "rolling release" system which allows one-time
installation and perpetual software upgrades. It is not generally
necessary to reinstall or upgrade your Arch Linux system from one
"version" to the next. By issuing one command, an Arch system is
kept up-to-date and on the bleeding edge.
You will find more stuff here for WSL: https://github.com/vinberg88/opensuse
-------------------------
First thing you need to do is copy this file to C:\Users\user <-- user is not your name =]
Its easy use Explorer and copy and past. Download this file.
https://drive.proton.me/urls/G602NV0DFG#Rn5D1Tny3TpQ
-------------------------
After install of Arch - Update and Reboot: sudo pacman -Syu
-------------------------
Install yay installer for ARCH Linux and KDE 6.
sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si
--------------------------
Install blanket - gimp - LibreOffice - Code
yay -S gimp blanket libreoffice code
--------------------------
Install Google Chrome.
yay -S google-chrome
--------------------------
Install hyfetch and fastfetch
yay -S hyfetch fastfetch
To test hyfetch type hyfetch in terminal: hyfetch
-------------------------
Install this tools
sudo pacman -S xorg xorg-server xorg-xinit mesa xterm xorg-twm xorg-xrandr xterm xorg-xclock sddm bluedevil libqtxdg
sudo pacman -S xorg-xfontsel xorg-xlsfonts xorg-xkill xorg-xinput xorg-xwininfo
-------------------------
Time To install KDE plasma 6 =]
sudo pacman -S plasma-meta kde-applications-meta
-------------------------
Fix IP problem GWSL or X410. Cant find screen problems. Look ip adress in windows terminal / PowerShell - Type this in terminal: ipconfig
NOTE - Importent to look for ip. Last lines are right IP for WSL...
sudo ls -l /etc/resolv.conf
sudo mv /etc/resolv.conf /tmp/resolv.conf.bak
sudo nano /etc/resolv.conf
nameserver 172.28.32.1 <-- put your ip here and add nameserver.
sudo chattr +i /etc/resolv.conf
sudo systemctl restart systemd-resolved
sudo cat /etc/resolv.conf
DONE - alot of problem fixed =]
-------------------------
Paste in terminal - all
sudo systemctl enable sddm.service
sudo systemctl enable NetworkManager.service
sudo systemctl set-default graphical
-------------------------
Type this in terminal and put your user there: sudo loginctl enable-linger user
-------------------------
Type in terminal: sudo nano ~/.wsl_x11_env
Paste this in terminal and save:
export XDG_SESSION_TYPE=x11
export XDG_SESSION_CLASS=user
export GDK_BACKEND=x11
export LIBGL_ALWAYS_SOFTWARE=1
----------------------------------------------------------------
Reboot Arch - Reboot Arch - Reboot Arch - Reboot Arch - Reboot Arch
----------------------------------------------------------------
Time to start KDE Plasma 6 via Arch. Start X410 then you start ARCH from terminal.
Copy and Paste in Console: export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
Copy and Paste in Console: . ~/.wsl_x11_env
Copy and Paste in Console: dbus-launch startplasma-x11
----------------------------------------------------------------
Regards Mattias Vinberg - Arch - KDE 6 Plasma - SWEDEN - WSL - Microsoft - Linux - X410 - Stockholm - 2025
----------------------------------------------------------------