-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathFedora40-xfce4.txt
144 lines (83 loc) · 3.9 KB
/
Fedora40-xfce4.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
Fedora 40 - XFCE4 - Windows 11 - WSL - GWSL
--------------------------------------------------------
Fedora 40 - How to install XFCE4 desktop via Fedora 40 - WSL - windows 11 - GWSL
How to install XFCE4 desktop on Fedora - TEXT
https://github.com/vinberg88/opensuse/blob/main/Fedora40-xfce4.txt
Movie - How to install Fedora 39 via windows 11 WsL
https://www.youtube.com/watch?v=FiOZHdvUhbE
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 XFCE
Xfce or XFCE (pronounced as four individual letters) is
a free and open-source desktop environment for Linux and
other Unix-like operating systems. Linux, FreeBSD, NetBSD,
OpenBSD and GNU/Hurd. Xfce aims to be fast and
lightweight while still being visually appealing
and easy to use.
You cand find more about WSL desktops here - Linux and Windows
https://github.com/vinberg88/opensuse
-----------------------------------
0.0 Paste in terminal: sudo nano /etc/wsl.conf
And add this small line to terminal. Save and Quit.
[boot]
systemd=true
-----------------------------------
0.3 Reboot
-----------------------------------
0.5 Install Repos if you dont have that...
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
--------------------------------------------------------
Copy and paste one by one in terminal - No stress!
1. sudo dnf -y upgrade --refresh
--------------------------------------------------------
Install some program.
sudo dnf install bash wget curl git pipx
--------------------------------------------------------
2. sudo dnf install @xfce-desktop-environment
--------------------------------------------------------
2.5 sudo dnf install xfce*
--------------------------------------------------------
2.7 Install Google-Chrome - paste all under this paragraph 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
--------------------------------------------------------
2.8 Install jgmenu
sudo dnf install jgmenu
--------------------------------------------------------
3. Reboot
--------------------------------------------------------
4. sudo systemctl set-default graphical.target
--------------------------------------------------------
5. sudo systemctl set-default multi-user.target
--------------------------------------------------------
6. sudo systemctl enable lightdm
--------------------------------------------------------
8. Reboot
--------------------------------------------------------
9. Start GWSL and run config. Start later from Shell in GWSL.
--------------------------------------------------------
10. Reboot
--------------------------------------------------------
11. Type in terminal: sudo nano ~/.bash_ubuntu_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
--------------------------------------------------------
12. Reboot
--------------------------------------------------------
13. Paste all in Shell. Done =]
. ~/.bash_ubuntu_desktop
startxfce4
----------------------------------------------
Kind Regards,
Mattias Vinberg - 2024 - WSL/Windows 11 - SwE