-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathDebian13-LXQt.txt
More file actions
211 lines (136 loc) · 6.43 KB
/
Debian13-LXQt.txt
File metadata and controls
211 lines (136 loc) · 6.43 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
Debian 13 and LXQt - How To Install LXQt via Windows 11 - WSL - X410 - Microsoft - Youtube - 2025
How to install LXQt on Debian 13 - TEXT
https://github.com/vinberg88/opensuse/blob/main/Debian13-LXQt.txt
How to install LXQt on Debian 13 - Movie
https://www.youtube.com/watch?v=5GVIq5kng1s
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 - 2025
`/s/ .yyyyyyyyyyo: +o-`
`so .ss ohyo` :s-: OS: DEBIAN Trixie 13 - 2025
`s/ .ss h m myy/ /s`` Desktop: LXQt
`s: `oo s m Myy+-o:` Windows 11 Pro 25H2
`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.
About LXQt Desktop - 2025 - https://lxqt-project.org
LXQt is a desktop environment that is designed to
be especially energy-efficient and suitable for
older systems. It is based on the widget toolkit Qt
and uses SDDM as its recommended/standard display
manager. LXQt is available in Debian stable
since Stretch (Debian 9).
Find More Here About WSL and Linux for 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
-------------------------------
To upgrade Debian 13 (Trixie)
Type in Terminal....
sudo apt update
sudo apt full-upgrade
-------------------------------
In terminal type: sudo nano ~/.wsl_x11_env
Paste this in terminal and save and quit.
export XDG_SESSION_TYPE=x11
export XDG_SESSION_CLASS=user
export GDK_BACKEND=x11
export LIBGL_ALWAYS_SOFTWARE=1
-------------------------------
Install Hyfetch like Neofetch but better...
sudo apt install hyfetch fastfetch
Type in terminal: hyfetch
And we are on Debian 13 - Trixie
-------------------------------
Reboot Reboot Reboot Debian 13 - Reboot Reboot Reboot Debian 13
-------------------------------
Paste in terminal for install LXQt Desktop.
sudo apt install task-lxqt-desktop
-------------------------------
Install some basic programs for Debian 13:
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
-------------------------------
Paste In Terminal - All
xdg-user-dirs-update
sudo systemctl set-default multi-user.target
sudo systemctl set-default graphical.target
-------------------------------
Install Google-Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
-------------------------------
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
-------------------------------
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 =]
-------------------------------
Type this in terminal and put your user there - sudo loginctl enable-linger user
-------------------------------
Install Gimp and LibreOffive for Debian
sudo apt install gimp libreoffice
-------------------------------
Reboot Reboot Reboot Debian 13 - Reboot Reboot Reboot Debian 13
-------------------------------
Time to start lxqt via Debian 13 and Windows 11.
NOTE: FIRST START x410 THEN YOU START Debian 13 terminal.
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 and start: dbus-launch startlxqt
-------------------------------
Regards Mattias Vinberg - DevOps - Debian 13 - SwEden - Microsoft - Windows 11 - WSL - X410 - 2025
⢀⣴⠾⠻⢶⣦⠀
⣾⠁⢠⠒⠀⣿⡁ Debian - The universal operating system
⢿⡄⠘⠷⠚⠋⠀ https://www.debian.org/
⠈⠳⣄⠀⠀ Mattias Vinberg - WSL - Debian - Sweden - Stockholm - 2025
-------------------------------