From fb3ca8c8dbcc2058d4b93b3681d28b2804133c38 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 3 Feb 2023 02:37:15 +0300 Subject: [PATCH] added codecs... Signed-off-by: Alex A. Naanou --- post-install | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/post-install b/post-install index 68a731c..d8b2b80 100755 --- a/post-install +++ b/post-install @@ -163,6 +163,17 @@ PKG_DNF=( # media... vlc mpv + # codecs... + gstreamer1-plugin-openh264 + gstreamer1-plugins-bad-free + gstreamer1-plugins-bad-freeworld + gstreamer1-plugins-base + gstreamer1-plugins-good + gstreamer1-plugins-good-gtk + gstreamer1-plugins-good-qt + gstreamer1-plugins-ugly + gstreamer1-plugins-ugly-free + # desktop... ulauncher gnome-tweaks @@ -504,7 +515,7 @@ function feature-s1yoga-fix-touchpad-resume(){ #!/bin/sh # fixes an issue where the touchpad stops working after suspend/hibernate... -if [ "${1}" == "post" ] ; then +if [ "$${1}" == "post" ] ; then modprobe -r i2c_i801 sleep 3 modprobe i2c_i801