-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDebian13-KDE.txt
More file actions
235 lines (156 loc) · 7.37 KB
/
Debian13-KDE.txt
File metadata and controls
235 lines (156 loc) · 7.37 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
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
Debian 13 and KDE 6 - Install KDE 6 via Debian - Windows 11 - WSL - X410 - YouTube - 2025
Updated 2025-11-25 - Updated 2025-11-25 - Updated 2025-11-25 - Updated 2025-11-25
How to install KDE 6 on Debian 13 - WSL - TEXT
https://github.com/vinberg88/opensuse/blob/main/Debian13-KDE.txt
How to install KDE 6 on Debian 13 - WSL - Movie
https://www.youtube.com/watch?v=873tfp5UeE4
You can find Debian here or in Microsoft Store
https://apps.microsoft.com/detail/9msvkqc78pk6?hl=en-US&gl=US
TOOLS that i USE for WSL and Debian 13
X410 - Xserver for windows 11 - So you have a Console / Desktop TO See GNOME.
Do you want to seamlessly use Linux GUI apps side by side with Windows
apps? Simply start X410 and adjust a few settings; your Linux GUI
apps then suddenly appear in Windows and you can use them like Windows
apps! It doesn't matter where your Linux GUI apps are actually
running; it can be a full virtual machine, Docker container, WSL
(Windows Subsystem for Linux) or whatever. As long as your Linux GUI
apps support X-Window client protocols, you can use them in Windows.
You can even securely use your Linux GUI apps running in a far remote
server via any SSH client that supports X11 forwarding over the Internet.
https://apps.microsoft.com/detail/9pm8lp83g3l3?hl=en-US&gl=US
Raft WSL - Handel WSL image easy and Linux for WSL via This TOOL - Raft WSL
Raft is a Windows Subsystem for Linux (WSL) distribution manager in native C#/XAML for
Windows, applying Fluent design principles. Raft makes managing WSL distros on your
Windows device easy.
https://apps.microsoft.com/detail/9msmjqd017x7?hl=en-US&gl=US
`.-::---..
.:++++ooooosssoo:.
.+o++::. `.:oos+.
:oo:.` -+oo:
`+o/` .::::::-. .++-` Media: Mattias Vinberg - Stockholm - Sweden
`/s/ .yyyyyyyyyyo: +o-`
`so .ss ohyo` :s-: OS: DEBIAN Trixie 13 - 2025
`s/ .ss h m myy/ /s``
`s: `oo s m Myy+-o:`
`oo :+sdoohyoydyso/.
:o. .:////////++:
`/++ -:::::-
`++-
`/+-
.+/.
.:+-.
`--.``
About Debian - 2025 - https://www.debian.org
Debian is a popular and freely available computer
operating system (OS) that uses a Unix-like
kernel typically Linux alongside other program
components, many of which come from GNU Project.
Debian can be downloaded over the internet
or, for a small charge, obtained on CD, DVD, Blu-ray
disc or USB flash drive. As Open Source
software, Debian is developed by nearly 1,000 active
programmers from around the world who collectively
form Debian Project. he name Debian -- pronounced
deb-EE-uhn -- is a portmanteau that blends the
creator's first name, Ian, with that of his
wife, Debra.
About KDE 6 - https://kde.org - 2025
KDE is an international team co-operating on
development and distribution of Free, Open
Source Software for desktop and portable
computing. Our community has developed a
wide variety of applications for communication,
work, education and entertainment. We have a
strong focus on finding innovative solutions to
old and new problems, creating a vibrant, open
atmosphere for experimentation. KDE is The
next generation desktop for Linux. Use KDE
software 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. The KDE community develops
and maintains more than 200 applications
which run on any Linux desktop, and often
other platforms too.
Find More Here About WSL and Linux for Windows 11..
https://github.com/vinberg88/opensuse
ABOUT WSL for WINDOWS
WSL stands for Windows Subsystem for Linux, a feature of Windows that
allows users to run a Linux environment directly on their Windows
machine without needing a separate virtual machine or dual-booting.
-------------------------------
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
-------------------------------
Update all - Debian 13
sudo apt update
sudo apt full-upgrade
-------------------------------
Install Hyfetch - like Neofetch but more fun
sudo apt install hyfetch fastfetch
Type in terminal: hyfetch
-------------------------------
Install programs:
sudo apt install bash git npm wget curl dracut dbus -y
sudo apt install sddm* -y
sudo systemctl set-default graphical
sudo systemctl enable sddm.service
-------------------------------
Install Google-Chrome for Debian and KDE 6.
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
-------------------------------
Fix IP problem for X410. Cant find screen problem. Look for ip adress in windows terminal / PowerShell: ipconfig
NOTE - Importent to look for ip. Last lines are IP-numbers for WSL.
GO BACK TO Debian Terminal AND COPY AND PASTE THIS IN TERMINAL.
sudo ls -l /etc/resolv.conf
sudo mv /etc/resolv.conf /tmp/resolv.conf.bak
sudo nano /etc/resolv.conf
nameserver 172.20.208.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 =] IF YOU SEE SOME RED TEXT DONT WORRY IT WORKS =]
-------------------------------
Reboot Reboot Reboot Debian 13 - Reboot Reboot Reboot Debian 13
-------------------------------
Install Blanket if you Want! - Listen to Sound =]
wget https://launchpad.net/~apandada1/+archive/ubuntu/blanket/+files/blanket_0.6.0-0~daily~202208090401~23edaaa~ubuntu22.04.1_all.deb
sudo apt install ./blanket_0.6.0-0~daily~202208090401~23edaaa~ubuntu22.04.1_all.deb -y
-------------------------------
Paste all in terminal for install KDE 6 via Debian 13
sudo apt install kde-plasma-desktop -y
-------------------------------
Paste In Terminal - All
xdg-user-dirs-update
sudo systemctl set-default multi-user.target
sudo systemctl set-default graphical.target
-------------------------------
Type this in terminal and put your user there - sudo loginctl enable-linger user
-------------------------------
Copy this and paste in terminal: sudo nano ~/.wsl_x11_env
Then add this script to terminal
export XDG_SESSION_TYPE=x11
export XDG_SESSION_CLASS=user
export GDK_BACKEND=x11
export LIBGL_ALWAYS_SOFTWARE=1
-------------------------------
Last install this for Debian 13
sudo apt install dbus*
-------------------------------
Reboot Reboot Reboot Debian 13 - Reboot Reboot Reboot Debian 13
-------------------------------
Now we can start KDE 6 via Debian 13.
NOTE: FIRST START x410 THEN YOU START Debian 13.
Paste in terminal: export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
Paste in terminal: . ~/.wsl_x11_env
Type in terminal and start plasma: dbus-launch startplasma-x11
-------------------------------
Warm Regards Mattias Vinberg - Debian 13 - KDE - X410 - Microsoft - Windows 11 - SwEden - 2025
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀
Debian is a registered trademark of Software in the Public Interest, Inc.
-------------------------------