Merge pull request #5744 from matejc/e17mediapreview
enlightenment: fix media preview
This commit is contained in:
commit
27ff2fce63
@ -7,6 +7,11 @@ let
|
|||||||
xcfg = config.services.xserver;
|
xcfg = config.services.xserver;
|
||||||
cfg = xcfg.desktopManager.e19;
|
cfg = xcfg.desktopManager.e19;
|
||||||
e19_enlightenment = pkgs.e19.enlightenment.override { set_freqset_setuid = true; };
|
e19_enlightenment = pkgs.e19.enlightenment.override { set_freqset_setuid = true; };
|
||||||
|
GST_PLUGIN_PATH = lib.makeSearchPath "lib/gstreamer-1.0" [
|
||||||
|
pkgs.gst_all_1.gst-plugins-base
|
||||||
|
pkgs.gst_all_1.gst-plugins-good
|
||||||
|
pkgs.gst_all_1.gst-plugins-bad
|
||||||
|
pkgs.gst_all_1.gst-libav ];
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -45,6 +50,8 @@ in
|
|||||||
export GTK_PATH=${config.system.path}/lib/gtk-3.0:${config.system.path}/lib/gtk-2.0
|
export GTK_PATH=${config.system.path}/lib/gtk-3.0:${config.system.path}/lib/gtk-2.0
|
||||||
export XDG_MENU_PREFIX=enlightenment
|
export XDG_MENU_PREFIX=enlightenment
|
||||||
|
|
||||||
|
export GST_PLUGIN_PATH="${GST_PLUGIN_PATH}"
|
||||||
|
|
||||||
# make available for D-BUS user services
|
# make available for D-BUS user services
|
||||||
#export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}:${config.system.path}/share:${pkgs.e19.efl}/share
|
#export XDG_DATA_DIRS=$XDG_DATA_DIRS''${XDG_DATA_DIRS:+:}:${config.system.path}/share:${pkgs.e19.efl}/share
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user