-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathOpensuse Tumbelweed - Gnome install.txt
174 lines (114 loc) · 6.04 KB
/
Opensuse Tumbelweed - Gnome install.txt
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
Opensuse Tumbelweed - How to Install Gnome 47 via Windows 11 - WSL - Linux - X410 - 2024
How to install Gnome via Opensuse Tumbelweed - WSL - TEXT
https://github.com/vinberg88/opensuse/blob/main/Opensuse-Tumbelweed-GNOME.txt
How to install Gnome via Opensuse Tumbelweed - WSL - MOVIE
https://www.youtube.com/watch?v=2U5IT7N6CWo
I use X410 - X Server for Windows 11 - Find it in Micorsoft store or via this link
https://apps.microsoft.com/detail/9pm8lp83g3l3?hl=en-US&gl=US
......
.,cdxxxoc,. .:kKMMMNWMMMNk:.
cKMMN0OOOKWMMXo. A ;0MWk:' ':OMMk.
;WMK;' 'lKMMNM, :NMK' 'OMW;
cMW; WMMMN ,XMK' oMM.
.MMc ''^*~l. xMN: KM0
'MM. .NMO oMM Gnome 47 and Tumbelweed - WSL
.MM, .kMMl xMN
KM0 .kMM0' .dl>~,. .WMd
'XM0. ,OMMK' OMMM7' .XMK
*WMO:. .;xNMMk' NNNMKl. .xWMx
^ONMMNXMMMKx; V 'xNMWKkxllox0NMWk'
''''' ':dOOXXKOxl'
About OPENSUSE TumbelweeD - https://en.opensuse.org/openSUSE:WSL
State-of-the-art desktop and server operating system.
With Tumbleweed you don't have to take difficult decisions
about things you value, either freedom or safety, either
control or security, technology or stability -- Tumbleweed
lets you have your cake and eat it too! With a single command
you can update thousands of packages, rollback to last
week’s snapshot, fast-forward again, and even preview upcoming
releases. Built from latest kernel releases, compiled with
the latest Spectre / Meltdown mitigation patches, with
firewall and strong security policies turned on by default, your
security is covered out-of-the-box. Tumbleweed provides users
with the latest gaming-related software. With the Linux
support for gaming improving rapidly, that’s an important
aspect for smooth, performant and problem free experience in
your favorite games - https://www.opensuse.org
About Gnome Desktop - https://www.gnome.org
Every part of GNOME has been designed to make it
simple and easy to use. The Activities Overview is
a simple way to access all your basic tasks. A press
of a button is all it takes to view your open
windows, launch applications, or check if you have new
messages. Having everything in one convenient place
means you don’t have to learn your way around
a maze of different technologies. Every aspect of GNOME
has been crafted to fit together as a harmonious
whole, providing a consistent and integrated experience.
Our attention to detail means a smooth and polished
product that lets you do the things you want without
getting in the way. GNOME is satisfying to use and
beautiful to behold.
You Can Find More Stuff here for WSL - Windows 11 - Linux - WSL - x410
https://github.com/vinberg88/opensuse
You can find Tumbelweed in Microsoft Store or via this link
https://apps.microsoft.com/detail/9mssk2zxxn11?hl=en-US&gl=US
----------------------------------------------
Add systemd (if nano not works. Install it: sudo zypper in nano)
Type in terminal: sudo nano /etc/wsl.conf
Copy to terminal and save:
[boot]
systemd=true
-----------------------------------------------------
Reboot - Reboot - Reboot - Reboot - Reboot
-----------------------------------------------------
Update Tumbelweed via terminal
sudo zypper ref -b && sudo zypper dup
-----------------------------------------------------
Install this programs
sudo zypper install bash git npm wget curl nano sudo dialog go dracut opi
-----------------------------------------------------
Extra Programs install this to...
sudo zypper ar -cfp 90 https://ftp.gwdg.de/pub/linux/misc/packman/suse/openSUSE_Tumbleweed/ packman
sudo zypper dup --from packman --allow-vendor-change <-- press a in terminal
Then copy and paste this to Terminal: opi codecs
-----------------------------------------------------
Install this - WSL Tools
sudo zypper in -t pattern wsl_gui wsl_base wsl_systemd
-----------------------------------------------------
Time to install Gnome
sudo zypper in -t pattern gnome_basic gnome gnome_x11
Press 2 if you get errors.
-----------------------------------------------------
Install Chrome - wright: opi google-chrome
-----------------------------------------------------
sudo yast and update all plus "dependencies menu" and install all from yast: xorg
Type in Terminal: sudo yast
-----------------------------------------------------
Paste in terminal - one by one
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 change: sudo nano /etc/sysconfig/windowmanager
change to this: DEFAULT_WM="gnome" from DEFAULT_WM="default"
-----------------------------------------------------
Type this in terminal and put your user there - sudo loginctl enable-linger user
---------------------------------------------
In terminal type: sudo nano ~/.bash_opensuse_desktop
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 Reboot Reboot Reboot - Tumbelweed
---------------------------------------------
Now we cane start Gnome desktop via OpenSuse TumbelWeeD
Paste in terminal: export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2; exit;}'):0.0
Paste in terminal: . ~/.bash_opensuse_desktop
Type in terminal: dbus-launch gnome-session
---------------------------------------------
Regards Mattias Vinberg - Tumbelweed OpenSusE - Gnome - Windows 11 - Linux - X410 - 2024 - SwedeN
---------------------------------------------