Unverified Commit 27787d0d authored by Rahul Rameshbabu's avatar Rahul Rameshbabu
Browse files

gpclient: Remove absolute path in desktop entry



PR #308324 describes the various issues with using absolute paths in
desktop entries. This change makes gpclient comply with the direction
stated in that PR.

Suggested-by: @tomodachi94
Signed-off-by: default avatarRahul Rameshbabu <sergeantsagara@protonmail.com>
parent d686cec7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -47,6 +47,6 @@ rustPlatform.buildRustPackage rec {

  postFixup = ''
    substituteInPlace $out/share/applications/gpgui.desktop \
      --replace-fail /usr/bin/gpclient $out/bin/gpclient
      --replace-fail /usr/bin/gpclient gpclient
  '';
}