-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathEndeavourOS-KDE-6.txt
More file actions
195 lines (120 loc) · 7.11 KB
/
EndeavourOS-KDE-6.txt
File metadata and controls
195 lines (120 loc) · 7.11 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
182
183
184
185
186
187
188
189
190
191
192
193
194
195
Endeavouros - Endeavour - WSL - KDE 6 - How to install KDE via Endeavour - Windows 11 - 2025
How to install KDE 6 via Endeavouros / Endeavour and Windows 11 - TEXT
https://github.com/vinberg88/opensuse/blob/main/EndeavourOS-KDE-6.txt
How to install KDE 6 via Endeavouros / Endeavour and Windows 11 - MOVIE
https://www.youtube.com/watch?v=JFGt01hEg2E
You can find EndeavourOS here for WSL - https://github.com/sileshn/EndeavourOSWSL2
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
(
#///#
#///////#
##/////////##
##/////////////## Welcome to EndeavourOS and WSL and KDE 6.
###///////////////###
###(//////////////////##
###/////////////////////### UPDATED INSTALLATION - 2025-06-01 - Endeavour OS
####///////////////////////####
####///////////////////////////### OS: EndeavourOS x86_64 - WINDOWS 11 / 10
#####/////////////////////////////#### Host: Windows Subsystem for Linux - Endeavour (2.5.7.0)
######///////////////////////////////#### Kernel: Linux 6.6.87.1-microsoft-standard-WSL2
######//////////////////////////////////####( WM: WSLg 1.0.66 (Wayland)
######///////////////////////////////////(##### Desktop: Xfce - Windows 11 - Microsoft and Endeavour
######//////////////////////////////////////######
#######////////////////////////////////////////#####
########/////////////////////////////////////////#####
########//////////////////////////////////////////###### MEDIA: Mattias Vinberg - Sweden - Stockholm - 2025
/########///////////////////////////////////////////######
####//////////////////////////////////////////########
#####################///////////////////###########
#################################################
About EndeavourOS - https://endeavouros.com
EndeavourOS is an Arch-based distro that provides an Arch
experience without the hassle of installing it manually for
x86_64 and ARM devices. After installation, you’re provided
with a lightweight and almost bare-bones environment ready to
be explored with your terminal, along with our home-built
Welcome App as a powerful guide to help you along.
About KDE 6 PLASMA - 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.
Find More Stuff here for WSL - X410 - WINDOWS 11
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
-------------------------
Run this to get faster Mirrors - Repos
rate-mirrors arch | sudo tee /etc/pacman.d/mirrorlist
------------------------------------------------------------
Paste in terminal: sudo nano /etc/pacman.conf
And change to 20 ParallelDownloads - Faster download and faster install.
ParallelDownloads = 20
------------------------------------------------------------
Update All via terminal for EndeavourOS - Endeavour
sudo pacman -Syu
------------------------------------------------------------
Paste all in terminal - One by One!
sudo pacman -S xorg xorg-server xorg-xinit mesa xterm xorg-twm xorg-xrandr
sudo pacman -S xorg-twm xterm xorg-xclock sddm bluedevil libqtxdg
sudo pacman -S xorg-xfontsel xorg-xlsfonts xorg-xkill xorg-xinput xorg-xwininfo
sudo pacman -S bash git npm wget curl dialog go fakeroot dbus ibus networkmanager glxinfo
------------------------------------------------------------
Install Hyfetch to see where we are =]
yay -S hyfetch fastfetch
Test by type thie in Bash after install: hyfetch
----------------------------------------------------------------
Install Google Chrome - Favorite!
yay -S google-chrome
----------------------------------------------------------------
Install Blanket - Listen to sounds.
yay -S blanket
---------------------------------------------------------
Install Gimp - LibreOffice - Code
yay -S gimp libreoffice code
---------------------------------------------------------
Time to install KDE 6 Desktop for Endeavour - 2025 - EndeavourOS
sudo pacman -S plasma-meta kde-applications-meta plasma
----------------------------------------------------------------
Paste all in terminal to start lightdm
sudo systemctl enable sddm.service
sudo systemctl enable NetworkManager.service
sudo systemctl set-default graphical
----------------------------------------------------------------
Fix IP problem GWSL or X410. Cant find screen problems. Look ip adress in windows terminal / PowerShell
TYPE THIS IN TERMINAL / BASH / CONSOLE for windows: 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 =]
---------------------------------------------------------
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 Linux - Reboot Linux - Reboot Linux - Reboot Linux - Endeavour - EndeavourOS
----------------------------------------------------------------
Time to start KDE 6. First start X410 then you start Endeavour via terminal - Done =]
Paste in terminal: export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
Paste in Terminal: . ~/.wsl_x11_env
Paste in Terminal: dbus-launch startplasma-x11
----------------------------------------------------------------
Regards Mattias Vinberg - EndeavourOS - Linux - KDE 6 - WSL - SweDen - X410 - Windows 11 - Endeavour - 2025
----------------------------------------------------------------