cross-posted from: https://programming.dev/post/91261

Hello everyone, I recently started working on a Gtk client for Lemmy written in Rust, called Lemoa and the awesome Relm4 crate.

So far, it supports most of the basic things that do not require a login, like viewing trending posts, browsing communities, viewing profiles, etc… Login features are planned to become added within the next one or two weeks, so that Lemoa can be used as a replacement for the web UI on a desktop.

Screenshot of an example community page:

Id you want to feel free to already try it at “alpha stage” (installation instructions are in the Readme).

Feedback and any kind of contributions welcome!

PS: I’m sorry if that’s the wrong place to post about it, I didn’t know where else to.

  • Michael Murphy (S76)OPM
    link
    English
    2
    edit-2
    1 year ago

    That issue doesn’t mention openssl. Make sure you have libssl-dev installed. The issue is referring to a hard requirement for a newer version of libgobject-2.0, but that’s something that either lemoa, relm4, or gtk-rs will have to resolve.

    For now it’s probably best to wait for the Flatpak release of this. Or perhaps they’ll figure out a solution.

    • @M4775
      link
      English
      11 year ago

      Yeah, I realized that was something different, but I thought there might be a general issue with Ubuntu because the dev builds on Void. And I was confident it was likely going to be a case of waiting for the pieces to come together better.

      • Michael Murphy (S76)OPM
        link
        English
        11 year ago

        Void most likely has a newer version of GTK than Ubuntu 22.04 now, so that’s probably why.