-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathFedora40-Deepin.txt
More file actions
140 lines (83 loc) · 4.45 KB
/
Fedora40-Deepin.txt
File metadata and controls
140 lines (83 loc) · 4.45 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
Fedora 40 - How to install Deepin Desktop via Fedora 40 and Windows 11 - WSL - GWSL - 2024
NOTE: It take some time for all to start - Just Wait...
How to install DEEPIN desktop via Fedora 40 - TEXT
https://github.com/vinberg88/opensuse/blob/main/Fedora40-Deepin.txt
How to install Fedora 40 and Deepin Desktop via windows 11 WSL - MOVIE
https://www.youtube.com/watch?v=txoDzUQNVSs
Here you will find fedora 40 for WSL here or in Microsoft Store
https://apps.microsoft.com/detail/9npcp8drchsn?hl=en-US&gl=US
██████╗ ███████╗███████╗██████╗ ██╗███╗ ██╗
██╔══██╗██╔════╝██╔════╝██╔══██╗██║████╗ ██║
██║ ██║█████╗ █████╗ ██████╔╝██║██╔██╗ ██║
██║ ██║██╔══╝ ██╔══╝ ██╔═══╝ ██║██║╚██╗██║
██████╔╝███████╗███████╗██║ ██║██║ ╚████║
╚═════╝ ╚══════╝╚══════╝╚═╝ ╚═╝╚═╝ ╚═══╝
About Fedora
Fedora is developed by the Fedora Project and sponsored by Red Hat.
It follows its own release schedule, with a new version approximately
every six months. Fedora provides a modern Linux operating system utilizing
many of the latest technologies. It is free for all users and
supported via the Fedora community 2024.
About DEEPIN Desktop
Deepin is an elegant, easy to use and reliable desktop
operating system released by Deepin Technology Co., Ltd.
Featured applications are preinstalled in deepin.
It caters to a variety of recreational activities while
also fulfilling your daily needs. With continually
improved and perfected functions, we believe deepin
will be loved and used by more and more users.
You cand find more about WSL desktops here - Linux and Windows - WSL - GWSL
https://github.com/vinberg88/opensuse
Regards,
Mattias Vinberg
-----------------------------------
Paste in terminal: sudo nano /etc/wsl.conf
And add this small line to terminal. Save and Quit.
[boot]
systemd=true
-----------------------------------
Install Repos
sudo dnf install https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm
sudo dnf install https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
--------------------------------------------------------
Reboot Linux - Reboot Linux - Reboot Linux
--------------------------------------------------------
Update all.
sudo dnf -y upgrade --refresh
--------------------------------------------------------
Install some programs.
sudo dnf install bash wget curl git pipx
--------------------------------------------------------
2.7 Install Google-Chrome - paste all in terminal.
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
--------------------------------------------------------
sudo dnf install xorg-x11-server-Xorg
--------------------------------------------------------
sudo dnf group install "Deepin Desktop"
Take this for extra programs.
sudo dnf install deepin* --skip-broken
--------------------------------------------------------
Paste in Console
sudo systemctl set-default graphical.target
--------------------------------------------------------
8. Reboot
--------------------------------------------------------
9. Start GWSL and config.....
--------------------------------------------------------
10. Reboot and start from GWSL SHELL
--------------------------------------------------------
7. Type in terminal: sudo nano ~/.wsl_x11_env
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 and start from GWSL SHELL
-----------------------------------------------------------
Time to Start Deepin Desktop - This will take some time.. Just wait.
. ~/.wsl_x11_env
exec dbus-run-session /usr/bin/startdde
-----------------------------------------------------------