mirror of
https://github.com/flynx/post-install.git
synced 2025-12-17 09:01:39 +00:00
added codecs...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
d1d36b9c2b
commit
fb3ca8c8db
13
post-install
13
post-install
@ -163,6 +163,17 @@ PKG_DNF=(
|
|||||||
# media...
|
# media...
|
||||||
vlc mpv
|
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...
|
# desktop...
|
||||||
ulauncher
|
ulauncher
|
||||||
gnome-tweaks
|
gnome-tweaks
|
||||||
@ -504,7 +515,7 @@ function feature-s1yoga-fix-touchpad-resume(){
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# fixes an issue where the touchpad stops working after suspend/hibernate...
|
# fixes an issue where the touchpad stops working after suspend/hibernate...
|
||||||
if [ "${1}" == "post" ] ; then
|
if [ "$${1}" == "post" ] ; then
|
||||||
modprobe -r i2c_i801
|
modprobe -r i2c_i801
|
||||||
sleep 3
|
sleep 3
|
||||||
modprobe i2c_i801
|
modprobe i2c_i801
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user