-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathCinnamon-Debian12.txt
More file actions
186 lines (115 loc) · 5.09 KB
/
Cinnamon-Debian12.txt
File metadata and controls
186 lines (115 loc) · 5.09 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
---------------------------------------------------------------------
Debian - How to install Cinnamon Desktop on Debian 12 - WSL - GWSL - LINUX - Windows 11 Pr0
_,met$$$$$gg.
,g$$$$$$$$$$$$$$$P.
,g$$P" """Y$$.".
,$$P' `$$$.
',$$P ,ggs. `$$b:
`d$$' ,$P"' . $$$ OS - DEBIAN
$$P d$' , $$P DE - Cinnamon Desktop
$$: $$. - ,d$$'
$$; Y$b._ _,d$P'
Y$$. `.`"Y$$$$P"'
`$$b "-.__
`Y$$
`Y$$.
`$$b.
`Y$$b.
`"Y$b._
`"""
--------------------------------------------------------------------
Debian 12 and Cinnamon desktop WSL - GWSL - Windows 11 - 2024 YouTube
Text - How to install Cinnamon desktop via GWSL and Debian 12 and
Windows 11: https://github.com/vinberg88/opensuse/blob/main/Cinnamon-Debian12.txt
Movie from Youtube how to install Cinnamon desktop on Debian via WSL and
Windows: https://www.youtube.com/watch?v=-vnX2yJNlGA
About Debian: Debian is a free operating system (OS) for your computer.
An operating system is the set of basic programs and utilities that make
your computer run. Debian uses the kernel Linux (the kernel is the core of an OS),
but most of the basic OS tools come from the GNU project. Thus we refer
to Debian as a Debian GNU/Linux operating system, giving credit to all its main
originators. Debian GNU/Linux provides much more than just the OS---a
wide range of application software is included too. It comes with a total of
over 118000 packages, precompiled software bundled up in a nice format
for easy installation on your machine. https://www.debian.org
About Cinnamon desktop - Cinnamon is a free and open-source desktop
environment for Linux and other Unix-like operating systems, which was
originally based on GNOME 3, but follows traditional desktop metaphor
conventions. Cinnamon is a Linux desktop that provides advanced innovative
features and a traditional user experience. The desktop layout is similar
to Gnome 2 with underlying technology forked from Gnome Shell. Cinnamon
makes users feel at home with an easy-to-use and comfortable desktop
experience. https://www.opensourcefeed.org/desktop/cinnamon
You can find debian 12 here
https://apps.microsoft.com/detail/9MSVKQC78PK6?hl=sv-SE&gl=US
Want more stuff about WSL and other distros for WSL and GWSL
you can look here: https://github.com/vinberg88/opensuse
-----------------------------------
-----------------------------------
1. Open this file.
sudo nano /etc/wsl.conf
and add this to the file
[boot]
systemd=true
-----------------------------------
-----------------------------------
1.5 Reboot Linux - Reboot Linux - Reboot Linux - Reboot Linux
-----------------------------------
-----------------------------------
2. sudo apt update && sudo apt upgrade
-----------------------------------
-----------------------------------
2.5 Install some programs.
sudo apt install bash git npm wget curl nano sudo pipx dracut -y
sudo apt install gdm3* -y
sudo systemctl set-default graphical
sudo apt install dbus*
-----------------------------------
-----------------------------------
2.7 Reboot Linux Reboot Linux Reboot Linux
-----------------------------------
-----------------------------------
3. Setup GWSL and config then start Shell from there after reboot!
Start shell agian from GWSL =]
-----------------------------------
-----------------------------------
4. Time to install Cinnamon desktop
sudo apt update && sudo apt install tasksel
After that paste this in console
>> sudo tasksel <<
and install Cinnamon
-----------------------------------
-----------------------------------
5. The terminal will launch Tasksel. Using the Arrow keys, choose “Cinnamon”
and space bar to highlight. Once selected, click ENTER to start the installation.
-----------------------------------
-----------------------------------
6. Linux reboot Linux reboot Linux reboot Linux reboot
-----------------------------------
-----------------------------------
6. Normal install if you dont want to use Tasksel
sudo apt -y install task-cinnamon-desktop
-----------------------------------
-----------------------------------
6. Linux reboot Linux reboot Linux reboot Linux reboot
-----------------------------------
-----------------------------------
11. Copy this and paste in terminal: sudo nano ~/.wsl_x11_env
export XDG_SESSION_TYPE=x11
export XDG_SESSION_CLASS=user
export GDK_BACKEND=x11
export LIBGL_ALWAYS_SOFTWARE=1
-----------------------------------
-----------------------------------
6. Linux reboot Linux reboot Linux reboot Linux reboot
-----------------------------------
-----------------------------------
12. Time to start. Paste this in terminal.
. ~/.wsl_x11_env
cinnamon-session
-----------------------------------
-----------------------------------
Kind Regards,
Mattias Vinberg - Sweden!
-----------------------------------
-----------------------------------