Skip to content

Commit ce35e89

Browse files
committed
Ubuntu 24.04 Post update
1 parent 62b7e81 commit ce35e89

File tree

1 file changed

+25
-60
lines changed

1 file changed

+25
-60
lines changed

docs/Tutorials/Ubuntu-24.04-Post.md

+25-60
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ date: 2024-05-29
77

88
# Ubuntu 24.04 Post Installation
99

10-
![type:video](https://www.youtube.com/embed/0000000)
10+
![type:video](https://www.youtube.com/embed/RGNtZu5nIRM)
1111

1212
<div dir="rtl">
1313
شرح مبسط لأهم الخطوات بعد تنصيب أوبونتو 24.04ـ للحصول على أفضل تجربة مستخدم،
@@ -22,61 +22,6 @@ date: 2024-05-29
2222
sudo apt update && sudo apt upgrade -y
2323
```
2424

25-
## Remove Firefox Snap and Install Firefox Deb
26-
27-
- Remove Firefox Snap
28-
29-
```sh
30-
sudo apt remove --autoremove firefox
31-
```
32-
33-
```sh
34-
sudo snap remove --purge firefox
35-
```
36-
37-
- Add Mozilla Team PPA
38-
39-
```sh
40-
sudo add-apt-repository ppa:mozillateam/ppa
41-
```
42-
43-
- Set Mozilla team PPA as high Priority
44-
45-
```sh
46-
echo '
47-
Package: *
48-
Pin: release o=LP-PPA-mozillateam
49-
Pin-Priority: 1001
50-
' | sudo tee /etc/apt/preferences.d/firefox-ppa-priority
51-
```
52-
53-
- Block the Ubuntu repo
54-
55-
```sh
56-
echo '
57-
Package: firefox*
58-
Pin: release o=Ubuntu*
59-
Pin-Priority: -1
60-
' | sudo tee /etc/apt/preferences.d/firefox-ubuntu-block
61-
```
62-
63-
- Set Firefox for automatic updates
64-
```sh
65-
echo 'Unattended-Upgrade::Allowed-Origins:: "LP-PPA-mozillateam:${distro_codename}";' | sudo tee /etc/apt/apt.conf.d/51unattended-upgrades-firefox
66-
```
67-
68-
- Update
69-
70-
```sh
71-
sudo apt update
72-
```
73-
74-
- Install Firefox DEB
75-
76-
```sh
77-
sudo apt install firefox
78-
```
79-
8025
## Install Ubuntu Restricted Extras
8126

8227
```sh
@@ -136,13 +81,33 @@ gsettings set org.gnome.shell.extensions.dash-to-dock click-action 'focus-minimi
13681
touch ~/Templates/new
13782
```
13883

139-
## Arabic Keyboard
140-
14184
## Set Keyboard Input Source Switching
14285

143-
## Show Battary Percentage in the Top Bar
86+
* Set `switch-input-source` switch to Shift+Alt LEFT
14487

145-
## Enable Tab to Click on Touchpad
88+
```bash
89+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Shift>Alt_L']"
90+
```
91+
92+
* set `switch-input-source-backward` to Alt+Shift LEFT
93+
94+
```bash
95+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Alt>Shift_L']"
96+
```
97+
98+
* to view current keybindings run:
99+
100+
```bash
101+
gsettings get org.gnome.desktop.wm.keybindings switch-input-source
102+
gsettings get org.gnome.desktop.wm.keybindings switch-input-source-backward
103+
```
104+
105+
* to reset:
106+
107+
```sh
108+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source "['<Super>space', 'XF86Keyboard']"
109+
gsettings set org.gnome.desktop.wm.keybindings switch-input-source-backward "['<Shift><Super>space', '<Shift>XF86Keyboard']"
110+
```
146111

147112
## System Backup with Timeshift
148113

0 commit comments

Comments
 (0)