Skip to content

Commit

Permalink
Revert "gnome-weather: remove absolute path in desktop entry"
Browse files Browse the repository at this point in the history
This mostly reverts commit dc27833 (except the "--replace" ->
"--replace-fail" part).

Same as d37e098 ('Revert "gnome-maps: remove absolute path in
desktop entry"'), this is not a desktop entry and dbus files should
contain full path to the application to start.

Closes #357955.

(cherry picked from commit f765c4f)
  • Loading branch information
bobby285271 authored and bjornfor committed Dec 15, 2024
1 parent 6ae9f74 commit 4077502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/gn/gnome-weather/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stdenv.mkDerivation rec {
# entry point to the wrapped binary we get back to a wrapped
# binary.
substituteInPlace "data/org.gnome.Weather.service.in" \
--replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=gnome-weather"
--replace-fail "Exec=@DATA_DIR@/@APP_ID@" "Exec=$out/bin/gnome-weather"
chmod +x meson_post_install.py
patchShebangs meson_post_install.py
Expand Down

0 comments on commit 4077502

Please sign in to comment.