Loading pkgs/tools/X11/xpra/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ in buildPythonApplication rec { postInstall = '' # append module paths to xorg.conf cat ${xorgModulePaths} >> $out/etc/xpra/xorg.conf cat ${xorgModulePaths} >> $out/etc/xpra/xorg-uinput.conf # make application icon visible to desktop environemnts icon_dir="$out/share/icons/hicolor/64x64/apps" Loading Loading
pkgs/tools/X11/xpra/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -190,6 +190,7 @@ in buildPythonApplication rec { postInstall = '' # append module paths to xorg.conf cat ${xorgModulePaths} >> $out/etc/xpra/xorg.conf cat ${xorgModulePaths} >> $out/etc/xpra/xorg-uinput.conf # make application icon visible to desktop environemnts icon_dir="$out/share/icons/hicolor/64x64/apps" Loading