-
-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathKalikde.txt
More file actions
90 lines (54 loc) · 2.27 KB
/
Kalikde.txt
File metadata and controls
90 lines (54 loc) · 2.27 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
--------------------------------------------
Install KDE PLasma on kali Linux via Windows 11 - WSL.
How to install KDE plasma on Kali Linux.
--------------------------------------------
Paste in terminal
sudo nano /etc/wsl.conf
and add
[boot]
systemd=true
3. Reboot
4. Update: sudo apt update && sudo apt upgrade -y
5. Install programs:
sudo apt install bash git npm wget curl nano sudo pipx dracut -y
sudo apt install sddm* -y
sudo systemctl set-default graphical
6. Install this small program..
wget https://github.com/fastfetch-cli/fastfetch/releases/download/2.1.2/fastfetch-2.1.2-Linux.deb
sudo apt install ./fastfetch-2.1.2-Linux.deb -y
6.4 install Chrome
wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install ./google-chrome-stable_current_amd64.deb -y
6.5: Reboot Linux...
7. Config GWSL and start from there - Linux Shell from
10. Time to install kde: sudo apt install -y kali-desktop-kde
11. Paste in terminal - all:
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
12. Type this in terminal and put your user there: loginctl enable-linger user
13. Copy this and paste in terminal: sudo nano ~/.wsl_x11_env
Then add this script to terminal
----------------------------------------------------
# Fyren - Vinberg - 2023 - SS script for fyren!
# --------------------
# Setting up essential environment variables for Ubuntu 24.04 desktop
# --------------------
export XDG_CURRENT_DESKTOP=ubuntu:GNOME
export XDG_SESSION_DESKTOP=ubuntu
export DESKTOP_SESSION=ubuntu
export GNOME_SHELL_SESSION_MODE=ubuntu
export XDG_CONFIG_DIRS=/etc/xdg/xdg-ubuntu:/etc/xdg
export XDG_DATA_DIRS=/usr/share/ubuntu:/usr/local/share:/usr/share:/var/lib/snapd/desktop
export XDG_MENU_PREFIX=gnome-
export XDG_SESSION_TYPE=x11
export XDG_SESSION_CLASS=user
export GDK_BACKEND=x11
export LIBGL_ALWAYS_SOFTWARE=1
------------------------------------------------------
14. Reboot...
15. Paste in terminal: . ~/.wsl_x11_env
16. Type in terminal and start plasma: dbus-launch startplasma-x11
Warm Regards,
Mattias Vinberg