Revert "gnome-weather: remove absolute path in desktop entry"
This mostly reverts commitdc27833765(except the "--replace" -> "--replace-fail" part). Same asd37e098e8d('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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user