Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

meson: Various fixes #118

Merged
merged 5 commits into from
May 30, 2024
Merged

meson: Various fixes #118

merged 5 commits into from
May 30, 2024

Conversation

bobby285271
Copy link
Contributor

@bobby285271 bobby285271 commented Nov 30, 2023

Trying to make NixOS build happy with less random workarounds...

Let me know if it is not okay to bump meson requirements to 0.57. Restored meson 0.49 support per linuxmint/slick-greeter#240

@bobby285271 bobby285271 force-pushed the meson-fixes branch 2 times, most recently from abc405c to fe2026f Compare December 1, 2023 04:08
@mtwebster mtwebster requested a review from collinss January 31, 2024 14:54
Follow up of 878431b.

"/ with string arguments" requires meson 0.49.0.
This is where the program actually lives.
Since we install usr/share/glib-2.0/schemas/org.x.sticky.gschema.xml,
we should run the glib-compile-schemas.
Let's respect meson's bindir option.
Instead of telling people in README.md, let's just do it ourselves.
@mtwebster mtwebster merged commit 3a30b05 into linuxmint:master May 30, 2024
@bobby285271 bobby285271 deleted the meson-fixes branch May 31, 2024 08:09
bobby285271 added a commit to bobby285271/nixpkgs that referenced this pull request Dec 1, 2024
This reverts commit 8816be7.

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]: linuxmint/sticky#118
nixpkgs-ci bot pushed a commit to NixOS/nixpkgs that referenced this pull request Dec 3, 2024
This reverts commit 8816be7.

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]: linuxmint/sticky#118

(cherry picked from commit d37e098)
mkg20001 pushed a commit to mkg20001/nixpkgs that referenced this pull request Dec 5, 2024
This reverts commit 8816be7.

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]: linuxmint/sticky#118
bjornfor pushed a commit to bjornfor/nixpkgs that referenced this pull request Dec 19, 2024
This reverts commit 8816be7.

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]: linuxmint/sticky#118

(cherry picked from commit d37e098)
presto8 pushed a commit to presto8/nixpkgs that referenced this pull request Dec 28, 2024
This reverts commit 8816be7.

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]: linuxmint/sticky#118

(cherry picked from commit d37e098)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants