use VLC instead of totem
This commit is contained in:
parent
12d7838aba
commit
38b933b08b
2 changed files with 5 additions and 4 deletions
6
arch.sh
6
arch.sh
|
@ -3,8 +3,8 @@
|
|||
if grep "archlinux" /proc/version > /dev/null;
|
||||
then
|
||||
# === Remove extra packages ==
|
||||
pacman -Rsn epiphany gnome-maps cheese gnome-weather gnome-music gnome-books vim gnome-boxes gnome-photos malcontent gnome-contacts --noconfirm
|
||||
# gnome-firefox, maps, caméra, météo, musique, liseuse, vim, machines, photos, parental control, contacts
|
||||
pacman -Rsn epiphany gnome-maps cheese gnome-weather gnome-music gnome-books vim gnome-boxes gnome-photos malcontent gnome-contacts totem --noconfirm
|
||||
# gnome-firefox, maps, caméra, météo, musique, liseuse, vim, machines, photos, parental control, contacts, vidéos
|
||||
|
||||
# === Colors package manager ==
|
||||
sed -i 's/#Color/Color/g' /etc/pacman.conf
|
||||
|
@ -309,7 +309,7 @@ then
|
|||
usermod -aG docker "$USER"
|
||||
|
||||
# === Unused icons ==
|
||||
apps=("fish" "cmake-gui" "com.github.hluk.copyq" "org.gnome.Totem" "electron17" "org.gnome.Evince" "avahi-discover" "bssh" "bvnc" "org.flameshot.Flameshot" "org.fontforge.FontForge" "lstopo" "htop" "micro" "qv4l2" "qvidcap" "x11-emoji-picker" "xdvi" "yelp")
|
||||
apps=("fish" "cmake-gui" "com.github.hluk.copyq" "electron17" "org.gnome.Evince" "avahi-discover" "bssh" "bvnc" "org.flameshot.Flameshot" "org.fontforge.FontForge" "lstopo" "htop" "micro" "qv4l2" "qvidcap" "x11-emoji-picker" "xdvi" "yelp")
|
||||
for app in "${apps[@]}"
|
||||
do
|
||||
if [ -f /usr/share/applications/"$app".desktop ]
|
||||
|
|
|
@ -105,7 +105,8 @@
|
|||
"docker",
|
||||
"docker-compose",
|
||||
"python-pip",
|
||||
"bluez-utils"
|
||||
"bluez-utils",
|
||||
"vlc"
|
||||
],
|
||||
"plugin": null,
|
||||
"profile": {
|
||||
|
|
Loading…
Reference in a new issue