Unverified Commit 766c3640 authored by Franz Pletz's avatar Franz Pletz Committed by GitHub
Browse files

mpv: add `StartupNotify=false` to umpv.desktop (#443261)

parents c9c77737 14841895
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -253,6 +253,7 @@ stdenv.mkDerivation (finalAttrs: {
    sed -e '/Icon=/ ! s|mpv|umpv|g; s|^Exec=.*|Exec=umpv %U|' \
      mpv.desktop > umpv.desktop
    printf "NoDisplay=true\n" >> umpv.desktop
    printf "StartupNotify=false\n" >> umpv.desktop
    popd
  ''
  + lib.optionalString stdenv.hostPlatform.isDarwin ''