I have not used this patch for getting 'gnome-chemistry-utils' working in x11 and Wayland:

diff --git a/programs/3d/main.cc b/programs/3d/main.cc

index 9bd59a4..aa18e3e 100644

--- a/programs/3d/main.cc

+++ b/programs/3d/main.cc

@@ -58,6 +58,7 @@ int main(int argc, char *argv[])

        GError *error = NULL;

        GOptionContext *context;



+       gdk_set_allowed_backends ("wayland,x11");

        gtk_init (&argc, &argv);

        gcu::Element::LoadBODR ();



diff --git a/programs/crystal/main.cc b/programs/crystal/main.cc

index e688c3d..55fd8b9 100644

--- a/programs/crystal/main.cc

+++ b/programs/crystal/main.cc

@@ -63,6 +63,7 @@ int main(int argc, char *argv[])

        GOptionContext *context;

        GError *error = NULL;



+       gdk_set_allowed_backends ("wayland,x11");

        gtk_init (&argc, &argv);

        Element::LoadRadii ();

        if (argc > 1 && argv[1][0] == '-') {


because i don't know if it's correct. Some tools need to be ran by setting the GDK_BACKEND environment variable.

On 9/24/21 07:41, Alexander Ploumistos wrote:
On Thu, Sep 23, 2021 at 3:37 PM Antonio T. sagitter
<sagit...@fedoraproject.org> wrote:

gnome-chemistry-utils is ready for openbabel3; it's in my Copr project.

Well done Antonio!
I will give it a try this weekend.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure


--
---
Antonio Trande
Fedora Project
mailto: sagit...@fedoraproject.org
GPG key: 0x29FBC85D7A51CC2F
GPG key server: https://keyserver1.pgp.com/

Attachment: OpenPGP_0x29FBC85D7A51CC2F.asc
Description: OpenPGP public key

Attachment: OpenPGP_signature
Description: OpenPGP digital signature

_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to