lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

at 18.09-beta 9 lines 257 B view raw
1addGstreamer1LibPath () { 2 if test -d "$1/lib/gstreamer-1.0" 3 then 4 export GST_PLUGIN_SYSTEM_PATH_1_0="${GST_PLUGIN_SYSTEM_PATH_1_0}${GST_PLUGIN_SYSTEM_PATH_1_0:+:}$1/lib/gstreamer-1.0" 5 fi 6} 7 8addEnvHooks "$hostOffset" addGstreamer1LibPath 9