-
-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathEuroLinux-GNOME.txt
More file actions
170 lines (106 loc) · 4.75 KB
/
EuroLinux-GNOME.txt
File metadata and controls
170 lines (106 loc) · 4.75 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
Euro Linux 9 - How to install Gnome via Euro Linux and windows 11 - KDE - WSL - GWSL - 2024
You can find Euro Linux for WSL here
https://github.com/EuroLinux/wsl
-wwwWWWWWWWWWwww-
-WWWWWWWWWWWWWWWWWWw-
\WWWWWWWWWWWWWWWWWWW-
_Ww `WWWWWWWWWWWWWWWWWWWw
-WEWww -WWWWWWWWW-
_WWUWWWW- _WWWWWWWW
_WWRWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW-
wWWOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWLWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWw
WWWIWWWWWWWWWWWWWWWWWWWWWWWWWWWWww-
wWWNWWWWw
WWUWWWWWWw
wWXWWWWWWWWww
wWWWWWWWWWWWWWWWw
wWWWWWWWWWWWWWWWw
WWWWWWWWWWWWWw
wWWWWWWWw
How to install GNOME via Euro Linux 9 - TEXT
https://github.com/vinberg88/opensuse/blob/main/EuroLinux-GNOME.txt
How to install GNOME via Euro Linux 9 - MOVIE
https://www.youtube.com/watch?v=7C8inyk5Lwc
About Euro Linux 9 - https://euro-linux.com/en
EuroLinux is an enterprise-class Linux distribution
based on open source code, which we have been
creating and developing since 2013. The system
is designed for professional server use and
workstations. It holds certifications for various
environments – physical, virtual, and cloud.
About GNOME Desktop - https://www.gnome.org
GNOME provides a focused working environment that helps
you get things done. It is packed with features that will
make you more productive: a powerful search feature that
helps you access all your work from one place; side-by-side
windows that make it easy to view several documents at the
same time; seamless integration with online accounts which
allows you to access all your data in one place; and a
messaging system that comfortably deals with
notifications, letting you quickly respond in place or
return to them in a convenient time.
You will find more stuff for WSL and Windows 11 / Linux here
https://github.com/vinberg88/opensuse
-------------------------------------------
The systemd-bootd is enabled in the WSL configuration file /etc/wsl.conf.
sudo nano /etc/wsl.conf
[boot]
systemd=true
-------------------------------------------
Install some programs
sudo yum install sudo util-linux-core systemd git wget bash pip nano
-------------------------------------------
Setup fastest Mirror / Repos for EuroLinux 9
Open filen: sudo nano /etc/dnf/dnf.conf
Copy and past to terminal under text.
max_parallel_downloads=10
fastestmirror=True
-------------------------------------------
Some extra repos - paste one by one.
sudo dnf -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-9.noarch.rpm
sudo /usr/bin/crb enable
-------------------------------------------
sudo dnf update -y
-------------------------------------------
Time to install Gnome Desktop
sudo dnf group install "Server with GUI" --allowerasing --nobest
-------------------------------------------
sudo dnf install pipx dracut net-tools dbus-x11
-------------------------------------------
Install Google-Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_x86_64.rpm
sudo yum install ./google-chrome-stable_current_*.rpm
sudo yum update google-chrome-stable
-------------------------------------------
reboot reboot reboot reboot reboot
-------------------------------------------
Login with GWSL and Config all.
-------------------------------------------
reboot reboot reboot reboot reboot - Start From GWSL SHELL / Bash
-------------------------------------------
Paste in Terminal - Bash - Console
xdg-user-dirs-update
sudo systemctl set-default multi-user.target
sudo systemctl set-default graphical.target
sudo ln -fs /usr/lib/systemd/system/graphical.target /etc/systemd/system/default.target
-------------------------------------------
Type this in terminal and put your user-name there
loginctl enable-linger user
-------------------------------------------
In terminal type: sudo nano ~/.wsl_x11_env
Paste this small script 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
-------------------------------------------
Reboot Reboot Reboot Reboot Reboot
-------------------------------------------
Time to start GNOME desktop Via Eurolinux
Paste in terminal: . ~/.wsl_x11_env
Type in terminal: gnome-session
-------------------------------------------
Regards,
Mattias Vinberg - SweDeN - EuroLinux 9 - GNOME - Linux - Windows 11
-------------------------------------------