nixpkgs/pkgs/by-name/gn/gnome-maps
Bobby Rong d37e098e8d
Revert "gnome-maps: remove absolute path in desktop entry"
This reverts commit 8816be7bda.

Well this is not a desktop entry... I think.

This fixes opening Maps in GNOME (from the activity view) for me:
"JS ERROR: Error: Requiring GLib, version 2.0: Typelib file for namespace 'GLib',
version '2.0' not found".

I learned from the KDE docs[1] that *unlike desktop files*, dbus files should contain
full path to the application to start. I tried not using full path previously in a
sticky PR[2] and it just fails to start with `org.freedesktop.DBus.Error.Spawn.ExecFailed`.

[1]: https://develop.kde.org/docs/features/d-bus/dbus_autostart_services/#creating-a-service-file
[2]: https://github.com/linuxmint/sticky/pull/118
2024-12-01 22:43:03 +08:00
..
package.nix Revert "gnome-maps: remove absolute path in desktop entry" 2024-12-01 22:43:03 +08:00